@charset "utf-8";

/*---------- wrapper ----------*/

#wrapper {
	background: url(../img/common/bk_03.jpg) repeat-x center top #FFFFFF;
	background-size: auto 500px;
	min-width: 1100px;
}

#wrapper.low {
	background: url(../img/common/bk_02.jpg) repeat-x center top #EFF0E0;
	background-size: auto 1000px;
	min-width: 1100px;
}


/*---------- header ----------*/

.top header {
	width: 100%;
	margin: 0 auto 35px;
}

.low header {
	width: 100%;
	margin: 0 auto 40px;
}


.l_logo {
	width: 145px;
	height: 196px;
	position: absolute;
	display: block;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	top: 0;
	left: 25px;
	background: #FFFFFF;
	z-index:10;
}

.l_logo img {
  width: 114px;
  height: 164px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.l_ttl {
	width: 258px;
	height: 42px;
	position: absolute;
	display: block;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index:10;
}

.l_ttl img {
  width: 124px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.l_ttl a img {
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l_ttl a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

ul.r_nav {
	width: 636px;
	height: 42px;
	display: block;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	float: right;
	background: #50B49F;
	position: relative;
}

ul.r_nav li {
	float: left;
	position:relative;
}

ul.r_nav li:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #FFFFFF;
}

ul.r_nav li:first-child:before {
	content: none;
}

.r_nav li a {
	padding: 5px 30px;
	display: block;
	height: 42px;
}

.r_nav li a img {
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.r_nav li a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*---------- main-contents ----------*/
.main {
	width: 100%;
}

.low .main {
	padding-bottom: 40px;
}

h2.p_ttl {
	width: 100%;
	height: 75px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}

h3.sp_ttl_01 {
	width: 100%;
	margin: 0 0 10px -3px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
}

h3.sp_ttl_01:before {
	content:'●';
	color: #50B49F;
}

h3.sp_ttl_01 span.sp_caution {
	font-size: 15px;
	color: #E00012;
	margin-left: 10px;
}

h3.sp_ttl_02 {
	font-size: 20px;
	margin-bottom: 15px;
	padding: 3px 15px;
	font-weight: bold;
	background: #50B49F;
	color: #FFFFFF;
}

h4.ssp_ttl_01 {
	font-size: 20px;
	margin-bottom: 15px;
	padding: 3px 15px;
	font-weight: bold;
	background: #50B49F;
	color: #FFFFFF;
}

h4.ssp_ttl_02 {
	margin-bottom: 5px;
	font-weight: bold;
}

.top .main_visual {
	width: 100%;
	margin: 0 auto;
}

.low .main_visual {
	width: 100%;
	margin: 0 auto 40px;
}

.top .main_visual img {
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.low .main_visual img {
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.top .gnav {
	position: relative;
	width: 100%;
	margin: 0 auto 35px;
	padding: 30px 0 0;
}

.low .gnav {
	left: -3px;
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
}

.gnav ul {
	width: 395px;
	margin: 0 auto;
}

.gnav ul li {
	width: 131px;
	height: 107px;
  display: block;
	float: left;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav ul li + li {
  border-left: 1px solid #50B49F;
}

.gnav ul li a {
  display: block;
	width: 125px;
	height: 107px;
	margin: 0 3px;
  display: block;
	background: #FFFFFF;
}

.gnav ul li a:hover {
	background: #F1F7F5;
}

.gnav ul li a.active {
	background: #F1F7F5;
}


.gnav ul li ul.snav {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
	width: 100%;
  margin: 0;
  padding: 0;
}

.gnav ul li ul.snav.wide {
	width: 165%;
}

.gnav ul li ul.snav li {
	width: 100%;
	overflow: hidden;
  height: 0;
	margin: 0;
  padding: 0;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	opacity: 0;
}

.gnav ul li + li ul.snav li {
	border-left: none;
}

.gnav ul li + li ul.snav li a {
	margin: 0;
}

.gnav ul li:hover > ul.snav > li {
  overflow: visible;
  height: 30px;
	display: block;
	opacity: 1;
}

.gnav ul li ul.snav li a {
  padding: 8px;
	width: 100%;
	font-size: 14px;
	line-height: 100%;
  text-align: left;
	display: block;
	text-decoration: none;
	height: 30px;
	background: #E6E6E5;
	border-top: solid 2px #FFFFFF;
}

.gnav ul li > ul.snav > li a {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gnav ul li:hover > ul.snav > li a {
	opacity: 1;
}

.gnav ul li ul.snav li a:hover {
  background: #169B7F;
	color: #FFFFFF;
}


/*---------- top ----------*/
.area_news {
	width: 100%;
	padding: 33px 0;
	margin: 0 auto;
	background: #F2F3E3;
	position: relative;
}

.news_data {
	width: 520px;
	position: relative;
	margin: 0 auto;
	float: left;
}

.news_ttl_box {
	width: 100%;
	position: relative;
	margin: 0 auto 5px;
}

.news_ttl_box .news_ttl {
	width: 60%;
	float: left;
	font-size: 21px;
	text-align: left;
}

.news_ttl_box .link_all {
	width: 30%;
	float: right;
	font-size: 14px;
	text-align: right;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 12px;
	display: inline-block;
}

.news_ttl_box .link_all:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #50B49F;
  border-right: solid 2px #50B49F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.news_list {
	width: 100%;
	position: relative;
	margin: 0 auto 5px;
}

.news_list dl {
	width: 100%;
	padding: 10px 15px;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: table;
}

.news_list dl dt {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

.news_list dl dd {
	width: 75%;
	display: table-cell;
	vertical-align: top;
}


.address_data {
	width: 370px;
	position: relative;
	margin: 0 auto;
	float: right;
}

.map_data {
	width: 100%;
	margin-bottom: 25px;
}

.address_list {
	width: 100%;
}

.address_list .ttl {
	font-size: 20px;
	line-height: 100%;
	color: #50B49F;
	font-weight: bold;
	margin-bottom: 8px;
}

.address_list .txt {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
}

/*---------- about ----------*/

.area_about_01 {
	width: 800px;
	margin: 0 auto 30px;
	position: relative;
}

.area_about_01 dl {
	width: 800px;
	margin: 0 0 5px -5px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	font-size: 15.5px;
}

.area_about_01 dl dt {
	width: 20%;
	padding: 10px 20px;
	background: #80BDAD;
	display: table-cell;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.area_about_01 dl dd {
	width: 80%;
	padding: 10px 20px;
	background: #F1F7F5;
	display: table-cell;
	vertical-align: middle;
}

.area_about_01 dl dd a {
	color: #00A0E9;
}


/*---------- about_enkaku ----------*/

.area_about_enkaku_01 {
	width: 800px;
	margin: 0 auto 30px;
	position: relative;
}

.area_about_enkaku_01 dl {
	width: 800px;
	margin: 0 0 5px -5px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	font-size: 15.5px;
}

.area_about_enkaku_01 dl:nth-child(even) {
	background: #F1F7F5;
}

.area_about_enkaku_01 dl dt {
	width: 19%;
	padding: 5px 15px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	text-align: right;
}

.area_about_enkaku_01 dl dd {
	width: 81%;
	padding: 5px 15px;
	display: table-cell;
	vertical-align: top;
}


/*---------- about_aisatu ----------*/

.area_about_aisatu_01 {
	width: 800px;
	margin: 0 auto 30px;
	position: relative;
}

.area_about_aisatu_01 .m_box {
	width: 100%;
	height: 300px;
	margin: 0 auto 50px;
	position: relative;
	background: #EFEFEF;
}

.area_about_aisatu_01 .m_box p {
	width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
	text-align: center;
}

/*---------- business ----------*/

.area_business_01 {
	width: 850px;
	margin: 0 auto 110px;
	position: relative;
}

.area_business_01 ul.list_01 {
	width: 860px;
	margin: 0 auto;
}


.area_business_01 ul.list_02 {
	width: 430px;
	margin: 0 auto;
}

.area_business_01 ul.list_01 li,
.area_business_01 ul.list_02 li {
	width: 414px;
	margin: 0 8px 16px;
	float: left;
}

.area_business_01 ul.list_01 li a,
.area_business_01 ul.list_02 li a {
	width: 415px;
	height: 110px;
	background: #81C9B8;
	-webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
	display: block;
	position: relative;
}

.area_business_01 ul.list_01 li a img,
.area_business_01 ul.list_02 li a img {
	width: 260px;
	height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.area_business_01 ul.list_01 li a:hover img,
.area_business_01 ul.list_02 li a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.area_business_01 .illust_01 {
	position: absolute;
	width: 421px;
	height: 157px;
	bottom: -131px;
	left: 219px;
}

/*---------- ninchisho_iryou ----------*/

.area_ninchisho_iryou_01 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
	font-size: 15px;
}

.area_ninchisho_iryou_01 p {
	margin: 0 0 20px 1em;
}

.area_ninchisho_iryou_01 ul {
	margin: 20px 0 40px;
	padding: 20px 0;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
}

.area_ninchisho_iryou_01 ul li {
	margin: 0 0 5px 1em;
	text-indent: -1em;
}

.area_ninchisho_iryou_01 ul li em {
	font-weight: bold;
}

.area_ninchisho_iryou_01 ul li:before {
	content:'・';
	font-weight: bold;
}

.area_ninchisho_iryou_01 .box_ninchisho_iryou_01 {
	width: 500px;
	margin: 0 auto;
}

.area_ninchisho_iryou_01 .box_ninchisho_iryou_01 .ttl {
	font-weight: bold;
	marwgin-bottom: 10px;
}

.area_ninchisho_iryou_01 .box_ninchisho_iryou_01 table {
	width: 100%;
	margin-bottom: 10px;
}

.area_ninchisho_iryou_01 .box_ninchisho_iryou_01 table th {
	width: 20%;
	background: #F1F7F5;
	padding: 5px 20px;
	border-bottom: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}

.area_ninchisho_iryou_01 .box_ninchisho_iryou_01 table td {
	width: 80%;
	background: #F1F7F5;
	padding: 5px 20px;
	border-bottom: solid 3px #FFFFFF;	
}

.area_ninchisho_iryou_01 .box_ninchisho_iryou_01 p {
	margin: 0;
}


/*---------- ninchisho_shien ----------*/

.area_ninchisho_shien_01 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
	font-size: 15px;
}

.area_ninchisho_shien_01 p.ninchisho_shien_01 {
	margin: 0 0 40px 1em;
}

.area_ninchisho_shien_01 .box_shien_01 {
	width: 800px;
	margin: 0 auto 40px;
	position: relative;
}

.area_ninchisho_shien_01 .box_shien_01 table {
	width: 426px;
	margin: 0;
	float: left;
}

.area_ninchisho_shien_01 .box_shien_01 table th {
	background: #F1F7F5;
	padding: 3px 15px;
	border-right: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	text-align: left;
}

.area_ninchisho_shien_01 .box_shien_01 table td {
	background: #F1F7F5;
	padding: 3px 15px;
	border-bottom: solid 4px #FFFFFF;
	text-align: center;
}

.area_ninchisho_shien_01 .box_shien_01 .img_R {
	width: 330px;
	margin: 0;
	float: right;
}

.area_ninchisho_shien_01 .box_shien_02 {
	width: 800px;
	margin: 0 auto 40px;
	position: relative;
}

.area_ninchisho_shien_01 .box_shien_02 ol li {
	font-weight: bold;
}

.area_ninchisho_shien_01 .box_shien_03 {
	width: 800px;
	margin: 0 auto 40px;
	position: relative;
}

.area_ninchisho_shien_01 .box_shien_03 ul li {
	width: 50%;
	float: left;
}

.area_ninchisho_shien_01 .box_shien_03 ul li:before {
	content:'・';
}

.area_ninchisho_shien_01 .box_shien_04 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
}

.area_ninchisho_shien_01 .box_shien_04 dl {
	width: 750px;
	padding: 10px 20px 10px 10px;
	margin: 0 auto;
	position: relative;
	background: #F1F7F5;
	display: table;
}

.area_ninchisho_shien_01 .box_shien_04 dl dt {
	width: 230px;
	height: 50px;
	line-height: 50px;
	font-size: 20.5px;
	font-weight: bold;
	display: table-cell;
	float: left;
}

.area_ninchisho_shien_01 .box_shien_04 dl dt.end {
	line-height: 140%;
}

.area_ninchisho_shien_01 .box_shien_04 dl dt .list_no {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
	font-size: 25.5px;
	background: #50B49F;
	color: #FFFFFF;
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;
  border-radius: 3px;
	float: left;
	display: inline-block;
	text-align: center;
  vertical-align: middle;
}

.area_ninchisho_shien_01 .box_shien_04 dl dd {
	display: table-cell;
	vertical-align: top;
}

.area_ninchisho_shien_01 .box_shien_04 .down {
  position: relative;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #50B49F;
	margin-left: 367px;
	top: 5px;
}

.area_ninchisho_shien_01 .box_shien_04 .down:after {
  position: absolute;
  content: '';
  top: -22px;
  left: -8px;
  width: 16px;
  height: 8px;
  background: #50B49F;
}

.area_ninchisho_shien_01 .box_shien_05 {
	width: 680px;
	margin: 0 auto 50px;
	position: relative;
}

.area_ninchisho_shien_01 .box_shien_05 .box_img_01 {
	width: 680px;
	margin: 0 auto 30px;
}

.area_ninchisho_shien_01 .box_shien_05 .box_message_01 {
	width: 600px;
	margin: 0 auto;
	padding: 5px 0 8px;
	position: relative;
	background: url(../img/kouyoukai/bk_business_01.png) no-repeat center top;
	background-size: 100% auto;
	color: #50B49F;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.area_ninchisho_shien_01 .box_shien_06 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.area_ninchisho_shien_01 .box_shien_06 dl {
	width: 390px;
	margin: 0;
	position: relative;
	float: left;
}

.area_ninchisho_shien_01 .box_shien_06 dl:first-child {
	width: 390px;
	margin: 0;
	position: relative;
	float: left;
}

.area_ninchisho_shien_01 .box_shien_06 dl dt {
	width: 210px;
	display: block;
	font-weight: bold;
	float: left;
}

.area_ninchisho_shien_01 .box_shien_06 dl dd {
	width: 180px;
	display: block;
	float: left;
}


/*---------- news ----------*/

.area_news_list_01 {
	width: 800px;
	margin: 0 auto 60px;
	position: relative;
}

.area_news_list_01 .list_news {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.area_news_list_01 .list_news dl {
	width: 100%;
	padding: 15px 10px;
	background: #FFFFFF;
	display: table;
	border-bottom: solid 1px #747374;
}

.area_news_list_01 .list_news dl:first-child {
	border-top: solid 1px #747374;
}

.area_news_list_01 .list_news dl dt {
	width: 19%;
	display: table-cell;
	vertical-align: top;
}

.area_news_list_01 .list_news dl dd {
	width: 81%;
	display: table-cell;
	vertical-align: top;
}

.area_news_detail_01 {
	width: 800px;
	margin: 0 auto 60px;
	padding-top: 40px;
	position: relative;
}

.area_news_detail_01 .date {
	margin-bottom: 30px;
}

.area_news_detail_01 .message {
	margin-bottom: 20px;
}

.area_news_detail_01 .detail_img {
	margin-bottom: 30px;
}

.area_news_detail_01 .list_link {
	text-align: right;
}


/*---------- chiiki_shien ----------*/

.area_chiiki_shien_01 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
	font-size: 15px;
}

.area_chiiki_shien_01 .box_chiiki_01 {
	width: 800px;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: solid 1px #231815;
}

.area_chiiki_shien_01 .box_chiiki_01 .box_L {
	width: 380px;
	margin: 0 auto 30px;
	float: left;
}

.area_chiiki_shien_01 .box_chiiki_01 .box_R {
	width: 380px;
	margin: 0 auto 30px;
	float: right;
}

.area_chiiki_shien_01 .box_chiiki_01 .box_L .ttl,
.area_chiiki_shien_01 .box_chiiki_01 .box_R .ttl {
	width: 100%;
	margin: 0 auto 10px;
	padding: 3px 10px;
	background: #F1F7F5;
	font-weight: bold;
}

.area_chiiki_shien_01 .box_chiiki_01 .box_L .ttl:before,
.area_chiiki_shien_01 .box_chiiki_01 .box_R .ttl:before {
	content: '●';
}

.area_chiiki_shien_01 .box_chiiki_01 .box_L p,
.area_chiiki_shien_01 .box_chiiki_01 .box_R p {
	width: 360px;
	margin: 0 auto;
	text-indent: 1em;
}

.area_chiiki_shien_01 .box_chiiki_02 {
	width: 520px;
	margin: 0 auto 60px;
	position: relative;
}

.area_chiiki_shien_01 .box_chiiki_02 .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}

.area_chiiki_shien_01 .box_chiiki_02 table {
	width: 100%;
}

.area_chiiki_shien_01 .box_chiiki_02 table th {
	width: 25%;
	text-align: center;
	padding: 5px 15px;
	background: #F1F7F5;
	border-right: solid 5px #FFFFFF;
	border-bottom: solid 5px #FFFFFF;
}

.area_chiiki_shien_01 .box_chiiki_02 table td {
	width: 75%;
	text-align: center;
	padding: 5px 15px;
	background: #F1F7F5;
	border-bottom: solid 5px #FFFFFF;
}

.area_chiiki_shien_01 .box_chiiki_03 {
	width: 800px;
	margin: 0 auto 20px;
	position: relative;
}

.area_chiiki_shien_01 .box_chiiki_04 {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: solid 1px #231815;
	position: relative;
}

.area_chiiki_shien_01 .box_chiiki_04 dl {
	width: 100%;
	display: table;
}

.area_chiiki_shien_01 .box_chiiki_04 dl dt {
	width: 17%;
	height: 70px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background: #50B49F;
}

.area_chiiki_shien_01 .box_chiiki_04 dl dd {
	width: 83%;
	height: 70px;
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: middle;
}


/*---------- area_busyo ----------*/

.area_busyo_01 {
	width: 800px;
	margin: 0 auto 60px;
	position: relative;
	font-size: 15px;
}

.area_busyo_01 .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}

.area_busyo_01 dl {
	width: 530px;
	float: left;
	margin-bottom: 40px;
}

.area_busyo_01 dl dt {
	width: 75%;
	float: left;
}

.area_busyo_01 dl dt.wc {
	width: 50%;
}

.area_busyo_01 dl dd {
	width: 25%;
	float: right;
	text-align: right;
}

.area_busyo_01 dl dd.wc {
	width: 50%;
}

.area_busyo_01 .img_R {
	width: 199px;
	float: right;
	margin-top: 20px;
}

.area_busyo_01 table {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}

.area_busyo_01 table th {
	text-align: center;
	padding: 5px 15px;
	background: #F1F7F5;
	border-left: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
}

.area_busyo_01 table th:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_01 table td {
	padding: 5px 15px;
	background: #F1F7F5;
	border-left: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	vertical-align: middle;
}

.area_busyo_01 table td:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

/*.area_busyo_01 table th:first-child,
.area_busyo_01 table td:first-child {
	border-left: none;
}*/

.area_busyo_01 table td.td_ttl,
.area_busyo_01 table td:last-child {
	text-align: center;
}

.area_busyo_02 {
	width: 800px;
	margin: 0 auto 60px;
	position: relative;
	font-size: 15px;
}

.area_busyo_02 p {
	text-indent: 1em;
}

.area_busyo_02 .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}

.area_busyo_02 .box_L {
	width: 400px;
	float: left;
}

.area_busyo_02 .box_R {
	width: 360px;
	float: right;
}

.area_busyo_02 .box_L table,
.area_busyo_02 .box_R table {
	width: 100%;
	font-size: 13px;
}

.area_busyo_02 .box_L table th,
.area_busyo_02 .box_R table th {
	width: 84%;
	padding: 5px 10px;
	border-right: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	background: #F1F7F5;
	text-align: left;
}

.area_busyo_02 .box_L table th:empty,
.area_busyo_02 .box_R table th:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_02 .box_L table td,
.area_busyo_02 .box_R table td {
	width: 16%;
	padding: 5px 10px;
	border-bottom: solid 4px #FFFFFF;
	text-align: right;
	background: #F1F7F5;
}

.area_busyo_02 .box_L table td:empty,
.area_busyo_02 .box_R table td:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_03 {
	width: 800px;
	margin: 0 auto 60px;
	position: relative;
	font-size: 15px;
}

.area_busyo_03 .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}

.area_busyo_03 table {
	width: 400px;
	font-size: 13px;
}

.area_busyo_03 table th {
	width: 84%;
	padding: 5px 10px;
	border-right: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	background: #F1F7F5;
	text-align: left;
}

.area_busyo_03 table th:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_03 table td {
	width: 16%;
	padding: 5px 10px;
	border-bottom: solid 4px #FFFFFF;
	text-align: right;
	background: #F1F7F5;
}

.area_busyo_03 table td:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_04 {
	width: 800px;
	margin: 0 auto 60px;
	position: relative;
	font-size: 15px;
}

.area_busyo_04 .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}

.area_busyo_04 table {
	width: 100%;
	font-size: 13px;
}

.area_busyo_04 table th {
	padding: 5px 10px;
	border-right: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	background: #F1F7F5;
	text-align: center;
}

.area_busyo_04 table th:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_04 table td {
	width: 111px;
	padding: 5px 10px;
	border-bottom: solid 4px #FFFFFF;
	border-right: solid 4px #FFFFFF;
	text-align: center;
	background: #F1F7F5;
}

.area_busyo_04 table td:empty {
    background: #FFFFFF;
	font-size: 0;
	padding: 0;
	border: none;
}

.area_busyo_04 table td.td_ttl,
.area_busyo_04 table th.td_ttl {
	width: 336px;
	text-align: left;
}


/*---------- footer ----------*/

footer {
	background: #FFFFFF;
}

footer .area_photo {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	background: #EFF0E0;
	position: relative;
}

footer .area_sitemap {
	background: #50B49F;
}

footer .area_copyright .policy {
	margin-right: 25px;
}

