@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: url('images/main_bg.png') repeat center top;
  text-align: center;
/*
  background: url('0.png') no-repeat center top #f7f3f0;
*/
}
img{
}
.wrap{
  width: 960px;
  margin: 0 auto;
}


header{
  background: url('images/english/menu_bg.png') repeat-x center bottom;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

header .info{
  width: 960px;
  height: 96px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
header .info .logo{
  position: absolute;
  top: 18px;
  left: 0;
}
header .info > div{
  padding-bottom: 10px;
}
header .info > div > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding-left: 14px;
}
header .info > div > a{
  padding-top: 0;
}

header .menu{
}
header .menu > div{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
header .menu > div.select{
  background: url('images/header/menu_sel.png') no-repeat center center;
}
header .menu > div:hover{
  background-color: rgba(255, 255, 153, 0.9);
}
header .menu ul{
  position: absolute;
  top: 68px;
  left: -1px;
  z-index: 1;
  width: 100%;
  padding-right: 1px;
  display: none;
}
header .menu ul:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url('images/line_y.png') repeat;
  width: 1px;
  height: 100%;
}
header .menu ul:after{
  content: '';
  position: absolute;
  top: 0;
  right: -0px;
  z-index: 2;
  background: url('images/line_y.png') repeat;
  width: 1px;
  height: 100%;
}
header .menu ul li{
  font-size: 15px;
  line-height: 19px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: relative;
}
header .menu ul li:hover{
  background-color: rgba(255, 255, 153, 0.9);
}
header .menu ul li:before{
  content: url('images/submenu/icon_arrow1.png');
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 4px 6px 0 8px;
}
header .menu ul li:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url('images/line_x.png') repeat;
  width: 100%;
  height: 1px;
}
header .menu ul li a{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color: #111111;
  min-width: 75%;
  padding: 12px 0;
}

header .bard{
  position: absolute;
  top: 76px;
  left: 14%;
}




footer{
  text-align: left;
  background: url('images/footer/visual.png') no-repeat, url('images/footer/bg.png') repeat-x;
  background-position: center bottom 250px;
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  z-index: 0;
}
footer .access{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
footer .access > img{
  float: left;
  zoom: 1;
  vertical-align: top;
  margin-right: 40px;
}
footer .access .address{
  padding: 10px 0;
  font-size: 14px;
  line-height: 140%;
  overflow: hidden;
}
footer .access .box{
  zoom: 1;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 160%;
  margin: 0 0 15px;
  overflow: hidden;
}
footer .access .box img{
	float: left;
	padding-right: 9px;
	padding-bottom: 20px;
}
footer .access .box span{
  font-size: 14px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}
footer #idx_map{
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
}
footer #idx_map *{
  line-height: 160%;
}

footer .info{
  padding-top: 390px;
  width: 960px;
  margin: 0 auto;
}
footer .info > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
footer .info div{
  margin-top: 15px;
}
footer .info div a{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 100%;
  color: #111111;
  margin: 3px 0;
  padding-right: 20px;
}
footer .info div a:before{
  content: url('images/footer/icon_arrow.png');
  padding-right: 6px;
  vertical-align: sub;
}
footer .copy{
  width: 960px;
  margin: 20px auto 60px;
  font-size: 12px;
  line-height: 140%;
}
footer .mole{
  position: absolute;
  bottom: -40px;
  right: 16%;
}


/*
*/



#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;
  background: url('images/idx/visual_bg.png') repeat-x bottom center;
}
#idx .visual div{
  position: absolute;
  top: 0;
  left: 50%;
}
#idx .visual .guidance{
  position: absolute;
  top: 264px;
  left: 214px;
  display: block;
  width: 160px;
  height: 160px;
}
#idx .visual .blog{
  position: absolute;
  top: 548px;
  left: 274px;
  display: block;
  width: 194px;
  height: 140px;
}
#idx .news{
  padding-top: 10px;
}
#idx .news .title{
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#idx .news .title .news_title{
}
#idx .news .title .news_more{
  position: absolute;
  top: 16px;
  right: 0;
}
#idx .news dl{
  width: 960px;
  margin: 10px auto 0;
  background: url('images/idx/news_list_bd.png') repeat-y center center;
  text-align: left;
}
#idx .news dl:before{
  content: url('images/idx/news_list_tp.png');
}
#idx .news dl:after{
  content: url('images/idx/news_list_bt.png');
}
#idx .news dt{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 16px 0 0 20px;
  width: 120px;
  font-size: 14px;
  line-height: 26px;
}
#idx .news dt:first-child{
  padding: 0 0 0 20px;
}
#idx .news dt:first-child + dd{
  padding: 0 0 0 0;
}
#idx .news dt span{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background-color: #dbef00;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  border-radius: 6px;
  margin-right: 26px;
}
#idx .news dd{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 16px 0 0 0;
  width: 600px;
  font-size: 14px;
  line-height: 26px;
}
#idx .news dl div:before{
  content: url('images/idx/news_list_ln.png');
  padding: 16px 20px 0;
  display: block;
}

#idx .cont_1{
  position: relative;
  padding-top: 20px;
  text-align: center;
}
#idx .cont_1t1{
  position: absolute;
  top: 145px;
  left: 50%;
  width: 575px;
  z-index: 3;
  margin: 0 auto;
  margin-left: -290px; 
  font-size: 18px;
  line-height: 165%;
  text-align: center;
  color: #fff;
}

