@charset "UTF-8";
/* 7/15 iphone android端末 スマートフォン用幅400pxで作成
 * RSSを取得し、Wordpressでの投稿（新着情報、ブログ）を表示
 * 7/17 profile.html追加
 * cssの修正
 * 
 *
*/

/* --------------------------
	body
-------------------------- */
body {
	margin:0 auto;
	width:410px;
/*	background: #fffceb; スマホでは色合いが変化してしまう */
	background-image:url("../images/back.png");
	font-family : YuGothic, '游ゴシック', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.61;
}


/* --------------------------
	装飾
-------------------------- */
a {
	color: #aaa;
}

.notice {
	font-size: 13px;
	line-height: 1.5;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

strong {
	color: #f92772;
}

p {
	margin-bottom: 1em;
}

.color_pnk {
	color: #db5b72;
}
.color_wo {
	color:#FF27BE;
}

.color_gray {
	color:##A4A4A4;
}

.color_blc {
	colo:#000000;
}
.color_red {
	color:#ff0000;
}
.str{
	font-weight:bold;
}

.visits2 p{
	padding-left:10px;
	padding-right:10px;

}
.f13 {
	font-size:13px;
}
.f14 {
	font-size:14px;
}
.f15 {
	font-size:15px;
}
.f16 {
	font-size:16px;
}
.f17 {
	font-size:17px;
}
.f18 {
	font-size:18px;
}
.pl15 {
	padding:0 0 0 15px;
}

ul.inner{
    margin: 0 0 0 0;
    padding: 0;
    text-indent: -2em;
    padding-left: 2em;
}
/* ---------------------------
	画像　中央表示
   --------------------------*/
.imgcenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.img-bo {
	margin-bottom:10px;
}

/* --------------------------
	header
-------------------------- */
header {
	width: 100%;
	margin: 12px auto;
}

/* ロゴ */
header .box1 {
	width: 100%;
	text-align: center;
}


/* 基本情報 */

/* --------------------------
	ナビ
-------------------------- */
nav.sp {
	width: 100%;
	box-shadow: 0px 0px 3px 0px rgb( 90, 90, 90 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #316918), color-stop(0.00, #428D21));
	background: -webkit-linear-gradient(#428D21, #316918);
	background: -moz-linear-gradient(#428D21, #316918);
	background: -o-linear-gradient(#428D21, #316918);
	background: -ms-linear-gradient(#428D21, #316918);
	background: linear-gradient(#428D21, #316918);
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

nav.sp li {
	float: left;
	width: 49%;
	border-bottom: 1px solid #eee;
}

nav.sp li:nth-child(odd) {
	width: 50.5%;
	border-right: 1px solid #eee;
}

nav.sp li:last-child {
	border-bottom: none;
}

nav.sp li a {
	text-align: center;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #316918), color-stop(0.00, #428D21));
	background: -webkit-linear-gradient(#428D21, #316918);
	background: -moz-linear-gradient(#428D21, #316918);
	background: -o-linear-gradient(#428D21, #316918);
	background: -ms-linear-gradient(#428D21, #316918);
	background: linear-gradient(#428D21, #316918);
	color: #fff;
	padding: 12px;
}

nav.sp li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #428D21), color-stop(0.55, #316918));
	background: -webkit-linear-gradient(top, #316918 55%, #428D21 100%);
	background: -moz-linear-gradient(top, #316918 55%, #428D21 100%);
	background: -o-linear-gradient(top, #316918 55%, #428D21 100%);
	background: -ms-linear-gradient(top, #316918 55%, #428D21 100%);
	background: linear-gradient(to bottom, #316918 55%, #428D21 100%);
}

.pc {
	display: none;
}

/* --------------------------
	コンテンツ
-------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto 15px;
}

#main {
	width: 95%;
	margin: 0 auto;
}

#sub {
	width: 95%;
	margin: 0 auto;
}

/* --------------------------
	#main
-------------------------- */
/* bg指定 */
.content,
.schedule,
.anna,
.women,
.visits,
.visits2,
.news {
	padding: 8px;
	margin-bottom: 24px;
	background-color: #fff;
}
.access {
	margin-bottom: 24px;
	background-color: #fff;

}
.subcol {
	padding: 8px;
	background-color: #fff;
	margin: 10px 0 10px;
	background-color: #fff;
}

.profile {
	padding: 12px;
	background-color: #fff;
	margin: 10px 0 10px;
	background-color: #fff;

}

.subbox {
	padding: 24px;
	margin-top:10px;
	border-radius: 25px 25px 25px 25px / 25px 25px 25px 25px;/* 枠線角丸 */
	background-color: #ffeef7;/* 中塗り */
}
#formWrap h2,
.guide h2,
.women h2,
.visits h2,
.visits2 h2,
.subcol h2,
.content h2,
.schedule h2,
.anna h2,
.profile h2,
.access h2,
.access.sp h2 {
	margin-bottom: 8px;
	font-size: 19px;
	color: #000;
	background: url(../images/h2_s.png) no-repeat;
	padding:2px 0 8px 8px ;
}
.formWrap h3,
.access h3,
.women h3,
.subbox h3,
.profile h3,
.anna h3,
.subcol h3 {
	margin-bottom: 3px;
	font-size: 17px;
	color: #000;
	background: url(../images/h3.png) no-repeat;
	padding:0 1px 1px 15px;
	margin:10px 0 0 0 ;
}
.visits h3,
.visits2 h3 {
	margin-bottom: 3px;
	font-size: 14px;
	color: #000;
	background: url(../images/h3.png) no-repeat;
	padding:0 1px 15px 15px;
	margin:10px 0 0 0 ;

}

.access.sp h3 {
	margin-bottom: 3px;
	font-size: 14px;
	color: #000;
	background: url(../images/h3.png) no-repeat;
	padding:0 1px 5px 15px;
	margin:10px 0 0 0 ;
}

.pro-box1 h3 {
	margin-bottom: 3px;
	font-size: 14px;
	color: #000;
	background: url(../images/h3.png) no-repeat;
	padding:0 1px 5px 15px;
	margin:10px 0 20px 0 ;

}

.pro-box1 ul li{
	padding:3px 0 5px 20px;
}

.pro-box1 table {
	margin:0 auto;
	line-height: 2.5;
	font-size: 15px;
	text-align:left;
}

.pro-box1 th,
.pro-box1 td {
		margin: 24px 0 12px;

}

.pro-box1 th {
	background-color:#ffffff;
	color: #000;
	padding: 1px 3px;
}
/* 全TOP画像の下空間 */
.main-img {
	margin: 0 0 15px;

}

/* 婦人科 */
.women {
	background-color: #fff;
}
.women img.pic {
	float:right;
	margin:10px 15px 5px 15px ;
}
.women li.w01 {
	padding:5px 1px 0 20px ;
	text-indent:-1em;
}

.main-text {
	margin:10px 20px 5px 20px;
	padding:15px;
}

.question {
	padding: 24px 0px 12px;
}

.question h2 {
	color: #2c8405;
	font-size: 20px;
}

.sick {
	text-align: center;
}

.sick img {
	width: 22.11538%;
	height: auto;
	padding-right: 2.4038%;
}

.sick img:last-child {
	margin-right: 0;
}

.sick a:hover {
	opacity: .6;
}

/* コンテンツ部分 */
.content {
	margin-top: 40px;
}

.content h3 {
	margin-bottom: 12px;
	font-size: 20px;
	color: #59493f;
}
#women .item {
	background-color:#eee;
	width:300px;
	margin:0px 0px 0px 10px;	
	text-align:left;
}
.inner {
	margin:20px;
	float:left;
}
.photo {
	margin-bottom: 12px;
	text-align: center;
}

.photo img {
	width: auto;
	max-height: 300px;
	margin-bottom: 6px;
}

.content a,
.news dd a {
	text-decoration: underline;
	color: #2b8304;
}

.content a:hover,
.news dd a:hover {
	text-decoration: none;
}

.text,
.text-only {
	margin-bottom: 1em;
}

.text-only h3:first-child {
	margin-top: 1em;
}

.text-only h3 {
	margin-top: 2em;
}

/*-------------------------------------*/
/*				診療時間			   */
/*-------------------------------------*/
.schedule table {
	margin:0 auto;
	text-align: center;
	line-height: 2.5;
	font-size: 15px;
}

.schedule th,
.schedule td {
	border: 1px solid #aaa;
		margin: 24px 0 12px;

}

.schedule th {
	background-color:#fde9e3;
	color: #000;
	padding: 11px 24px;
	line-height: 100%;
	font-weight: bold;
}
/*-------------------------------------*/
/*				診療案内			   */
/*-------------------------------------*/

.guide {
	height:145px;
	margin-bottom: 24px;
	background-color: #fff;
}
/*-------------------------------------*/
/*			診察案内ボタン			   */
/*-------------------------------------*/
.btn {
	width:80px;
	text-align:center;
	background: -moz-linear-gradient(top,#db5b72 0%,#f76b89);
    background: -webkit-gradient(linear, left top, left bottom, from(#db5b72), to(#f76b89));
    border-radius:25px;
	margin:2px;
    color:#fff;
    padding: 18px 47px 18px 47px;
    float:left;
    font-size:17px;

}
.btn1 {
	width:80px;
	text-align:center;
	background: -moz-linear-gradient(top,#ff9797 0%,#ffcccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#db5b72), to(#f76b89));
    border-radius:25px;
	margin:2px;
    color:#fff;
    padding: 18px 47px 18px 47px;
    float:right;
    font-size:17px;

}
.btn2 {
	width:80px;
	text-align:center;
	background: -moz-linear-gradient(top,#ff9797 0%,#ffcccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#db5b72), to(#f76b89));
    border-radius:25px;
	margin:2px;
    color:#fff;
    padding: 18px 47px 18px 47px;
    float:left;
    font-size:17px;


}
.btn3 {
	width:80px;
	text-align:center;
	background: -moz-linear-gradient(top,#ff9797 0%,#ffcccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#db5b72), to(#f76b89));
    border-radius:25px;
	margin:2px;
    color:#fff;
    padding: 18px 47px 18px 47px;
    float:right;
    font-size:17px;

}


/* アクセス（スマホ用） */
.access .sp {
	
}

/* お知らせ */
.news dl {
	width: 100%;
}

.news dt {
	margin-left: 12px;
	color: #aaa;
}

.news dd {
	margin-left: 12px;
	margin-bottom: 24px;
}

/* 左右h2 */
.title {
	margin-bottom: 12px;
	background: url(../images/h2-bg.png) left bottom no-repeat;
}

.news .header {
	float: left;
	background: none;
	color: #2c8405;
	font-size: 30px;
}


/*-------------------------------------*/
/*				sub					   */
/*-------------------------------------*/
#sub h2 {
	background: url(../images/arw.png) no-repeat left center;
	padding-left: 24px;
	font-size: 24px;
	color: #59493f;
}

.sub.sp {
	text-align: center;
}

.sub.sp img {
	width: 90%;
	max-width: 400px;
	height: auto;
}

.google-maps {
	position: relative;
	padding-bottom: 60%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*-------------------------------------*/
/*				その他				   */
/*-------------------------------------*/
/* ページトップに戻る */
.pagetop {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.pagetop a {
	display: block;
	float: right;
	width: 150px;
	padding: 6px 6px;
	border-radius: 6px 6px 0 0;
	color: #fff;
	background: #2b8304;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 12px;
}

.pagetop a:hover {
	padding-bottom: 15px;
}

/*-------------------------------------*/
/*				footer			   */
/*-------------------------------------*/
footer {
	width: 100%;
	padding: 5px 0;
	background: #fffceb;
}

footer .body {
	width: 90%;
	margin: 0 auto;
}

footer a {
	color: #fff;
}

/* ロゴ */
footer .box1 {
	margin-right: 24px;
}

footer .logo a {
	font-size: 24px;
}

/* tel */
footer .box2 {
	margin-right: 24px;
}

footer strong {
	font-size: 30px;
	color: #fff;
}

/* フッターメニュー */
footer .box3 {
}

footer .box3 li {
	float: left;
	width: 50%;
	margin-bottom: 6px;
	list-style: url(../images/footer-li.png) inside;
}

footer .box3 li a,
.copy a {
	color: #fff;
	text-decoration: underline;
}

footer .box3 li a:hover,
.copy a:hover {
	text-decoration: none;
}

/* コピーライト */
.copy {
	width: 100%;
	text-align: center;
	margin: 12px auto 0;
}
/*--------------------------------*/
/*		コンタクトフォーム		  */
/*--------------------------------*/
#formWrap {
	width:380px;
	margin:0 auto;
	color:#555;
	font-size:90%;
	padding: 5px;
	background-color: #fff;


}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:24%;
	font-weight:normal;
	background:#efefef;
	text-align:center;
	vertical-align:middle;
}

