body {
  padding:0;
  margin:0;
  font-size:0.9em;
  padding-bottom:20px;
/*  background: url(../img/back.jpg) repeat-y top center;*/
  letter-spacing:1px;
  color:#333333;
}
a {
  color:blue;
}
ul, li {
  padding:0;
  margin:0;
}

#wrapper {
  width:900px;
  display:table;
  margin:0 auto;
}
#index_wrapper {
  width:900px;
  display:table;
  margin:0 auto;
}

#title {
  width:100%;
  height:100px;
  margin-bottom:10px;
}
#title span {
  display:none;
}

#subject {
/*
  text-align:left;
  margin-bottom:5px;
  border-bottom:solid 1px #555;
  border-left:solid 3px #555;
  line-height:1.8em;
  background: url(../img/subject_back.jpg) repeat-x bottom left ;
  clear:both;
*/
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 5px;
  line-height: 2.5em;
  padding-left: 10px;
  background-color: #0E57BE;
  color: #fff;
  clear: both;
}
#cstmInfo {
  clear:both;
  display:table;
  width:100%;
  font-weight:bold;
}

#cstmInfo .showname {
  float:right;
  display:table;
  text-align:right;
}

#subject span {
  font-weight:bold;
  padding-left:5px;
}
#contents {
  clear:both;
  margin-top:5px;
  margin-bottom:5px;
  display:table;
  width:100%;
}

#footer_line {
  width:100%;
  height:1px;
  background-color:#CACACA;
  display:table;
  margin-bottom:5px;
  margin-top:20px;
}
#explain {
  clear:both;
  width:100%;
  height:200px;
  overflow:auto;
}
#explain_list {
/*  background:url(../img/micorohacoro.jpg) no-repeat 95% bottom;*/
/*  min-height:120px;*/
  overflow:auto;
  margin:0 20px;
}
#explain_list li {
/*  padding:0.5em 0;
  list-style:none;*/
  list-style-type: disc;
  padding:0.4em 0;
  margin-left:20px;
/*  background:url(../img/infomation.jpg) no-repeat 0 0.4em;*/
}
#explain_list li.short {
  padding-right:110px;
}
#explain_list li.red_big {
  font-size:1.15em;
  color:#f62;
  font-weight:bold;
/*  background:url(../img/infomation.jpg) no-repeat 0 0.5em;*/
}
#wrapper .required {
  color: white;
  background-color: #CE0000;
  padding:0 5px;
  margin-left:10px;
}
#wrapper .red {
  color:#CE0000;
}
#wrapper .red_b {
  color:#CE0000;
  font-weight:bold;
}
#wrapper .blue_b {
  color:blue;
  font-weight:bold;
}
#wrapper .green_b {
  color:green;
  font-weight:bold;
}
#wrapper .white_b {
  color:black;
  font-weight:bold;
}
#wrapper .orange_b {
  color:#f83;
  font-weight:bold;
}
#explain_subject {
  margin:5px 0;
  padding:5px 10px;
  border:solid 1px #666666;
  border-left:solid 5px #666666;
  color:#CE0000;
}

#help {
  float:right;
  display:block;
  vertical-align:bottom;
  margin-top:5px;
}
#topimage {
  float:left;
  width:900px;
}
#topimage span {
  display:none;
}
#topimage,
#toTop {
  display:block;
  width:457px;
  height:56px;
  background:url(../img/title.gif) no-repeat top left;
}
#micohaco span {
  display:none;
}
#micohaco {
  float:right;
  width:67px;
  height:56px;
  background:url(../img/micorohacoro_s.jpg) no-repeat top left;
}
#modeString {
  float:left;
}
#errorMessageJavascript {
  font-weight:bold;
  color:#CE0000;
  text-align:center;
  border:double 3px #CE00;
  font-size:1.2em;
  padding:10px 0;
  margin-top:10px;
}
#nowMaintenance {
  font-weight:bold;
  color: #CE0000;
  font-size:1.5em;
  border:solid 1px #000;
  display:table;
  width:100%;
  margin:20px 0;
  padding:20px 0;
}

#nowMaintenance img {
  float:left;
  margin-left:20px;
}
#nowMaintenance div {
  float:left;
  margin-left:15px;
}
#confirmList {
  width:600px;
  margin:0 auto;
}

#confirmList table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
#confirmList table tr {
  height:2.1em;
}
#confirmList table tr td,
#confirmList table tr th {
  border:solid 1px #888;
}
#confirmList table tr td {
  padding-left:10px;
}
#confirmList table tr th {
/*
  color:#333;
  background:url(../img/confirm_head.jpg) repeat center left;*/
  background-color:#0E57BE;
  color:#fff;
}
.clear {
  clear:both;
  display:block;
}
#collectErrMsg1,
#collectErrMsg2 {
  font-weight:bold;
  color:#CE0000;
  text-align:center;
}
#collectErrMsg2 {
  line-height:2em;
}
#collectErrMsgArea {
  width:auto;
  border:3px solid #DD5858;
  background-color:#f4f4f4;
  padding:20px 0;
  line-height:2em;
  font-size:1.2em;
  margin:10px 0 ;
}
#footer_text {
  line-height:1.7em;
  color:#333;
/*  background-color:#f1f1f1;*/
  padding:5px 10px 5px 0;
}
#footer_text .footer_title {
  font-weight:bold;
  font-size:1.2em;
  text-align:right;
}
#footer_text .footer_text_cont {
  text-align:right;
}

#footer_text .footer_text_topics {
  font-weight:bold;
}

#footer_text .footer_text_content {
  padding-left:5px;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
input[type="text"] {
  border-radius:4px;
  padding:8px;
  border:1px solid #cdcdcd;
  background:#fff;
}
select {
  border-radius:4px;
  padding:4px;
  border:1px solid #cdcdcd;
  background:#fff;
}
textarea {
  border:1px solid #cdcdcd;
  background:#fff;
}
input[type=submit] {
  border-radius:4px;
  border:1px solid #cdcdcd;
  padding:0 10px;
}
.underline {
  text-decoration: underline;
}