#idx .cont_2{
  position: relative;
}
#idx .cont_3,
#idx .cont_4,
#idx .cont_5,
#idx .cont_6{
  position: relative;
  padding-top: 20px;
}

#idx .cont_2t1,
#idx .cont_2t2,
#idx .cont_2t3{
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  z-index: 3;
  font-size: 24px;
  line-height: 135%;
  text-align: left;
}
#idx .cont_2t1{
  margin: 160px 0 0 -200px;
}
#idx .cont_2t2{
  margin: 290px 0 0 -200px;
}
#idx .cont_2t3{
  margin: 450px 0 0 -200px;
}

#idx .cont_4t1,
#idx .cont_4t2,
#idx .cont_4t3,
#idx .cont_4t4,
#idx .cont_4t5{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  font-size: 24px;
  line-height: 135%;
  text-align: left;
}

#idx .cont_4t1{
  margin: 200px 0 0 -200px;
}
#idx .cont_4t2{
  margin: 265px 0 0 -200px;
}
#idx .cont_4t3{
  margin: 355px 0 0 -200px;
}
#idx .cont_4t4{
  margin: 460px 0 0 -200px;
}
#idx .cont_4t5{
  margin: 530px 0 0 -200px;
}


#idx .cont_5t1,
#idx .cont_5t2,
#idx .cont_5t3,
#idx .cont_6t1,
#idx .cont_6t2,
#idx .cont_6t3,
#idx .cont_6t4,
#idx .cont_6t5,
#idx .cont_6t6{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
}

#idx .cont_5t1{
  margin: 330px 0 0 -290px;
}
#idx .cont_5t2{
  margin: 750px 0 0 -290px;
}
#idx .cont_5t3{
  margin: 1140px 0 0 -290px;
}
#idx .cont_6t1{
  margin: 300px 0 0 -293px;
}
#idx .cont_6t2{
  margin: 695px 0 0 -293px;
}
#idx .cont_6t3{
  margin: 880px 0 0 -293px;
}
#idx .cont_6t4{
  margin: 1235px 0 0 -293px;
}
#idx .cont_6t5{
  margin: 1453px 0 0 -293px;
}
#idx .cont_6t6{
  margin: 1690px 0 0 -293px;
}

#idx .cont_7,
#idx .cont_8{
  position: relative;
  margin-top: 30px
}
#idx .cont_8 .title{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#idx .cont_7 p{
  padding: 140px 0 10px 480px;
}
#idx .cont_7 ul{
  display: block;
  padding: 8px;
  margin: 10px auto 0;
  text-align: left;
  background: url('images/noise.png') repeat center center;
  border-radius: 12px;
}
#idx .cont_7 ul li{
  display: block;
  padding: 0 14px;
  background-color: #ffffff;
  border-bottom: solid 1px #ff9900;
}
#idx .cont_7 ul li:first-child{
  border-radius: 8px 8px 0 0;
}
#idx .cont_7 ul li:last-child{
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}
#idx .cont_7 ul li span:first-child{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 14px 12px 14px 8px;
  width: 160px;
  text-align: left;
  font-weight: bold;
}
#idx .cont_7 ul li span:last-child{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 14px 0px 14px 22px;
  width: 450px;
  text-align: left;
  border-left: solid 1px #ff9900;
}

#idx .cont_8{
  margin-bottom: 50px;
}

#idx .cont_9{
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
}

#idx .cont_9 ol {
  position: absolute;
  top: 70px;
  left: 0;
  overflow: hidden;
}
#idx .cont_9 ol li {
  float: left;
  width: 145px;
  height: 115px;
  padding: 60px 15px 15px;
  font-size: 15px;
  text-align: left;
  line-height: 1.4em;
  }
#idx .cont_9n5 {
  clear: both;
  margin-left: 90px;
}  
#idx ol li.cont_9n7 {
  padding-top: 70px;
  text-align: center;
  color: #FC9923;
  font-size: 18px;
}  
#idx .cont_9 ol li span {
  font-weight: bold;
}
#idx .cont_9 ol li small {
  font-size: 88%;
}
#idx .btn {
  margin-top: 30px;
}  



#submenu{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 212px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
#submenu .blog{
}
#submenu ul{
  border-image: url("images/noise.png") 4 4 4 4 repeat repeat;
  border-style: solid;
  border-width: 3px 0 2px;
}
#submenu ul li{
  font-size: 16px;
  line-height: 176%;
  background-color: #ffffff;
  border-image: url('images/noise.png') 4 repeat;
  border-style: solid;
  border-width: 0 0 1px 0;
  text-align: left;
}
#submenu ul li.idx{
  background-color: transparent;
  border-width: 3px 0 3px 0;
  font-size: 18px;
}
#submenu ul li.select{
  background-color: #e9f803;
}
#submenu ul li a{
  position: relative;
  color: #111111;
  display: inline-block;
  zoom: 1;
  xtext-indent: -12px;
  padding: 8px 0 8px 36px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#submenu ul li.idx a{
  color: #ffffff;
  padding: 8px 0 8px 30px;
}
#submenu ul li.select a{
  color: #111111;
}
#submenu ul li a:before,
#submenu ul li.idx a:before,
#submenu ul li.select a:before{
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
}
#submenu ul li a:before{
  content: url('images/submenu/icon_arrow1.png');
}
#submenu ul li.idx a:before{
  content: url('images/submenu/icon_arrow2.png');
}
#submenu ul li.select a:before{
  content: url('images/submenu/icon_arrow1.png');
}
#submenu .tel_fax{
  padding-top: 20px;
}


.low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}