@charset "utf-8";

/* ブラウザスタイル初期化用ＣＳＳ */
html {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #2d60ad;
	text-decoration: none;
}
a:hover img{
	/*モダンブラウザ用*/
	opacity:0.8;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
}


body{
  background-color: #f7f3f0;
  text-align: center;
/*
  background: url('0.png') no-repeat center top #f7f3f0;
*/
}
img{
  max-width: 100%;
}
.wrap{
  width: 960px;
  margin: 0 auto;
}


header{
  border-top: solid 2px #288e74;
  background-color: #ffffff;
}
header .idx{
  width: 960px;
  height: 72px;
  margin: 0 auto;
  display: table;
}
header .idx .logo{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
header .idx .link{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header .idx .link a{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding-left: 12px;
}
header .idx .link a:last-child{
  padding-left: 20px;
}
header .menu{
  background: url('images/header/menu_bg.png') repeat-x center top;
  position: static;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
header .menu a{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
header .menu a.select{
  position: relative;
}
header .menu a.select:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 90%;
  height: 100%;
  background: url('images/header/select_bd.png') repeat-x center bottom;
  margin: 0 5%;
}
header .menu a.select img{
  opacity: 1!important;
}


footer{
  border-top: solid 1px #d4cdc8;
}
footer:before{
  content: '';
  display: block;
  border-top: solid 1px #ffffff;
}
footer .wrap{
  padding: 30px 0;
  text-align: left;
}
footer .wrap > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
footer .address{
  font-size: 14px;
  line-height: 140%;
  padding: 0 30px;
  border-right: solid 1px #d4cdc8;
}
footer .tel_fax{
  font-size: 23px;
  line-height: 29px;
  border-left: solid 1px #ffffff;
}
footer .tel_fax img{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  padding: 0 0px 0 28px;
}
footer .info{
  border-top: solid 1px #1f856b;
  background-color: #288e74;
}
footer .info:before{
  content: '';
  display: block;
  border-top: solid 1px #60ae9a;
}
footer .link{
  width: 960px;
  margin: 22px auto 0;
  text-align: left;
  border-left: solid 1px #f7f3f0;
}
footer .link a{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 12px;
  line-height: 100%;
  padding: 0 13px;
  border-right: solid 1px #f7f3f0;
  color: #f7f3f0;
}
footer .copy{
  font-size: 12px;
  line-height: 100%;
  color: #f7f3f0;
  padding: 30px 0 100px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


#totop{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
}
#totop img{
  visibility: visible;
  position: absolute;
  bottom: 20px;
  right: -100px;
}


#idx{
}
#idx .visual{
  position: relative;
  width: 100%;
  height: 486px;
}
#idx .visual .slider{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
}
#idx .visual .slider img{
  max-width: 1280px;
}
#idx .visual .btn{
  position: absolute;
  top: 196px;
  left: 50%;
  z-index: 2;
  width: 960px;
  margin-left: -480px;
  visibility: hidden;
}
#idx .visual .btn > *{
  visibility: visible;
  cursor: pointer;
}
#idx .visual .btn .left{
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 1;
}
#idx .visual .btn .right{
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 1;
}
#idx .visual .thm{
  position: absolute;
  top: 358px;
  left: 50%;
  z-index: 2;
  width: 960px;
  margin-left: -480px;
  text-align: right;
}
#idx .visual .thm div{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: solid 3px #288e74;
}
#idx .visual .thm img{
  margin-left: 5px;
  cursor: pointer;
}
#idx .visual .info{
  font-size: 14px;
  line-height: 44px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
#idx .visual .info .wrap{
  position: relative;
  height: 44px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
