/*
Theme Name: SampleTheme
Author: SampleUser
Author URI: http://●●●.com
Description: サンプルのテーマ
*/



/*全体
-----------------*/
body{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.7;
	font-size: 13px;
	font-size:0.8125rem;
	background:url(./img/item/bg.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}


/*　パディングをサイズ内側にする処理　*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	vertical-align: middle;
}


#wrapper{
	overflow: hidden;
}

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

.fm_ryu{
		font-family: 'リュウミン R-KL','Ryumin Medium KL';
		letter-spacing: 2px;
}

.title_h{
	font-size: 36px;
	color: #ffe3ab;
	text-shadow: 0px 0px 4px #000;
}
.title_h4{
	font-size: 22px;
	text-align: center;
	background: url(./img/item/title_h4_bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.title_h4_line{
	font-size: 25px;
	border-left: 3px solid #513b22;
	color: #513b22;
	padding-left: 15px;
}

.title_h4_border{
	font-size: 20px;
	color: #6e7143;
	border-bottom: 1px dotted #cba661;
}

.title_h5{
	font-size: 22px;
	text-align: center;
	background: url(./img/item/title_h5_bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.title_h span{
	font-size: 16px;
	margin-left: 10px;
}
.loop_box{
	margin-bottom: 50px;
}

.loop_title{
	font-size: 30px;
	color: #cba661;
	border-bottom: 1px dotted #cba661;
	margin-bottom: 10px;
}

.loop_date{
	text-align: right;
	color: #6e7145;
	margin-bottom: 10px;
}

.loop_text a{
	font-size: 16px;
	color: #513b22;
}

.loop_text:hover{
	opacity: 0.7;
	text-decoration: underline;
}

/*ヘッダー
------------------*/

.header_inner{
	width: 990px;
	margin: 0 auto;
}


.logo{
	float: left;
}


.hospital_hours{
	float: left;
	margin-left: 50px;
	width: 330px;
}

table{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*診療時間部分*/
.hospital_hours .first_lage{
	font-size: 20px;
	color: #cfa04e;
	width: 100px;
	text-align: left;
}

/*曜日部分*/
.hospital_hours th{
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	color: #3b0d00;
	padding: 0;
}

/*時間部分*/
.hospital_hours td:first-child{
	text-align: left;
	font-size: 12px;
	color: #787878;
}

/*○部分*/
.hospital_hours td{
	text-align: center;
	font-size: 17px;
	color: #a69058;
}

.hospital_hours tr:nth-child(1){
	border-bottom: 1px solid #cfa04e;
}
.hospital_hours tr:nth-child(2){
	border-bottom: 1px dotted #cfa04e;
}
.hospital_hours tr:nth-child(3){
	border-bottom: 1px solid #cfa04e;
}


/*時間*/
.time_info{
	text-align: right;
	color: #646464;
	font-size: 12px;
}



.hospital_info{
	width: 220px;
	float: left;
	margin-left: 40px;
}

.h_tel a{
	font-size: 22px;
	color: #6e7145;
}
.h_tel a span{
	font-size: 14px;
	margin-right: 6px;
}

.h_ad{
	font-size: 12px;
	color: #DCB969;
	margin-bottom: 10px;
	line-height: 1.4;
}

.map a{
	background: #DCB969;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
}

/*メインビジュアル
-------------------*/
.mainvisual{
	position: relative;
	background: url(./img/main/main.png) no-repeat center center;
	height: 521px;
}

.mainvisual_two {
    position: relative;
    background: url(./img/main/main_two.png) no-repeat center center;
    height: 149px;
}



.main_text{
	position: absolute;
	top:5px;
	right: 50%;
	margin-right: -550px;
	color: #513b22;
}

.main_sub {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    margin-top: 100px;
}

.white{
	color: #fff;
}

/*gnav メニュー
------------------*/

.menu{
	background: url(./img/gnav/bg_gnav.png) no-repeat center center;
	margin-bottom: 40px;
}
.menu.two{
	background: url(./img/gnav/bg_gnav.png) no-repeat center center;
	margin-bottom: 0;
}


.menu li {
    float: left;
    padding: 4px 24px;
    border-left: 1px solid #ccc;
    text-align: center;
}

.sp_change_box{
	display: none;
}


/*サイド
------------------*/
.side{
	width: 288px;
	float: left;
}


.side_title{
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	background: url(./img/item/side_bg.png);
	font-family: 'リュウミン R-KL','Ryumin Medium KL';
	letter-spacing: 2px;
}
.side_title img{
	width: 100%;
}

.court_list{
	padding-left: 20px;
}

.court_list li{
	 width: 50%;
	 height: 20px;
	 overflow: hidden;
	 margin-bottom: 10px;
	 float: left;
	 color: #CFA04E;
	 letter-spacing: 2px;
}
.court_list li a{
	font-size:12px;
	color: #CFA04E;
	display:inline-block;
}
.side_list .news{
	margin-bottom: 20px;
	padding:0 10px;
}

.side_list{
	border:1px solid #CFA04E;
	border-radius: 10px;
	padding-bottom: 20px;
	margin-bottom:30px;
	background: #fff;
}

.side_list .news dt{
	color: #CFA04E;
	font-size: 14px;
	margin-bottom: 5px;
}

.side_list .news dd a{
	color: #000;
	font-size: 14px;
}

.side_list .news dd:hover{
	opacity:0.7;
}

/*qr*/

.qr_box{
	background: url(./img/side/qr_bg.png) no-repeat top center;
	height: 113px;
}
.qr_box:hover{
	opacity: 0.7;
}


.qr_code {
    width: 79px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}

.qr_code img{
	width: 100%;
}

.qr_text{
    font-size: 17px;
    color: #fff;
    float: left;
    line-height: 1.3;
    margin-top: 15px;
    margin-left: 25px;
}

.qr_text span{
	font-size: 25px;
}


/*コンテンツ外側全体
------------------*/

.container{
	width: 1024px;
	margin: 0 auto 100px;
}




/*コンテンツ内部
------------------*/
.content{
	width: 718px;
	float: right;
}

.title_box h2{
	font-size: 40px;
	text-align: center;
	color: #B48C3C;
	margin-bottom: 50px;
	position: relative;
}

.title_box h2:after{
	content:"";
	position: absolute;
	right:73px;
	top:0;
	bottom:0;
	margin: auto;
	width: 29px;
	height: 51px;
	background: url(./img/item/title_right_icon.png) no-repeat center center;
}
.title_box h2:before{
	content:"";
	position: absolute;
	left:73px;
	top:0;
	bottom:0;
	margin: auto;
	width: 29px;
	height: 51px;
	background: url(./img/item/title_left_icon.png) no-repeat center center;
}


.text_box h3{
	font-size: 30px;
	color: #A88E51;
	margin-bottom: 10px;
	line-height: 1.3;
}
.text_box h3 span{
	font-style: italic;
	font-size: 50px;
	margin-right: 10px;
	color: #6e7145;
	float: left;
	display: block;
	margin-top: -15px;
}

.text_box p{
	font-size: 16px;
	color: #513b22;
	line-height: 1.5;
	clear: both;
}

.list_img_two li{
	overflow: hidden;
	height: 300px;
	margin-bottom: 50px;
}

.left_img{
	float: left;
	margin-right: 25px;
	width: 320px;
}

.right_img{
	float: right;
	margin-left: 25px;
	width: 320px;
}
.text_box{
	float: left;
	width: 370px;
}

.list_img_two .left_img img{
	border-radius: 7px;
}
.list_img_two .right_img img{
	border-radius: 7px;
}

/*スタッフ
------------------*/
.staff_bg{
	background: url(./img/staff/bg_title.png) no-repeat center center;
	height: 110px;
}

.staff_bge h2{
	padding: 34px 0 0 25px;
}

.box.staff{
	margin: 30px auto;
}

.title_h3{
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 3px #000;
	background: url(./img/item/title_bg.png);
}

.status{
	font-size: 20px;
}
.name_kana{
	font-size: 14px;
}


.staff_list li{
	float: left;
}

.staff_list li:first-child{
	width: 280px;
	margin-bottom: 20px;
}
.staff_list li:nth-child(2){
	width: 400px;
	margin-left: 30px;
}

.staff .name{
	float: right;
	margin: 10px;
	font-size: 32px;
	color: #6e7145;
}

.name{
	font-size: 32px;
	color: #6e7145;
	margin: 10px 0;
}

.box_career{
	margin-bottom: 40px;
}

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

.carrer_list li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f1e3c4;
	color: #513b22;
	letter-spacing: 1px;
	font-size: 16px;
}

.box_info_staff{
	margin-bottom: 40px;
}

.box_info_staff h3{
	margin-bottom: 35px;
}

.box_info_staff .staff_img_two li:nth-child(1){
	width: 280px;
	float: left;
}

.box_info_staff .staff_img_two li:nth-child(2){
	width: 408px;
	float: left;
	margin-left: 30px;
}

.staff_img_two li h4{
	margin-bottom: 20px;
}

.box_info_staff .carrer_list li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f1e3c4;
	color: #513b22;
	letter-spacing: 1px;
}
.box_info_staff .carrer_list li:nth-child(1){
	width: 100%;
}
.box_info_staff .carrer_list li:nth-child(2){
	margin-left: 0;
}
.staff_img_two h5{
	margin-bottom: 20px;
}

