@charset "euc-jp";

/* Property Reset CSS¡¡¡ÊYUI¡Ë */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
img {
  vertical-align:bottom;
}

/* ---------- Property Reset CSS end ---------- */



html {height:100%;}

body {
  font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
  text-align:center;
  min-width:auto;
  position:relative;
  height:100%;
  font-size:14px;
  color:#38393C;
  background: #e6f7fb;
}
.body_wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.content_wrap {
  display: table-cell;
  vertical-align: top;
  padding-top: 120px;
}

.error_image {
  max-width: 180px;
  margin: 0 auto;
}
.error_image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.err_txt {
  font-size:131%;
  font-weight:800;
  padding-top:50px;
}

.err_txt02_wrap {
  background-color: rgba(255,255,255,0.8);
  background-color: #fff\9;
  padding:20px 0;
  width:800px;
  margin:30px auto 0;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

.err_txt02_wrap503 {
  background-color: rgba(255,255,255,0.8);
  background-color: #fff\9;
  padding:20px 0;
  width:800px;
  margin:15px auto 30px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

.err_title02 {
  display: block;
  margin-bottom: 5px;
  font-size: 131%;
  font-weight: 800;
}

.err_txt_desc {
  font-size: 116%;
}

.link_err_info {
  font-size: 116%;
}

.link_err_info a {
  font-weight: bold;
  margin: 0 5px;
}

.err_txt02 {
  font-size:131%;
  font-weight:800;
}

.err_txt_wrap {
  font-size:131%;
  font-weight:800;
  padding:30px 0 20px;
}

.err_txt_mail {
  font-size:77%;
  width:600px;
  padding:15px 0;
  margin:15px auto 0;
  background-color:#ffffff;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

a {color:#00a4ba;text-decoration:none;}
a:link,a:visited {color:#00a4ba;}
a:hover,a:active {color:#0093a6;}

.m_info_list_wrap {
  position: relative;
  width: 710px;
  margin: 30px auto 0;
}

.m_info_tit {
  font-weight: bold;
  padding: 6px 100px 0 0;
}

.m_t {
  position: absolute;
  right: 184px;
  top: 0;
}

.m_fb {
  position: absolute;
  right: 140px;
  top: 1px;
}

.p-error {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.p-error__image {
  display: block;
  margin: 0 auto;
}
.p-error__message {
  margin: 40px 0 0;
  font-size: 16px;
  text-align: center;
}
.p-error__message p {
  line-height: 1.6;
  margin: 1em 0;
}
