/*---------- ページ全体の指定 ----------*/
body {
	font:0.9em/1.231 "ヒラギノ角ゴ Pro W3";
}
/*---------- ヘッダー ----------*/

h1 {
	text-align: center; 
}
#header_back { 
padding: 6px; 
margin-bottom: 10px;
text-align: center;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2)) url('(EmptyReference!)');
}
#header_back2 { padding: 3px; text-align: center; background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2)); background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%); background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%); background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%); background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2)) url('(EmptyReference!)'); }

/* 画像横並び */
.images { background-image: url(../images/h_back.png); background-repeat: no-repeat; background-position: left center; text-align: center; }
.images ul { padding:0; margin:0 0 10px 245px; font-size:0; background-image: none; text-align: justify; }

.images:after ul{
    line-height:0;
    visibility:hidden;
}

.images ul li{ display:inline; margin:0; padding:0 5px 0 0; list-style-type: none; list-style-image: url(../images/1_0.gif); }


/*---------- パンくずリスト----------*/
div#pan {
	float: none;
	clear: both;
	margin-bottom: 0;
	background-color: #fff;
}
div#pan ul { font-size: 0.75em; margin-left: 10px; padding: 5px 0; }

div#pan ul li { display: inline; margin-right: 1px; margin-left: 2px; }

ul li a { text-decoration: none;}


/*---------- コンテンツ ----------*/
h3 { padding-left: 10px; color: #033; min-height: 23px; margin: 0; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #999; border-bottom: 1px solid #999; order-bottom-style: solid; }

#pict_txt {
float: left;
width: 320px;
margin-bottom: 10px;
padding: 10px;
}
#pict_l {
float: left;
width: 145px;
}
#txt_r {
float: right;
width: 150px;
}

p {
	margin-bottom: 0em;
}


section {
	margin-bottom: 1em;
}

.txt { 
	line-height: 1.5em; 
	margin-left: 5px;
	margin-right: 0px
	}

.txt_s { 
	line-height: 1.5em; 
	margin-left: 10px;
	margin-right: 0px;
	}
	
.t_bold {font-weight: bold}
.t_bold2 {font-weight: bold;font-size: 1em;}

.t_setumei {
	font-size: 0.9em;
	line-height: 1.5em; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px}



#title { background-color: #ffc; margin: 0; padding: 0; }

#wrap {
	padding: 0 10px 10px;
}

p.photo1 {text-align: center}

