﻿@charset "utf-8";
#MailForm {
	margin: 10px;
	text-align:center;
}
#MailForm table {
	border-top: 1px solid #ccc;
	line-height: 15px;
	width: 100%;
}
#MailForm th {
	width: 200px;
	font-weight: normal;
	padding: 15px;
	text-align: left;
    vertical-align: top;
}
#MailForm td {
	padding: 15px;
	text-align: left;
}
#MailForm .Msg1,
#MailForm .Msg2 {
	text-align: left;
	font-size: 16px;
	padding: 5px;
	margin-bottom:10px;
}
#MailForm .Msg3 {
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
#MailForm .MsgErr {
	text-align: left;
	font-size: 16px;
	color: #FF0000;
	padding: 5px 5px 5px 20px;
	background-image: url(../images/caution.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*----------------------------------------------*/
#MailForm span.hissu {
	color: #FF0000;
    font-weight: normal;
    font-size: 12px;
}
#MailForm span.memo {
	color: #666666;
}
.pointer {
	cursor: pointer;
}
/*IMEモード*/
.ime-jp {ime-mode:active;}			/*IME 日本語*/
.ime-en-lock{ime-mode:disabled;}	/*IME 英語（切り替え不可）*/
.ime-en{ime-mode:inactive;}			/*IME 英語*/
/*--------------------------------フォーム項目別*/
#MailForm .name {
	max-width: 300px;
}
#MailForm .mail {
	/*width: 300px;*/
}
#MailForm .comment {
	/*width: 300px;*/
	height: 100px;
}
#MailForm .tel,
#MailForm .fax {
	max-width: 300px;
}
#MailForm .zip {
	max-width: 200px;
}
#MailForm .address1,
#MailForm .address2 {
	width: 300px;
}
#MailForm .year {
	width: 60px;
}
#MailForm .month {
	width: 60px;
}
#MailForm .day {
	width: 60px;
}
#MailForm dl.addrset dd,
#MailForm dl.addrset {
	margin: 0;
	padding: 0;
}
#MailForm dl.addrset dt {
	margin: 5px 0 0 0;
	color: #666;
}
#MailForm dl.addrset .s1-zip,
#MailForm dl.addrset .s2-zip {
	max-width: 150px;
}
#MailForm .s1_ken1 select {
    width: auto;
}
#MailForm dl.addrset .s1-city {
	width: 150px;
}
#MailForm dl.addrset .s1-address1,
#MailForm dl.addrset .s1-address2,
#MailForm dl.addrset .s2-address {
	/*width: 300px;*/
}
#MailForm .date1,#MailForm .time1 select,
#MailForm .date2,#MailForm .time2 select {
    max-width: 200px;
}
#MailForm .weight {
    max-width: 100px;
}
/*--------------------------問い合わせメッセージ*/
div#GlayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#333;
	filter:alpha(opacity=75);
	opacity: 0.75;
}
* html div#GlayLayer{
	position:absolute;
}
#MsgLayer{
	display:none;
	width:400px;
	background:white;
	padding:20px;
	position: fixed;
	top:50%;
	left:50%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#MsgLayer img.close{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
* html #MsgLayer{
	position: absolute;
}
/*----------------------*/
#MailForm table {
    border: none !important;
}
#MailForm table :is(thead, tbody, tfoot, th, td) {
    border: none;
}
#MailForm th, #MailForm td {
    border-bottom: 1px dashed #999 !important;
}
#MailForm dt {
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
    #MailForm table th,
    #MailForm table td,
    #MailForm table tr {
        display: block;
    }
    #MailForm th {
        width: 100%;
        font-weight: bold;
        border-bottom: none !important;
    }
}
@media only screen and (max-width: 400px) {

}