@charset "utf-8";

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

          General Setting

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

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	color:#666;
	background-color: #F7F7F7;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    line-height: 160%;
	-webkit-text-size-adjust: none;
}

.clear { clear:both; }  
.clear hr {
	display:none;
}

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

          Typography

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

h1 {
	font-size: 14px;
}

h4{
	color: #006834;
	font-size: 1.1em;
	margin: 5px 0 ;
}

.mark{
	background-color: #999;
	padding: 2px;
	color: #FFF;
	font-size: 13px;
	margin: 2px 10px 2px 0;
}

.plofile{
	padding-bottom: 10px;
}

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

          Layout

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

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#screen {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 130px;
}
#header {
	height: 140px;
	width: 100%;
	margin: 0px;
	border-top: solid 5px #006834;
	border-bottom: solid 3px #006834;
}

.headttl{
	width:900px;
	margin: auto;
}

#bigmain {
width: 1000px;
margin: auto;
}

#main {
	width: 900px;
	margin: auto;
}


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

          Footer

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

#footer {
	height: 130px;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align:center;
	color: #fff;
}

#footer a{
	color: #fff;
}

.footer_box {
	width: 100%;
	height: 90px;
	background-image: url(../images/footer_back2.png);
	background-repeat: repeat-x; 
	margin:0 auto;
}
.footer_copy {
	width: 100%;
	height: 40px;
	background-color:#64B367 ;
	margin:0 auto;
}

.gototop{
	position:absolute;
	bottom:0px;
}
/****************************************

          Link

*****************************************/
p {
	overflow: hidden;
	margin-top:0px;
}



a.footer:link {
	color: #fff;
	text-decoration: none;
}   /* リンク */
a.footer:visited {
	color:#FFF;	
	text-decoration: none;     /* 下線を消す */
}
a.footer:active {
	color: #fff; 		　 /* クリック時のリンク */
	text-decoration: none;	　 /* 下線を消す */
}
a.footer:hover {               /* カーソルが上にある時のリンク */
  color: #fff;
  background-color:#5DB1E0;
  text-decoration: none;	　 /* 下線を消す */
}

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

          Clearfix

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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	min-height: 1px;
}
 * html .clearfix {
	 height: 1px;
	 /*¥*//*/
	 height: auto;
	 overflow: hidden;
	 /**/
}


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

          navi

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

.navi{
	width: 900px;
	height: 40px;
	margin: 0 auto;
}

#ul_menu{
    position:relative;
    width:900px;
    list-style:none;
    text-align:center;
}
#ul_menu li{
    width:148px;
    margin-left: 1px;
    float:left;
    position:relative;
}
#ul_menu li a{
    width:148px;
    background:#FFF	;
    border-bottom: 1px solid #006834;
    border-right: 1px solid #006834;
    float:none;
    height:40px;
    display:block; 
    color:#333;
    opacity: 0.8;
    line-height: 40px;
    margin:2px 0 0 1px; 
    text-decoration: none;
}
#ul_menu li a:hover{
	background:#D1D954;
	color: #FFF;
}
.sub_list {
    top: 42px;
    left: 0;
    position: absolute;
    text-align: center;
    list-style:none;
    padding-left:0;
}

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

          box

*****************************************/
.box{
	width: 900px;
	margin: 0 auto;
}

.box h1{
    font-size: 1.3em;
    padding: 40px 0 10px 0;
    border-bottom: solid 2px #006834;
}
.box h2{
    font-size: 1.3em;
    padding: 40px 0 10px 0;
}

.box_info{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px solid #006834;
	width: 900px;
	margin: 0 auto;
	padding: 10px;
}

.box_info ul{
	padding-left: 30px;
}

.box_info p{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 30px;
}
.box_info p span{
	font-size: 1.6em;
	color: #006834;
}

.box .textbox{
	width: 900px;
	margin: 10px auto;
	font-size: 15px;
	overflow: hidden;
}
.box .textbox2left{
	width: 550px;	
	font-size: 15px;
	float: left;
}
.box .textbox2right{
	width: 300px;
	font-size: 17px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFE100;
	background-color: #E50011;
}

