﻿/*
	ecs style sheet
*/
.clf, .contents_box, .contents_top .inner, .supportmenu_line, .contents_news_contact {
  zoom: 1;
  overflow: hidden;
}

.btn {
  font-size: 110%;
  line-height: 110%;
  padding: 8px 30px 8px 10px;
  background: #666 url(../Content/images/carousel_arrow-next.gif) right center no-repeat;
  color: #fff !important;
  -ms-filter: "";
  display: inline-block;
  margin-bottom: 5px;
  border: none;
  cursor: pointer;
}


.btnForGray {
  font-size: 110%;
  line-height: 110%;
  padding: 8px 10px 8px 10px; 
  color: #fff !important;
  -ms-filter: "";
  display: inline-block;
  margin-bottom: 5px;
  border: none;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.70;
  text-decoration: none;
}

.btn_red {
  background-color: #CC0000;
  cursor: pointer;
}

.btn_pink {
    background-color: #F5BABA;
    color: #666 !important;
    cursor: pointer;
}

.btn_center {
  text-align: center;
  padding-left: 30px;
}

.link_arrow li {
  background: url(../Content/images/mark_link.png) left 7px no-repeat;
  padding: 3px 0 3px 13px;
  line-height: 1.5 !important;
}

#tertiary #ecs_body {
  color: #333;
  margin-bottom: 50px;
}
#tertiary #ecs_body a {
  color: #E56600;
}
#tertiary #ecs_body .ImportantInfo {
    color: #E56600;
}
#tertiary #ecs_body h1 {
  font-weight: normal;
  background: none;
  padding: 25px 8px 12px;
  font-size: 260%;
}
#tertiary #ecs_body h2 {
  font-weight: normal;
  font-size: 165%;
  margin-bottom: 0;
}
#tertiary #ecs_body h2 span {
  padding-bottom: 2px;
}
#tertiary #ecs_body h3 {
  font-weight: normal;
  font-size: 140%;
}

.contents_box {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.35);
  clear: both;
  margin-bottom: 20px;
  margin: 0 4px 0;
  font-size: 120%;
}

.bg_shadow, .contents_top, .contents_supportmenu {
  background: url(../Content/images/bg_sd_white.png) center bottom repeat-x;
}

.contents_top {
  padding-bottom: 8px;
}
.contents_top .inner {
  background: url(../Content/images/line_dot.png) 620px 5px no-repeat;
}
.contents_top .box_search {
  float: left;
  background: url(../Content/images/bg_search_box.png) left top no-repeat;
  width: 580px;
  padding: 15px 0px 15px 40px;
}
.contents_top .box_search input[type="text"],
.contents_top .box_search input[type="tel"] {
  padding: 4px 7px;
  font-size: 110%;
  width: 402px;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}
.contents_top .box_search select {
  padding: 3px 5px;
  font-size: 110%;
  width: 420px;
  -webkit-appearance: none;
  margin-right: 10px;
  border: solid 1px #ccc;
}
.contents_top .box_search .btn {
  padding-left: 25px;
  width: 120px;
  margin-bottom: 0 !important;
  vertical-align: bottom;
}
.contents_top .box_search h2 {
  padding-right: 50px;
  margin-bottom: 10px !important;
}
.contents_top .box_login {
  float: right;
  background: url(../Content/images/bg_login_box.png) right top no-repeat;
  width: 230px;
  padding: 15px 40px 10px 30px;
}
.contents_top .box_login .link_arrow li {
  padding-top: 0;
  padding-bottom: 0;
  background-position: left 4px;
}
.contents_top h2 {
  text-align: center;
  margin-bottom: 10px !important;
}
.contents_top .login_bt {
  text-align: center;
  margin-bottom: 10px;
}
.contents_top .login_bt .btn {
  width: 100px;
  margin-bottom: 0;
}

.contents_supportmenu {
  padding: 25px 0 25px;
}
.contents_supportmenu h2 {
  border-bottom: solid 1px #ccc;
  margin: 0 40px 30px !important;
}
.contents_supportmenu h2 .inner_title {
  display: inline-block;
  border-bottom: solid 3px #C5E4D6;
  padding-left: 0;
  padding-right: 30px;
}
.contents_supportmenu .bg_supportmenu_hr {
  text-align: center;
}
.contents_supportmenu .close_menu {
  display: none;
}

