@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: 20px 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 .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 #facilities ul{
  margin: 0 -10px;
}
#idx #facilities ul li{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 30%;
  padding: 0 10px;
  text-align: left;
}
#idx #facilities ul li img{
  width: 100%;
  height: auto;
}

#idx #facilities ul li span{
  font-size: 17px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
  padding-top: 14px;
  padding-left: 22px;
  text-indent: -22px;

}
#idx #facilities ul li span:before{
  content: url('images/idx/icon_arrow.png');
  vertical-align: middle;
  padding-right: 5px;
}
#idx #facilities ul li a{
  color: #1a1a1a;
}

#lower #idx_map{
  width: 100%;
  height: 340px;
  overflow: hidden;
}
#lower .access{
  padding: 16px 0;
}
#lower .access .wrap{
  text-align: left;
}
#lower .access .wrap .box{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 14px;
  line-height: 160%;
  min-width: 450px;
}
#lower .access .wrap .box:after{
  content: '';
  display: block;
  clear: both;
}
#lower .access .wrap .box img{
  float: left;
  padding-right: 9px;
}
#lower .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: 0 30px 30px;
  border-top: solid 2px #228f72;
  box-shadow: 0px -1px 0px #60ae9a, 0px -2px 0px #1f856b;
  border-radius: 4px;
  margin: -40px 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: -40px;
}
#lower .submenu ul{
  background-color: #238c71;
  border-radius: 4px;
  border-top: solid 2px #228f72;
  box-shadow: 0px -1px 0px #60ae9a, 0px -2px 0px #1f856b;
}
#lower .submenu ul li{
  position: relative;
  padding: 15px;
  font-size: 16px;
  line-height: 1.4em;
  background-color: #ffffff;
  text-align: left;
  border-bottom: solid 1px #d9d9d9;
}
#lower .submenu ul li:first-child{
  border-radius: 4px 4px 0 0;
}
#lower .submenu ul li:last-child{
  border-radius: 0 0 4px 4px;
}
#lower .submenu ul li a{
  color: #1a1a1a;
  padding-left: 25px;
  width: 100%;
  display: inline-block;
  zoom: 1;
  box-sizing: border-box;
}
#lower .submenu ul li a:before{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 12px;
  content: url('images/submenu/icon_list.png');
  vertical-align: middle;
}
#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;
}

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

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

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

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

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

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

#idx.contents .box .salutation_photo .president {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
	text-align: center;
}

#idx.contents .box .salutation_text2 {
	font-size: 15px;
	line-height: 28px;
  margin-top: 20px;
	margin-bottom: 20px;
  line-height: 1.6em;
  clear: both;
}

#idx.contents .box .salutation_text3 {
	font-size: 16px;
  line-height: 1.6em;
}


#idx.contents .box .history {
}
#idx.contents .box ul.history {
  background: url(images/english/line.png) repeat-y 22px 25px;
}
#idx.contents .box ul.history li {
	padding: 0 0 30px 2px;
}
#idx.contents .box ul.history li:last-child {
  padding-bottom: 0; 
}


#idx.contents .box ul.history li img {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	padding-right: 10px;
}
#idx.contents .box ul.history li.center img {
  vertical-align: middle;
}
#idx.contents .box ul.history li div {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	width: 587px;
}


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

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

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

#idx.contents .box .outline dt:first-child + dd {
	border-top: none;
  padding-top: 0;

}