﻿@charset "utf-8";
/*------------------------- */
/*
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
}
*/
#MailForm {
	margin: 10px;
	width: 670px;
	text-align:center;
}
#MailForm table {
	border-top: 1px solid #ccc;
	line-height: 15px;
	width: 100%;
}
#MailForm th {
	width: 200px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
#MailForm td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;
}
#MailForm .Msg1,
#MailForm .Msg2 {
	text-align: left;
	font-size: 14px;
	padding: 5px;
	margin-bottom:10px;
}
#MailForm .Msg3 {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#MailForm .MsgErr {
	text-align: left;
	font-size: 14px;
	color: #FF0000;
	padding: 5px 5px 5px 20px;
	background-image: url(../images/caution.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*----------------------------------------------*/
#MailForm span.hissu {
	font-size: 10px;
	color: #FF0000;
}
#MailForm span.memo {
	font-size: 10px;
	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 {
	width: 150px;
}
#MailForm .mail {
	width: 300px;
}
#MailForm .comment {
	width: 300px;
	height: 50px;
}
#MailForm .tel,
#MailForm .fax {
	width: 100px;
}
#MailForm .zip {
	width: 75px;
}
#MailForm .address1,
#MailForm .address2 {
	width: 300px;
}
#MailForm .year {
	width: 40px;
}
#MailForm .month {
	width: 20px;
}
#MailForm .day {
	width: 20px;
}
#MailForm dl.addrset dd,
#MailForm dl.addrset {
	margin: 0;
	padding: 0;
}
#MailForm dl.addrset dt {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #666;
}
#MailForm dl.addrset .s1-zip,
#MailForm dl.addrset .s2-zip {
	width: 75px;
}
#MailForm dl.addrset .s1-city {
	width: 150px;
}
#MailForm dl.addrset .s1-address1,
#MailForm dl.addrset .s1-address2,
#MailForm dl.addrset .s2-address {
	width: 300px;
}
/*--------------------------問い合わせメッセージ*/
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%;
	font-size: 12px;
	-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;
}