#idx .visual .info .wrap span:before{
  content: url('images/idx/vis_info.png');
  padding-right: 6px;
  vertical-align: middle;
}
#idx .visual .info .wrap span{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding-right: 26px;
}
#idx .visual .info .wrap p{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  max-width: 800px;
  margin-left: 820px;
}
#idx .visual .info .wrap div{
  display: none;
}
#idx .visual .info .wrap img{
  position: absolute;
  top: 0;
  right: 0;
}
#idx .cont{
  background: url('images/idx/idx_bg.png') no-repeat right bottom;
  padding-bottom: 10px;
}
#idx .cont .left{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 380px;
  padding-right: 20px;
  padding-top: 30px;
}
#idx .cont .left .box{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#idx .cont .left .box h2{
  font-size: 28px;
  line-height: 66px;
  text-align: left;
  padding-left: 40px;
  background: url('images/idx/h2_left.png') no-repeat 20px 19px, url('images/idx/h2_right.png') no-repeat 93% 19px;
  border-bottom: solid 1px #d9d9d9;
  font-weight: normal;
}
#idx .cont .left .box h2 a{
  color: #1a1a1a;
}
#idx .cont .left .box img{
  padding-top: 20px;
}
#idx .cont .left .box ul{
  text-align: left;
  padding-left: 20px;
}
#idx .cont .left .box ul li{
  display: block;
  font-size: 18px;
  line-height: 100%;
  padding-top: 13px;
}
#idx .cont .left .box ul li:before{
  content: url('images/idx/icon_arrow.png');
  vertical-align: middle;
  padding-right: 10px;
}
#idx .cont .left .box ul li a{
  color: #1a1a1a;
}
#idx .cont .right{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 560px;
  padding-top: 30px;
}
#idx .cont .right .box{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 18px;
  margin-bottom: 19px;
}
#idx .cont .right .box h2{
  font-size: 28px;
  line-height: 66px;
  text-align: left;
  padding-left: 40px;
  background: url('images/idx/h2_left.png') no-repeat 20px 19px, url('images/idx/h2_right.png') no-repeat 95% 19px;
  border-bottom: solid 1px #d9d9d9;
  font-weight: normal;
}
#idx .cont .right .box2{
  display: none;
}
#idx .cont .right .box2.on{
  display: block;
}
#idx .cont .right .box2 h2{
  background: url('images/idx/h2_left.png') no-repeat 20px 19px;
}
#idx .cont .right .box h2 a{
  color: #1a1a1a;
}

#idx .cont .right .box ul {
	overflow: hidden;
}
#idx .cont .right .box ul li{
  zoom: 1;
  vertical-align: top;
  text-align: left;
}
#idx .cont .right .box ul li span{
  font-size: 17px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
  padding-top: 14px;
}
#idx .cont .right .box ul li span:before{
  content: url('images/idx/icon_arrow.png');
  vertical-align: middle;
  padding-right: 5px;
}

#idx .cont .right .box .pdflink{
  font-size: 18px;
  line-height: 160%;
  text-align: left;
  padding: 12px 20px 0;
}
#idx .cont .right .box .pdflink:after{
  content: '';
  display: block;
  clear: both;
}
#idx .cont .right .box .pdflink img{
  float: left;
  padding-right: 11px;
}
#idx .cont .right .box .pdflink a{
  font-size: 14px;
  line-height: 100%;
}
#idx .cont .right .box .pdflink a:before{
  content: url('images/idx/icon_pdf.png');
  vertical-align: middle;
  padding-right: 10px;
}

#idx .cont .institution {
		width: 960px;
		margin: 0 auto;
		padding: 30px 0 0;
}

#idx .cont .institution .box{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 18px;
  margin-bottom: 0;
}
#idx .cont .institution .box h2{
  font-size: 28px;
  line-height: 66px;
  text-align: left;
  padding-left: 40px;
  background: url('images/idx/h2_left.png') no-repeat 20px 19px, url('images/idx/h2_right.png') no-repeat 97% 19px;
  border-bottom: solid 1px #d9d9d9;
  font-weight: normal;
}
#idx .cont .institution .box h2 a{
  color: #1a1a1a;
}
#idx .cont .institution .box ul{
  padding-top: 20px;
}
#idx .cont .institution .box ul li{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 296px;
  padding: 0 10px;
  text-align: left;
}
#idx .cont .institution .box ul li span{
  font-size: 17px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
  padding-top: 14px;
}
#idx .cont .institution .box ul li span:before{
  content: url('images/idx/icon_arrow.png');
  vertical-align: middle;
  padding-right: 5px;
}
#idx .cont .institution .box ul li a{
  color: #1a1a1a;
}

#idx #idx_map{
  width: 100%;
  height: 340px;
  overflow: hidden;
}
#idx .access{
  padding: 16px 0;
}
#idx .access .wrap{
  text-align: left;
}
#idx .access .wrap .box{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 14px;
  line-height: 160%;
  min-width: 450px;
}
#idx .access .wrap .box:after{
  content: '';
  display: block;
  clear: both;
}
#idx .access .wrap .box img{
  float: left;
  padding-right: 9px;
}
#idx .access .wrap .box span{
  font-size: 14px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}


