@charset 'UTF-8';
/*---------------------------------------------------------------------------------
index
-----------------------------------------------------------------------------------
font size
150% = 24px
138% = 22px
125% = 20px
113% = 18px
100%  = 16px
88%  = 14px
75%  = 12px
63%  = 10px
---------------------------------------------------------------------------------*/

/*
reset
---------------------------------------------------------------------------------*/
html, body,
a, address,
dd, div, dl, dt,
em,
form,
h1, h2, h3, h4, h5, h6,
iframe, img,
label, li,
ol,
p,
span, strong,
table, td, th, tr,
ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

html,
body {
  height: 100%;
}

html {
	overflow-y: scroll;
}

body {
  background: #e4e4e3;
	font-family: 'メイリオ', Meiryo, verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
  line-height: 1.5;
}

#all a:hover {
  color: #f90;
}

/*
全体
---------------------------------------------------------------------------------*/
#all {
  background: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
  min-height: 100%;
  width: 970px;
}

* html #all {
	height: 100%;
}

/*
seoテキスト
---------------------------------------------------------------------------------*/
#header {
  background: #333;
}

#header h1 {
  background: #666;
  color: #fff;
  font-size: 75%;
  padding: 2px 5px;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header .mobile {
  font-size: 63%;
  padding: 2px 5px;
  text-align: right;
}

/*
入口
---------------------------------------------------------------------------------*/
#entrance {
  background: url(/common/images/index/bgMain.jpg);
  border-bottom: 5px solid #e86c1a;
  overflow: hidden;
}

#entrance div {
  background: url(/common/images/index/bgIllust.png) no-repeat left bottom;
  float: left;
  height: 430px;
  text-align: center;
  width: 670px;
}

#entrance h2 {
  margin: 40px auto;
  width: 400px;
}

#entrance div img {
  margin: 0 20px 26px 200px;
}

#entrance h2 img {
  margin: 0;
}

#entrance p {
  color: #fff;
  font-size: 75%;
  line-height: 1.8;
  margin: 0 20px 30px 260px;
  text-align: left;
}

#entrance ul {
  float: right;
  margin: 30px 30px 20px;
}

#entrance img,
#entrance li {
  display: block;
}

#entrance li {
  margin: 0 0 10px;
  padding: 0;
}

/*
注意書き
---------------------------------------------------------------------------------*/
#attention {
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 20px 30px;
}

#attention p {
  color: #666;
  float: left;
  font-size: 75%;
  margin-top: 5px;
  width: 780px;
}

#attention a {
  float: right;
}

/*
メンビガについて
---------------------------------------------------------------------------------*/
#info {
  background: #fff;
  overflow: hidden;
  padding: 20px 30px;
}

#handle {
  float: left;
  width: 640px;
}

#handle h3 {
  padding-bottom: 15px;
}

#handle dl {
  border-bottom: 1px solid #ccc;
}

#handle dt {
  border-top: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
  text-decoration: underline;
}

#handle .open {
  background: url(/common/images/index/iconOpen.png) no-repeat 5px 14px;
}

#handle .close {
  background: url(/common/images/index/iconClose.png) no-repeat 5px center;
}

#handle dd {
  border-top: 1px dotted #ccc;
  display: none;
  font-size: 75%;
  line-height: 1.6;
  padding: 5px;
  word-break: break-all;
}

#handle strong {
  font-weight: bold;
}

#handle a {
  color: #0084ff;
}


/*
森田追記20150629
---------------------------------------------------------------------------------*/

#handle2 {
  float: left;
  width: 640px;
}

#handle2 h3 {
  padding-bottom: 15px;
}

#handle2 dl {
  border-bottom: 1px solid #ccc;
}

#handle2 dt {
  border-top: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
  text-decoration: underline;
}

#handle2 .open {
  background: url(/common/images/index/iconOpen.png) no-repeat 5px 14px;
}

#handle2 .close {
  background: url(/common/images/index/iconClose.png) no-repeat 5px center;
}

#handle2 dd {
  border-top: 1px dotted #ccc;
  font-size: 75%;
  line-height: 1.6;
  padding: 5px;
  word-break: break-all;
}

#handle2 strong {
  font-weight: bold;
}

#handle2 a {
  color: #0084ff;
}



#info .mobile {
  float: right;
  text-align: center;
}

/*
フッター
---------------------------------------------------------------------------------*/
#footer {
  background: #000;
  color: #999;
  font-size: 75%;
  padding: 20px 30px;
}

#footer a {
  color: #999;
  text-decoration: none;
}

/*
エラーページ用
---------------------------------------------------------------------------------*/
body.error h2 {
  background: #000;
  padding: 20px;
  text-align: center;
}
body.error #wrapper {
  background: #fff;
  padding: 20px;
}

div.error {
  border: 1px solid #c00;
  padding: 30px;
}

div.error h3 {
  color: #c00;
  font-size: 138%;
  font-weight: bold;
}

div.error p {
  color: #c00;
  margin: 30px 0;
}

#redirect {
  background: #eee;
  font-size: 88%;
  line-height: 1.5;
  padding:  20px 30px;
  text-align: center;
}

#redirect a {
  color: #0084ff;
}