@charset "utf-8";

/* --------------------
 @Wellness.
 home pages css.
-------------------- */


/*
 **********div#primary**********[
----------------------------------------------------------- */

#primary {
	font-size: 90%;
	line-height: 1.4;
}

#primary img {
	vertical-align: bottom;
}

#contact {
	margin-bottom: 30px;
}
#contact dl {
	border-top: 1px solid #dfdfdf;
	padding: 20px 0 20px 10px;
}
#contact dl.top {
	border: none;
	margin-top: -20px;
}
#contact dl dt {
	float: left;
	width: 210px;
	font-weight: bold;
}
#contact dl dt em {
	color: #e50012;
	font-size: 85%;
}
#contact dl dt strong {
	color: #969696;
	font-size: 90%;
	font-weight: normal;
}
#contact dl dd {
	float: right;
	width: 430px;
}
#contact dl dd input {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 13px;
	padding: 2px 0 2px 0;
	width: 95%;
}
#contact dl.check dd input {
	width: auto;
}

#contact dl.number dd input {
	margin: 0;
	width: 30%;
}
#contact dl dd textarea {
	padding: 2px 0 2px 0;
	width: 95%;
}
#contact dl dd textarea:focus, #contact dl dd input:focus {
	background: none;
	border: 1px solid #faa1cb;
	-webkit-box-shadow: 0px 0px 2px #f54397; -moz-box-shadow: 0px 0px 2px #f54397; box-shadow: 0px 0px 2px #f54397;
}

#contact dl dd textarea, #contact dl dd input {
	border: 1px solid #bfbfbf;
	background: url("/common/img/contact/bg_contact_form.gif") left top repeat-x #fff;
}
div.grippie {
	background:#EEEEEE url("/common/img/contact/im_grippie.png") no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.txtmode {
	ime-mode: inactive; /* p[h */
}

/* div.document */

#contact div.document p {
	margin: 0 10px;
}
#contact div.document ul.check {
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
	padding: 20px 0 0 10px;
}
#contact div.document ul.check li input {
	vertical-align: middle;
	margin-right: 5px;
}
#contact div.document p.submit {
	text-align: center;
}
div.document p.submit button {
	border: none;
	background: none;
	cursor: pointer;
	margin-left: 10px;
}
div.document p.submit button:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
div.document p.submit button.clear {
	width: 110px;
}
div.document p.submit button.transmission {
	width: 200px;
}
div.document div.submit {
	margin: 20px 0;
}



/* ========== error ========== */

div.check p.error {
	margin: 30px 0;
	border: 1px solid #dfdfdf;
	padding: 10px;
	line-height: 1.7;
	color: #e50012;
}
div.check p.center {
	text-align: center;
}
div.check p.center button {
	border: none;
	background: none;
	cursor: pointer;
}
div.check p.center button:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
div.document p.submit button.correction {
	width: 175px;
}


/* ========== thanks ========== */

div.thanks p {
	margin: 30px 0 0;
	border: 1px solid #dfdfdf;
	padding: 10px;
}
div.thanks p.small {
	font-weight: bold;
	font-size: 90%;
	border: none;
	margin: 20px 0 0;
	padding: 0;
}


/*
 **********div#secondary**********[
----------------------------------------------------------- */


#secondary {
	font-size: 90%;
}

#secondary .serviceMenu {
	padding: 10px 0;
	border: 1px solid #969696 ;
	-webkit-box-shadow: 0px 3px 0px #d9d9d9; -moz-box-shadow: 0px 3px 0px #d9d9d9; box-shadow: 0px 3px 0px #d9d9d9;
}
#secondary .serviceMenu ul {
	width: 235px;
	margin: 0 auto 10px;
	padding-top: 10px;
}
#secondary .serviceMenu ul li {
	background: url("/common/img/share/icon/ic_arrow_link_single.gif") left center no-repeat;
	margin: 1px 0;
}
#secondary .serviceMenu ul li span {
	display: block;
	line-height: 28px;
	padding-left: 10px;
	zoom: 1;
}

#secondary .serviceMenu ul li.on span {
	background: url("/common/img/service/bg_service_secondary.gif") left top repeat-y;
	text-decoration: none;
}



















