@charset "utf-8";


/*=======================================================
	elisクリニック
=======================================================*/
/* 1 */
/* タブメニュー */
#uterus{
	margin: 0 0 30px;
	padding: 40px 0 30px 10px;
	position: relative;
	background: url(../img/uterus_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}

#tab-menu{
	margin: 15px auto 30px;
	list-style: none;
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	width: 377px;
}
#tab-menu li{
	margin: 0 0 10px;
	overflow: visible;
	position: relative;
	width: 377px;
	opacity: 0.8;
	text-align: center;
}
#tab-menu li:hover{
	/*opacity: 1.0;*/
}
#tab-menu li span{
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 100;
	width: 77px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 100%;
	white-space: nowrap;
}
#tab-menu #menu_uterus1 span{
	background-image: url(../img/uterus1.png);
}
#tab-menu #menu_uterus2 span{
	background-image: url(../img/uterus2.png);
}
#tab-menu #menu_uterus3 span{
	background-image: url(../img/uterus3.png);
}
#tab-menu #menu_uterus4 span{
	background-image: url(../img/uterus4.png);
}
#tab-menu li:before{
	content: ' ';
	position: absolute;
	left: 0;
	width: 100%;
}
#tab-menu #menu_uterus1:before{
	top: 5px;
	height: 57px;
	background: url(../img/uterus1_bg.png) no-repeat left top;
}
#tab-menu #menu_uterus2{
	position: relative;
	z-index: 100;
}
#tab-menu #menu_uterus2:before{
	top: -4px;
	height: 50px;
	background: url(../img/uterus2_bg.png) no-repeat left top;
}
#tab-menu #menu_uterus3:before{
	top: -67px;
	height: 115px;
	background: url(../img/uterus3_bg.png) no-repeat left top;
}
#tab-menu #menu_uterus4:before{
	top: -30px;
	height: 57px;
	background: url(../img/uterus4_bg.png) no-repeat left top;
}

#tab-menu li.active{
	opacity: 1.0;
}
#tab-menu li.active span{
	background-position: center bottom;
}

/* タブの中身 */
#tab-box{
	margin: 0;
	padding: 0;
	/*min-height: 200px;
	position: relative;*/
}
/*#info{
	position: absolute;
	text-align: center;
	margin: auto;
	top: 84px;
	bottom: 0;
	left: 0;
	right: 0;
}*/

#part{
	text-align: center;
}
#part h2{
	margin: 0 0 10px;
	padding: 0 10px 1px;
	display: inline-block;
	border-bottom: 1px dotted #95b3cc;
	color: #92a2af;
	font-size: 18px; /* ie8 */
	font-size: 1.8rem;
}

#part #part1{
	padding-top: 20px;
}

#tab-box li{
	/*opacity: 0;
	-ms-filter:"alpha(opacity=0)"; /*IE8*/
	/*position: absolute;
	top: 25px;
	left: 0;
	right: 0;*/
	margin: 0 auto 30px;
	padding: 0;
	width: 90%;
}
/*#tab-box li.active{
	opacity: 1;
	-ms-filter:"alpha(opacity=100)"; /*IE8*/
/*-webkit-transition:opacity 0.1s linear;
	-moz-transition:opacity 0.1s linear;
	transition:opacity 0.1s linear;
}*/
/*#tab-box #part1{ top: 45px; }
#tab-box #part4{ top: 45px; }*/
#tab-box p{
	font-size: 15px; /* ie8 */
	font-size: 1.5rem;
	line-height: 1.6;
}

/* 2 */
.menstrual_cycle_table{
	border-collapse: collapse;
	width: 100%;
	border: none;
	border-radius: 10px;
	background: url(../img/table_bg.png) repeat left top;
}
.menstrual_cycle_table td{
	padding: 25px;
	border-bottom: 1px solid #fcafc5;
}
.menstrual_cycle_table th{
	padding: 15px;
	width: 130px;
	border-bottom: 1px solid #fad8e1;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.menstrual_cycle_table tr:first-child th{
	border-top-left-radius: 10px;
}
.menstrual_cycle_table tr:last-child th{
	border-bottom-left-radius: 10px;
}
.menstrual_cycle_table tr:last-child td,
.menstrual_cycle_table tr:last-child th{
	border: none;
}
.section_cont .ttl_lv2.cycle_ttl{
	margin: 20px 0 24px;
	padding: 0 0 10px 20px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	vertical-align: middle;
}
.section_cont .ttl_lv2.cycle_ttl span{
	margin: 0 0 -70px;
	padding-left: 15px;
	display: inline-block;
}
.section_cont .ttl_lv2.cycle_ttl span img{
	vertical-align: middle;
}
#cycle_img{
	margin: 0;
	padding: 30px;
	background: url(../img/basic2_img1_bg.png) no-repeat center center;
}
.cont_main .clinic_note{
	margin: 15px 0 0;
}
.cont_main .clinic_note + .ttl_lv1{
	margin-top: 20px;
}


/* 3 */
.cont_main .age_img{
	margin-right: 10px;
	float: left;
	width: 166px;
}
.age_img img{
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}

#teens .age_img{
	padding: 0;
	width: 166px;
}
#forties .age_text{
	padding-bottom: 0;
}
#forties .age_img{
	padding: 0;
	width: 166px;
}
#forties .age_img img{
	margin-bottom: 0;
}



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/* 1 */
	#uterus{
		margin: 0;
		padding: 0;
		background: none;
	}
	#tab-menu{
		display: none;
	}
	/*#info{ display: none; }*/

	/* タブの中身 */
	#tab-box{
		padding: 0 0 15px;
		min-height: 0;
	}
	/*#info{ position: static; }*/
	#part{
		margin: 0;
		padding: 0;
	}
	#part h2{
		margin: 0 0 5px;
		padding: 0;
		display: block;
	}
	#tab-box li{
		margin: 0 0 5px;
		position: static;
		width: 100%;
		opacity: 1.0;
		text-align: left;
	}

	.growup_box{
		padding: 20px 10px 20px;
	}

	/* 2 */
	.menstrual_cycle_table{
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
		box-shadow: 0 0 3px rgba(252, 175, 197, 0.72);
	}
	.menstrual_cycle_table td{
		padding: 15px;
	}
	.menstrual_cycle_table th{
		width: 45px;
	}
	.section_cont .ttl_lv2.cycle_ttl{
		padding: 0;
		border: none;
	}
	.section_cont .ttl_lv2.cycle_ttl span{
		margin: 0 auto -40px;
		display: block;
		width: 120px;
		text-align: center;
	}
	#cycle_img{
		margin: 0 10px;
		padding: 10px;
		border-radius: 10px;
	}
	.cont_main .clinic_note{
		margin: 15px 0 20px;
	}
	.cont_main .clinic_doctor{
		margin: 0 5px 5px 0;
		width: 50%;
	}

	/* 3 */
	.cont_main .age_img,
	#teens .age_img,
	#forties .age_img{
		margin: 0 auto;
		float: none;
		max-width: 200px;
		width: 50%;
		text-align: center;
	}
	.age_text,
	#forties .age_text{
		padding-bottom: 20px;
	}
	#basic2_img1{
		margin: 0 0 15px;
	}
}
