@charset "utf-8";

/* CSS Document */
#store_nav{
  margin: 20px auto 5px;
  padding-bottom: 10px !important;
}
.contact_select{
    background-color: #b1e2ff;
    border-radius:10px;
    padding: 24px 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact_select h3{
    color: #018ef1;
    font-size: 22px;
    margin: 0 0 15px;
    color          : #018ef1;            /* 文字の色 */
    text-shadow    : 
         2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
         2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
         2px  0px 1px #ffffff,
         0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
         0px -2px 1px #ffffff;        /* 文字の影 */
  }
/* .contact_select h3 b{
	position:relative;
	padding: 0 3px;
}
.contact_select h3 b:after{
	content:'';
	width: 100%;
	height: 8px;
	background: #ffdd00;
	position: absolute;
	left: 0px;
	bottom: -1px;
	z-index:1;
}
.contact_select h3 b span{
	position:relative;
	z-index:2;
	font-size: 22px;
} */

.contact_select ul li{
  display: inline-block;
  width: 100px;
  margin: 0 3px;
  background-color: #FFF;
  border-radius:5px;
}
.contact_select ul li:hover{
  background-color: #0498f3;
}
.contact_select ul li a:hover{
  background-position:0 -79px;
}
.contact_select ul li a{
  width: 100px;
  padding: 79px 0 0 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.contact_select01{background-image: url(/contact/images/contact01.png);}
.contact_select02{background-image: url(/contact/images/contact02.png);}
.contact_select03{background-image: url(/contact/images/contact03.png?20220216);}
.contact_select04{background-image: url(/contact/images/contact04.png);}
.contact_select05{background-image: url(/contact/images/contact05.png?20220216);}
.contact_select06{background-image: url(/contact/images/contact06.png);}
.contact_select07{background-image: url(/contact/images/contact07.png?2019);}

.store_title {
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #018ef1;
    text-align: center;
}

.form_TT {
    background-image: url(/newcar/images/h3.gif), url(/newcar/images/h3.gif);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    text-align: center;
    padding: 10px 0;
    color: #018ef1;
    font-size: 16px;
}

.form_TT2 {
  background-image: url(/newcar/images/h3.gif), url(/newcar/images/h3.gif);
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  text-align: center;
  padding: 10px 0;
  color: #018ef1;
  font-size: 16px;
}
/*
.form_TT2 h4 {
    vertical-align: middle;
    margin: 0 11px 0 4px;
    padding: 0px 30px 0 7px;
    border-top: dashed 1px #e6eef2;
    border-bottom: dashed 1px #e6eef2;
    line-height: 31px;
} */
/*
.form_TT2:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 24px 18px 22px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
} */

.h3TT {
    background-image: url(/newcar/images/h3.gif), url(/newcar/images/h3.gif);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    text-align: center;
    padding: 10px 0;
    color: #018ef1;
    font-size: 16px;
}

textarea {
    font-size: 12px;
    width: 80%;
    padding: 5px;
}

.contact_disp {
    border: solid #e1e1e1;
    border-width: 1px;
    padding: 1px 1px 2px;
    margin: 5px 0 15px;
}

table.contact_edit_table {
    width: 100%;
}

table.contact_edit_table {
    width: 100%;
}

.contact_edit_table th {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #e5e5e5;
    padding: 3px 5px 3px 10px;
    width: 160px;
    position: relative;
    line-height: 21px;
    vertical-align: central;
}

.contact_edit_table td {
    border: solid #e1e1e1;
    border-width: 0 0 1px;
    border-collapse: collapse;
    padding: 5px 5px;
    position: relative;
}

.contact_edit_table tr:last-child td, .contact_edit_table tr:last-child th {
    border-bottom: none;
}

.button_block {
    margin: 7px 0 18px;
    text-align: center;
}


/* Common */

.edit_errors {
    border: 5px solid #EEE;
    background-color: #FFF;
    padding: 10px;
    color: #007fff;
    font-weight: bold;
    line-height: 1.7em;
    font-size: 14px;
    margin: 10px 0 10px;
}

.edit_required {
  float: right;
  margin: 0px 0px 0 0px;
  background-color: #fc5c8b;
  color: #FFF;
  padding: 0px 3px;
  font-weight: normal;
  font-size: 11px;
}

.input_txt_type {
    float: right;
    font-weight: normal;
    color: #666666;
    margin: 0px 5px 0 0px;
}

.input_txt_type2 {
    float: right;
    line-height: 1em;
    font-weight: normal;
    color: #666666;
    margin: 0px 5px 0 0px;
}

.w90P {
    width: 90%
}
.w30{
    width: 30px;
}
.w50{
    width: 50px;
}
.w60 {
    width: 60px;
}
.w70 {
    width: 80px;
}

.w115 {
    width: 115px;
}
.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}
.w500 {
    width: 500px;
}
.ime_a {
    ime-mode: active;
}

.ime_d {
    ime-mode: disabled;
}

.sub_cate {
    display: inline-block;
    width: 110px;
}


/*--- I N P U T ---*/

input[type="text"] {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
}

select {
    padding: 3px 5px 5px !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 5px auto 2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.90, #e6e6e6), color-stop(0.90, #fff), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
    box-shadow: none;
    border: 1px solid #c1c1c1;

}


/*--- I N P U T ---*/

input[type="text"] {
    border: 1px solid rgb(145, 145, 145);
    border-radius: 3px;
    padding: 3px;
    margin: 2px;
}

select {
    padding: 0 3px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0px auto 0px;
    border: 1px solid rgb(145, 145, 145);
    margin: 2px;
}


/*--- ラジオ・チェック ---*/

input[type=radio], input[type=checkbox] {
    display: none;
}

.radio, .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 0px 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
}
.check_sml{
  margin: 0 5px 0px 0 !important;
  padding: 0 0 0 26px !important;

}
.radio:hover, .checkbox:hover {}

.radio:hover:after, .checkbox:hover:after {}

.radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #919191;
    border-radius: 3px;
    content: '';
}

.radio:after {
    border-radius: 15px;
}

.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ff212b;
    content: '';
    opacity: 0;
}

input[type=radio]:checked+.radio:before {
    opacity: 1;
}

.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -8px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #ff212b;
    border-bottom: 3px solid #ff212b;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
    opacity: 1;
}


/* Tangmo [2015/12/18] */


/*--- ボ タ ン ---*/

.address1_Bt {
    cursor: pointer;
    width: 170px;
    height: 30px;
    border: none;
    margin: auto;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #018ef1;
    margin: 0 0 0 10px;
    box-shadow: 0 2px 0 #046bb3;
}

.address1_Bt:hover, #send_Bt1:hover {
    background-color: #007fff;
}

#send_Bt1 {
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    display: block;
    width: 247px;
    height: 55px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #018ef1;
    margin: 0 auto 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 2px 0 #046bb3;
}

#clear_Bt1 {
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    display: block;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #d4d4d4;
    width: 210px;
    height: 55px;
    margin: 0 auto 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    box-shadow: 0 2px 0 #a8a7a7;
}

#clear_Bt1:hover {
    background-color: #bebebe;
}

.button_block {
    width: 480px;
    margin: auto;
}


/* Tangmo [2015/10/14] */

textarea {
    border: 1px solid #919191;
    padding: 3px;
    color: #333333;
    border-radius: 5px 5px 5px 5px;
}
.ui-datepicker select{
	padding: 3px 0 !important;

}

/* Loading */

.now_loading {
    background-image: url(/admin/images/common/now_loading.gif);
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}