.box .textleft{
	width: 350px;
	float: left;
}
.box .textright	{
	width: 520px;
	height: 194px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.box .buyleft{
	display:table;
    table-layout: fixed;
	width: 900px;
	height: 180px;
    border-collapse:separate;
    border-spacing:15px 0;
	
}


.box ul.buyleft li {
	color: #fff;
    display:table-cell;
    vertical-align:middle;
    background-color:#64B367 ;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 8px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.box .sateibox{
	width: 750px;
	overflow: hidden;
	margin: 20px auto;
}

.box .sateibox .satei{
	width: 600px;
	float: left;
}

.box .sateibox .btn{
	width: 150px;
	color: #FFE100;
	background-color:#E50011 ;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: right;
	text-align: center;
	font-size: 1.0em;
}

.box .sateibox .btn a{
	color: #FFE100;
	display:block;
}

.box .company{
	display:table;
    table-layout: fixed;
	width: 500px;
    margin:15px 0;
	
}
.box ul.company li{
	display:table-cell;
    vertical-align:top;
}
.box ul.company li .firstlist{
	width: 100px;
}

.box .syakaileft{
	float: left;
	width: 250px;
	margin-right: 10px;
}

.box .syakaileft2{
	float: left;
	width: 370px;
	margin-right: 10px;
	padding: 5px;
}
.box .syakairight{
	float: right;
	width: 250px;
}


.box .firstform{
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
}

.box_bottom {
    width:100%;
    background:#F9F7F4;
    margin:40px auto 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}
.box_bottom  .textbox{
	width: 700px;
	margin: 20px auto;
	font-size: 15px;
}

	.box_bottom .textbox h3{
		font-size: 14px;
		margin: 15px 0 5px 0;
	}

	.box_bottom .textbox ul{
		margin: 0 0 0 20px;
	}

	.box_bottom .access_map{
		width: 900px;
		margin: 0 auto;
		padding: 30px 0 0 0;	
	}

.box .access_info {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.box .access_info .infoleft{
	float: left;
	width: 400px;
}

.box .access_info .infoleft h1{
	font-size: 1.5em;
	padding: 0;
}

.box .access_info .infoleft h1 a{
	border-bottom: 1px solid #999;
}

.box .access_info .inforight{
	float:  right;
	width: 400px;
}

.box .access_info2 {
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.box .access_info2 .infoleft{
	float: left;
	width: 400px;
}

.box .access_info2 .infoleft h1{
	font-size: 1.5em;
	padding: 0;
}

.box .access_info2 .infoleft h1 a{
	border-bottom: 1px solid #999;
}

.box .access_info2 .inforight{
	float:  right;
	width: 400px;
}

.box .access_info .linkleft{
	float: left;
	width: 390px;
	border-bottom: 1px solid #999;
}

.box .access_info .linkleft h1{
	font-size: 1.5em;
	padding: 0;
}

.box .access_info .linkleft h1 a{
	text-decoration: none;
	color: #999;
}

.box .access_info .linkright{
	float:  right;
	width: 390px;
	border-bottom: 1px solid #999;
}

.box .access_info .linkright h1{
	font-size: 1.5em;
	padding: 0;
}

.box .access_info .linkright h1 a{
	text-decoration: none;
	color: #999;
}

.clinic_img{
	width: 700px;
	margin: 10px auto;
	overflow: hidden;
}


.content-box-shadow
{
    position:relative;
}
.content-box-shadow:before, .content-box-shadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.content-box-shadow:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

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

          table

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

.tbl{
	width: 900px;
	margin: 0 auto;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 900px;
}
td, th {
	padding: 3px;
}
th {
	width: 400px;
	vertical-align: middle;
	font-size: 1.5em;
	padding-left:20px;
	color: #fff;
	background-color: #FFE100;
}


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

          map

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

.mapbox{
	width: 900px;
	height: 500px;
	background-image: url(../images/map.png);
	position: relative;
}

.mapbox ul{
	list-style-type:none;
}

.mapbox li button{
	width: 98px;
	height: 32px;
	margin: 0 0 6px 0;

}

	.map_kyusyu{
		width: 112px;
		position:absolute; 
		top:17px;
		left:19px;
	}
	.map_chugoku{
		width: 112px;
		position:absolute; 
		top:17px;
		left:138px;
	}
	.map_kinki{
		width: 111px;
		position:absolute; 
		top:17px;
		left:255px;
	}
	.map_hokuriku{
		width: 112px;
		position:absolute; 
		top:17px;
		left:373px;
	}
	.map_hokkai{
		width: 112px;
		position:absolute; 
		top:17px;
		left:490px;
	}
	.map_okinawa{
		width: 112px;
		position:absolute; 
		top:383px;
		left:19px;
	}

	.map_touhoku{
		width: 112px;
		position:absolute; 
		top:196px;
		right:5px;
	}
	.map_touhoku2{
		width: 112px;
		position:absolute; 
		top:196px;
		right:110px;
	}
	.map_kantou{
		width: 112px;
		position:absolute; 
		bottom:18px;
		right:5px;
	}
	.map_kantou2{
		width: 112px;
		position:absolute; 
		bottom:18px;
		right:110px;
	}
	.map_toukai{
		width: 112px;
		position:absolute; 
		bottom:18px;
		right:228px;
	}
	.map_toukai2{
		width: 112px;
		position:absolute; 
		bottom:18px;
		right:333px;
	}
	.map_sikoku{
		width: 112px;
		position:absolute; 
		bottom:18px;
		right:450px;
	}
	.map_sikoku2{
		width: 112px;
		position:absolute; 
		bottom:18px;
		right:555px;
	}