.staff_number {
	margin-bottom: 20px;
}

.staff_number li{
	float: left;
	border-radius: 30px;
	background: url(./img/staff/btn_bg.png) no-repeat center center;
	width: 173px;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	text-align: center;
	color: #fff;
}
.staff_number li + li{
	margin-left: 8px;
}

.staff_total{
	width: 103px;
	font-size: 19px;
	border-bottom: 3px solid #513b22;
	float:right;
	text-align: center;
}

/*院内紹介
------------------*/
.medicalcare_bg{
	background: url(./img/medicalcare/bg_title.png) no-repeat center center;
	height: 110px;
}

.medicalcare_bg h2{
	padding: 34px 0 0 25px;
}

.box.medicalcare{
	margin: 30px auto;
}

.medicalcare_img_two{
	margin-left: -20px;
}

.medicalcare_img_two li{
	float: left;
	width: 350px;
	height: 450px;
	margin-left: 19px;
	margin-bottom: 20px;
	overflow: hidden;
}



.medicalcare_img_two img{
	margin-bottom: 15px;
}

.medicalcare_img_two h4{
	font-size: 30px;
	color: #cba661;
	border-bottom: 1px dotted #513b22;
	text-align: center;
	margin-bottom: 10px;
}

.medicalcare_img_two .text{
	font-size: 16px;
}