.supportmenu_line {
  background: url(../Content/images/bg_supportmenu.png) center 10px repeat-y;
  margin: 20px 0;
}
.supportmenu_line h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.supportmenu_line .icon_support {
  text-align: center;
  height: 61px;
  margin: 10px 0;
}
.supportmenu_line .supportmenu_cell {
  padding: 1px 40px 1px;
  width: 228px;
  float: left;
}
.supportmenu_line .supportmenu_cell .icon_login {
  vertical-align: middle;
  margin-left: 2px;
}
.supportmenu_line .bt_open,
.supportmenu_line .bt_close {
  margin-top: 10px;
  margin-left: -1px;
}
.supportmenu_line .bt_open span {
  display: inline-block;
  zoom: 1;
  background: url(../Content/images/icon_open.png) -1px center no-repeat;
  padding: 3px 0 1px 17px;
  line-height: 1;
  cursor: pointer;
}

.supportmenu_line .bt_close span {
  display: inline-block;
  zoom: 1;
  background: url(../Content/images/icon_close.png) -1px center no-repeat;
  padding: 3px 0 1px 17px;
  line-height: 1;
  cursor: pointer;
}

.supportmenu_line .bt_open span:hover,
.supportmenu_line .bt_close span:hover {
  text-decoration: underline;
}

.ex_icon {
  padding: 5px 36px 0;
}
.ex_icon img {
  margin-right: 4px;
}

.contents_news_contact {
  padding: 5px 0 10px;
}
.contents_news_contact h2 {
  border-bottom: solid 1px #ccc;
}
.contents_news_contact h2 span {
  display: inline-block;
  border-bottom: solid 3px #ccc;
  width: 190px;
}
.contents_news_contact h2 span.spline {
  border-bottom-color: #F4C2C2;
}
.contents_news_contact h2 span.newsline {
  border-bottom-color: #B0C8DF;
}
.contents_news_contact h2 .link_arrow {
  font-size: 12px;
  float: right;
  margin-top: 6px;
}

.contents_news {
  float: left;
  width: 538px;
  padding: 30px 40px;
}
.contents_news ul.news_lsit {
  margin: 15px 5px 25px 10px;
}
.contents_news ul.news_lsit li {
  margin-top: 5px;
}
.contents_news .news_date {
  margin: 10px 5px 25px 5px;
}
.contents_news .news_date dt, .contents_news .news_date dd {
  padding-top: 12px;
}
.contents_news .news_date dt {
  float: left;
  clear: left;
}
.contents_news .news_date dd {
  padding-left: 120px;
}

.contents_contact {
  float: right;
  width: 238px;
  padding: 30px 40px 30px 30px;
}
.contents_contact h2 {
  padding-top: 1px;
}
.contents_contact h2 span {
  width: auto;
  line-height: 1.2;
  padding-bottom: 7px !important;
  border-bottom: none;
  background: url(../Content/images/bg_contact.png) left bottom no-repeat;
}
.contents_contact .link_arrow {
  margin-left: 15px;
  margin-bottom: 25px;
}
.contents_contact .contact_bt {
  margin: 15px 20px;
}
.contents_contact .contact_bt .btn {
  display: block;
}

.expandAC {
  padding: 8px 12px !important;
  text-decoration: none;
  color: #C00;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  float: right;
}
.expandAC:hover {
  text-decoration: none;
  color: #FFF;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  background-color: #C00;
}

*:first-child + html .expandAC {
  display: inline;
  zoom: 1;
}

.emergency_box {
  margin-bottom: 15px;
  background-color: #FFF0F0;
}
.emergency_box dl {
  margin: 0;
  padding: 10px 35px;
}
.emergency_box dl dt {
  float: left;
  font-size: 18px;
  padding-top: 1px;
}
.emergency_box dl dd {
  margin-left: 150px;
  border-left: solid 3px #E08585;
  padding: 5px 0 5px 15px;
}


.onProcess, .onProcess input[type="submit"], .onProcess input[type="button"], .onProcess a {
    cursor:progress !important;
}
.processFinish {
    cursor:default;
}
.btnprocessFinish {
    cursor:pointer;
}

