@charset "utf-8";
/* CONTACT ONLY */

/* ----------------------------------------------------------------------
	MAIN
====================================================================== */
/* --FontSize-- */
#form li { font-size: 10px; }

/* --Color-- */
#form .cautionTitle,
#list .store,
#list .address,
#list .data { color: #FFFFFF; }
#form .formBody td.subTitle,
#store dt,
#list .subTitle,
#list .attention dt { color: #000000; }
.gray { color: #B1B1B8; }

/* --TextIndent-- */
.mainBodyWideFull h3 { text-indent: -9999px; }

/* ---- */
#contact { width: 840px; }
#contact .title {
	height: 35px;
	margin: 20px 0px 30px;
	background: url(img/title.gif) top left no-repeat;
	}

#store .boxL,
#store .boxR { display: inline; }
#store .boxL { float: left; }
#store .boxR { float: right; }
#store {
	width: 810px;
	margin: 10px auto 30px;
	background:url(../common/dotline_v.gif) 395px top repeat-y;
	}
#store dl {
	width: 395px;
	padding: 10px 0px;
	}
#store dt,
#list .subTitle  {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(../common/icon_black14.gif) 0px 2px no-repeat;
	}
#store dd {
	padding: 8px 20px 0px 12px;
	}

/* LIST --> */
#list {}
#list .subTitle {
	padding-left: 12px;
	background: url(../common/icon_black14.gif) 2px 2px no-repeat;
	}
#list .listTbl {
	margin: 5px 0px 10px;
	border-top: 1px solid #DADADE;
	border-left: 1px solid #DADADE;
	}
#list .listTbl td {
	padding: 8px 10px;
	border-bottom: 1px solid #DADADE;
	border-right: 1px solid #DADADE;
	}
#list .store,
#list .address,
#list .data { text-align: center; }
#list .store { background-color: #767683; }
#list .address { background-color: #505058; }
#list .data { background-color: #000000; }
#list .tel { background-position: 1px 1px; }
#list .boxGrayBg { padding-bottom: 5px; }
#list .attention { margin-top: 15px; }
#list .attention dt {
	padding-left: 11px;
	font-weight: bold;
	font-size: 12px;
	background: url(../common/icon_black.gif) 0px 2px no-repeat;
	}
#list .attention dd {
	padding: 5px 0px 15px 11px;
	}

/* LIST --> */

/* FORM --> */
#form {}
.text { padding: 10px 15px; }
#form .cautionTitle {
	width: 50px;
	margin-left: 5px;
	padding: 1px 15px;
	text-align: center;
	background-color: #DA1D21;
	font-weight: bold;
	}
#form ul { list-style: none; }
#form li {
	padding: 1px 0px 2px;
	line-height: 130%;
	}
#form .formBody {
	width: 740px;
	margin: 15px auto 25px;
	border: 1px solid #DADADE;
	border-bottom: none;
	}
#form .formBody td {
	padding: 10px 12px;
	border-bottom: 1px solid #DADADE;
	}
#form .formBody td.subTitle { padding: 10px 15px; }
#form .f10 { margin-left: 8px; }
#form input { padding: 2px 3px; }
#form .store input,
#form  .store label {
	display: block;
	float: left;
	}
#form .store  label {
	padding: 0px 20px 5px 3px;
	clear: none;
	}
#form .dotline {
	margin-bottom:15px;
	padding: 5px 3px 10px;
	}
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
/* FORM --> */



