@charset "utf-8";

/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
* {
font-family: inherit;
font-size: 100%;
line-height: 140%;
}

div, p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
 margin: 0;
 padding: 0;
}

h1 {
 text-align: center;
 font-size: 130%;
 line-height: 1.5em;
 color: #0071BC;
 letter-spacing: 5px;
 margin: 1em auto;
}

.strong,
.bold {
 font-weight: bold;
}

.red {
 color: #D4040E;
}

.center {
 text-align: center;
}

.right {
 text-align: right;
}

.center {
 text-align: center;
}


p {
 line-height: 2em;
}

.info{
 font-size: 100%;
 border: 1px solid #ff0900;
 padding: 5px;
 text-align: center;
 color: #FF0900;
 width: 90%;
 margin: 0 auto;
 letter-spacing: 2px;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
 margin: 20px auto;
 width: 95%;
 font-size: 100%;
}

th, td{
 line-height: 1.5em;
 padding: 5px;
 font-weight: unset;
 text-align: left;
 height: 3em;
 vertical-align: top;
 font-size: 100%;
 word-wrap: break-word;
}

th {
 white-space: nowrap;
}

li {
 list-style-type: none;
 padding:0.1em;
}

.txt2{
font-size: 14px;
color: #D4D4D4;
text-align: right;
float: right;
padding: 20px 5px 0 0;
}


/* ▼コンテナ */
/* ----------------------------------------------------- */
div.container2 {
 clear: both;
/* max-width: 680px;
 min-height: 1px;*/
 width: 95%;
 height: 1120px;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 font-size: 20px !important;
 line-height: 1.6em !important;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
 background-color: #FFF; !important;
}

div.container3 {
 clear: both;
 width: 95%;
 height: 600px;
 margin: 0 auto;
 padding: 30px 0 0 0;
 text-align: center;
 line-height: 1.6em !important;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
 background-color: #FFF; !important;
}

div.container2:after{
 content: "";
 display: block;
 clear: both;
 border-bottom: 0 none;
}

div.container3:after {
 content: "";
 display: block;
 clear: both;
 border-bottom: 0 none;
}


/* フォームレイアウト
-----------------------------------------*/
.mod_form{
 margin-bottom:20px;
 width: 100%;
 border:none 1px #FFF;
 background-color: #FFF;
}
.mod_form p.point{
 text-align:right;
}

.mod_form ul{
 height: 100%;
 width: 100%;
 margin: 0 auto 50px;
 border: none;
}
.mod_form li{
 float: inherit;
 line-height: 2.5em;
 list-style-type: none;
 text-align: left;
 padding: 20px 0;
 border-bottom: solid 1px #EEE;
 width: 90%;
 margin: 0 auto;
 font-size: 90%;
}
.mod_form .righttext{
 float: right;
}
.mod_form .lefttext{
 float: left;
}

/* 必須
-----------------------------------------*/
.ex_essential{
 color:#a1ae1c;
 font-weight:normal;
 float: left;
 text-align: left;
 margin: 0.6em 5px 0 0;
}

/* 注釈
-----------------------------------------*/
.ex_comment{
 color:#666;
 text-align: right;
}

/* フォーム内2段組
-----------------------------------------*/
.mod_form_listbox{
 width:100%;
}
.mod_form_listbox_left{
 float:left;
 width:50%;
}
.mod_form_listbox_right{
 float:left;
 width:50%;
}

/* 入力パーツ
-----------------------------------------*/
label {
 cursor: pointer;
 font-size: 95%;
}
select#item,
select#address01,
select#maker,
select#color{
 width:250px;
}
select#nengou,
select#year,
select#month,
select#day{
 width:60px;
}
input,textarea{
 border:solid 1px #E8E8E8;
 width:100%;
 height:3em;
 background-color: #f9f9f9;
 padding: 5px;
 -moz-boder-radius: 10px;
 -webkit-border-radius: 10px;
}
input#character_m,
input#character_w,
.mod_form_listbox input{
 border:none;
}


input#name, input#mail, input#color_etc, input#zipcode, input#tel input#address,{
 width:100%;
 height:3em;
 background-color: #f9f9f9;
 padding: 5px;
}

textarea{
 width:350px;
}


/* フォーカス・チェック
-----------------------------------------*/
input:focus, textarea:focus{
 background-color:#E7FAFF;
}
input:checked + label{
 background-color:#FFFFCC;
 font-weight:bold;
}

/* 送信ボタンとエラー表示
-----------------------------------------*/
#submit_button{
 border-radius: 5px;
 width: 45%;
 text-align: center;
}

.submit_box {
margin: 0 auto;
text-decoration: none;
width: 90%;
text-align: center;
}

.submit_btn{
 margin: 0 auto;
 padding: 0;
 -webkit-border-radius: 0px;
 width: 90%;
 height: 90%;
 background-color: #FFF;
 border: none;
}

.submit_btn:hover{
 cursor: pointer;
 opacity: 0.9;
}

.btn_box{
 margin: 10px auto;
 text-decoration: none;
 width: 100%;
 text-align: center;
}
.mod_form_btn {
 border: 1px solid #15aeec;
 background-color: #49c0f0;
 background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
 background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
 border-radius: 4px;
 color: #fff;
 -webkit-transition: none;
 transition: none;
 text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.button {
 display: inline-block;
 width: 400px;
 height: 54px;
 font-size: 18px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 text-align: center;
 text-decoration: none;
 line-height: 54px;
 outline: none;
}


.mod_form_btn:hover {
 text-decoration: none;
 border:1px solid #1090c3;
 background-color: #1ab0ec;
 background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.mod_form_btn:active {
 background: #1a92c2;
 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
 color: #1679a1;
 text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
/*.mod_form_btn{
  margin:20px 0 0 0;
   text-align:center;
}

.mod_form_btn input#back,
.mod_form_btn input#submit{
 width:150px;
 padding:5px;
}
 */

/* clearfix：float解除＆親要素に高さを算出させる
-----------------------------------------*/
.ex_clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}
.ex_clearfix {
 min-height: 1px;
}
* html .ex_clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* pp */
.pp {
    margin: 60px 0;
}

.pp a {
    color: #0071BC;
    text-decoration: none;
}
