/* start PC css settings
-------------------------------------------------------------------------------------------------------------------- */

#bg_cosmetic01{
	padding: 60px 40px 40px 40px;
	background: url(../img/bg_cosmetic01.png) right top no-repeat #fcf0f0;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#bg_cosmetic02{
	padding: 60px 40px 40px 230px;
	background: url(../img/bg_cosmetic02.png) left bottom no-repeat #fcf0f0;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#bg_cosmetic03{
	padding: 60px 40px 40px 230px;
	background: url(../img/bg_cosmetic03.png) left bottom no-repeat #fcf0f0;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#bg_cosmeticIn01{
	padding-left: 220px;
	background: url(../img/bg_cosmetic_in01.png) left bottom no-repeat #fff;
}

#bg_cosmeticIn02{
	padding-right: 250px;
	background: url(../img/bg_cosmetic_in02.png) right bottom no-repeat #fff;
}
#bg_cosmeticIn03:after{
	content: "";
	width: 170px;
	height: 460px;
	display: block;
	background: url(../img/bg_cosmetic_in03.png) right bottom no-repeat;
	position: absolute;
	right: 35px;
	bottom: -35px;
}
.h4_ti02 {
    color: #7bc1d9;
    font-size: 22px;
    line-height: 140%;
    /*padding-bottom: 16px;*/
    margin-bottom: 5px;
    position: relative;
/*    border-bottom: 2px dotted #7bc1d9;*/
}
.dotted{
	    border: 1px dotted #7bc1d9;
}