@charset "UTF-8";
/* ===== for contact.html ==================(Pcode:07)=== */

/* ---- Element ------------------------------- */

FORM {
	margin: 0 1.5% 44px 1.5%;
	padding-top: 5px;
	border-top: solid 1px #808080;
}
DL {	margin-left: 7px; }
DT {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	text-indent: 20px;
	line-height: 16px;
	background-image : url("image/dot_mr04.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	-webkit-background-size: 14px 13px;
		background-size: 14px 13px;
}
DD {
	margin-top: 0.6em;
	margin-bottom: 1.6em;
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (max-width:640px) {
	DL { margin-left: 0; }
}
@media only screen and (min-width:401px) and (max-width:480px) {
	DD { padding-left: 20px; }
}
@media only screen and (max-width:400px) {
	DD { padding-left: 10px; }
}
DD P {
	color: #006666;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 10px;
}
I {
	font-size: 15px;	/* necessary! */
	color: #006666;
	font-style: normal;
	font-weight: normal;
}

/* ---- Form Parts ---------------------------- */

INPUT, BUTTON, TEXTAREA {	/* exclude SELECT,OPTION */
	outline: none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
INPUT[type="text"], TEXTAREA {
	font-family: "ＭＳ ゴシック","MS Gothic",monospace;
	font-size: 14px;
	border: none 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: inset 1px 3px 9px -6px rgba(0,0,0,0.4);
}
/* for IE */
.ie INPUT[type="text"], .ie TEXTAREA {
	box-shadow: 0 0 8px rgba(128,128,128,0.2);
}
INPUT[type="text"] {
	line-height: 1;
	padding: 6px 2px 5px 5px;
	border-color: #A0A0A0;
	border-radius: 3px;
}
TEXTAREA {
	line-height: 18px;
	padding: 6px 2px 2px 5px;
	overflow: auto;
	border-color: #909090;
	border-radius: 4px;
	ime-mode: active;

	scrollbar-face-color: transparent;
	scrollbar-track-color: transparent;
	scrollbar-arrow-color: transparent;
	scrollbar-3dlight-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-darkshadow-color: transparent;
}
INPUT[type="text"]:focus, TEXTAREA:focus {
	border-color: #8080FF;
	box-shadow: 0 0 12px rgba(128,128,255,0.4);
}
INPUT[type="checkbox"]:checked + LABEL,
INPUT[type="radio"]:checked + LABEL {
	color: #E00000;
	font-weight: bold;
}
LABEL {
	margin: 0;
	padding: 0 0 0 9px;
}
SELECT {
	font-family: "メイリオ",Meiryo,sans-serif;	/* does not work in IE8 */
	font-size: 14px;
	margin: 0;
	padding: 2px;
}
INPUT[type="submit"],
INPUT[type="reset"],
BUTTON {
	font-family: "メイリオ",Meiryo,sans-serif;
	line-height: 1;
	padding: 8px 18px 7px 18px;
	padding-top: 9px\9; padding-bottom: 6px\9;	/* ~IE10 */
	background-color: #ECECEC;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), color-stop(0.49, #E8E8E8), color-stop(0.50, #E4E4E4), to(#C0C0C0));
	background: -webkit-linear-gradient(top, #F8F8F8, #E8E8E8 49%, #E4E4E4 50%, #C0C0C0);
	background: linear-gradient(to bottom,   #F8F8F8, #E8E8E8 49%, #E4E4E4 50%, #C0C0C0);
	border: none 0;
	border: solid 1px #808080;
	border-radius: 8px;
	box-shadow: 3px 6px 8px rgba(0,0,0,0.3);
}
INPUT[type="submit"] {
	font-size: 17px;
	height: 17px;
	min-width: 72px;	/* (font-size + letter-spacing) x String Num */
	color: #404040;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
}
INPUT[type="reset"] {
	font-size: 14px;
	height: 14px;
	min-width: 56px;	/* (font-size + letter-spacing) x String Num */
	letter-spacing: 0;
	padding-left: 17px;
	padding-right: 17px;
}
BUTTON {
	font-size: 16px;
	height: 16px;
	min-width: 34px;	/* (font-size + letter-spacing) x String Num */
	letter-spacing: 1px;
	padding-left: 19px;
	padding-right: 19px;
}
INPUT::-moz-focus-inner, BUTTON::-moz-focus-inner { border: none 0;  padding: 0; }

INPUT[type="submit"]:hover,
INPUT[type="reset"]:hover {
	color: #800000;
	background-color: #FFD47C;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE0A0), color-stop(0.49, #FFD888), color-stop(0.50, #FFD47C), to(#FFC040));
	background: -webkit-linear-gradient(top, #FFE0A0, #FFD888 49%, #FFD47C 50%, #FFC040);
	background: linear-gradient(to bottom,   #FFE0A0, #FFD888 49%, #FFD47C 50%, #FFC040);
}
INPUT[type="submit"]:active,
INPUT[type="reset"]:active {
	position: relative;
	top: 1px; left: 1px;
}

/* -- Size of INPUT[type="text"] & TEXTAREA -- */

#in_name1, #in_name2	{ width: 14em; }
#in_mail		{ width: 22em; }
#in_pcode		{ width: 5em; }
#in_addr1, #in_addr2	{ width: 26em; }
#in_tel1, #in_tel2	{ width: 10em; }
TEXTAREA{
	width: 42em;
	height: 108px;
}
@media only screen and (max-width:680px) {
	TEXTAREA { width: 94%; }
}
@media only screen and (max-width:640px) {
	INPUT[type="text"] { font-size: 15px; }
	TEXTAREA {
		font-size: 15px;
		height: 114px;
		line-height: 19px;
	}
}
@media only screen and (max-width:455px) {
	#in_addr1, #in_addr2 { width: 94%; }
}
@media only screen and (max-width:375px) {
	#in_mail { width: 94%; }
}

/* -- IME Controll -- */

.jpn  {	ime-mode: active; }
.ank  {	ime-mode: disabled; }
.ankj {	ime-mode: inactive; }

/* ---- Other --------------------------------- */

#ex-070 {
	text-align: center;
	margin-bottom: 20px;
}
#ex-070 SPAN {
	color: #990000;
	padding-left: 15px;
	padding-right: 10px;
}
@media only screen and (max-width:380px) {
	#ex-070 IMG:first-of-type { display: none; }
	#ex-070 SPAN {
		padding-left: 0;
		padding-right: 0;
	}
}
#ex-071 {	/* DD */
	margin-top: 0.8em;
}
#ex-072 {	 /* UL */
	display: inline-block;
	list-style-type: none;
	margin: 10px 8px 0 0;
	padding: 9px 0 9px 14px;
	background-color: #E8E8E8;
	border: solid 1px #E0E0E0;
	border-radius: 6px;
}
#ex-072 LI {
	display: inline;
	padding-right: 25px;
}
@media only screen and (min-width:601px) {
	#ex-071 { margin-bottom: 2em; }
}
@media only screen and (max-width:600px) {
	#ex-072 {
		margin-right: 0;
		padding: 0;
		background-color: transparent;
		border: none 0;
		border-radius: 0;
	}
	#ex-072 LI {
		display: block;
		margin-bottom: 8px;
		padding: 8px 14px;
		background-color: #E8E8E8;
		border: solid 1px #E0E0E0;
		border-radius: 6px;
	}
	#ex-072 + SPAN {
		display: block;
		margin-left: 34px;
	}
}
#ex-073 {	/* DD */
	margin-bottom: 0.6em;
}
#ex-073 DIV {
	line-height: 1.4;
	margin-bottom: 6px;
}
#ex-073 INPUT {
	margin-bottom: 20px;
}

