@charset "utf-8";

/* =======================================

	For Form CSS
	Last Up Date 2010/12/01

========================================== */

/* フォームの初期化 */
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
	font-size: 100%; 
	font-family: Verdana, Helvetica, sans-serif;
}
* html input,* html textarea,* html select {
	font-size: 100%;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {
	font-size: 100%;
}
fieldset {
	border:none;
	width: 100%;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #086EC0;
	display: block;
	padding-bottom: 5px;
	padding-left: 30px;
}


.form td input {
	border: solid #ccc 2px;
	padding: 3px 6px;
}
.form td textarea {
	border: solid #ccc 2px;
	padding: 3px 6px;
}
.form td .err {
	background: #ffcccc;
}
.form td .err input {
	background: #ffcccc;
}
.form td .after.err {
	border-color: #ffcccc;
	background: #fff !important;
}
.form td .after.err input {
	border-color: #ffcccc;
	background: #fff !important;
}
.form td label {
	margin-right: 1em;
}
.form td label input {
	margin-right: .3em;
}
.form table.inner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.form table.inner td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* contact */
.form .formContact {
	width: 96%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	box-shadow: 0px 0px 3px #E0DFE3;
	-moz-box-shadow: 0px 0px 3px #E0DFE3;
	-webkit-box-shadow: 0px 0px 3px #E0DFE3;
	position:relative;
	behavior:url(../../img/css3_pie.htc);
}
.form p.attention {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.form .formContact th {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 35%;
	background-color: #EDEDED;
	font-weight: bold;
}
.form .formContact td {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/* apply */
.form .formApply {
	width: 880px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	box-shadow: 0px 0px 3px #E0DFE3;
	-moz-box-shadow: 0px 0px 3px #E0DFE3;
	-webkit-box-shadow: 0px 0px 3px #E0DFE3;
	position:relative;
	behavior:url(../../img/css3_pie.htc);
}

.form .formApply  th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 35%;
	background-color: #EDEDED;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
.formApply th.title {
	background-color: #EDEDED;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCCDA;
}

.form .formApply  td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
}		


.form #formButton p {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}



/* exValidation */
.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -0.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

.formError .formErrorClose {
	border: solid #252525 2px;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -4px;
	color: #efefef;
	background: #333;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	cursor: pointer;
	box-shadow: 1px -1px 3px #888;
	-moz-box-shadow: 1px -1px 3px #888;
	-webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
}
.formError .formErrorClose:hover {
		background: #666;
}
.fixed .formErrorClose {
		display: none;
}
	
.formError .formErrorContent {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px;
	width: 180px;
	position:relative;
	color: #fff;
	background: #252525;
	font-size: 12px;
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	_z-index:1;
	font-weight: bold;
}
.fixed .formErrorContent {
	margin-top: .5em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #FF9900;
}
.fadeOut {
	opacity: .2;
	filter: alpha(opacity=20);
}
	
.formError .formErrorArrow {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 20px;
    _z-index:0;
}
.fixed .formErrorArrow {
	display: none;
}
.formError .formErrorArrowBottom {
	margin: -6px;
	top: 0;
}
.fixed .formErrorArrowBottom {
	display: none;
}
	
.formError .formErrorArrow div {
	margin: 0 auto;
	display: block;
	height: 1px;
	background: #252525;
	line-height: 0px;
	font-size: 0px;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
}
.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
			
.formError .formErrorArrow .line10 {
	width: 19px;
} 
.formError .formErrorArrow .line9 {
	width: 17px;
} 
.formError .formErrorArrow .line8 {
	width: 15px;
} 
.formError .formErrorArrow .line7 {
	width: 13px;
} 
.formError .formErrorArrow .line6 {
	width: 11px;
} 
.formError .formErrorArrow .line5 {
	width: 9px;
} 
.formError .formErrorArrow .line4 {
	width: 7px;
} 
.formError .formErrorArrow .line3 {
	width: 5px;
} 
.formError .formErrorArrow .line2 {
	width: 3px;
}
.formError .formErrorArrow .line1{
	width: 1px;
}


/* Selectbox Styles
=================================*/
a.sctble_display {
	border: solid #ddd 1px;
}

a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 22px;
		background: #fff url(icon_select.gif) no-repeat right 0;
		line-height: 22px;
}
a.sctble_display:hover span { 
	background-position: right -21px 
}
a.sctble_focus span { 
background-position: right -42px !important 
}

	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
}

div.sctble_mat dl {
}
	
div.sctble_mat a {
	padding-right: .7em;
	color: #1972ea;
	font-weight: bold;
}
	
div.sctble_mat a.selected {
	color: #333;
	text-decoration: none;
	cursor: default;
}  
