@charset "utf-8";

/*共通
----------------------------------------------------------------*/

#conbox .right_box {float:right;}
#conbox .left_box  {float:left;}

#globalnav_inner ul li.sp {display:none !important;}

.pc {display:block;}
.sp {display:none;}

.left_box  {float:left;}
.right_box {float:right;}

.left_box:after,
.right_box:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#faq #conbox #faq01,
#faq #conbox #faq02,
#faq #conbox #faq03,
#faq #conbox #faq04,
#faq #conbox #faq05,
#faq #conbox #faq06,
#faq #conbox #faq07{
	margin-top:-150px;
    padding-top:150px;
	}

.photo {}

#conbox ul.list_item {}

#conbox ul.list_item:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#conbox ul.list_item li {
	float:left;
	width:inherit;
	margin:0 20px 0 0;
	padding:0;
	}

@media screen and (max-width: 640px) {
	
	#conbox ul.list_item li {
	float:none;
	margin:0;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#conbox ul.list_item li {
	float:none;
	margin:0;
	}

}


/*UIkit
----------------------------------------------------------------*/
.uk-grid {}

.uk-grid img {
	width:100%;
	height:auto;
	}

.uk-panel {
	padding:30px 30px 20px;
	background-color: rgba( 75, 158, 218, 0.1 )
	}

@media screen and (max-width: 640px) {

	.uk-panel {
	padding:10px ;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {

	.uk-panel {
	padding:10px ;
	}
	
}


/*css3 ボタン
----------------------------------------------------------------*/

.button {
	cursor: pointer;
	line-height: 1;
	text-align: center;
	display: inline-block;
	padding:20px 40px;
	font-size: 1.46em;
	background-color:#4b9eda;
	color:#FFF !important;
	text-decoration:none !important;
	
	/*アニメーションの設定*/
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;

}

button:hover, button:focus,.button:hover,.button:focus {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*トップページ
----------------------------------------------------------------*/

#home #conbox h2 {
	color:#4b9eda;
	margin:0 0 30px;
	line-height:1;
	}

#home #conbox .top_rice_info {
	background: #F2F8FC url(../img/top-btn-rice.png) no-repeat right center;
	border:1px solid #CCC;
	padding:20px 40px;
	margin:0 0 60px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	}

#home #conbox .top_rice_info:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#home #conbox .top_rice_info h2 {
	float:left;
	width:26%;
	color:#646464;
	border-right:1px dotted #CCC;
	margin:0 23px 0 0;
	padding:6px 0 0;
	}

#home #conbox .top_rice_info p {
	float:left;
	margin:0;
	}

@media screen and (max-width: 640px) {
	
#home #conbox .top_rice_info {
	background: #F2F8FC url(../img/top-btn-rice.png) no-repeat right -220px top 30px;
	border:1px solid #CCC;
	padding:10px;
	margin:0 0 60px;
	}

#home #conbox .top_rice_info h2 {
	float:none;
	width:100%;
	border:none;
	border-bottom:1px dotted #CCC;
	margin:0 0 10px;
	padding:0 0 10px;
	}

#home #conbox .top_rice_info p {
	float:none;
	width:55%;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
#home #conbox .top_rice_info {
	background: #F2F8FC url(../img/top-btn-rice.png) no-repeat right -220px top 30px;
	border:1px solid #CCC;
	padding:10px;
	margin:0 0 60px;
	}

#home #conbox .top_rice_info h2 {
	float:none;
	width:100%;
	border:none;
	border-bottom:1px dotted #CCC;
	margin:0 0 10px;
	padding:0 0 10px;
	}

#home #conbox .top_rice_info p {
	float:none;
	width:55%;
	}
	
}


#home #conbox #medical_time,
#home #conbox #attendance {
	margin-top:-140px;
	padding-top:140px;
	}

@media screen and (max-width: 640px) {
	
#home #conbox #medical_time,
#home #conbox #attendance {
	margin-top:-30px;
	padding-top:30px;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
#home #conbox #medical_time,
#home #conbox #attendance {
	margin-top:-30px;
	padding-top:30px;
	}
	
}


#home #conbox .top_time_table {
	padding:0;
}

#home #conbox .top_time_table h2 {
	margin:0 0 15px;
	}

#home #conbox .top_time_table table th {
    position: relative;
}

#home #conbox .top_time_table table th::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}

#home #conbox .top_time_table table th.item {
	width:10%;
	}
#home #conbox .top_time_table table th.hour {
	width:20%;
	}

@media screen and (max-width: 640px) {
	
#home #conbox .top_time_table_sp h2 {
	margin:0 0 20px;
	padding:0;
	}
	
#home #conbox .top_time_table_sp table {
	margin:0 0 10px;
	}

#home #conbox .top_time_table_sp table th {
    position: relative;
}

#home #conbox .top_time_table_sp table th::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}

#home #conbox .top_time_table_sp table td {
	padding:10px 0;
	}

#home #conbox .top_time_table_sp table th.item {
	white-space:nowrap;
	}

}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
#home #conbox .top_time_table_sp h2 {
	margin:0 0 20px;
	padding:0;
	}
	
#home #conbox .top_time_table_sp table {
	margin:0 0 10px;
	}

#home #conbox .top_time_table_sp table th {
    position: relative;
}

#home #conbox .top_time_table_sp table th::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}

#home #conbox .top_time_table_sp table td {
	padding:10px 0;
	}

