h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	list-style-type:none;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	
}

body{
	margin:0;
	padding:0;
	font-family:'Lucida Grande',Meiryo,sans-serif;
	color:#333;
	line-height:2;
}

a:link,a:visited{
	color:#CC0000;
	cursor:pointer;
}

a:hover,a:active{
	color: #CC9900;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

img{border:none; vertical-align:top;}

br{letter-spacing:0;}

/*--- layout ---*/


.wrapper{
	width:100%;
	background:url(../images/bg_h.jpg) repeat-x left top;
	min-height:520px;
	text-align:center;
}

.container{
	background:url(../images/bg_container.jpg) repeat-y left top;
	width:980px;
	height:100%;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	/zoom:1;
}

/*--- header ---*/

.header{
	width:980px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
	/zoom:1;
}

.header .slide_block{
	width:980px;
}

.header .logo{
	position:absolute;
	margin-left:32px;
	top: 30px;

}
.header .logo img {
	width: 250px;
	height: auto;
}

.header .telno{
	position:absolute;
	margin-left:450px;
	top:10px;
}

.header .header_cv_btn{
	position:absolute;
	margin-left:730px;
	top:10px;
}

.header .telno .counseling{
	position:absolute;
	display:block;
	width:250px;
	height:70px;
	background:#FFF;
	margin-left:280px;
	margin-top:-76px;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
}

.header .telno .counseling:hover,
.header .telno .mail:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-moz-opacity:40;
}

.header .telno .mail{
	position:absolute;
	display:block;
	width:250px;
	height:25px;
	background:#FFF;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	margin-left:280px;
	margin-top:-31px;
}

.header .thumbs{
	width:980px;
	height:50px;
	display:block;
	margin-top:-50px;
	position:relative;
	text-align:center;
}

.header .thumbs a{
	display:inline-block;
	width:13px;
	height:13px;
	background:url(../images/thumbs.png) no-repeat;
	cursor:pointer;
}

.header .thumbs a:hover,
.header .thumbs .active{
	background:url(../images/thumbs_active.png) no-repeat;
}

.header .thumbs .one{
	margin-right:10px;
}

.header .thumbs .three{
	margin-left:10px;
}

.footer{
	background:url(../images/bg_f.jpg) repeat-x right bottom;
	text-align:center;
}
.footer p{
	font-size:13px;
	color:#FFF;
	line-height:1.2;
	padding-top:30px;
	text-align:center;
}

.footer address{
	font-size:13px;
	margin-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-style:normal;
}

.dammy_fixmenu{
	width:30px;
	height:63px;
	display:none;
}

#fixmenu{
	width:100%;
	height:63px;
	background:url(../images/bg_navi.png) repeat-x left top;
	padding:0px;
	z-index:100; 
}

#fixmenu ul{
	width:1000px;
	margin:0 auto;
	height:63px;
	text-align:center;
	font-size:0;
}

#fixmenu ul li{
	background:#FFF;
	display:inline;
	text-align:center;
	z-index: 101;
}

#fixmenu ul li:first-child{
	margin-left:1px;
}
/*--- aside ---*/

.aside{
	width:220px;
	padding:20px 10px 50px;
	vertical-align:top;
	float:left;
}


.aside .menu_block{
	background:#FFF;
	padding:0 10px 10px;
	box-shadow:0px 0px 2px 2px #FFE3EC;
	margin-bottom:20px;
}

.aside .menu_block .menu{
	padding-top:10px;
	border-top:solid 5px #D086BC;
}


.aside .menu_block dl{
	border:solid 1px #D6D6D6;
	border-radius:5px;
}

.aside .menu_block dt{
	border-bottom:solid 1px #D6D6D6;

}

.aside .menu_block dl dd ul li{
	border-top:solid 1px #D6D6D6;
	list-style-type:none;
}

.aside .menu_block dl dd ul li:first-child{
	border-top:none;
}

.aside .menu_block dl dd ul li a{
	display:block;
	font-size:13px;
	line-height:1.4;
	padding:10px 10px 10px  30px;
	cursor:pointer;
	text-decoration:none;	
	color:#000;
}

.aside .menu_block dl dd ul li a:hover,
.aside .menu_block dl dd ul li a.active{
	color:#FF2281;
}