/* ----- Mail Address ----- */

#ex-074a {
	display: table;
	width: auto;
	margin: 0 auto;
}
#ex-074b {
	display: table-cell;
	width: 406px;
	text-align: center;
	vertical-align: middle;
	padding: 18px 0;
	background-color: #FFE0E0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE8E8), to(#FFD8D8));
	background: -webkit-linear-gradient(top, #FFE8E8, #FFD8D8);
	background: linear-gradient(to bottom,   #FFE8E8, #FFD8D8);
	border-style: solid;
	border-width: 2px;
	border-color: #FFD0D0 #FFC8C8 #FFC0C0 #FFC8C8;
	border-radius: 20px;
	box-shadow: 0px 10px 12px rgba(0,0,0,0.3);
}
#ex-075 {	/* P */
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}
#ex-076 {	/* IMG */
	vertical-align: bottom;
	margin-right: 14px;
}
@media only screen and (max-width:440px) {
	#ex-074b { width: 100%; }
}
@media only screen and (min-width:381px) and (max-width:440px) {
	#ex-074a { width: 94%; }
	#ex-075 { font-size: 17px; }
}
@media only screen and (max-width:380px) {
	#ex-074a { width: 96%; }
	#ex-075 { font-size: 16px; }
	#ex-076 { margin-right: 8px; }
}

/* ----- Error Message ----- */

.disp_no { display: none; }

#backOpc2 {
	position: fixed;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	z-index: 90;
	background-color: #606060;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#errMsg {
	position: fixed;
	top: 0;  left: 0;  right: 0;  bottom: 0;
	width: 280px;
	z-index: 100;
	text-align: center;
	margin: auto;
	padding: 20px 5px 0 0;
	background-color: #FCFCF8;
	border: solid 4px #A00000;
	border-radius: 12px;
	box-shadow: 3px 6px 8px rgba(0,0,0,0.3);
}
/* --- for #errMsg ---  */
.em1-h { height:190px; }
.em2-h { height:215px; }
.em3-h { height:190px; }

#errMsg P {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
#errMsg SPAN { color: #FF0000; }
#errMsg BUTTON { margin-top: 30px; }