#home #conbox .top_time_table_sp table th.item {
	white-space:nowrap;
	}

}


#home #conbox .top_news_area {
	padding:40px 0 0;
}

@media screen and (max-width: 960px) {
	
	#home #conbox .top_news_area {
	padding:0;
}
	
	#home #conbox .top_news_area h3 {
	padding:0 0 10px;
	letter-spacing:0;
	font-size: 1.46em;
	}
	
}


@media screen and (max-width: 640px) {

#home #conbox .top_news_area {
	margin:0 0 40px;
	}

#home #conbox .top_news_area h2 {
	background-color:#F4F4F4;
	margin:0 -20px 20px;
	padding:10px 0;
	}

}



@media only screen and (max-width:736px) and (orientation:landscape) {

#home #conbox .top_news_area {
	margin:0 0 40px;
	}

#home #conbox .top_news_area h2 {
	background-color:#F4F4F4;
	margin:0 -20px 20px;
	padding:10px 0;
	}

}


#home #conbox .top_news_colom {
	position:relative;
	}

#home #conbox .top_news_colom .rss {
	background-color:#4b9eda;
	color:#FFF;
	position:absolute;
	right:0px;
	top:2px;
	padding:2px 5px;
	font-size:0.769em;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	}
	
#home #conbox .top_news_colom .rss a:link, #home #conbox .top_news_colom .rss a:visited, #home #conbox .top_news_colom .rss a:active {color:#FFF;}

@media screen and (max-width: 960px) {
	
	#home #conbox .top_news_colom .rss {
	right:0px;
	top:0px;
	}
	
}












#home #conbox .top_news_colom dl {
	border-bottom:1px dotted #CCC;
	padding:0 0 10px;
	margin:0 0 10px;
	line-height:1.4;
	}

#home #conbox .top_news_colom dl:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#home #conbox .top_news_colom dl dt {
	float:left;
	width:130px;
	padding:7px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#home #conbox .top_news_colom dl dd {
	float:right;
	width:155px;
	}

@media screen and (max-width: 960px) {
	
	#home #conbox .top_news_colom dl dt {
	float:left;
	width:40%;
	margin:0 10px 0 0;
	padding:2px;
}

#home #conbox .top_news_colom dl dd {
	float:none;
	width:auto;
	}

}

#home #conbox h2.btn_medical {
    position: relative;
    background-color: #FFF9F2;
    border: 1px solid #FBB13D;
    margin: 0 0 50px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#home #conbox h2.btn_medical:before {
    content: "\f0da" ;
    position: absolute;
	font-family: 'FontAwesome';
    top: 50% ;
    right: 20px;
	line-height: 1;
	margin-top:-0.5em;
}

#home #conbox h2.btn_medical.uk-active:before {
	content: "\f0d7";
}

#home #conbox h2.btn_medical {
	margin-top: 40px;
	padding: 15px;
	font-weight: bold;
}
#home #conbox h2.btn_medical .small {
	display: block;
	font-size: 12px;
	line-height: 1em;
	margin-top: 5px;
}
#home #conbox h2.btn_medical:before {
	display: none;
}



@media screen and (max-width: 960px) {
	
	#home #conbox .top_news_colom dl dt {
	float:left;
	width:40%;
	margin:0 10px 0 0;
	padding:2px;
}

#home #conbox .top_news_colom dl dd {
	float:none;
	width:auto;
	}

}

#home #conbox .top_news_colom h4 a:link, #home #conbox .top_news_colom h4 a:visited, #home #conbox .top_news_colom h4 a:active {
	text-decoration:underline;
	}
#home #conbox .top_news_colom h4 a {
	font-weight: bold;
}
#home #conbox .top_news_colom h4 a:hover {
	text-decoration:none;
	}

#home #conbox .top_news_colom p.date {
	color:#4b9eda;
	margin:0;
	}
	
#home #conbox .top_news_colom p.border {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #CCC;
	}

@media screen and (max-width: 640px) {

#home #conbox .top_news_colom:not(:first-child) {
	margin:40px 0 0;
	}

#home #conbox .top_news_colom dl dt {
	float:left;
	width:130px;
	padding:7px;
	margin:0;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#home #conbox .top_news_colom dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {

#home #conbox .top_news_colom:not(:first-child) {
	margin:40px 0 0;
	}

#home #conbox .top_news_colom dl dt {
	float:left;
	width:130px;
	padding:7px;
	margin:0;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#home #conbox .top_news_colom dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}
	
}


#home #conbox table td span.blue {color:#3366ff;}
#home #conbox table td span.green {color:#008080;}
#home #conbox table td span.pink {color:#ff6699;}

#home #conbox table td span {
	font-size:1em;
	margin:0;
	}
	
/* 院長のあいさつ
-------------------------------------------------------------------------*/
#hyousyou {
	float:left;
	width:164px;
	height:114px;
}

#h-text {
	float:right;
	font-size:11px;
	line-height:1.5em;
	width:120px;
	text-align: justify;
    text-justify: distribute-all-lines;
}

/* 野村産婦人科の特長
-------------------------------------------------------------------------*/

#guide.feature #conbox #system, #guide.feature #conbox #space, #guide.feature #conbox #cooperation, #guide.feature #conbox #meals, #guide.feature #conbox #medical_institution {
    margin-top: -150px;
    padding-top: 150px;
}

@media screen and (max-width: 640px) {

#guide.feature #conbox .guide_feature_ttl {
	width: 42% !important;	
}

}

