@charset "shift-jis";


textarea {
	font-size: 91%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "HiraKakuPro-W3", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", sans-serif;
	padding: 5px;
}
input {
	padding: 5px;
}


/* input
=========================================*/
.lessonFlow {
	margin: 22px 0 0;
	padding: 0 0 30px 0;
	text-align: center;
	background: url(/trial_form/images/trial_form_bg001.gif) no-repeat left top;
}

.lessonFlow .flow {
	margin: 5px 0 18px;
	padding: 0 0 0 31px;
}

.lessonFlow .flow p {
	float: left;
}

.error {
	margin: 30px 0 0;
	background: #ffcbcb;
}

.error p {
	padding: 12px 0 10px;
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}

.error p span {
	display: inline-block;
	min-height: 15px;
	padding: 0 0 0 20px;
	background: url(/trial_form/images/trial_form_ic001.gif) no-repeat left 0.1em;
}

.requiredNotes {
	margin-top: 5px;
	color: #cc0000;
}

.requiredNotes img {
	margin: 0 4px 0 2px;
	vertical-align: bottom;
}

.lead {
	margin: 13px 0 0;
	padding: 7px 0 5px 15px;
	background: #e1dbc3;
	font-weight: bold;
	color: #422b0a;
}

.formTable01 {
	width: 100%;
	margin: 20px 0 30px;
}

.formTable01 th {
	background: #e3e3e3;
	border: 1px solid #cfcfcf;
	line-height: 1.4;
	padding: 20px;
	vertical-align: middle;
}

.formTable01 th.required {
	background: #e3e3e3 url(/trial_form/images/trial_form_ic003.gif) no-repeat 185px center;
}




.formTable01 td {
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	line-height: 1.4;
	padding: 8px 20px;
}

.formTable01 td.error {
	background: #ffcbcb;
	padding: 8px 5px;
}

.formTable01 td .example {
	margin-bottom: 3px;
	font-size: 91%;
	color: #777777;
}
.formTable01 td .info {
	margin-bottom: 3px;
	font-size: 91%;
}
.formTable01 td .info img {
    margin: 0 4px 0 2px;
    vertical-align: bottom;
}

.formTable01 .innerTable td {
	padding: 0;
	border: none;
}

.formTable01 td.failed {
	background: #ffcbcb;
}

.formTable01 td.failed .innerTable td {
	background: #ffcbcb;
}

.formTable01 td.failed .errorMessage {
	margin-bottom: 10px;
}

.formTable01 td.failed .errorMessage p {
	min-height: 15px;
	padding: 0 0 0 20px;
	background: url(/trial_form/images/trial_form_ic001.gif) no-repeat left 0.1em;
	color: #cc0000;
	font-weight: bold;
}

.fixBtn {
	margin-right: 33px;
}

.application {
	margin-left: 32px;
}

.privacyColumn {
	padding: 20px;
	border: solid 1px #cfcfcf;
	line-height: 1.6;
}
.privacyColumn ul li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}



.mb0 {
	margin-bottom: 0 !important;
}
.mt3 {
	margin-top: 3px !important;
}

.w30 {width: 30px;}
.w50 {width: 50px;}
.w100 {width: 100px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w500 {width: 500px;}





/* error
=========================================*/

.errorSitemap {
	overflow: hidden;
	width: 1100px;
	margin: 0 -50px 0 0;
}
.errorSitemap .col {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.errorSitemapColumn {
	clear: both;
	background: #EDEDED;
	margin: 30px 0 0 0;
	padding: 20px;
}
.errorSitemapColumn li {
	float: left;
	width: 210px;
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}











/*  Clearfix
=========================================*/
.lessonFlow .flow:after,
.errorSitemap:after,
.errorSitemapColumn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.lessonFlow .flow,
.errorSitemap,
.errorSitemapColumn {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}
/* IE7 hacks */
*:first-child+html .lessonFlow .flow,
*:first-child+html .errorSitemap,
*:first-child+html .errorSitemapColumn {
	display: inline-table;
}/* end hacks */