@charset "utf-8";
/* CSS Document */

.h3_basic {
	background: url(../../../common/img/h3/img_doc01.jpg) no-repeat right 0;
}

/* ============================================
	基本文字サイズ切り替え(中)
============================================ */
body.Default {font-size: 14px; /* 10px; */}
/* ie7 */ *:first-child+html body.Default { font-size: 75%; /* 62.5%; */}
/* ie6Below */ * html body.Default { font-size:75%; /* font-size: 62.5%; */}
/* ie8 */ html>/**/body.Default { font-size /*\**/: 75%\9;}
/* ============================================
	基本文字サイズ切り替え(小)
============================================ */
body.Small { font-size: 12px;}

/* ie7 */
*:first-child+html body.Small {
	font-size: 63%;
}

/* ie5 - ie6 */
* html body.Small {
	font-size: 63%;
}

/* ie8 */
html>/**/body.Small {  
    font-size /*\**/: 63%\9;
}
/* ============================================
	基本文字サイズ切り替え(大)
============================================ */
body.Large { font-size: 16px;}

/* ie7 */
*:first-child+html body.Large {
	font-size: 88%;
}

/* ie5 - ie6 */
* html body.Large {
	font-size: 88%;
}

/* ie8 */
html>/**/body.Large {  
    font-size /*\**/: 88%\9;
}

/*人間ドック　トップバナー並び　*/
.doc_menubanner{
	width:218px;
	min-height:200px;
	background:#FFFFFF;
	border:#B0AEAE solid 1px;
	padding: 0 15px;	
}
.doc_menubanner h4{
	color:#2f59c0;
	font-size:0.8em;
	font-weight:800;
	padding:3px;	
}

.doc_menubanner p{
	margin-top: 10px;
	font-size:0.9em;	
}
.menu_price{
	text-align:right;
	font-weight:800;
}

.center{
	margin: 0 auto;
	width: 515px;
}

/*レディースデー*/
.ul_narabi li {
	display: inline-block;
	background: #cddbff;
	padding: 5px 10px;
	margin-bottom: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ladies_yoyaku {
	width: 220px;
	text-align: center;
}

.ladies_yoyaku a {
	display: block;
	padding: 2px 10px;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ladies_yoyaku a:link , .ladies_yoyaku a:visited {
	background: #ff6a9f;
}

.ladies_yoyaku a:hover {
	background: #ff8ab3;
}

.under_line_dot {
	border-bottom: 1px dashed #cccccc;
}

.fc_purple {
	color: #6d619d;
}