/* 産科
-------------------------------------------------------------------------*/
#obstetrics.health-check #conbox #s4d {
    margin-top: -150px;
    padding-top: 150px;
}


/* 入院生活
-------------------------------------------------------------------------*/

#obstetrics.hospitalization #conbox #meal {
    margin-top: -150px;
    padding-top: 150px;
}




/* 当院のご案内
-------------------------------------------------------------------------*/
#guide {}

#guide #conbox #doctor h3 span {
	font-size:0.7em;
	margin:0 10px 0 0;
	}

@media screen and (max-width: 640px) {

.doctor_photo {
	width:80% !important;
	margin:0 auto 10px !important;
	}

}



@media only screen and (max-width:736px) and (orientation:landscape) {

.doctor_photo {
	width:80% !important;
	margin:0 auto 10px !important;
	}

}



/* 当院でのお産
-------------------------------------------------------------------------*/

#obstetrics.childbirth #conbox .box {
	border: 1px solid #F9B04A;
	padding: 40px;
}

#obstetrics.childbirth #conbox .box h2 {
	position: relative;
	margin: 0 0 30px;
	padding:0 0 0 65px;
	color: #F9B04A;
}

#obstetrics.childbirth #conbox .box h2 span {
	position: absolute;
	font-size: 2.6em;
	line-height: 1;
	top:5px;
	left: -10px;
	padding: 0 15px 0 0;
	border-right: 1px solid #F9B04A;
}

#obstetrics.childbirth #conbox .box p {
	margin: 0 0 0 65px;
}

@media screen and (max-width: 640px) {
	
	#obstetrics.childbirth #conbox .box {
	padding: 10px;
}

#obstetrics.childbirth #conbox .box h2 {
	margin: 0 0 20px;
	padding:60px 0 0;
}

#obstetrics.childbirth #conbox .box h2 span {
	position: absolute;
	font-size: 2.6em;
	line-height: 1;
	top:0px;
	left:50%;
	margin-left:-0.3em;
	padding: 0;
	border: none;
	border-bottom: 1px solid #F9B04A;
}

#obstetrics.childbirth #conbox .box p {
	margin: 0 0 10px;
}
	
	
}


/* 一般整形
-------------------------------------------------------------------------*/
#general-plastic-surgery {}

#general-plastic-surgery #conbox .case h3 {
	border:none;
	margin:0;
	}

#general-plastic-surgery #conbox .case h3 span {
	border-right: 1px dotted #999;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	color:#4b9eda;
	}

#general-plastic-surgery #conbox .case h3::after {
    content: "" ;
    position: static ;
	margin-bottom:0;
    border:none;
}

/* リハビリテーション
-------------------------------------------------------------------------*/
#rehabilitation {}

#rehabilitation  #conbox .rehabilitation_room_slider_area ul.rehabilitation_room_slider {
	overflow:hidden;
	}

#rehabilitation  #conbox .rehabilitation_room_slider_area ul.rehabilitation_room_slider li {margin:0 5px;}


/* 自宅でできる運動療法
-------------------------------------------------------------------------*/
#functional-therapy {}

#functional-therapy #conbox .pdf_download_area .uk-panel {
	background:none;
	margin:0 0 10px;
	padding:0;
	}


#functional-therapy #conbox .pdf_download_area .pdf_thumbnail {
	border:1px solid #CCC;
	background:none;
	margin:0 0 10px;
	padding:10px;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	}

#functional-therapy #conbox .pdf_download_area h3 {
	margin:0 0 10px;
	padding:0;
	font-size:1.23em;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing:0;
	border:none;
	}

#functional-therapy #conbox .pdf_download_area h3::after {
    content: "" ;
    position: static ;
	margin-bottom:0;
    border:none;
}

#functional-therapy #conbox .pdf_download_area .btn_pdf a {
	background-color:#4b9eda;
	color:#FFF;
	padding:8px 15px;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	
	/*アニメーションの設定*/
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	}

#functional-therapy #conbox .pdf_download_area .btn_pdf a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

@media screen and (max-width: 640px) {

#functional-therapy #conbox .pdf_download_area .uk-panel {
	border-bottom:1px dotted #CCC;
	}

#functional-therapy #conbox .pdf_download_area .pdf_thumbnail {
	display:none;
     }

#functional-therapy #conbox .pdf_download_area h3 {
	float:left;
	width:50%;
	}

#functional-therapy #conbox .pdf_download_area .btn_pdf {
	float:right;
	}

}




@media only screen and (max-width:736px) and (orientation:landscape) {

#functional-therapy #conbox .pdf_download_area .uk-panel {
	border-bottom:1px dotted #CCC;
	}

#functional-therapy #conbox .pdf_download_area .pdf_thumbnail {
	display:none;
     }

#functional-therapy #conbox .pdf_download_area h3 {
	float:left;
	width:50%;
	}

#functional-therapy #conbox .pdf_download_area .btn_pdf {
	float:right;
	}

}

/*インフォメーション
-------------------------------------------------------------------------*/

#information #conbox dl {
	border-bottom:1px dotted #CCC;
	padding:0 0 20px;
	margin:0 0 20px;
	line-height:1.4;
	}

#information #conbox dl:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#information #conbox dl dt {
	float:left;
	width:130px;
	padding:7px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#information #conbox dl dd {
	float:right;
	width:480px;
	}

