

/*************************** header */
.header_base_mb{
  background-color:#fff;
  text-align:center;
  margin:7px auto;
}
.header_base_mb > a > img{
  width:80%;
  max-width:357px;
}
.header_base_mb > span{
  text-align:center;
  font-size:1.2em;
  font-weight:bolder;
}
/*************************** /header */



/*************************** switch_language */
.switch_language {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 106px;
  display:block;
  background-color:rgba(0,0,0,0.7);
  color:#fff;
  text-decoration:none;
  padding:5px 0px 7px 5px;
  box-sizing: border-box;
  z-index: 10;
  font-size:14px;
  font-weight: normal !important;
  text-align:center;
}
.switch_language:link, .switch_language:visited {
  color: #fff !important;
}
.switch_language:hover {
  opacity: 0.9;
  font-weight:bold;
  transition: all  0.3s ease;
}
/*************************** /switch_language */



.time{
  padding:0;
}


.time .column1{
  width:20%;margin-top:10px;font-size:1.4em;font-weight:bolder;float:left;text-align:center;
}

.time .column2{
  width:75%;float:left;
}


.time .column2 img{
  width:107%;
}






a:hover img{
  cursor:pointer;
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
  zoom:1;
}

/* ページの背景色 */
.ui-page {
  background:#fff;
}



/* 長い文字が...と省略されるのを防ぐ */
{
  white-space: normal;
}



#back_step3{
  cursor: pointer;
	width: 217px;
	height: 34px;
}




.announcement{
  font-size:0.9em; text-align:left; padding:15px; background-color:#fff; line-height:1.4; color:#333; text-shadow:none;
  text-decoration:none; color:#006; font-weight: lighter;
  max-width: 700px;
  margin: 0px auto;
}