#lower{
  position: relative;
}
#lower .pages{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
#lower .pages div{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#lower .pages div > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#lower .pages div span:before{
  content: '>';
  padding-right: 12px;
}
#lower .pages a{
  color: #ffffff;
}
#lower h1{
  margin: 0;
}

#lower .contents{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 640px;
	min-height: 880px;
  padding: 30px;
  border-top: solid 2px #228f72;
  box-shadow: 0px -1px 0px #60ae9a, 0px -2px 0px #1f856b;
  border-radius: 4px;
  margin: -96px 30px 52px 0;
  background-color: #ffffff;
}
#lower .contents h2{
  font-size: 28px;
  line-height: 28px;
  text-align: left;
  padding-left: 20px;
  background: url('images/lower/h2_left.png') no-repeat left top;
  font-weight: normal;
  letter-spacing: 8px;
}
#lower .contents .lead{
  font-size: 18px;
  line-height: 180%;
  text-align: left;
  padding-top: 10px;
}

#lower .submenu{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 230px;
  border-radius: 4px;
  margin-top: -56px;
}
#lower .submenu ul{
  background-color: #238c71;
  border-radius: 4px;
}
#lower .submenu ul li{
  font-size: 16px;
  line-height: 52px;
  background-color: #ffffff;
  text-align: left;
  border-bottom: solid 1px #d9d9d9;
}
#lower .submenu ul li:first-child{
  border-radius: 4px 4px 0 0;
  padding-top: 2px;
}
#lower .submenu ul li:last-child{
  border-radius: 0 0 4px 4px;
}
#lower .submenu ul li a{
  color: #1a1a1a;
  padding-left: 18px;
  width: 100%;
  display: inline-block;
  zoom: 1;
  box-sizing: border-box;
}
#lower .submenu ul li a:before{
  content: url('images/submenu/icon_list.png');
  vertical-align: middle;
  padding-right: 10px;
}
#lower .submenu ul li.idx{
  font-size: 18px;
  line-height: 50px;
  background-color: #238c71;
  box-shadow: 0px -1px 0px #60ae9a, 0px -2px 0px #1f856b, 0px 1px 0px #1f7d64, 0px 2px 0px #1b6e58;
  margin-bottom: 2px;
  border-bottom: none;
}
#lower .submenu ul li.idx + .idx{
  margin-top: 4px;
}
#lower .submenu ul li.idx a{
  color: #ffffff;
}
#lower .submenu ul li.idx a:before{
  content: url('images/submenu/icon_idx.png');
  vertical-align: middle;
  padding-right: 10px;
}
#lower .submenu ul li.idx.select{
  font-size: 18px;
  line-height: 50px;
  background-color: #238c71;
  box-shadow: 0px -1px 0px #60ae9a, 0px -2px 0px #1f856b, 0px 1px 0px #1f7d64, 0px 2px 0px #1b6e58;
  margin-bottom: 2px;
  border-bottom: none;
}
#lower .submenu ul li.idx.select a{
  color: #f0ff00;
}
#lower .submenu ul li.idx.select a:before{
  content: url('images/submenu/icon_idx_sel.png');
  vertical-align: middle;
  padding-right: 10px;
}


#institution.contents{
}
#institution.contents .box{
  text-align: left;
  border-bottom: solid 1px #d9d9d9;
  padding: 44px 0 48px;
}
#institution.contents .box:last-child{
  border-bottom: none;
  padding: 44px 0 6px;
}
#institution.contents .box a{
  font-size: 20px;
  line-height: 100%;
  color: #2d60ad;
}
#institution.contents .box a.txtlink:before{
  content: url('images/institution/icon_arrow.png');
  vertical-align: middle;
  padding-right: 7px;
}
#institution.contents .box a.txtlink:after{
  content: url('images/institution/icon_outlink.png');
  vertical-align: middle;
  padding-left: 12px;
}
#institution.contents .box img{
  display: block;
  padding-top: 13px;
}
#institution.contents .box .tel_fax{
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 100%;
  padding-top: 0px;
}
#institution.contents .box .tel_fax img{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  padding: 13px 0 0 20px;
}


/* 衆善会について */
#about.contents .box {
	text-align: left;
	padding: 44px 0 48px;
	border-bottom: solid 1px #d9d9d9;
}