#information #conbox h2 {
	font-size:1.357em;
	margin:0 0 20px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

#information #conbox .more {
	margin:10px 0 0;
	text-align:right;
	}

#information #conbox .more a {
	background-color:#BFBFBF;
	color:#FFF;
	padding:3px 10px;
	}

#information #conbox hr {
	margin-top:20px;
	margin-bottom:20px;
	}

@media screen and (max-width: 640px) {
	
	#information #conbox dl dt {
	float:left;
	width:130px;
	padding:7px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#information #conbox dl dd {
	float:none;
	width:100%;
	}

}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#information #conbox dl dt {
	float:left;
	width:130px;
	padding:7px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#information #conbox dl dd {
	float:none;
	width:100%;
	}
	
	
}


/*漢方外来
-------------------------------------------------------------------------*/

.chinese-medicine #conbox .uk-panel {
	padding: 30px !important;
}

.chinese-medicine #conbox .uk-panel p {
	margin: 0;
}

.chinese-medicine #conbox #doctor h2 {
	font-size: 2.30em;
}

.chinese-medicine #conbox #doctor .doctor_info p {
	margin: 0 0 10px;
	line-height: 1.5;
}

.chinese-medicine #conbox #doctor .doctor_info p {
	margin: 0 0 10px;
	line-height: 1.5;
}

.chinese-medicine #conbox #information_area p {
	font-size: 1.385em;
}



/*アクセスマップ
-------------------------------------------------------------------------*/
#access {}

#access #conbox #parking {
	margin-top:-140px;
	padding-top:140px;
}



/*お問い合わせ
-------------------------------------------------------------------------*/
#contact {}

#conbox #trust-form .contact-form {
  height: auto;
}


#conbox p#message-container-input {
	color:#F00;
	}

#conbox #trust-form table {
	width:100%;
	margin:0 0 30px;
	}

#conbox #trust-form table th {
	background:none;
	text-align:left;
	padding:20px 0;
	border:none;
	width:30%;
	border-bottom:1px dashed #999;
	}

#conbox #trust-form table td {
	padding:20px 0;
	border:none;
	border-bottom:1px dashed #999;
	}

#conbox #trust-form table td ul {
	margin:0;
	}

#conbox #trust-form table td ul li {
	display: inline-block;
	background:none;
	margin:0 30px 10px 0;
	padding:0;
	list-style:none;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	}

#conbox #trust-form table td ul li input {
	width:auto;
	
	border-radius:         5px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
	}

#conbox #trust-form table td ul li label {
	background-color:#FDFDFD;
	display:block;
	padding:5px;
	border:1px solid #CCC;
	cursor:pointer;
	
	border-radius:         5px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;

	}

#conbox #trust-form input,
#conbox #trust-form textarea {
	border:1px solid #CCC;
	width:100%;
	
	padding:5px;

	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

	
	}


#conbox #trust-form .field {width:100%;}


#conbox #trust-form .field_s {width:20%;}


#conbox #trust-form .zipcode {width:20%;}


#conbox #trust-form .e_mail {}

#conbox #trust-form .inquiry {
	width:100%;
	height:200px;
	}
	
#conbox #trust-form .submit-container {
	margin:0px 0px 50px;
	text-align:center;
	}

#conbox div#trust-form.contact-form table tr:hover{
	background:none;
	}

#conbox #confirm-button input {
	width:30%;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding:20px 10px;
	font-size: 1em;
	background-color: #646464;
	border-color: #666;
	color: #FFF;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	
}





.fb-like-box {
	background-color:#FFF;
	}
	




/*追記*/
#conbox .top_menu dl {}

#conbox .top_menu dl:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#conbox .top_menu dl dt {
	float:left;
	width:200px;
	}

#conbox .top_menu dl dd {
	float:right;
	width:245px;
	}

#home #conbox .top_menu dl {
	border: 1px solid #C9C9C9;
	padding: 20px;
}

#home #conbox .top_menu dl dt {
	float:left;
	width:180px;
	}

#home #conbox .top_menu dl dd {
	float:right;
	width:225px;
	}


#conbox .top_menu img {
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	}

#conbox .top_menu h3 {
	text-align:center;
	letter-spacing: 0;
	}

#conbox .top_menu h3 span {
	display:block;
	font-size:0.579em;
	color:#F9B04A !important;
	}

#conbox .top_menu p {
	line-height:1.4 !important;
	margin:0;
	}

@media screen and (max-width: 640px) {
#conbox .top_menu dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}
#conbox .top_menu dl dd {
	float:none;
	width:100%;
	}

#home #conbox .top_menu dl dt {
	float:left;
	width:130px;
	margin:0;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

	}

#home #conbox .top_menu dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}

#home #conbox .top_menu.sp dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}

#home #conbox .top_menu.sp dl dd {
	float:none;
	width: inherit;
	margin:0;
	}

}



@media only screen and (max-width:736px) and (orientation:landscape) {

#home #conbox .top_menu dl dt {
	float:left;
	width:130px;
	margin:0;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

	}

#home #conbox .top_menu dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}

#home #conbox .top_menu.sp dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}

#home #conbox .top_menu.sp dl dd {
	float:none;
	width: inherit;
	margin:0;
	}

}


@media screen and (max-width: 320px) {
	
#home #conbox .top_menu dl dt {
	width:80px;
	margin:0;
}

#home #conbox .top_menu dl dd {
	margin:0 0 0 90px;
}
	
