@charset "UTF-8";
/*
Theme Name: 清潔ブルー歯医者さん
Theme URL: http://www.oisya-san.com
Description: お医者さんドットコム
Author: Mec
Author URI: http://www.mec-com.co.jp
*/

/*カラーの置換
背景色
#eaeaea
テキストリンク
#288CDC
テキストリンクオーバー
#000099
濃いイメージカラー
#33B4ED
淡いイメージカラー
#E1F0FD
-----------------------------------------------------------------------------------------*/




/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-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 {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background: #FFFFFF url(css/bg.png) top repeat-x;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #444;
	text-align:center;
	font-size:62.5%;
	line-height:100%;
	-webkit-text-size-adjust:none;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:1.4em;
	line-height:1.5;
}
p{
	font-size:1.6em;
	line-height:1.6;
}
table h2,table h3,table h4,table h5,table h6,table p,table li,table dt,table dd,dd li,dd p,li li{
	font-size:1em;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*標準のリンク*/
a {
	color: #288CDC;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
	outline:none;
}

/*wrapper*/
#wrapper {
	width:980px;
	margin:0 auto;
}
/*container*/
#container {
}


/*header
-----------------------------------------------------------------------------------------*/
header {
	background: url(css/header_bg.png) top repeat-x;
	text-align: left;
}
header h1{
	font-size:12px;
	line-height:15px;
	padding:10px 10px 0px 20px;
}
header h1 a{
	color:#6dc533;
}
header p.logo{
	display:none;
}


/*menu
-----------------------------------------------------------------------------------------*/
#menu {
	text-align: left;
}
#menu h2.nav-btn{
	background:#378900 url(css/menu_btn.png) right no-repeat;
	display:none;
}
#menu li{
	border:1px solid #D5D5D5;
	padding:2px;
	margin-bottom:-1px;
}
#menu li a{
	font-size:16px;
	line-height:40px;
	display:block;
	background: url(css/menu.png) no-repeat top left;
	height:40px;
	text-indent:36px;
	color:#666;
	font-weight:bold;
}
#menu li a:hover{
	background-position: bottom left;
	text-decoration:none;
}


/*contents
-----------------------------------------------------------------------------------------*/
#contents {
	text-align: left;
	min-height:500px;
	height:auto !important;
	height:500px;
}
/*ページ大見出し
-----------------------------------------------------------------------------------------*/
.pagetitle{
}
.pagetitle p,.home h3{
	background:url(css/title.png) left no-repeat;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding:9px 10px 9px 36px;
	letter-spacing:2px;
	margin:0px -10px 10px -10px;
}

/*ページ内ブロック
-----------------------------------------------------------------------------------------*/
.item{
	margin:20px 10px 50px 10px;
}
/*-------------------------タイトル*/
.item h2{
	font-size:21px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	padding:5px 0;
	border-bottom:2px solid #33B4ED;
	margin:10px 0;
}
/*-------------------------画像*/
.item .img{
	margin:6px 20px 0px 20px;
	text-align:center;
	float:right;
	width:240px;
}
.item .img img{
	border:3px double #CCC;
}
/*-------------------------コピー*/
.item .copy{
	margin:0 10px;
}
.item .copy p{
	font-size:16px;
	line-height:30px;
	text-align:justify;
	text-justify:distribute;
}
/*-------------------------リンク*/
.item p.link{
	margin:0 10px;
	padding-top:20px;
	font-size:16px;
	line-height:20px;
	background: url(css/link_ya.gif) no-repeat 0px 10px;
	padding:3px 0 3px 10px;
}
/*-------------------------iframe*/
.item iframe{
	width:640px;
	height:640px;
}
/*-------------------------表*/
 table{
	width:100%;
	border:2px solid #6dc533;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	margin:0 0 5px 0;
}
table th{
	border:1px solid #6dc533;
	text-align: center;
	padding:8px 0;
	background:#dbf1cc;
	font-size:16px;
}
table td{
	border:1px solid #6dc533;
	text-align: center;
	padding:5px 0;
	width:10%;
}
table td p{
	padding:0 8px;
}
table td.timeline{
	text-align: left;
	white-space:nowrap;
}
table.sp{
	display:none;
}
/*注記*/
.att{
	font-size:16px;
	line-height:24px;
}