#about.contents .box:last-child {
	padding: 44px 0 6px;
	border-bottom: none;
}

#about.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#about.contents .box .salutation_text {
	float: left;
	width: 405px;
	font-size: 15px;
	line-height: 28px;
	margin-right: 20px;
}

#about.contents .box .salutation_text p {
	margin-bottom: 20px;
}

#about.contents .box .salutation_photo {
	float: left;
	width: 197px;
}

#about.contents .box .salutation_photo .president {
	font-size: 14px;
	line-height: 19px;
	margin-top: 5px;
	padding-left: 11px;
	background:url(images/about/caption_left.png) no-repeat left center;
}

#about.contents .box .salutation_text2 {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 20px;
}

#about.contents .box .salutation_text3 {
	font-size: 16px;
	line-height: 28px;
}


#about.contents .box .history {
}
#about.contents .box ul.history {
}
#about.contents .box ul.history li {
	padding: 5px 0 5px 2px;
	border-bottom: 1px solid #288e74;
}
#about.contents .box ul.history li img {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	padding-right: 10px;
}
#about.contents .box ul.history li div {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	width: 587px;
}


#about.contents .box .outline {
	border-bottom: 1px solid #288e74;
}

#about.contents .box .outline dt {
	float: left;
	clear: both;
	width: 222px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0 5px 3px;
	border-top: 1px solid #288e74;
}

#about.contents .box .outline dt:first-child {
	border-top: none;
}

#about.contents .box .outline dd {
	float: left;
	width: 415px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	padding: 5px 0;
	border-top: 1px solid #288e74;
}

#about.contents .box .outline dt:first-child + dd {
	border-top: none;
}


/* 報告書一覧 */
#report.contents .box {
	text-align: left;
	padding: 44px 0 48px;
	border-bottom: solid 1px #d9d9d9;
}

#report.contents .box:nth-last-child(2) {
	padding: 44px 0 6px;
	border-bottom: none;
}

#report.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#report.contents .box dl {
	background:url(images/icon_pdf_b.png) no-repeat left top;
}

#report.contents .box dt {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 12px 54px;
}

#report.contents .box dd {
	font-size: 14px;
	line-height: 1;
	margin-left: 54px;
	padding: 5px;
	padding-left: 22px;
	background:url(images/icon_pdf_s.png) no-repeat left center;
}

#report.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#report.contents .acrobat {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 250px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}


/* 第三者評価受審結果 */
#evaluation.contents .box {
	text-align: left;
	padding: 44px 0 0;
}

#evaluation.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#evaluation.contents .box dl {
	background:url(images/icon_pdf_b.png) no-repeat left center;
}

#evaluation.contents .box dt {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 12px 54px;
}

#evaluation.contents .box dd {
	font-size: 14px;
	line-height: 1;
	margin-left: 54px;
	padding-left: 22px;
	background:url(images/icon_pdf_s.png) no-repeat left center;
}

#evaluation.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#evaluation.contents .acrobat {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 560px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}


/* 求人情報 */
#recruit.contents .box {
	text-align: left;
	padding: 44px 0 48px;
	border-bottom: solid 1px #d9d9d9;
}

#recruit.contents .box:nth-last-child(2) {
	padding: 44px 0 6px;
	border-bottom: none;
}

#recruit.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#recruit.contents .box dl {
	background:url(images/icon_pdf_b.png) no-repeat left center;
}

#recruit.contents .box dt {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 12px 54px;
}

#recruit.contents .box dd {
	font-size: 14px;
	line-height: 1;
	margin-left: 54px;
	padding-left: 22px;
	background:url(images/icon_pdf_s.png) no-repeat left center;
}

#recruit.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#recruit.contents .acrobat {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 250px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}


/* プライバシーポリシー */
#privacy.contents .box {
	text-align: left;
	padding: 44px 0 48px;
}

#privacy.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 15px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#privacy.contents .box .lead {
	font-size: 16px;
	line-height: 1;
	padding-top: 0;
}

#privacy.contents .box dl {
	margin-top: 22px;
	border-bottom: 1px solid #d9d9d9;
}

#privacy.contents .box dt {
	float: left;
	width: 40px;
	font-size: 42px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	padding: 20px 0 10px;
	border-top: 1px solid #d9d9d9;
}