#home #conbox .top_menu.sp dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}

#home #conbox .top_menu.sp dl dd {
	float:none;
	width: inherit;
	margin:0;
	}

}



#conbox ul {
	margin:0 0 10px 1em;
	padding:0;
	}

#conbox ul li {
	margin:0;
	padding:0;
	list-style-type:disc;
	}



#conbox .table_spec {
	margin:0 0 10px;
	font-size:0.923em;
	}

#conbox .table_spec th {
	vertical-align:top;
	padding:0 5px;
	text-align:left;
	border:none;
	}

#conbox .table_spec td {
	vertical-align:top;
	padding:0 5px 10px 5px;
	text-align:left;
	border:none;
	}



/*野村産婦人科*/

#conbox h1 {color:#F9B04A;}

.uk-panel {background-color: rgba( 249, 176, 74, 0.1)  !important;}

#obstetrics.hospitalization #conbox #comfortable h3,
#first #conbox h3,
#infertility-treatment.page-child #conbox h3,
#gynecology.page-child #conbox h3,
#guide.page-child #conbox h3 {margin: 0 0 20px ;padding:0;border-bottom:none;}

#obstetrics.hospitalization #conbox #comfortable h3:after,
#first #conbox h3:after,
#infertility-treatment.page-child #conbox h3:after,
#gynecology.page-child #conbox h3:after,
#guide.page-child #conbox h3:after {margin-bottom:0px;border-bottom:none;}

#obstetrics.support #conbox #club .uk-panel,
#obstetrics.hospitalization #conbox #comfortable .uk-panel,
#first #conbox .uk-panel,
#infertility-treatment #conbox .uk-panel,
#guide #conbox .uk-panel,
#gynecology #conbox .uk-panel {
	padding:15px 15px 5px;
	}



#conbox .btm_tel_info {
	position: relative;
	margin:90px 0 0;
	padding:60px 0 40px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}

#conbox .btm_tel_info:before {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-top:2px;
    border-top: 1px solid #CCC;
}

#conbox .btm_tel_info:after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}


#conbox .btm_tel_info h2 {
	font-size:1.46em;
	margin:0 0 20px;
	text-align:center;
	}

#conbox .btm_tel_info h3 {
	margin:0 !important;
	padding:0;
	font-size:3.077em;
	line-height:1.4;
	text-align:center;
	color:#F9B04A;
	}

@media screen and (max-width: 640px) {
	
	#conbox .btm_tel_info h3 {
	margin:0 !important;
	padding:0;
	font-size:2em;
	letter-spacing:0;
	line-height:1.4;
	text-align:center;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#conbox .btm_tel_info h3 {
	margin:0 !important;
	padding:0;
	font-size:2em;
	letter-spacing:0;
	line-height:1.4;
	text-align:center;
	}
	
}


.button {
	background-color:rgba(249,176,74,0.7);
	padding:15px 0;
	font-size:1.154em;
	border:1px solid #F9B04A;
	font-weight:bold;
	}

#conbox .button {
	width:290px;
	}

@media screen and (max-width: 640px) {
	
	#conbox .button {
	width:100%;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#conbox .button {
	width:100%;
	}
	
}

/*トップページ
-------------------------------------------------------------------------*/
#home #conbox h2 {color:#F9B04A;}

#home #conbox .top_news_colom .rss {background-color:#F9B04A;}

#home #conbox .top_news_colom p.date {color:#F9B04A;}

#home  #conbox .top_info_area h3 {color:#F9B04A;}
#home  #conbox .top_info_area h3 {
	color:#777171;
	font-weight: bold;
}

#home  #conbox .top_info_area dl {
	border-bottom:1px dotted #CCC;
	margin:0 0 10px;
	padding:0 0 10px;
	}

@media screen and (max-width: 640px) {
	
	#home #conbox .top_info_area dl {
	padding:0;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#home #conbox .top_info_area dl {
	padding:0;
	}
	
}

/*病院紹介
-------------------------------------------------------------------------*/
#guide {}

#guide.feature .uk-panel h4 {
	font-size:1em;
	font-weight:normal;
	margin:0 0 5px;
	padding:0 0 0 5px;
}

#guide.feature  #conbox .guide_feature_slider_area ul.guide_feature_slider {
	overflow:hidden;
	margin:0 0 80px;
	}

#guide.feature  #conbox .guide_feature_slider_area ul.guide_feature_slider li {margin:0 5px;}


#guide.feature  #conbox  {}


#guide.related-facility .related_facility_info_area {
	background-color:#000;
	}

#guide.related-facility #conbox .related_facility_info {
	color:#FFF;
	padding:40px 30px 0;
	}

#guide.related-facility #conbox .related_facility_info h2 {
	text-align:center;
	margin:0 0 20px;
	color:#FFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

#guide.related-facility #conbox hr {
	margin-top:10px;
	margin-bottom:10px;
	}


/*医師のご紹介*/

#guide #conbox .doctor_thumbnail {
	margin:0 0 60px;
	}

#guide #conbox .title_name {
	margin:0 0 10px;
	}

@media screen and (max-width: 640px) {

	#guide #conbox .title_name {
	margin:10px 0;
	text-align:center;
	}
	
}


@media only screen and (max-width:736px) and (orientation:landscape) {

	#guide #conbox .title_name {
	margin:10px 0;
	text-align:center;
	}
	
}

#guide #conbox .doctor_thumbnail p {
	margin:0;
	line-height:1.4;
	}

