@charset "utf-8";


/* --------------------------------------------- */

form#mail_form{
  width : 600px;
  margin : 50px auto;
  border-top : 1px solid #cccccc;
  border-right : 1px solid #cccccc;
  border-bottom : 1px solid #cccccc;
  border-left : 1px solid #cccccc;
  border-radius : 7px;
  text-shadow : 0px 1px 0px #ffffff;
}
form#mail_form dl{
  width : 550px;
  padding : 15px 25px;
  overflow : hidden;
}
form#mail_form dl dt{
  clear : both;
  width : 180px;
  float : left;
  text-align : right;
  border-top : 1px solid #cccccc;
	padding : 12px 0 10px;

}
form#mail_form dl dd{
  width : 340px;
  float : left;
  border-top : 1px solid #cccccc;
	padding : 16px 0 10px 30px;

}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
  border : none;
  background : none;
}
form#mail_form dl dt span{
  display : block;
  font-size : 85%;
	color : #3377ff;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #ff3030;
  font-weight : bold;
  margin-right : 1em;
}

form#mail_form dd div.err{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}

form#mail_form input{
  height : 1.6em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
form#mail_form input#name {
  width : 150px;
}
form#mail_form input#read {
  width : 150px;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
  width : 250px;
}
form#mail_form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
  cursor : pointer;
}
form#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
form#mail_form input#postal{
  width : 100px;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
  width : 300px;
  display : block;
  margin-bottom : 7px;
}
form#mail_form input#phone{
  width : 150px;
}



form#mail_form textarea#mail_contents{
  width : 320px;
  height : 100px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form .submit {
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  border-radius : 3px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
  font-weight : bold;
}
form#mail_form .submit:hover{
  color : #106dff;
  background : #e0e0e0;
}

/* --追加カスタム------------------------------------------- */

.head-img {
   width:100%;
}
.ticket-type {
   width:70px;
}
.status-box {
   margin:10px 20px 10px;
   display: table;
}
.status-img, .status-text {
display: table-cell;
vertical-align: middle;
text-align: center;
padding-right: 10px;
}
.status-text {
background: #ffcccc;
padding-left: 10px;
padding-right: 10px;
color: #666666;
height: 26px;
}


.ship { display:none; } 

h1{ display:block; background: #CCEEEE; padding: 10px; text-align: center;}

h2 { border-bottom: #CCCCCC 1px solid; margin-top: 10px; margin-left: 25px; margin-right: 25px;}

.info { margin-top: 10px; padding-left:10px; margin-left: 40px; margin-right: 20px; font-size: 90%; }

a img {
border:1px solid;
}

.annotation { margin-left: 30px; margin-top: -8px; display:block; font-size: 90%;  margin-bottom:10px; }

form#mail_form span#checkcharacter{
  font-size : 150%;
}



.paysel {
   display: block;
   text-align: center;
   margin: 10px 100px 10px;
   border: 5px solid #ffffff;
   padding: 20px;
   background: #eeface;
}

.pay1, .pay2{
   margin-top: 40px;
   text-align: center;
}
.pay1 h1, .pay2 h1 {
   margin-bottom: 40px;
}

.foot {
   margin-top: 40px;
   background: #EEEECC;
   padding: 30px;
}




a:link { color: #4bc0c0; }
a:visited { color: #d1426d; }
a:hover { color: #4bc0c0; }
a:active { color: #4bc0c0; }
/* --JavaScript------------------------------------------- */



