@charset "utf-8";
/*------ヘッダー-------*/

#header{
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
	border-top: 20px solid #2ECBA8;
	background-color: #FFFFBF;
}
#header #head {
	width: 950px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-image: url(../image/common/head_bg_l.jpg);
}

#header #head_bg {
	background-image: url(../image/common/head_bg_r.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#header #logo {
	display: block;
	clear: left;
	float: left;
	margin: 20px 0 10px 50px;
}
#header #h-right {
	width: 300px;
	float: right;
	padding: 0 30px;
	margin: 10px 20px 5px 0px;
	border-radius: 10px;
}

#header #h-right .text{
	color: #5A6883;
	line-height: 30px;
	margin: 0 20px 10px 0;
	height: 30px;
	border-radius: 10px;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}
#header #h-right .text strong{
/*	color: #FF7272;*/
	color: #D80000;
}

#header #h-right #tel {
	font-size: 16px;
	width: 300px;
	margin: 5px 0 0;
	float: left;
}
#header #h-right p.telnum{
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	padding: 3px 0 3px 43px;
	margin: 0px 0 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel.png);
}
#header #h-right p.telnum a{
	color: #2ECBA8;
}
#header #h-right p.telnum a:hover{
	color: #2ECBA8;
	text-decoration:none}

#header #h-right #tel p.access {
	font-weight: bold;
	font-size: 15px;
	color: #FF4D4D;
	line-height: 18px;
	text-align: center;
	border-bottom: 2px solid #2ECBA8;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
#header #h-right #time {
	width: 180px;
	float: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	border-left: 2px dotted #FFFFFF;
	padding-left: 10px;
	color: #FFFFFF;
}
#header #h-right #time p {
	margin-bottom: 0px;
	font-weight: bold;
	/*	color: #FFB6B6;*/
	color: #D80000;
	line-height: 1.2;
}
#header #h-right #time dl {
}
#header #h-right #time dl dt {
	width: 2em;
	float: left;
}
#header #h-right #time dl dd {
	padding-left: 2.5em;
	text-align: right;
	padding-right: 20px;
	
}


/*-----ナビ-----*/
#navi {
	height: 55px;
	background-image: url(../image/gn/gn_bg.jpg);
	border-top: 1px solid #FFFFFF;
}
#g-navi {
	height: 55px;
	width: 950px;
	margin: 0 auto; 
}

#g-navi li{
	list-style-type:none;
	float: left;
}
#g-navi li a.tab{
	text-indent: -5000px;
	display: block;
	height: 55px;
	width: 190px;
}
#g-navi .gn1 a.tab{
	background: url(../image/gn/gn_top.jpg) no-repeat left top;
}
#g-navi .gn1 a.tab:hover {
	background: url(../image/gn/gn_top2.jpg) no-repeat left top;
}


#g-navi .gn2 a.tab{
	background: url(../image/gn/gn_shoukai.jpg) no-repeat left top;
}
#g-navi .gn2 a.tab:hover { 
	background: url(../image/gn/gn_shoukai2.jpg) no-repeat left top;
}

#g-navi .gn3 a.tab{
	background: url(../image/gn/gn_sejutsu.jpg) no-repeat left top;
}
#g-navi .gn3 a.tab:hover {
	background: url(../image/gn/gn_sejutsu2.jpg) no-repeat left top;
}

#g-navi .gn4 a.tab{
	background: url(../image/gn/gn_foot.jpg) no-repeat left top;
}
#g-navi .gn4 a.tab:hover {
	background: url(../image/gn/gn_foot2.jpg) no-repeat left top;
}
	
#g-navi .gn5 a.tab{
	background: url(../image/gn/gn_jiko.jpg) no-repeat left top;
}
#g-navi .gn5 a.tab:hover {
	background: url(../image/gn/gn_jiko2.jpg) no-repeat left top;
}



#g-navi ul.drop {
	border-left: none;
	border-top: none;
	display: none;
	background: rgba(255,255,255,1.0);
	overflow: hidden;
	filter: alpha(opacity=90);
	width: 184px;
	position: absolute;
	font-size: 105%;
	z-index: 100;
	padding: 0 3px;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDD;
	opacity: 0.9;
}
#g-navi ul.drop li {
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../image/gn/gn_bullet.png);
	-webkit-background-size: 7px 9px;
	line-height: 35px;
	width: 210px;
	padding-left: 20px;
	margin: 0px 0px;
	border-bottom: 2px dotted #2ECBA8;
}
#g-navi ul.drop li.none {
	border-bottom: 0px dashed #999;
}
#g-navi ul.drop a {
	text-decoration: none;
	color: #222;
	display: block;
	width: 200px;
}
#g-navi ul.drop a:hover {
	color: #999;
}

	
/*-------サブコンテンツ-------*/


#information{
	position: relative;
}

#information h2{}
	
#information #newinfo {
	width: 640px;
	height: 180px;
	padding:10px;}