#guide #conbox .doctor_thumbnail p span {
	font-size:1.2em;
	}

#guide #conbox ul.doctor_list {
  text-align: center;
  margin:0;
} 

#guide #conbox ul.doctor_list li {
  margin:0 0 10px;
  padding:0 20px;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
} 

#guide #conbox ul.doctor_list li + li {
	border-left:none;
	}



/*施設のご案内
-------------------------------------------------------------------------*/

.ms-slide-info {
	position: absolute !important;
	bottom: 85px !important;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	padding: 10px 0;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 	box-sizing:border-box;
}

.ms-slide-info p {
	margin: 0 !important;
	padding: 0 20px !important;
}

@media screen and (max-width: 640px) {
	
	#guide.facility #conbox h1 {
		font-size: 2em;
	}
	
}


/*産科
-------------------------------------------------------------------------*/
/*お産について*/

/*お産の費用*/
#obstetrics.cost #conbox #obstetrics_price .uk-panel {
	padding:15px 15px 5px;
	}
	
#obstetrics.cost #conbox #obstetrics_subsidy .uk-panel table.table_spec th {
	width:80px;
	}

/*お産の種類*/
#obstetrics.types #conbox .uk-panel .button {
	padding:5px 20px;
	width:auto;
	font-size:1em;
	}

#obstetrics.types #conbox #about_birth  {
	margin:0;
	}

#obstetrics.types #conbox #about_birth a {
	display:block;
	background-color: rgba(204,204,204,0.2);
	background-repeat:no-repeat;
	background-position:20px center;
	border:1px solid #CCC;
	padding:20px 20px 20px 100px;
	color:#F9B04A;
	font-weight:bold;
	font-size:1.46em;
	line-height:1.4;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	}

#obstetrics.types #conbox #about_birth .type01 a {background-image:url(../img/obstetrics-types-icon01.png);}
#obstetrics.types #conbox #about_birth .type02 a {background-image:url(../img/obstetrics-types-icon02.png);}
#obstetrics.types #conbox #about_birth .type03 a {background-image:url(../img/obstetrics-types-icon03.png);}

#obstetrics.types #conbox #about_birth a:hover {
	background-color: rgba(204,204,204,0.1);
	}

/*入院生活*/

#obstetrics.hospitalization #conbox #comfortable .table_spec {}

#obstetrics.hospitalization #conbox #comfortable .table_spec th,
#obstetrics.hospitalization #conbox #comfortable .table_spec td {vertical-align:middle;}

#obstetrics.hospitalization #conbox .hospitalization_img {
	padding:0;
    margin:0 0 90px;
    width:100%;
	height:400px;
	}

@media screen and (max-width: 640px) {
	
	#obstetrics.hospitalization #conbox .hospitalization_img {
	height:250px;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#obstetrics.hospitalization #conbox .hospitalization_img {
	height:250px;
	}
	
}


/*産後のサポート*/

#obstetrics.support #conbox #medical_examination table.table_spec thead {width:100%; float: left;}
#obstetrics.support #conbox #medical_examination table.table_spec tbody {width:30%; display: table-cell; padding-left: 10px;}

#obstetrics.support #conbox #medical_examination table.table_spec thead th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}

@media screen and (max-width: 640px) {
	
	#obstetrics.support #conbox #medical_examination table.table_spec thead {width:100%; float: left;}
	#obstetrics.support #conbox #medical_examination table.table_spec tbody {width:50%; display: table-cell; padding-left: 10px;}
	
	#obstetrics.support #conbox #medical_examination table.table_spec thead th {width:100%;float: left;}
	#obstetrics.support #conbox #medical_examination table.table_spec thead td {width:100%;float: left;padding-top: 10px;}
	
	#obstetrics.support #conbox #medical_examination table.table_spec thead th.border_r {
		border: none !important;
		border-bottom: 1px dotted #CCC !important;
		padding-bottom: 10px;
	}

}

#obstetrics.support #conbox #recipe .recipe_menu a {
	display:block;
	background-color:rgba(249,176,74,0.7);
	padding:5px 10px 5px 5px;
	font-size:1.077em;
	line-height:1.4;
	border:1px solid #F9B04A;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
}


#obstetrics.support #conbox #care_service h3 {
	border: none;
	color: #F9B04A;
	margin: 0;
}

#obstetrics.support #conbox #care_service h3:after {
	display: none;
}

#obstetrics.support #conbox .uk-panel table td {
	padding: 0 5px 10px 30px;
}

@media screen and (max-width: 640px) {
	
	#obstetrics.support #conbox .uk-panel table td {
		padding: 0 5px;
	}
	
	
}
	



/*初診の方へ
-------------------------------------------------------------------------*/
#first {}

#first #conbox .first_img {
	padding:0;
    margin:0 0 90px;
    width:100%;
	height:400px;
	}

@media screen and (max-width: 640px) {
	
	#first #conbox .first_img {
	height:200px;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#first #conbox .first_img {
	height:200px;
	}
	
}


/*小児科
-------------------------------------------------------------------------*/
#pediatrics #contents ul,#pediatrics ul li{list-style: none; margin: 0; padding: 0; box-sizing: border-box;}
#pediatrics #contents .bg_obox{background: #FEF4E5;}
#pediatrics #contents h3.obiwh{border: none; margin: 0; padding: 0;}
#pediatrics #contents h3.obiwh::after{content: none;}
#pediatrics #contents .nmlist li{margin-left: 1em; text-indent: -1em;}
#pediatrics #contents .nmlist li::before{content: "・";}
#pediatrics #contents .cl_orange{color: #F2AD57;}
#pediatrics #contents .cl_red{color: #E96640;}