/*診療案内
------------------*/
.service_bg{
	background: url(./img/service/bg_title.png) no-repeat center center;
	height: 110px;
}

.service_bg h2{
	padding: 34px 0 0 25px;
}

.box.service{
	margin: 30px auto 60px;
}

.link_service li{
	float: left;
	margin-left: 14px;
	margin-bottom: 10px;
}
.link_service li:hover{
	opacity: 0.7;
}

.service_list .text_box h4{
	font-size: 22px;
	margin-bottom: 10px;
	color: #6e7143;
}

.service_list .text_box p{
	font-size: 16px;
	color: #513b22;
}

.service_box{
	margin-bottom: 50px;
}

.service_box h3{
	font-size: 30px;
	color: #cba661;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cba661;
}
.service_bg_box{
	background: #f2ece9;
	padding: 10px 15px;
	margin-bottom: 50px;
}

.service_bg_box h3{
	background: #fff;
	border: 1px solid #ccbcae;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	color: #755943;
	padding: 10px 0;
}

.service_bg_box h4{
	border-bottom: 1px dotted #cba661;
	color: #6e7143;
	margin-bottom: 10px;
	font-size: 20px;
}


.service_bg_box dt{
	font-size: 18px;
	background: #6e7143;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	width: 107px;
	margin-bottom: 10px;
	font-family: 'リュウミン R-KL','Ryumin Medium KL';
	letter-spacing: 2px;
}

.service_bg_box dd{
	margin-bottom: 20px;
	color: #513b22;
	font-family: 'リュウミン R-KL','Ryumin Medium KL';
	letter-spacing: 2px;
}
.service_list_small li{
	width: 47%;
}
.in_box{
	margin-bottom: 30px;
	padding-left: 7px;
}





/*アクセス
------------------*/
.access_bg{
	background: url(./img/access/access_title.png) no-repeat center center;
	height: 110px;
}

.access_bg h2{
	padding: 34px 0 0 25px;
}

.box.access{
	margin: 30px auto 60px;
}

.map_box{
	text-align: center;
}
.access_box h3{
	margin-bottom: 20px;
}

.access_info{
	clear: both;
	border-bottom: 1px dotted #f1e3c4;
	padding: 20px 0;
	margin-bottom: 25px;
	overflow: hidden;
}

.access_info dt{
	float: left;
	color: #6e7145;
	font-size: 24px;
	width: 113px;
}

.access_info dd{
	font-size: 16px;
	margin-left: 20px;
	float: left;
	color: #513b22;
}

.access_info dd span{
	display: block;
	margin-bottom: 10px;
}


.access_list{
	margin-left: -27px;
}

.access_list li{
	width: 345px;
	margin-left: 27px;
	float: left;
}