.photo_mtop {margin-top: 5px;}
.photo2 { 
	font-size: 0.9em; 
	line-height: 1.3em; 
	text-align: left; 
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 1em;
	padding: 10px 20px 10px 25px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.photo2_bottom { 
	font-size: 0.9em; 
	line-height: 1.3em; 
	text-align: left; 
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 3em;
	padding: 10px 20px 10px 25px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.heimen { 
	font-size: 0.95em; 
	line-height: 1.3em; 
	text-align: center; 
	margin-right: 15px; 
	margin-left: 15px; 
	margin-bottom: 2.5em;
	padding: 10px 20px 10px 25px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.funa { 
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 3em
	}


/*---------- コンセプト----------*/
.conce1 {
	font-weight: bold; 
	background-color: #99ffff;
	background-position: center 0; 
	text-align: left; 
	padding: 5px 10px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.conce2 {
	font-weight: bold; 
	background-color: #66ff99;
	background-position: center 0; 
	text-align: left; 
	padding: 5px 10px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.conce3 {
	font-weight: bold; 
	background-color: #ff99ff;
	background-position: center 0; 
	text-align: left; 
	padding: 5px 10px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.conce4 {
	font-weight: bold; 
	background-color: #cccc99;
	background-position: center 0; 
	text-align: left; 
	padding: 5px 10px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/*---------- 院長紹介----------*/
.shokai{
font-size: 1.2em;
font-weight: bold;

}
#sho{ margin: 10px 0; }
sho { 
	margin-bottom: 1em; 
	}
sho ul { 
	list-style: none; 
	margin-bottom: 5px; 
	font-size:0.9em; 
	font-weight: bold; 
	}

sho li {
	padding: 0 0 5px 10px
}

.blue {color: #0033ff}
.red {color: #ff0000}
.red_b {color: #ff0000; font-weight: bold;}
/*---------- 診療案内----------*/

/* テーブル
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
th, td	{
	padding: 3px 3px;
	color: #1D5C79;
	font-size: 0.75em;
	text-align: center
}

.shinryo th	{
	background: #CAE5F1 url(../images/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #1D5C79;
	border-right: 1px solid #1D5C79;
}
.shinryo td	{
	background: #F4FAFC url(../images/td.jpg) repeat-x;
	border-bottom: 1px solid #1D5C79;
	border-right: 1px solid #1D5C79;
}
.shinryo1 {
	border-right: 1px solid #1D5C79;
	border-left: 1px solid #1D5C79;
}

.shinryo_w {color: #eff7fa; vertical-align: middle}
.shinryo_b {color: #3366ff; vertical-align: middle}
.shinryo_g {color: #339900; vertical-align: middle}
.shinryo_r {color: #cc3333; vertical-align: middle}
.txt_shin { font-weight: normal;}

#shin{ margin: 10px 0; }
shin { 
	margin-bottom: 1em; 
	}
shin ul { list-style: none; margin-bottom: 5px; font-size:0.9em; font-weight: bold; line-height: 1.5em; margin-left: 40px; vertical-align: middle}

shin li {
	padding: 0 0 5px 10px;
	vertical-align: middle
}

/*---------- リスト関係----------*/

#list { margin: 10px 0; }
list { 
	margin-bottom: 1em; 
	}
list ul { 
margin-bottom: 5px; 
font-size:1.2em; 
font-weight: bold; 
line-height: 1.5em; 
margin-left: 40px; 
list-style-image: url(../images/mark.png); 
}

list li {
	padding: 0 0 5px
}

#list2 { margin: 10px 0; }

list2 ul { 
margin-bottom: 5px; 
font-size:1em; 
font-weight: normal; 
line-height: 1.5em; 
margin-left: 0px; 
list-style-image: url(../images/mark2.png); 
}
#list3 { margin: 10px 0; }

list3 ul { 
margin-bottom: 5px; 
font-size:1em; 
font-weight: normal; 
line-height: 1.5em; 
margin-left: 40px; 
list-style-image: url(../images/mark_y.png); 
}


#list4 { margin: 10px 0; }

list4 ul { 
margin-bottom: 5px; 
font-size:1em; 
line-height: 1.5em; 
margin-left: 20px; 
padding-top: 5px;
padding-left: 20px;
list-style-image: url(../images/mark2.png); 
}

#list4-2 { margin: 10px 0; }

list4-2 ul { 
margin-bottom: 5px; 
font-size:1em; 
line-height: 1.5em; 
margin-left: 0px; 
padding-top: 5px;
padding-left: 20px;
list-style-image: url(../images/mark3.png); 
}

#list_y_aka { margin: 5px 0; }
list_y_aka { 
	margin-bottom: 1em; 
	}
list_y_aka ul { 
margin-bottom: 5px; 
font-size:1.2em; 
font-weight: bold; 
line-height: 1.5em; 
margin-left: 60px;
list-style-image: url(../access/ya_aka.gif); 
}

#list_y_ao { margin: 5px 0; }
list_y_ao { 
	margin-bottom: 1em; 
	}
list_y_ao ul { 
margin-bottom: 5px; 
font-size:1.2em; 
font-weight: bold; 
line-height: 1.5em; 
margin-left: 60px;
list-style-image: url(../access/ya_ao.gif); 
}

#list_y_mido { margin: 5px 0; }
list_y_mido { 
	margin-bottom: 1em; 
	}
list_y_mido ul { 
margin-bottom: 5px; 
font-size:1.2em; 
font-weight: bold; 
line-height: 1.5em; 
margin-left: 60px;
list-style-image: url(../access/ya_mido.gif); 
}


.s_camera { 
	text-align: left;
	line-height: 1.6em;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 1em;
	padding: 10px 20px 10px 35px; 
	background-color: #ffffcc;
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.s_camera_bottom { 
	text-align: left;
	line-height: 1.6em;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 2em;
	padding: 10px 20px 10px 35px; 
	background-color: #ffffcc;
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.s_camera_bottom2 { 
	font-size: 0.85em;
	text-align: left;
	line-height: 1.6em;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 2em;
	padding: 10px 10px 10px 20px; 
	background-color: #ffffcc;
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.s_camera3 { 
	font-size: 1em;
	text-align: left;
	line-height: 1.6em;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 1em;
	padding: 10px 10px 10px 25px; 
	background-color: #ffffcc;
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.s_camera_bottom3 { 
	font-size: 1em;
	text-align: left;
	line-height: 1.6em;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 2em;
	padding: 10px 10px 10px 25px; 
	background-color: #ffffcc;
	
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.txt_list { 
	font-weight: normal;
	font-size: 0.75em;
}

/*---------- ナビ----------*/
#nav{
	margin: 10px 0 10px 0;
	}
nav { 
	margin-bottom: 0.5em; 
	}
ul {
	padding:0px;
	margin:0;
	}
nav ul { 
	list-style: none; 
	margin-bottom: 0px; 
	font-size:1em; 
	font-weight: bold; 
	}
nav ul a { 
	display: block; 
	width:83%; 
	height: 34px; 
	text-align: left; 
	padding: 14px 0px 0px 60px; 

	-webkit-box-shadow: 2px 2px 5px #000000; 
	-moz-box-shadow: 0px 0px 5px #000000; 
	box-shadow: 0px 0px 5px #000000; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	}
nav ul a:link, nav ul a:visited {
	background: rgba(255,255,255,0.2);
}

nav li {
	padding: 0 0 1px
}

.navitop1{ 
	width:100%; 
	background-image: url(../images/menu_w.png); 
	background-position: left top; 
}

.navitop1 a { 
	color: #0066cc; 
}


/*---------- 小ナビ----------*/
#navs{
	margin: 10px 0 10px 0px;
	}
navs { 
	margin-bottom: 1em; 
	}

navs ul { 
	list-style: none; 
	margin-bottom: 0px; 
	font-size:1em; 
	font-weight: bold; 
	}
navs ul a { 
	display: block; 
	width:83%; 
	height: 34px; 
	text-align: left; 
	padding: 14px 0px 0px 60px; 

	-webkit-box-shadow: 2px 2px 5px #000000; 
	-moz-box-shadow: 0px 0px 5px #000000; 
	box-shadow: 0px 0px 5px #000000; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	}

navs li { margin-left: 15px; padding: 0 0 1px
 }

.navitop2{ 
	width:94%; 
	background-image: url(../images/menu_b.png); 
	background-position: left top;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
.navitop2 a { 
	color: #003333; 
	background-image: url(../images/menu_b.png); 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
.navitop3{ 
	width:94%; 
	background-image: url(../images/menu_g.png); 
	background-position: left top;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
.navitop3 a { 
	color: #ffffff;
	background-image: url(../images/menu_g.png); 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.navitop_ind{ 
	width:100%; 
	background-image: url(../images/menu_b.png); 
	background-position: left top;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
.navitop_ind a { 
	color: #003333; 
	background-image: url(../images/menu_b.png); 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

/*---------- QA----------*/
#navqr{
	margin: 10px 0 10px 0;
	}
navqr { 
	margin-bottom: 1em; 
	}
navqr ul { 
	list-style: none; 
	margin-bottom: 0px; 
	font-size:1em; 
	font-weight: bold; 
	}
navqr ul a { 
	display: block; 
	width:95%; 
	height: 34px; 
	text-align: left; 
	margin-bottom: 2px; 
	padding: 14px 0 5px 14px;

	-webkit-box-shadow: 2px 2px 5px #000000; 
	-moz-box-shadow: 0px 0px 5px #000000; 
	box-shadow: 0px 0px 5px #000000; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	}
navqr ul a:link, nav ul a:visited {
	background: rgba(255,255,255,0.2);
}

navqr li {
	padding: 2 2 1px
}


.navipink{ 
	background-color: #ff99ff; 
}
.navipink a { 
	color: #990033; 
}

.naviblue_qr{ 
	background-color: #99ffff; 
}
.naviblue_qr a { 
	color: #003399; 
}

.navigreen{ 
	background-color: #66ff99; 
}
.navigreen a { 
	color: #006633; 
}

/*---------- QAに戻る ----------*/
#qa_back {
	color: white; 
	font-weight: bold; 
	background-image: url(../images/qa_back.png); 
	background-position: center 0; 
	text-align: center; 
	margin-right: 40px; 
	margin-left: 40px; 
	padding: 8px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000; 
	-moz-box-shadow: 0px 0px 5px #000000; 
	box-shadow: 0px 0px 5px #000000; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	}
#qa_back a {
	color:#fff; 
	text-decoration: none; 

    }


/*---------- インデックスのブルーグラデ ----------*/
#menu { 
	color: white; 
	font-weight: bold; 
	background-image: url(../images/menu.png); 
	background-position: center 0; 
	text-align: center; 
	margin-right: 40px; 
	margin-left: 40px; 
	padding: 8px; 
	
	-webkit-box-shadow: 2px 2px 5px #000000; 
	-moz-box-shadow: 0px 0px 5px #000000; 
	box-shadow: 0px 0px 5px #000000; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	}

#menu a { 
	color:#fff; 
	text-decoration: none; 
	text-shadow:2px 0 #06c,
    0 2px #06c,
    -2px 0 #06c,
    0 -2px #06c; }
.menu {
	margin-bottom: 0em;
}


/*---------- トップに戻る-画像横並び ----------*/

.img_foot ul { padding:0; margin:10px 5px 10px 10px; font-size:0; background-image: none; text-align: justify ;float: right; }

.img_foot:after ul{
    line-height:0;
    visibility:hidden;
}

.img_foot ul li{ display:inline; margin:0; padding:0 5px 0 0; list-style-type: none; list-style-image: url(../images/1_0.gif); }


/*---------- フッター ----------*/
footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

#footer_back { 
padding: 10px; 
text-align: center;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
#footer_back2 { 
padding: 3px; 
text-align: center;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
.copy { color: #fff;font-size: 0.85em }

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}