#pediatrics #pediatrics_cnt1 h2{margin-bottom: 10px;}
#pediatrics #pediatrics_cnt1 .flex_box{display: flex; justify-content: space-between; flex-wrap: wrap;}
#pediatrics #pediatrics_cnt1 .flex_box > li{background: #FEF4E5; padding: 20px; width: calc(100% / 2 - 10px); margin-bottom: 20px; box-sizing: border-box;}
#pediatrics #pediatrics_cnt1 h3.obiwh{color: #FFF; padding: 5px 20px; background: #F4B969; border-radius: 9999px; margin-bottom: 20px;}
#pediatrics #pediatrics_cnt1 p{margin-bottom: 10px;}
#pediatrics #pediatrics_cnt1 .flex_box_img{display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 15px;}
#pediatrics #pediatrics_cnt1 .flex_box_img div{width: 57%;}
#pediatrics #pediatrics_cnt1 .flex_box_img figure{width: 40%;}
#pediatrics #pediatrics_cnt1 li.bg_green{background: #F0F6DF;}
#pediatrics #pediatrics_cnt1 li.bg_green h3.obiwh{background: #AACF52;}

#pediatrics #pediatrics_cnt2 h2{margin-bottom: 10px;}
#pediatrics #pediatrics_cnt2 h3{margin-top: 40px; margin-bottom: 10px;}
#pediatrics #pediatrics_cnt2 .bg_obox{box-sizing: border-box; padding: 20px;}
#pediatrics #pediatrics_cnt2 h3.obiwh{margin-top: 0; color: #FFF; padding: 5px 20px; background: #F4B969; border-radius: 9999px; margin-bottom: 20px;}
#pediatrics #pediatrics_cnt2 .flex_box_img{display: flex; justify-content: space-between; align-items: center; padding: 0 15px;}
#pediatrics #pediatrics_cnt2 .flex_box_img > li:first-child{width: 75%;}
#pediatrics #pediatrics_cnt2 .flex_box_img > li:last-child{width: 22%;}
#pediatrics #pediatrics_cnt2 .flex_box{display: flex; justify-content: space-between; background: #fff; border: 2px solid #F4B969; border-radius: 10px; padding: 20px; box-sizing: border-box; align-items: center;}
#pediatrics #pediatrics_cnt2 .flex_box h3.obiwh{width: 60px; height: 60px; line-height: 60px; margin-right: 20px; font-size: 16px; padding: 0; text-align: center;}
#pediatrics #pediatrics_cnt2 .flex_box ul{flex: 1;}

#pediatrics #pediatrics_cnt3 .flex_box{display: flex; justify-content: space-between; align-items: center;}
#pediatrics #pediatrics_cnt3 .flex_box > li:first-child{width: 52%;}
#pediatrics #pediatrics_cnt3 .flex_box > li:last-child{width: 47%;}
#pediatrics #pediatrics_cnt3 .bg_obox{margin-top: 10px; box-sizing: border-box; padding: 20px; position: relative;}
#pediatrics #pediatrics_cnt3 .bg_obox::before{content: ""; width: 200px; height: 213px; position: absolute; top: 70px; right: 35px; background-image:url(../img/pediatrics-mg08.png); background-size: cover; z-index: +1;}
#pediatrics #pediatrics_cnt3 h3.obiwh{margin-top: 0; color: #FFF; padding: 5px 20px; background: #F4B969; border-radius: 9999px; margin-bottom: 20px;}
#pediatrics #pediatrics_cnt3 .flex_box_img{display: flex; justify-content: space-between; align-items:flex-end; padding:0 15px 15px;}
#pediatrics #pediatrics_cnt3 .flex_box_img > li:first-child{width: 60%;}
#pediatrics #pediatrics_cnt3 .flex_box_img > li:last-child{width: 33%;}
#pediatrics #pediatrics_cnt3 .chack_list{margin-bottom: 30px; margin-left: 10px;}
#pediatrics #pediatrics_cnt3 .chack_list li{margin-left: 1em; text-indent: -1em;}
#pediatrics #pediatrics_cnt3 .chack_list li::before{content: "□"; margin-right: 5px;}
#pediatrics #pediatrics_cnt3 .maru_list{margin-bottom: 30px; margin-left: 10px; display: flex; justify-content: space-between; flex-wrap: wrap;}
#pediatrics #pediatrics_cnt3 .maru_list li{margin-left: 1em; text-indent: -1em; width: calc(100% / 2 - 10%);}
#pediatrics #pediatrics_cnt3 .maru_list li::before{content: "〇"; margin-right: 5px;}
#pediatrics #pediatrics_cnt3 .flex_box2{display: flex; justify-content: space-between; margin-top: 30px; margin-bottom: 10px;}
#pediatrics #pediatrics_cnt3 .flex_box2 > li{width: calc(100% / 3 - 8px); box-sizing: border-box; background: #fff; border: 2px solid #F4B969; border-radius: 10px; padding: 10px;}
#pediatrics #pediatrics_cnt3 .flex_box2 > li h3.obiwh{border-radius: 5px; text-align: center;}