/*フッター
------------------*/
#footer {
    background: url(./img/footer/f_bg.png) no-repeat center center;
    height: 445px;
    padding-top: 100px;
    position: relative;
    background-size: cover;
}

.f_menu{
	width: 575px;
	margin: 0 auto 25px;
}


.f_menu li{
	float: left;
	border-left: 1px solid #fff;
}
.f_menu li a{
	font-size: 13px;
	color: #fff;
	padding: 0 5px;
}
.f_menu li:first-child{
	border-left: none;
}

.f_logo{
	text-align: center;
	margin-bottom: 30px;
}

.f_info_box{
	text-align: center;
	margin-bottom: 30px;
}

.tel{
	font-size: 20px;
	color: #fff;
}
.tel span{
	font-size: 14px;
}

.ad{
	font-size: 14px;
	color: #fff;
}


/*ソーシャル*/
.f_social_list{
	width: 110px;
	margin: 0 auto 10px;
}


.f_social_list li{
	float: left;
	margin-left: 10px;
}

small{
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
}

#page-top {
	    position: absolute;
	    top: 54px;
	    right: 50%;
			margin-right: -350px;
	    background: url(./img/footer/back_top.png) no-repeat center center;
	    background-size: cover;
	    width: 84px;
	    height: 54px;
	    padding: 2px 10px;
	    text-align: center;
	}
#page-top a {
    color: #D7BB6A;
}
#page-top a:hover {
    opacity: 0.7;
}

/*clearfix
-----------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*サービス
-------------------*/
.service_box h3 span{
	margin-right: 10px;
}


.intro_text{
	color: #513b22;
	font-size: 16px;
}

.service_bg_box .box h5{
	color: #6e7143;
	font-size: 20px;
	border-bottom: 1px dotted #cba661;
	margin-bottom: 10px;
}

.box{
	margin-bottom: 30px;
}

.sevice_two_list .r_img{
	float: right;
}
.sevice_two_list .l_text {
    float: left;
    width: 380px;
		color: #513b22;
		font-size: 16px;
}

.sevice_two_list .l_img{
	float: left;
}
.sevice_two_list .r_text {
    float: right;
    width: 380px;
		color: #513b22;
		font-size: 16px;
}


.service_list_two .right_img{
	float:right;
	margin-left:0;
}

.service_list_two .text_box{
	float:left;
	width: 350px;
}

.list_bg_two{
	margin-bottom: 20px;
}

.list_bg_two li{
	width: 300px;
	float: left;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #6e7143;
	margin-left: 10px;
	border-radius: 5px;
	position: relative;
}

.bg_two_text{
	font-size: 16px;
	color: #513b22;
	margin-bottom: 30px;
}

.list_bg_two li + li{
	margin-left: 65px;
}

.list_bg_two li + li:after{
	content:"+";
	position: absolute;
	top:0;
	bottom: 0;
	left:-50px;
	color: #6e7143;
	font-size: 45px;
	margin: auto;
}

.merit{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.merit dt {
    background: #af9a85;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-align: left;
    padding-left: 12px;
    width: 189px;
    float: left;
    height: 56px;
    padding-top: 15px;
		margin-bottom: 0;
		border-top: 1px solid #513b22;
		border-left: 1px solid #513b22;
		border-right: 1px solid #513b22;
}

.merit dl:last-child dt{
	border-bottom: 1px solid #513b22;
}
.merit dl:last-child dd{
	border-bottom: 1px solid #513b22;
}

.merit dd {
    width: 499px;
    color: #513b22;
    font-size: 16px;
    float: left;
    height: 56px;
    margin-bottom: 0;
    border-top: 1px solid #513b22;
    border-right: 1px solid #513b22;
    padding: 0 12px;
    line-height: 1.3;
    padding-top: 6px;
}

.img_four_list li{
	float: left;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.method_text{
	font-size: 16px;
	color: #513b22;
}

.img_four_list li + li{
	padding-left: 24px;
}
.img_four_list li + li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 0;
    height: 0px;
    border: 10px solid transparent;
    border-left: 15px solid #FFA005;
    margin: auto;
}

.single_date{
    margin: 50px auto 10px;
    display: block;
}

h3.single_title {
	font-size: 25px;
	color: #cba661;
	border-bottom: 1px dotted #cba661;
	margin-bottom: 10px;
}
.sideBnr{
	margin:0 10px;
}
.sideBnr img{
	width:100%;
	margin:10px 0;
}





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

/*
Theme Name: chigasaki
*/

/*ページャー関連*/
.ichiran{
text-align:right;	
float:left;
}

.ichiran a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:80px;
	color:#fff;
	text-decoration:none;
	font-size:12px;padding: 10px;
	line-height:1;
}

