@charset "utf-8";
/*
 * @last-update: 2012-01-08 KC, 2013-03-01 KC
 *
**/
@charset "utf-8";

#formBtns {
	text-align:center;
	border-top:2px solid #ffc666;
	/* border-top:3px solid #FFC666; padding:10px; */
	background: #FFFAF4;
	padding: 10px;
}
.placeholder { color: #aaa; }

/**
 *   form elements
 */
button, .button {
	width:130px; height:30px; line-height:30px;
	padding:0; margin:10px 0;

	text-align: center; vertical-align:middle; cursor:pointer;
	text-decoration:none; color:#fff; font-weight:bold;

	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ddd 0px 2px 3px;
	-moz-box-shadow: #ddd 0px 2px 3px;
	box-shadow: #ddd 0px 2px 3px;
	-pie-box-shadow: #ddd 0px 2px 3px;

	background: #ffa84c; /* old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* webkit */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* firefox */
	-pie-background: linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* ie */
	behavior: url(/PIE.htc);
	
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-pie-text-shadow: 0 1px 1px rgba(0,0,0,.3);

    position: relative;
	behavior: url(/PIE.htc);
}
button:active, .button:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb266), color-stop(100%,#ff7b0d)); /* webkit */
	background: -moz-linear-gradient(top, #ffb266 0%, #ff7b0d 100%); /* firefox */
	-pie-background: linear-gradient(top, #ffb266 0%, #ff7b0d 100%); /* ie */
    position: relative;
	behavior: url(/PIE.htc);
}
button:hover, .button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc187), color-stop(100%,#ff7b0d)); /* webkit */
	background: -moz-linear-gradient(top, #ffc187 0%, #ff7b0d 100%); /* firefox */
	-pie-background: linear-gradient(top, #ffc187 0%, #ff7b0d 100%); /* ie */
    position: relative;
	behavior: url(/PIE.htc);
}

.button.promoted, .button.big,
button.promoted, button.big {
	width:160px; height:50px; line-height:50px;
	padding:0; border:0; margin:0;
	color:white;
	font-weight:bold;
}
button.promoted:active, button.big:active { }

/*
.promoted, .big {
	width:160px; height:50px; line-height:50px; padding:0; border:0; margin:0;
}
*/

/* 
	Guidance
*/
.form-guidance {
	/*width:720px;*/ height:auto; padding:10px; margin-bottom:15px;
	background:url(img-aom/bg-guidance.gif) 0 0 no-repeat;
	min-height:70px; _height:70px;

	border: 1px solid #aaa;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: #ddd 0px 2px 3px; -webkit-box-shadow: #ddd 0px 2px 3px; -moz-box-shadow: #ddd 0px 2px 3px;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfdfd), color-stop(100%,#ebebeb)); /* webkit */
	background: -moz-linear-gradient(top, #fbfdfd 0%, #ebebeb 100%); /* firefox */
	-pie-background: linear-gradient(top, #fbfdfd 0%, #ebebeb 100%); /* ie */

	behavior: url(/PIE.htc);
}
.form-guidance .contact-form-guidance-title { padding:5px 5px 5px 10px; color:#C60; font-weight:bold; }
.form-guidance .contact-form-guidance-title-sub { color:#C60; font-weight:bold; }

.form-guidance p { width:auto; padding:0px 10px; line-height:1.8em; text-indent:0!important; }
.form-guidance .important {
	padding:10px;
	border-left:1px solid #999; border-right:1px solid #999;
}
.form-guidance .important {
	padding:5px;
	border:none;
	background:url(img-aom/icon-important.gif) 5px 5px no-repeat;
	padding-left:60px;
}
.form-guidance .important p a {
	margin-left:10px;
	font-size:12px; font-weight:bold; color:#D32327;
	text-decoration:none;
}


.ShowResultPhase .form-guidance {
	background:url(img-aom/bg-guidance-result.gif) 0 0 no-repeat;
}
.error .contact-form-field-title {
	color:#f00 !important; /* override */
}


span.attention {
	padding:0 2px 3px 2px; margin:0 3px;
	background:url(img-aom/wavy-line.gif) 0 bottom repeat-x;
}
span.checkmarkhere img,
span.checkmarkhere img.valign {
	vertical-align:text-bottom;
	line-height:1.5em;
}
span.note {
	padding:0 2px;
	font-weight:bold;
	vertical-align:top;
	color:red;
}

/* 
	[ index ]
*/
.contact-form-field-title {
	height:28px; line-height:28px;
	border-bottom:3px solid #FFC666;
	text-indent:30px; font-weight:bold;
}
.contact-form-field-title-sub {
	padding:5px 5px;
	text-align:left; font-weight:bold;
	border-bottom:2px solid #f90;
}

/**
 *    table fieldset
 *
 */

table.fieldset { border:0; border-collapse:collapse; margin:15px; /*width:720px; */ }
table.fieldset th, table.fieldset td { padding:5px 5px; white-space: nowrap; }
table.fieldset th{ width:120px; text-align:right; font-weight:normal; }
table.fieldset td{ /*width:490px;*/ }
table.fieldset td img { vertical-align:top; }
table.fieldset tbody td ul { padding:5px 0px; background:#eee; }
table.fieldset tbody td ul li { padding:2px 0px; }
table.fieldset .must{ width:40px; white-space:nowrap; font-size:14px; font-weight:bold; color:#900; }

table.fieldset .input{ width:490px; }
table.fieldset em { font-style:normal; font-weight:bold; }

#_name, #_kana { width:250px; }
#_tel, #_tel2, #_fax { width:250px; ime-mode:disabled; }
#_mail, #_mail2 { width:350px; ime-mode:disabled; font-weight:bold; }
#_comment { width:450px; }

.unitsample { padding:2px 7px; line-height:1.5em; }

.nonchoosable{ color:gray; padding-left:10px; font-style:italic !important; }
.example { color:#bbb; font-weight:bold; font-style:italic; padding:3px 2px; }
.disabled { color:#bbb; background:#ebebe4; }



.ConfirmInfoPhase table.fieldset ul {
	margin-top:-18px;
}
.ConfirmInfoPhase table.fieldset h6 {
	line-height:1.5em;
	width:50px; height:18px;
}
.ConfirmInfoPhase table.fieldset ul li {
	margin-left:50px;
	line-height:1.5em;
}


#ConfirmInfoDiv tbody td img {
	width:45px; height:45px;
	margin-right:5px;
}



/* 
	MailContents
*/
#PolicyAgreement {
	padding:0 0 0 0px; margin-left:0px; width:670px;
	margin-bottom:15px;
	background:url(img-aom/bg-policy-agreement.jpg) -670px 0 repeat-y;
}
#PolicyAgreement .bgend {
	height:10px;
	background:url(img-aom/bg-policy-agreement.jpg) 0 bottom no-repeat;
}
#PolicyAgreement h5{
	height:28px;
	padding:5px 7px !important;
	background:url(img-aom/bg-policy-agreement.jpg) 0 0 no-repeat;
	border:none !important;
}
#PolicyAgreement p {
	padding:5px 20px 10px 20px;
	line-height:1.5em;
	font:"Courier New", Courier, mono,"ＭＳ ゴシック", "Osaka－等幅"!important;
	font-weight:bold;
	font-size:122%;
	color:#C60;
}
#PolicyAgreement p #btnYakkan {
	display:block;
	width:130px; height:30px; line-height:30px;
	margin:10px 20px 5px 250px;
	background:transparent url(img-aom/btnskins-plan.gif) 0 0 no-repeat;
	color:white;
	text-align:center; font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
/*
	ShowResult
*/

/* 
	MailContents
*/
.mail-contents {
	padding:0 0 0 0px; margin-left:75px; margin-bottom:10px; width:590px;
	background:url(img-aom/bg-mailcontents.jpg) -590px 0 repeat-y;
}
.mail-contents .bgend {
	height:10px;
	background:url(img-aom/bg-mailcontents.jpg) 0 bottom no-repeat;
}
p.mail-contents-title {
	display:block; height:50px; width:auto;
	padding:32px 7px 5px 7px!important;
	background:url(img-aom/bg-mailcontents.jpg) 0 0 no-repeat;
	border:none !important;
}
#MailContents p.notice {
	width:470px; height:60px;
	padding:10px 20px 10px 100px;
	background:url(img-aom/bg-mailcontents-notice.jpg) 20px 0 no-repeat;
	text-indent:0; font-weight:bold;
	color:#c60;
}
#MailContents blockquote { font-size:12px; padding:5px 15px; }