#privacy.contents .box dt:first-child {
	margin-top: 0;
	border-top: none;
}

#privacy.contents .box dd {
	width: 600px;
	font-size: 16px;
	line-height: 24px;
	margin-left: 40px;
	vertical-align: bottom;
	padding: 20px 0 10px;
	border-top: 1px solid #d9d9d9;
}

#privacy.contents .box dt:first-child + dd {
	margin-top: 0;
	border-top: none;
}

#privacy.contents .box dd div {
	display: inline-block;
	min-height: 48px;
	vertical-align: bottom;
}


/* アクセスマップ */
#access.contents .box {
	text-align: left;
	padding: 44px 0 48px;
}

#access.contents .box #idx_map {
	width: 100%;
	height: 340px;
}

#access.contents .box #idx_map {
	width: 100%;
	height: 340px;
}

#access .access {
  text-align: left;
  padding: 16px 0;
}

#access .access .box {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 14px;
  line-height: 160%;
  min-width: 280px;
	padding: 0;
}

#access .access .box:after {
  content: '';
  display: block;
  clear: both;
}

#access .access .box img {
  float: left;
  padding-right: 9px;
  padding-bottom: 20px;
}

#access .access .box span {
  font-size: 14px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}

/* リンク */
#link.contents .box {
    padding: 44px 0 48px;
  	font-size: 14px;
	line-height: 160%;
	text-align: left;
}

#link .box .linkList {
    padding: 25px 0;
    border-bottom: 2px solid #d9d9d9;
}

#link .box .linkList:first-child {
   padding-top: 0;
}

#link .box .linkList:last-child {
   padding-bottom: 0;
    border-bottom: none;
}

#link .box .bnr {
	float: left;
}

#link .box .linkList div {
	float: right;
}

#link .box .linkList p {
	line-height: 100%;
}

#link .box .linkList a {
	color: #000;
	border-bottom: 1px solid #288e74;
}

#link .box .linkList dl {
	width: 400px;
	margin-top: 5px; 
	overflow: hidden;
}

#link .box .linkList dt {
    clear: both;
	float: left;
	width: 60px;
	padding: 5px 10px;
	color: #288e74;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: #c1dfd7;
}

#link .box .linkList dd {
	float: right;
	width: 300px;
	padding: 5px 10px;
	border-bottom: 2px solid #fff;
	background: #ecf5f3;
}

#link .box .linkList dt:last-child,
#link .box .linkList dd:last-child {
    border: none;
}

/* 苦情解決 */
#solution.contents .box {
	text-align: left;
	padding: 44px 0 0;
}

#solution.contents .box > div {
	margin-bottom: 20px;
}

#solution.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 15px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#solution.contents .box h4 {
	font-size:16px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 15px;
}

#solution.contents .box .lead {
	margin-bottom:  30px;
}

#solution.contents .box p {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 15px;
}

#solution.contents .box table {
	width: 100%;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}
#solution.contents .box table thead th {
	padding: 10px 25px;
	text-align: left;
}
#solution.contents .box table th:first-child {
	width: 23%;
	padding-left: 0;
	border-left: none;
}
#solution.contents .box table thead th:last-child,
#solution.contents .box table td:last-child {
	border-right: none;
}
#solution.contents .box table th {
	padding: 10px;
	color: #288e74;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #288e74;
}

#solution.contents .box table td {
	padding: 10px 25px;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	border: 1px solid #288e74;
	background: #f8fcfb;
	white-space: nowrap;
}

#solution.contents .box dl.howto dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
}

#solution.contents .box dl.howto dd {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding-left: 22px;
}

#solution.contents .box dl.howto p {
	font-size: 14px;
}

#solution.contents .box dl.howto ul {
	margin: -10px auto 25px;
	padding: 10px;
	background: #f3f8f7;
}

#solution.contents .box dl.howto ul li {
	font-size: 14px;
	line-height: 2em;
}

#solution.contents .box dl.pdf {
	background:url(images/icon_pdf_b.png) no-repeat left center;
}

#solution.contents .box dl.pdf dt {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 12px 54px;
}

#solution.contents .box dl.pdf dd {
	font-size: 14px;
	line-height: 1;
	margin-left: 54px;
	padding-left: 22px;
	background:url(images/icon_pdf_s.png) no-repeat left center;
}

#solution.contents .box dl.pdf dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#solution.contents .acrobat {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}