.prenex{
float:right;
}
.prenex a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:50px;
	color:#fff;
	text-decoration:none;
	margin-bottom:3px;
	font-size:12px;
	line-height:1;
	padding:10px;
}
.ichiran a:hover,.prenex a:hover{
text-decoration:underline;	
	line-height:1;
	padding:10px;
}

.pager {
	margin: 10px 0 10px;
	padding: 10px 10px 10px;
	overflow: hidden; 
	position: relative; 
	zoom:1;
}

.page-numbers {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	background: #ffffff;
	vertical-align: middle;
border:1px solid #999999;
color:#999999;
text-decoration:none !important;
}

a:hover.page-numbers {
	background-color:#999999;
	color:#ffffff;
}

.pager .current{

	background-color: #999999 !important;
color:#ffffff;
}

.b_box,.pager{
	margin:auto;
}


/*エントリー部分の調整*/

.wp-detail{
padding:10px 10px 50px !important;
overflow:hidden;
	clear:both;
	line-height:1.6 !important;
}

.wp-detail p{
	line-height:1.6 !important;
}

.wp-detail img{
	margin:10px 0px;
float:none;

	width:auto;
	height:auto;
}


.wp-detail li{
}

.


/*メインとサイド２ブロック調整*/
@media screen and (max-width:480px){


#side li{
    margin:3px 0px !important;
    text-align: left !important;
    font-size:15px !important;
    display: block !important;
}

#side ul{
    text-align: left !important;
    display: block !important;
    margin-bottom:30px !important;
}

#side li a{
    margin:3px 0px !important;
    text-align: left !important;
    font-size:15px !important;
}
    

    
}


@media screen and (min-width: 481px) {

#mainbox{
    float:left;
    width:73%;
    padding-bottom:150px !important;
}

#side{
float:right;
width:23%;
	padding-top:60px;
} 
	
}
#side .widgetTitle,#side h3 {

    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
	#side > ul{
		margin-bottom:30px !important;
	}
#side li{
	line-height:1.5 !important;
}

a{
	text-decoration: none;
}
	#side{
		padding:10px !important;
	}
    


/*OLDエディタ*/
.alignleft{
	float:left !important;
}

.alignright{
	float:right !important;
}
.aligncenter {
    display: block;
    margin: 0px auto !important;
	float:none !important;
}


.wp-detail ul,.wp-detail ol{
	margin-bottom:20px !important;
}
.wp-detail ul li{
	list-style-type:disc !important;
	margin-left:30px !important;
	
	
}
.wp-detail ol li{
	list-style-type:decimal !important;
	margin-left:20px;
	
}

.wp-detail em{
	font-style:italic !important;
}
.wp-detail strong{
	font-size:120%;
}



@media screen and (max-width:480px){
	.alignleft{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}

.alignright{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}
.aligncenter {
		width:90%;
		height:auto;
		display:block;
		margin:auto;
		float:none !important;
}
	
	.wp-detail img{
		width:90%;
		height:auto;
		display:block;
		margin:10px auto;
	}
}





/*ブログ用ヘッダードロップダウン*/
@media screen and (max-width:480px){
	
	.wp-detail img{
		width:90%;
		height:auto;
		display:block;
		margin:auto;
	}
}


#wp_menu{
padding-top:30px;
}
@media screen and (min-width: 769px) {

#wp_menu{
width:900px;
margin:auto;
}
	.wp-detail-guide1 ul {
		position: relative;
	}
    
    
    .wp-detail-guide1,.b_box{
        width:1024px;
        margin:auto;
    }
    
    
	
}

.wp-detail-guide1 .widgetTitle, .wp-detail-guide1 .screen-reader-text {

    display: none;

}


.wp-detail-guide1 ul li{
	float:right;
	padding:10px;
}

.e_date{
    text-align: right;
}


.wp-detail h2{
	font-size:24px;
	color:#CBA661;
	border-bottom:3px double #CBA661;
}
.wp-detail h3{
	font-size:20px;
	color:#CBA661;
	border-bottom:1px solid #CBA661;
}
.wp-detail h4{
	font-size:18px;
	color:#CBA661;
	border-bottom:1px dashed #CBA661;
}

@media screen and (max-width:768px){
	
.wp-detail h2{
	font-size:20px;
}
.wp-detail h3{
	font-size:18px;
}
.wp-detail h4{
	font-size:17px;
}
}