#information .edit {
	position: absolute;
	height: 24px;
	width: 27px;
	right: 10px;
	top: 10px;
}


#annai {
	box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	padding: 30px 0 0;
	border-radius: 10px;
	margin-bottom: 25px;
	background-image: url(../image/common/sideimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#annai .annai {
	padding: 10px 10px 5px;
}

#annai img{
	margin: 0 auto 10px;
	display: block;
}
#annai .title {
	color: #2ECBA8;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 0 0;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 40px;
	text-align: center;
}
#annai dl {
	font-weight: bold;
	font-size: 15px;
	margin: 0px 5px 5px;
	color: #444;
}
#annai dl dt {
	float: left;
}
#annai dl dd {
	width: 130px;
	padding-left: 4.5em;
	text-align: right;
}

#annai dl.kyushin {
	margin: 0 0 10px 5px;
	color: #D80000;
}
#annai dl.kyushin dt{
	width: 4em;
}
#annai dl.kyushin dd{
	text-align: left;
	padding: 0 0 0 4em;
}

#annai p {
	line-height: 24px;
	margin: 0px 0px 15px 5px;
	font-size: 14px;
}
#annai p.jikan {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FCB482;
	padding: 0px 5px 0 10px;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 25px;
	border-radius: 5px;
	height: 25px;
}
#annai p.yoyaku strong {
	color: #FFDC72;
}
#annai p.yoyaku{
	border-radius: 10px;
	color: #FFFFFF;
	padding: 5px 0;
	background-color: #2ECBA8;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}


#bannar {
	margin: 0 0 30px;
}
#bannar li {
	list-style-type: none;
	margin: 0 0 10px;
}


#facebook {
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

/*-------接骨院情報---------*/

#about {
	margin: 0;
	padding: 15px 0;
	background-image: url(../image/common/about_bg.jpg);
}
#about .about {
	margin: 0px auto;
	padding: 0;
	width: 950px;
	display: block;
}

#about .about .title{
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	line-height: 64px;
	color: #2ECBA8;
}

#about .about .title img{
	margin: -5px 5px 0 0;
	float: left;
}

#about .about p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 23px;
}

#about .about p.tel{
	color: #333333;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 40px;
}

#about .about p.tel a{
	color: #333333;
}
#about .about p.tel a:hover{
	text-decoration: none;
	color: #333333;
}

#about .about .about_left{
	float: left;
	width: 490px;
	padding: 0;
}
#about .about .about_left h2{
	font-size: 35px;
	color: #299BF8;
	padding: 0;
	margin: 0 0 10px;
	letter-spacing: 2px;
	background-image: none;
	text-shadow: 0px 0px 0px #F9F3EA;
	line-height: 42px;
}
#about .about p.kome {
	margin: 0 0 10px;
}
#about .about p.sankaku {
	background-color: #FFE168;
	text-align: center;
	margin: 0 0 10px;
	line-height: 30px;
}

#about .about .about_left dl#kyushin{
	font-weight: bold;
	color: #D21717;
	margin: 0 0 10px;
	font-size: 17px;
}
#about .about .about_left dl#kyushin dt{
	width: 4em;
	float: left;
}
#about .about .about_left dl#kyushin dd{
	padding: 0 0 0 4em;
}
#about .about .about_left table {
	border: 1px solid #000000;
	margin: 10px 0;
	background: #fff;
	width: 490px;
	font-size: 15px;
}
#about .about .about_left table th{
	padding: 3px 3px;
	border: 1px solid #000000;
	background-color: #DBF7F0;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	text-align: center;
}
#about .about .about_left table td {
	text-align: center;
	padding: 3px 3px;
	border: 1px solid #000000;
	font-weight: normal;
	width: 25px;
}
#about .about .about_left table td.jikan {
	text-align: center;
	width: 100px;
	padding-right: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background-color: #DBF7F0;
}
#about .about .about_left p.days{
	margin: 0 0 0 0;
}

#about .about .about_right{
	float: right;
	width: 400px;
	padding: 0;
	margin: 15px 0 0;
}
#about .about .about_right .map {

}
#about .about .about_right .map iframe {
	border: 2px solid #fff;
	margin-bottom: 5px;
}
#about .about .about_right p{
	margin-bottom: 15px;
}
#about .about .about_right p span{
	font-size:14px;
}
#about .about .about_right .googlemap{
	border:4px solid #fff;
}
#about .about .about_right .map .maplink{
	text-align:right;
}

#about .about .about_right dl{
	font-size: 13px;
	line-height: 17px;
}
#about .about .about_right dt{
	float: left;
}
#about .about .about_right dd{
	margin: 0 0 0 5em;
}


#about .about .about_right p.add{
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: bold;
}

/*--------フッター----------*/
#footer {
	background-color: #2ECBA8;
	padding: 8px 0;
	width: 100%;
}
#footer p {
	text-align: center;
	font-size: 13px;
	color:#fff;
	margin-bottom: 0px;
}

#footer small{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#footer small a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer small a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
