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

reset

*********************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, em, img, small, strong, 
dl, dt, dd, ol, ul, li, table, tbody, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



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

          Clearfix

*****************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
	display: block;
}


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

          General Setting

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

body {
	background: #f5f4ef;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




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

          Common

*****************************************/
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}
.bold {font-weight:bold;}

.left{float:left;}
.right{float:right;}

.mt_05{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_15{margin-top:15px;}
.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mt_60{margin-top:60px;}

.mb_none {margin-bottom:0;!important}
.mb_05{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.mb_60{margin-bottom:60px;}

.mr_05{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_15{margin-right:15px;}
.mr_20{margin-right:20px;}
.mr_25{margin-right:25px;}
.mr_30{margin-right:30px;}
.mr_40{margin-right:40px;}

.ml_05{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_20{margin-left:20px;}
.ml_25{margin-left:25px;}
.ml_30{margin-left:30px;}
.ml_35{margin-left:35px;}
.ml_40{margin-left:40px;}
.ml_50{margin-left:50px;}
.ml_75{margin-left:75px;}

.pt_15{padding-top:15px;}

div.inner {
	width: 980px;
	margin: 0 auto;
}

img.center {
	margin: 0 auto;
	display: block;
}

span.brown {
	color: #88251e;
}

span.pinkb {
	color: #c71585;
	font-weight: bold;
}



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

          Header

*****************************************/
div#page_wrap {
	padding-top: 70px;
}

div#header {
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 170%;
	text-align: right;
	margin-bottom: 5px;
}

div#lowernavi {
	background: #ffffff;
	height: 30px;
	padding: 10px 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

ul#lnavi {
	list-style: none;
}

ul#lnavi li {
	float: left;
}

p#breadcrumbs {
	font-size: 12px;
	line-height: 30px;
	width: 220px;
}

	p#breadcrumbs a {
		color: #006400;
		text-decoration: none;
	}
	
	p#breadcrumbs a:hover {
		color: #006400;
		text-decoration: underline;
	}

div#glovalnavi {
	background: #c71585;
	height: 70px;
}

div#glovalnavi_inner {
	width: 1020px;
	margin: 0 auto;
}

img#glogo {
	float: left;
	margin-right: 50px;
	margin-left: 10px;
}

ul#gnavi {
	list-style: none;
	float: right;
}

ul#gnavi li {
	float: left;
}

	ul#gnavi li a:hover{
		display: block;
		background: #c36c03;
	}




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

          Page

*****************************************/
div.pagetitle_info {
	background: url(../images/gif/pagetitle.gif) no-repeat center top;
	padding-top: 220px;
}

div.adjustment_link {
	padding-bottom: 150px;
}

div.info01 {
	margin-top: 500px;
	background: url(../images/gif/section_title01.gif) no-repeat left top;
}

div.info02 {
	background: url(../images/gif/section_title02.gif) no-repeat right top;
	margin-top: -160px;
	padding-top: 160px;
}

div.info03 {
	background: url(../images/gif/section_title03.gif) no-repeat left top;
}

div.info04 {
	background: url(../images/gif/section_title04.gif) no-repeat right top;
}


div.section_wrap {
	margin-top: -100px;
	padding-top: 100px;
}

div.section_l {
	width: 700px;
	margin: 0 auto 60px auto;
	padding: 60px 60px 60px 220px;
	background-color: #ffffff;
}

div.section_r {
	width: 860px;
	margin: 0 auto 60px auto;
	padding: 60px;
	background-color: #ffffff;
}


div.section_r h3, div.section_l h3 {
	margin-bottom: 15px;
}

div.section_r h4, div.section_l h4 {
	background: url(../images/gif/h4_bg.gif) no-repeat left;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-top: 35px !important;
	font-size: 18px;
	font-weight: bold;
}

div.section_r h4.first_child, div.section_l h4.first_child {
	margin-top: 0 !important;
}

div.section_r p, div.section_l p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}

div.section_inner {
	width: 700px;
}

div.section_inner p.rightText {
	width: 394px;
	margin-left: 306px;
}

div.section_inner h3 {
	margin-bottom: 15px;
	margin-top: 60px;
}

div.section_inner h3.first {
	margin-bottom: 15px;
	margin-top: 0;
}

