@charset "utf-8";

/*------------------------------------------------------
 フォーム外
------------------------------------------------------*/
h2#title {
	-webkit-border-image: url(../img/title_bg.png) 6 6 6 6 / 6px;
	width: 80%;
	margin: 0 auto;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
}

div.crossheading  {
	background: #E1EAF0;
	height: 25px;
	color: #000;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	border-bottom: #C7D8E2 2px solid;
	padding-top: 5px; 
	padding-left: 15px; 
	margin: 0 auto 5px;
}

/*------------------------------------------------------
 フォーム内
------------------------------------------------------*/
div.formBox {
	width: 90%;
	margin: 0 auto 10px;
	border: #999 5px solid;
}

div.fBoxInner {
	text-align: center;
}

h3.item {
	color: #000;
	font-size: 95%;
	font-weight: bold;	
	text-align: left;
	padding: 5px 25px;
	background: url(../img/wedge.gif) no-repeat 5% 50%;
	border-top: 1px dotted #333;
}

h3.borderless {
	border-top: none;
}

div.fBoxInner input,
div.fBoxInner select {
	margin: 0 auto;
	height: 23px;
	font-size: 17px;
}
div.fBoxInner select {
	height: 30px;
}

div.fBoxInner label {
	font-size: 17px;
	padding: 0 5px;
	display: inline-block;
}

div.fBoxInner input.radio {
	height: 30px;
	line-height: 30px;
	width:30px;
}

div.fBoxInner textarea {
	font-size: 17px;
}

div.fBoxInner p {
	width: 90%;
	margin: 0 auto 5px;
	padding: 5px 0;
	text-align: left;
}

div.fBoxInner p select {
	width: 32%;
}

div.fBoxInner p.fullInput {
	text-align: center;
}

div.fBoxInner p.fullInput input,
div.fBoxInner p.fullInput textarea {
	width: 90%;
}

div.fBoxInner p.fullInputSmall input,
div.fBoxInner p.fullInputSmall textarea {
	width: 25%;
}

div.cWrap {
	width: 220px;
	margin: 0 auto;
}

div.fBoxInner input.formButtonSubmit {
	height: 38px;
	color: #FFF;
	font-weight: bold;
	-webkit-border-image: url(../img/submitbtn.png) 3 9 3 9 / 3px 9px 3px 9px;
}
div.fBoxInner input.formButtonReset {
	height: 30px;
}

span.indispensable {
	color: #C00;
}

div.cWrap {
	width: 220px;
	margin: 0 auto;
}