/*******************************************

00：reset
01：all
02：header
03：footer
04：navi
05：top
06：contents page
07：go to top

*******************************************/

/*******************************************

00：reset

*******************************************/


body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}
dl,dt,dd{
	padding:0;
	margin:0; 
}
input, select {
    vertical-align:middle;
}

a {
    -webkit-tap-highlight-color:transparent;
}

/*******************************************

01：all

*******************************************/

body{
	font-size:14px;
	font-family: Verdana,Tahoma,Sans-serif;
	background:#EEE;
	color:#333;
	margin: 0;
}

#wrapper{
	width:100%;
	margin:0 auto;
}
.clear{
	clear:both;
}
p{
	line-height:160%;
	padding:0;
	margin:0;
}
p.pTop{
	text-align:right;
	font-size:90%;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: ""; 
	display: block;
	clear: both;
}
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}

a img{
	border:0;
}
h3{
	padding:2px 0 10px 15px;
	background:url(/img/common/h3_bg.gif) left top no-repeat;
	border-bottom:1px #CCC solid;
	margin:20px 0 10px;
	color:#666;
}
h4{
	background:#999;
	color:#fff;
	padding:7px 10px;
	margin:13px 0;
}
h5{
	font-size:100%;
	margin:10px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
}

ul{
	margin:0px;
	padding:0px;
}

/*******************************************

02：header

*******************************************/

header{
	height:102px;
	background:url(/img/sp/common/header.jpg) left top repeat-x;
	position:relative;
	margin:0 0 7px;
}
header h1{
	font-size:100%;
	padding:8px 0 0 10px;
	margin:0;
	color:#FFF;
	font-weight:normal;
}
header p {
	text-indent: -5000px;
	background:url(/img/sp/common/logo.gif) left top no-repeat;
	position:absolute;
	left:10px;
	top:40px;
	height:49px;
	width:191px;
}

/*******************************************

03：footer

*******************************************/

footer{
	background:#FFF;
	padding:15px 10px;
	margin-top:10px;
}
footer p{
	color:#666;
	text-align:center;
}
footer p.fLink{
	margin-bottom:10px;
}
footer p.fLink a{
	text-decoration:none;
}

/*******************************************

04：navi

*******************************************/

.tel{
	text-align: center;
	color: #0069e8;
	background: #FFF;
	border: 1px solid #0069e8;
	margin:0 7px 7px;
	padding:12px 0 10px;
	display:block;
	text-decoration: none;
	font-size: 95%;
}
.tel img{
	vertical-align: middle;
	margin: -6px 0px 0 0;
}
.tel span{
	font-weight: bold;
	text-decoration: underline;
}
#gnav {
	margin: 0 7px 7px;
	background: #FFF;
	padding: 16px 0px 12px;
}
#gnav ul{
	overflow:hidden;
	width:284px;
	margin:0 auto 5px;
}
#gnav li{
	float:left;
	width:65px;
	margin-right:8px;
}
#gnav li:last-child{
	margin-right:0;
}
#gnav li a{
	display:block;
}

.naviTtl1,
.naviTtl2{
	color:#FFF;
	margin:0 7px;
	padding:7px 9px;
}
.naviTtl1{
	background-color:#0069E8;
}
.naviTtl2{
	background-color:#AAA;
}
.naviBox1,
.naviBox2{
	padding:0 7px 7px;
}
.navi{
	margin-bottom:2px;
	width: 100%;
}
.navi li{
	margin: 0 0 2px;
	background-color:#FFF;
	display:inline-block;
}
.naviBox1 .navi li{
	width:50%;
}
.naviBox1 .navi li.sideLine{
	background: #FFF url(/img/sp/common/line.gif) right top repeat-y;
}
.naviBox1 .navi li.lastli{
	width: 100%;
	margin: 0;
}
.naviBox2 .navi li{
	width:33.4%;
	font-size:10px;
}
.naviBox2 .navi li.sideLine{
	width:33.3%;
	background: #FFF url(/img/sp/common/line.gif) right top repeat-y;
}
.naviBox2 .navi li.lastli{
	margin: 0;
}
.navi li a{
	padding:15px 24px 15px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
	overflow:hidden;
	position:relative;
}
.navi li a:hover{
	background-color:#F4F4F4;
}
.navi li a:active{
	background-color:#CCC;
}
.navi span{
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
	position:absolute;
	right:5px;
	top:15px;
	
}
.navi span.iconRight{
	background: url(/img/sp/common/arrow_right.gif) -2px -4px no-repeat;
}
.navi span.iconDown{
	background: url(/img/sp/common/arrow_down.gif) -4px -4px no-repeat;
}