div.section_wrap {
	margin-top: -160px;
	padding-top: 160px;
}

ul#consultation {
	margin-bottom: 20px;
	margin-left: 20px;
}

ul#consultation li {
	margin-bottom: 5px;
	line-height: 160%;
}

div#area_wrap {
	background: url(../images/png/area_bg.png) no-repeat;
	width: 640px;
	height: 166px;
	padding: 60px 30px 0;
	margin-top: 25px;
}

div#area_wrap p {
	line-height: 160%;
	color: #88251e;
}

	div#area_wrap p a {
		color: #88251e;
		text-decoration: underline;
	}
	
	div#area_wrap p a:hover {
		color: #a35752;
		text-decoration: none;
	}

table#service_list {
	border-collapse: collapse;
	font-size: 16px;
	line-height: 180%;
}

table#service_list th {
	border: 1px solid #d9c2b1;
	padding: 8px 20px;
	vertical-align: middle;
}

table#service_list th.bg01 {
	background: #f3d5e8;
}

table#service_list th.bg02 {
	background: #f8f2d3;
}

table#service_list th.bg03 {
	background: #e1f8d3;
}

table#service_list th.bg04 {
	background: #d3f1f8;
}

table#service_list td {
	border: 1px solid #d9c2b1;
	padding: 8px 10px;
}

table.recruit_info {
	border-collapse: collapse;
	width: 100%;
}

table.recruit_info tr th, table.recruit_info tr td {
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 180%;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #c6adab;
}

table.recruit_info tr th {
	width: 120px;
	color: #c71585;
	font-weight: bold;
	background: #faf9f7;
	padding-left: 20px;
	padding-right: 20px;
}

table.recruit_info tr td {
	padding-left: 20px;
}




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

          Footer

*****************************************/
div#footer_info {
	background: #ffffff;
	padding: 10px 0 20px 0;
	margin-top: 60px;
}

p#footer_address {
	display: inline-block;
	font-size: 14px;
	line-height: 80px;
	padding-left: 30px;
	border-left: 1px solid #eeeeee;
}

img#footer_logo {
	float: left;
	margin-right: 30px;
	margin-top: 18px;
}

img#footer_tel {
	float: right;
	margin-top: 18px;
}

img#footer_btn {
	float: right;
	margin-left: 30px;
	margin-top: 18px;
}

div#scrolltop {
    position: fixed;
    right: 20px;
}

div#footer {
	background: url(../images/png/footer_bg.png) repeat;
	padding: 10px 0 35px 0;
}

ul#fnavi {
	list-style: none;
}

ul#fnavi li {
	float: left;
	margin: 0 40px 0 0;
}

p#copyright {
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	width: 980px;
	margin: 0 auto;
}

div#relationship_wrap {
	padding: 40px 0;
	margin-bottom: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#relationship_list {
	list-style: none;
	margin-left: -30px;
	margin-top: 20px;
}

ul#relationship_list li {
	width: 172px;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	color: #ffffff;
	line-height: 150%;
}

ul#relationship_list li img {
}

ul#relationship_list li span {
	font-size: 12px;
}

dl#rehab_case dt {
	margin-top: 1px;
	cursor: pointer;
}

dl#rehab_case dd {
	background: #f6f1f0;
	border-bottom: 2px solid #c6adab;
	border-right: 2px solid #c6adab;
	border-left: 2px solid #c6adab;
	padding: 20px;
}


ul#newsevent {
	list-style: none;
}

ul#newsevent li {
	border-bottom: 1px dotted #888888;
	font-size: 16px;
	line-height: 160%;
	padding: 10px 3px 8px 3px;
	margin-bottom: 10px;
}

ul#newsevent li span.event_date {
	color: #8d663a;
	font-size: 14px;
	font-weight: bold;
	background: #f6f3ef;
	margin-right: 30px;
}

ul#newsevent li span.news_date {
	color: #006400;
	font-size: 14px;
	font-weight: bold;
	background: #f3f6ef;
	margin-right: 30px;
}

img.eventnews_btn {
	display: block;
	float: right;
	margin-top: 25px;
}


dl#contact_form dt {
	line-height: 180%;
	margin: 0;
	padding: 0;
}

dl#contact_form dd {
	margin-bottom: 25px;
	padding: 0;
}
