@charset "utf-8";

* {
 margin:0;
 padding:0;
}
body {
 font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
 font-size:14px;
 line-height:1.4;
 color:#333333;
 background-color:#fafafa;
 text-align:center;
 -webkit-text-size-adjust: 100%;
}
/* IEハック */
@media all and (-ms-high-contrast:none){
 body{
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
 }
}

h1,h2,h3,h4,h5 {
 font-weight:normal;
 line-height: 1.5;
}
li {
 list-style-type:none;
}
img {
 border:0;
 vertical-align: top;
 -ms-interpolation-mode: bicubic;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

/* common */
.container{
 width:960px;
 margin-right: auto;
 margin-left: auto;
 position:relative;
}

/* HEADER
------------------- */
#header_wrap{
  background:url(../img/header_bg.png) no-repeat top center;
}
#header{ height:147px;}
#header.headerThanks{ height:66px;}
#logo{
 position:absolute;
 left:2px;
 top:6px;
}
#head_tel{
 position:absolute;
 left:254px;
 top:12px;
 font-size:26px;
 font-weight: bold;
 line-height:1;
 padding-left: 46px;
 background:url(../img/icon_tel.png) no-repeat;
}
#head_tel span{
 font-size:12px;
 margin-left:10px;
 vertical-align: middle;
}

/* CONTENT
------------------- */
#contact .container{
 padding:10px 0 40px;
 background-color:#FFFFFF;
 box-shadow: 2px 2px 2px -2px;
}

.confirm_page .input_area{
 padding: 20px 0;
 font-size:14px;
}