.imeDisable {
    ime-mode:disabled;
}

/* ------- for contact information --------------------------------------------------------------- */
#contact_box_title {
  width: 820px;
  margin: 25px auto 0;
  text-align: center;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 47px;
    color: #ffffff;
    height: 47px;
    background-color: #4d9bbe;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#contact_box {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  width: 820px;
  margin: 0 auto 40px;
  background-color: #e4f0f6;
  padding: 18px 21px 23px 21px;
  overflow: hidden;
  box-sizing: border-box;
}
.contact_box_sub_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1;
}
.contact_box_sub_title::before {
  content: "●";
  position: relative;
  display: inline-block;
  bottom: -1px;
  font-size: 22px;
}
.contact_box_sub_title span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.btnholder_contact {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0;
}
#contact_box .btn_blue_contact {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  background-color: #619cb8;
  color: #fff;
  margin-right: 26px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_box .btn_blue_contact:last-child{
  margin-right: 0;
}
#contact_box .btn_blue_contact:hover {
  background-color: #7cabc2;
  text-decoration: none;
}
#contact_box .btn_blue_contact.manual, #contact_box .btn_blue_contact.faq{
  width: 258px;
}
#contact_box .btn_blue_contact.form {
  font-size: 14px;
  width: 234px;
}
#contact_box .btn_blue_contact.manual::before{
  content: url(../Content/images/icon_contact2_manual.png);
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 6px;
}
#contact_box .btn_blue_contact.faq::before{
  content: url(../Content/images/icon_contact2_faq.png);
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 6px;
}
#contact_box .btn_blue_contact.form::before{
  content: url(../Content/images/icon_contact2_form.png);
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 5px;
}

#contact_box .tel_number_holder {
  position: relative;
  display: inline-block;
  font-size: 0;
  font-weight: normal;
  height: 50px;
  background-color: transparent;
  color: #333;
  border: 1px solid #b2cad6;
  margin-right: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 234px;
  top: -2px;
  padding-top: 6px;
  text-align: left;
  white-space: nowrap;
}
#contact_box .tel_number_holder::before{
  content: url(../Content/images/icon_contact2_tel.png);
  display: inline-block;
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  vertical-align: middle;
  top: -3px;
}
#contact_box .tel_number_holder p{
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
#contact_box .tel_number_holder p span.tel {
  font-size: 12px;
  line-height: 15px;
  vertical-align: middle;
  color: #619cb8;
  font-weight: bold;
}
#contact_box .tel_number_holder p span.tel .number {
  font-size: 15px;
  height: 15px;
  vertical-align: middle;
}
#contact_box .tel_number_holder p span.tel_notice {
  display: inline-block;
  color: #000;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: left center;
  white-space: nowrap;
  margin-top: -2px;
  line-height: 13px;
  font-weight: normal;
}


.contents_inner .btn_wide280_ecs{
  width: 280px;
}

.contents_inner .btn_gray_ecs{
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 75px;
  cursor: pointer;
  padding: 0 30px;
  height: 75px;
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
  border-bottom: 4px solid #555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contents_inner a.btn_gray_ecs{
  display: inline-block;
}

.contents_inner .btn_gray_ecs:hover{
  background-color: #555;
  border: 1px solid #555;
  border-bottom: 4px solid #333;
}

.contents_inner a.btn_gray_ecs:hover{
  color: #fff;
  text-decoration: none;
}

.contents_inner .btn_red_ecs.inactive{
  cursor: default;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-bottom: 4px solid #aeaeae;
}

.contents_inner .btn_red_ecs{
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 75px;
  cursor: pointer;
  padding: 0 30px;
  height: 75px;
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
  border-bottom: 4px solid #aa0000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contents_inner a.btn_red_ecs{
  display: inline-block;
}

.contents_inner .btn_red_ecs:hover{
  background-color: #aa0000;
  border: 1px solid #aa0000;
  border-bottom: 4px solid #880000;
}

.contents_inner a.btn_red_ecs:hover{
  color: #fff;
  text-decoration: none;
}

.contents_inner .form_bottm_box{
  border: none;
  text-align: center;
}

.contents_inner .btnholder{
  text-align: center;
  padding: 40px 0;
}

.contents_inner .btnholder a, .contents_inner .btnholder input{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}