/*******************************************

05：top

*******************************************/

#sptop{
	width:100%;
}
#sptop .contentBox{
	margin:0 7px 7px;
	background:#FFF;
	padding:0 14px 14px 14px;
}
#sptop .contentBox li{
	line-height:150%;
}
#info ul li {
  background: url(../../../img/top/li_line.gif) center bottom repeat-X;
  padding: 5px 0 10px 5px;
  list-style: none;
}
#sptop .contentBox img{
	max-width:100%;
	height:auto;
}
#sptop .ptTop14{
	padding-top:14px;
}
#sptop h2{
	padding:14px 0 10px 27px;
	border-bottom:1px #CCC solid;
	margin-bottom:10px;
	color:#333;
}
#sptop h2.iconOrange{
	background:url(/img/sp/common/h2_bg_orange.gif) 6px 20px no-repeat;
}
#sptop h2.iconBlue{
	background:url(/img/sp/common/h2_bg_blue.gif) 6px 20px no-repeat;
}
#sptop h2.iconRed{
	background:url(/img/sp/common/h2_bg_red.gif) 6px 20px no-repeat;
}
#sptop h2.iconGreen{
	background:url(/img/sp/common/h2_bg_green.gif) 6px 20px no-repeat;
}
#sptop p.link{
	text-align:right;
}
#sptop ul{
	padding:0;
	margin:0;
}
#sptop ul.news li{
	background:url(/img/top/li_line.gif) left bottom repeat-x;
	padding:10px 5px;
	list-style:none;
}
#sptop ul.news li span{
	padding:0 25px 0 0;
	width:50px;
}
#sptop p{
	margin:0 5px;
}
#sptop span.holiday{
	color:#F60;
}
#sptop table.timetable{
	width:100%;
	margin:7px 0;
	text-align:center;
	border-right:#CCC 1px solid;
}
#sptop table.timetable th{
	background:#EAEAEA;
	color:#666;
	border:#CCC 1px solid;
	border-right:none;
	font-weight:normal;
	padding:5px;
}
#sptop table.timetable td{
	color:#666;
	border:#CCC 1px solid;
	border-right:none;
	border-top:none;
	padding:5px;
}
#sptop dl{
	margin:0 5px;
}
#sptop dt{
	padding:4px 0;
}
#sptop dd{
	padding:0;
	margin:2px 0 2px 14px;
}
#sptop img.photo{
	margin:10px 0 7px;
}
#sptop p.doctor{
	margin:6px 0;
	background:#999;
	padding:5px 10px 4px 10px;
	color:#FFF;
}

/*******************************************

06：contents page

*******************************************/

#spcontents{
	margin:0 7px 7px;
	background:#FFF;
	padding:0 14px 14px 14px;
}
#spcontents h2{
	margin:0 0 15px 0;
	padding:10px;
	background:#0069E8;
	color:#FFF;
}
#spcontents p{
	margin:0 10px;
}

/*******************************************

07：go to top

*******************************************/

.top{
	padding:15px 0 0;
	text-align:right;
}
.top a{
	display:block;
	padding:10px 10px;
	background-color:#EEE;
}
.top span{
	background: rgba(0, 0, 0, 0.4);
	background-image: url(/img/sp/common/arrow_top.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}