#thanks{
 padding: 24px 80px 40px;
 text-align: left;
}
#thanks h2{
 color: #c50017;
 font-size: 30px;
 font-weight: bold;
 margin-bottom: 22px;
}
#thanks h3{
 color: #c50017;
 font-size: 18px;
 font-weight: bold;
 position:relative;
 padding-left:24px;
 margin: 40px 0 6px;
}
#thanks h3:before{
 background-color: #c50017;
 border-radius: 6px;
 content: "";
 display: block;
 width: 12px;
 height: 12px;
 position: absolute;
 top: 6px;
 left:2px;
}
#thanks p{ margin-bottom:18px;}
#thanks .shopHoliday{ margin:30px 0;}
#btn_toTop_area{
 position:relative;
 border-radius: 10px;
 box-shadow: 1px 1px 2px 0;
 border-top:1px solid #ed9fae;
 border-bottom:1px solid #8c0118;
 overflow: hidden;
 cursor:pointer;
 width:250px;
 margin:0 auto;
 height: 48px;
 line-height: 48px;
}
#btn_toTop_area:before, #btn_toTop_area:after{
 content:"";
 display:block;
 height:10px;
 width:10px;
 position:absolute;
 z-index: 10;
 top:18px;
 border-color: #FFFFFF;
 border-style: solid;
 border-width: 0 2px 2px 0;
 transform: rotate(-45deg);
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
}
#btn_toTop_area:before{right:20px;}
#btn_toTop_area:after{right:28px;}
#btn_toTop{
 cursor:pointer;
 width:100%;
 height:100%;
 color: #ffffff;
 font-size: 18px;
 display: block;
 text-decoration:none;
 border:none;
 background-color:#cd0326;
 background: -moz-linear-gradient(top, #e13455, #b8021f);
 background: -webkit-gradient(linear, left top, left bottom, from(#e13455), to(#b8021f));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFe13455', endColorstr='#FFb8021f');
 position:relative;
 z-index:1;
}
#btn_toTop_area:hover #btn_toTop{
 background-color:#f6002e;
 background: -moz-linear-gradient(top, #f8083c, #eb0027);
 background: -webkit-gradient(linear, left top, left bottom, from(#f8083c), to(#eb0027));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFf8083c', endColorstr='#FFeb0027');
}


/* FOOTER
------------------- */
#footer{
 margin-top:60px;
 padding:10px 0;
 background-color:#333333;
 color:#FFFFFF;
 font-size:10px;
}


/* FORM
------------------- */
.contact_table{
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 0;
 width:840px;
 margin: 0 auto;
}
.itemHead{
 box-sizing: border-box;
 display: inline-block;
 font-weight: bold;
 padding: 20px 24px 0 0;
 text-align: left;
 font-size:14px;
 vertical-align: top;
 width: 240px;
 border-top: 1px solid #cccccc;
}
.itemHead.first{ border-top:0;}
.itemHead span{
 color: #ffffff;
 display: inline-block;
 font-size: 10px;
 padding: 2px 8px;
 vertical-align: text-top;
 float:right;
 border-radius: 4px;
}
.itemHead .itemHead_note{
 color:#333333;
 float: none;
 font-size: 12px;
 font-weight: normal;
 padding: 0;
}
.icon_required{ background:#a31021;}
.icon_optional{ background:#006e89;}
.input_area{
 box-sizing: border-box;
 display: inline-block;
 padding: 10px 0;
 font-size:12px;
 text-align: left;
 width: 600px;
 clear:both;
 border-top: 1px solid #cccccc;
}
.input_area.first{ border-top:0;}
.input_area label{
 font-size:14px;
 font-weight:bold;
}
.input_note{ margin: 0 0 8px 22px;}
.input_note span{
 color:#a31021;
 font-weight:bold;
}
.ex{
 color: #0e0e0e;
 font-size: 14px;
 margin-left: 10px;
}

.check_mark{
 float: right;
 *float: none;/*IE7*/
 margin-top:2px;
}
.validate_error{
 background: url("../img/error_mark.gif") no-repeat scroll 6px 10px #ff0000;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 height: 28px !important;
 line-height: 28px;
 padding-left: 26px;
 margin-top:8px;
}
.error_msg{
 color: #f00;
 line-height:16px;
}
.err_check_color{
 background-color: #FFDDDD;
}

input[type="radio"]{
 margin-right:10px;
}
input[type="text"]{
 font-size:16px;
 padding:4px 8px;
 width:356px;
}
#age{ width:60px;}
#zip-code{ width:120px;}
textarea{
 border-color: #cccccc !important;
 font-size: 16px;
 height: 22px;
 line-height: 22px;
 padding: 4px 8px;
 width:540px;
}
textarea:focus{
border-color: #DFD77D !important;
}
select{
 font-size:16px;
 padding:4px 8px;
 width:132px;
}
#address{
 width:540px;
}

.btnConfrimArea{
 margin: 60px auto 0;
 width:500px;
 height:70px;
 position:relative;
 border-radius: 10px;
 box-shadow: 1px 1px 2px 0;
 border-top:1px solid #ed9fae;
 border-bottom:1px solid #8c0118;
 overflow: hidden;
 cursor:pointer;
}
.btn_icon{
 background-color: #ffffff;
 border-radius: 23px;
 color: #a31021;
 font-size: 18px;
 font-weight: bold;
 height: 46px;
 left: 76px;
 line-height: 46px;
 position: absolute;
 text-align: center;
 top: 12px;
 width: 46px;
 box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.8) inset;
 z-index:10;
}
.btnConfrimArea:before, .btnConfrimArea:after{
 content:"";
 display:block;
 height:14px;
 width:14px;
 position:absolute;
 z-index: 10;
 top:28px;
 border-color: #FFFFFF;
 border-style: solid;
 border-width: 0 3px 3px 0;
 transform: rotate(-45deg);
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
}
.btnConfrimArea:before{right:40px;}
.btnConfrimArea:after{right:50px;}
#btn_send{
 cursor:pointer;
 width:100%;
 height:100%;
 color: #ffffff;
 font-size: 27px;
 padding: 0 0 0 44px;
 border:none;
 background-color:#cd0326;
 background: -moz-linear-gradient(top, #e13455, #b8021f);
 background: -webkit-gradient(linear, left top, left bottom, from(#e13455), to(#b8021f));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFe13455', endColorstr='#FFb8021f');
 position:relative;
 z-index:1;
}
.btnConfrimArea:hover #btn_send{
 background-color:#f6002e;
 background: -moz-linear-gradient(top, #f8083c, #eb0027);
 background: -webkit-gradient(linear, left top, left bottom, from(#f8083c), to(#eb0027));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFf8083c', endColorstr='#FFeb0027');
}

/* placeholder */
.placeholder{
 position:relative;
 display: inline-block;
 *display: inline;  
 *zoom: 1;  
}
.placeholder-txt{
 position:absolute;
 top:4px;
 left:10px;
 font-size:16px;
 color:#BBB;
 padding-right:14px;
}
::-webkit-input-placeholder { color: #BBB; }
:-moz-placeholder { color: #BBB; }


.ssl_bnr{
	width:100%;
}

.ssl_bnr table{
	margin:20px auto;
}