.aside .menu_block .face{border-top:solid 5px #D086BC;}
.aside .menu_block .body{border-top:solid 5px #FFA7CA;}
.aside .menu_block .ohada{border-top:solid 5px #CC9866;}

.aside .menu_block .face dl dd ul li a{background:url(../images/aside_face_maru.jpg) no-repeat 15px 15px;}
.aside .menu_block .body dl dd ul li a{background:url(../images/aside_body_maru.jpg) no-repeat 15px 15px;}
.aside .menu_block .ohada dl dd ul li a{background:url(../images/aside_ohada_maru.jpg) no-repeat 15px 15px;}


.aside .submenu{
	margin-top:50px;
}

.aside .submenu ul li{
	margin-top:10px;
}

.aside .submenu ul li:first-child{
	margin-top:0px;
}



/*--- td ---*/
.td{
	width:40px;
	display:table-cell;
}


/*--- contents ---*/

.contents{
	width:720px;
	padding:10px 0px;
	float:right;
}

.section{
	margin:0 auto 40px;
	border:solid 4px #9191B5;
}

.section h2{
	margin:-4px -4px 0;
}

.section .innerbox{
	padding:40px;
}

.section .innerbox .full{
	margin-left:-40px;
	margin-right:-40px;
}


.section h3{
	margin-bottom:15px;
}

.section h4{
	margin-bottom:20px;
}

.pager_block{
	width:720px;
	font-size:12px;
	line-height:1.6;
	padding:10px 0px;
}
.pager_block a{
	text-decoration:none;
	color:#9999CC;
}
.pager_block a:hover{
	opacity:0.5;
}

.contact_block{
	width:720px;
	height:270px;
	margin-top:40px;
	margin-bottom:40px;
}
.contact_block .area1{
	height:180px;
}
.contact_block .area1 .button a{
	position:absolute;
	display:block;
	background:#FFF;
}
.contact_block .area2 a,
.contact_block .area2 img{
	position:absolute;
}
.contact_block .absolute{
	position:absolute;
}


.contact_block .tekari{
	width:720px;
	height:80px;
	margin-top:-80px;
	position:absolute;
	overflow:hidden;
}
.contact_block .tekari img{
	position:absolute;
	margin-left:-80px;
	width:80px;
	height:80px;
}
.contact_block .counseling{
	margin-top:10px;
}
.contact_block .tel{
	position:absolute;
	margin-top:90px;
}
.contact_block .mail{
	position:absolute;
	margin-top:90px;
	margin-left:445px;
}

.contact_block_mini{
	background:#F0F0F0;
	margin:50px 0px;
	height:200px;
}
.contact_block_mini p{
	font-size:15px;
	line-height:1.6;
	text-align:center;
	padding:20px 0px;
}
.contact_block_mini .area1{
	height:50px;
}

.contact_block_mini .tekari{
	margin-left:20px;
	width:680px;
}
.contact_block_mini .counseling{
	margin-top:0px;
	margin-left:20px;
}


/*-------general-------*/

.textbox,
.textbox-r,
.textbox-l{
	margin-top:1em;
	overflow:hidden;
	/zoom:1;
	margin-bottom:20px;
	text-align:left;
	font-size:16px;
	line-height:2.0;
}

.textbox-l .text{
	padding-right:360px;
}

.textbox-r .text{
	padding-left:360px;
}

.textbox-r .photo{
	width:340px;
	float:left;
}

.textbox-l .photo{
	width:340px;
	float:right;
}



.textbox-r p,
.textbox-l p{
	margin-top:1em;
}

.textbox-r p:first-child,
.textbox-l p:first-child{
	margin-top:0;
}

.alignC{text-align:center;}
.alignR{text-align:right;}
.alignL{text-align:left;}

.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.mt0{margin-top:0px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt80{margin-top:80px !important;}

.small{font-size:12px;}
.em{color:#FF2281}
.purple{color:#9966CC;}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	margin-top:0;
}

.floatclear{clear:both;}


#sidenavi {
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 30;
}

#sidenavi ul li{
	margin-top:5px;

}

/* hyaluron
---------------------*/

#hyaluron_box{
	width: 680px;
	border-left: 5px solid #DDDDDD;
	border-right: 5px solid #DDDDDD;
	border-bottom: 5px solid #DDDDDD;
	padding: 10px 15px 15px 15px;
	text-align: left;
}

#hyaluron_box p{
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 20px 0;
}

#hyaluron_box p .pink{
	color: #FF2180;
}

#hyaluron_table{
	width: 718px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 20px 0 50px 0;
}

#hyaluron_table th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FF6899;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 12px 10px;
	line-height: 100%;
}

#hyaluron_table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 10px;
	line-height: 100%;
}

#hyaluron_table td.td01{
	background-color: #eee;
}

#hyaluron_table td.td02{
	text-align: right;
	color: #FF2180;
}

#hyaluron_table td.td02 .price_s{
	font-size: 12px;
	color: #333;
	margin-right: 10px;
}

#hyaluron_table td.td02 .price{
	font-size: 24px;
	font-weight: bold;
}

.footer__container {
  background-color: #e95383;
  color: #fff;
}