@media screen and (max-width: 640px) {
	
	#pediatrics #contents h2{font-size: 14.5px;}
	#pediatrics #contents h3{font-size: 13px;}
	
	#pediatrics #pediatrics_cnt1 .flex_box > li{width: 100%; padding: 15px;}
	#pediatrics #pediatrics_cnt1 .flex_box_img div{width: 100%;}
	#pediatrics #pediatrics_cnt1 .flex_box_img figure{width: 100%; text-align: center;}
	#pediatrics #pediatrics_cnt1 .flex_box_img figure img{max-width: 50%;}
	#pediatrics #pediatrics_cnt1 h3.obiwh{padding: 5px 15px; font-size: 12.5px; font-weight: bold;}

	#pediatrics #pediatrics_cnt2 .bg_obox{padding: 15px;}
	#pediatrics #pediatrics_cnt2 h3.obiwh{padding: 5px 15px; font-size: 12.5px; font-weight: bold;}
	#pediatrics #pediatrics_cnt2 .flex_box_img{display: block;}
	#pediatrics #pediatrics_cnt2 .flex_box_img > li:first-child{width: 100%;}
	#pediatrics #pediatrics_cnt2 .flex_box_img > li:last-child{width: 100%; text-align: center; margin-top: 20px;}
	#pediatrics #pediatrics_cnt2 .flex_box_img > li:last-child img{max-width: 50%;}
	#pediatrics #pediatrics_cnt2 .flex_box{padding: 15px;}
	#pediatrics #pediatrics_cnt2 .flex_box h3.obiwh{font-size: 15px;}
	#pediatrics #pediatrics_cnt2 .flex_box{display: block;}
	#pediatrics #pediatrics_cnt2 .flex_box h3.obiwh{margin: 0 auto 20px;}

	#pediatrics #pediatrics_cnt3 .flex_box{display: block;}
	#pediatrics #pediatrics_cnt3 .flex_box > li h2{margin-bottom: 15px;}
	#pediatrics #pediatrics_cnt3 .flex_box > li:first-child{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box > li:last-child{width: 100%; text-align: center;}
	#pediatrics #pediatrics_cnt3 .flex_box > li:last-child img{max-width: 70%;}	
	#pediatrics #pediatrics_cnt3 .bg_obox::before{content: none;}
	#pediatrics #pediatrics_cnt3 h3.obiwh{font-size: 12.5px; font-weight: bold;}
	#pediatrics #pediatrics_cnt3 .flex_box_img{display: block;}
	#pediatrics #pediatrics_cnt3 .flex_box_img > li:first-child{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box_img > li:last-child{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box_img > li img{display: block; margin: 10px auto 0; max-width: 70%;}
	#pediatrics #pediatrics_cnt3 .maru_list{display: block;}
	#pediatrics #pediatrics_cnt3 .maru_list li{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box2{display: block; margin-bottom: 0;}
	#pediatrics #pediatrics_cnt3 .flex_box2 > li{width:100%; margin-bottom: 10px;}
	#pediatrics #pediatrics_cnt3 .flex_box2 > li h3.obiwh{margin-bottom: 10px; font-size: 12.5px; font-weight: bold;}

}


/*婦人科
-------------------------------------------------------------------------*/

/*こんな異常を感じたら*/
#gynecology.feel-bad #conbox table.table_spec th {
	width:110px;
	}

/*がん検診について*/
#gynecology.cancer-screening #conbox table.table_spec th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}


/*不妊治療
-------------------------------------------------------------------------*/

/*不妊治療について*/
#infertility-treatment.about #conbox table.table_spec th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	
/*よくあるご質問
-------------------------------------------------------------------------*/
#faq #conbox h2 {
	color:#F9B04A;
	text-align:center;
	margin: 0 0 10px;
	}
	
#faq #conbox h3.uk-accordion-title {
	background:none;
	border:none;
	border-bottom: 1px solid #CCC;
	font-size:1.1em;
	}

#faq #conbox .faq_menu {
	margin:0 0 60px;
	}

#faq #conbox .faq_menu:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#faq #conbox .faq_menu li {
	float:left;
	margin:0 0 10px;
	padding:0 20px;
	list-style:none;
	font-size:1.2em;
	line-height:1.2;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

#faq #conbox .faq_menu li + li {
	border-left:none;
	}

#faq #conbox .coution {
    text-align: center;
    color: #999;
    margin: 0 0 40px;
}

@media screen and (max-width: 640px) {
	
	#faq #conbox .faq_menu li {
		border-left:none;
	}
	
}



@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#faq #conbox .faq_menu li {
		border-left:none;
	}
	
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*お産費用テーブル用*/
#obstbl{background-color: #FFF !important;}
#obstetrics.cost #conbox #obstetrics_price #obstbl{padding: 0;}
#obstetrics.cost #conbox #obstetrics_price #obstbl table.table_spec{background-color: #fff; border-collapse:inherit; border-spacing: 2px; margin-bottom: 0;}
#obstetrics.cost #conbox #obstetrics_price #obstbl table.table_spec th{background-color: #FCDEB6; padding: 5px;}
#obstetrics.cost #conbox #obstetrics_price #obstbl table.table_spec td{background-color: #FEF4E7; padding: 5px 10px; vertical-align: middle; white-space: nowrap;}
#conbox #obstbl table.table_spec td span{font-size:0.923em; color: #EB8538; margin:0;}
#conbox #obstbl table.table_spec td strong{font-weight: bold; color: #EB8538;}