/*subinfo
-----------------------------------------------------------------------------------------*/
#subinfo {
	text-align: left;
}
#subinfo .subinfo-bg {
	padding:14px;
	border:1px solid #D5D5D5;
}
/*-------------------------病院画像小*/
#subinfo .img{
	margin-bottom:5px;
}
/*-------------------------医院名*/
#subinfo .name{
	font-size:18px;
	line-height:20px;
}
/*-------------------------住所*/
#subinfo .adress{
	margin-top:5px;
	font-size:12px;
	line-height:16px;
}
/*-------------------------電話*/
#subinfo .tel{
	font-size:21px;
	line-height:30px;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
}
/*-------------------------診療内容*/
#subinfo .sinryo{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
#subinfo h2{
	font-size:14px;
	line-height:20px;
}
/*-------------------------その他内容*/
#subinfo .etc{
	font-size:14px;
	line-height:20px;
}
/*-------------------------印刷用PDFデータ*/
#subinfo .pdf{
	padding-top:10px;
}


/*フッター
-----------------------------------------------------------------------------------------*/
#footer {
	letter-spacing:1px;
	height:131px;/*フッター固定用（フッターheight）*/
	margin: 20px auto 0 auto;
	text-align: left;
	background:url(css/footer_bg.png) bottom center repeat-x;
}
/*-------------------------ページトップへ戻るためのリンク*/
#footer .up-link {
	float:right;
	margin-right:10px;
}
#footer .up-link a{
	background:url(css/up-link.png) top center no-repeat;
	display:block;
	width:120px;
	height:26px;
	text-indent:-9999em;
}
#footer .up-link a:hover{
	background:url(css/up-link.png) bottom center no-repeat;
}
/*-------------------------フッターナビ*/
#footer ul{
	float:left;
	padding-top:5px;
}
#footer li{
	font-size:12px;
	line-height:26px;
	float:left;
	display:inline;
	padding-left:12px;
	margin-left:12px;
	background:url(css/footer_ya.png) left no-repeat;
}
#footer li a{
	color:#555;
}
/*-------------------------フッターバナー*/
#footer .banner{
	margin:20px 0 0 20px;
	float:left;
	display:inline;
}
/*-------------------------フッターデータ*/
#footer .adress{
	margin:20px 0 0 150px;
	font-size:12px;
	line-height:20px;
	color:#666;
}
#footer .tel{
	margin:0 0 15px 150px;
	font-size:12px;
	line-height:20px;
	color:#666;
}
#footer .tel strong{
	margin-right:5px;
	color:#666;
}
#footer .tel a,#footer .adress a{
	color:#288CDC;
}
/*-------------------------コピーライト*/
#footer .copyright{
	margin:0 0 0 20px;
	font-size:10px;
	line-height:15px;
	color:#288CDC;
	float:left;
	display:inline;
}
#footer .copyright a{
	color:#288CDC;
	border-bottom:1px dashed #288CDC;
}
/*-------------------------Powered by*/
#footer h2{
	margin:0 20px 0 0;
	font-size:10px;
	line-height:15px;
	color:#666;
	float:right;
	display:inline;
}
#footer h2 a{
	color:#288CDC;
}
/*-------------------------お知らせのフォントサイズ調整*/
.topic .item p {
	font-size:1.6em;
	line-height:1.75;
	margin: 0 10px;
}
/*-------------------------診療時間の注記SPフォントサイズ調整*/
@media screen and (max-width: 739px) {
	.item .time p{font-size: 16px;line-height: 24px;}
	.time p{font-size: 14px;line-height: 20px;}
}