@charset "utf-8";

/*********************************************************************
 * Common Parts
 *********************************************************************/
/* ■ Attribute -----------------------------------------------------*/
.calendar_img {
	width:auto;
	height:auto;
	top:10px;
}
/* ■ Form ----------------------------------------------------------*/
.checkArea {
	line-height:40px;
}
.input, .inputRadio {
	margin-left:0;
}
label {
	float:none;
	text-align:left;
	position:static;
	top:0;
	font-weight:bold;
	width:auto;
}
.input label {
	position:relative;
	top:-4px;
}

/** input **/
input[type=text],input[type=password],input[type=file],input[type=time],input[type=date],input[type=number],select {
	height:40px;
	font-size:14px;
	margin-bottom:3px;
}
select {height:40px;font-size:14px;	background-color:#ffffff;}
input[type=text].tel {width:120px;}
input[type=text].zipno {width:80px;}
input[type=text].sp_full,input[type=file].sp_full {width:95%!important;}

/** input(radio,checkbox) **/
input[type=radio],input[type=checkbox] {
	width:20px;
	height:20px;
	float:none;
	margin-right:4px;
}
.checkArea label {
	float:none;
	margin-right:10px;
	font-weight:normal;
	position:static;
}
.checkArea label:after {
	content: "\A";
	white-space: pre;
}

.subbtnPos {margin-left:0!important;}
input[type=submit],input[type=button],input[type=reset],button {padding:12px 10px;}
div.required, span.required {border-bottom:0;}

textarea {
	width:100%;
}

/*********************************************************************
 * Content Parts
 *********************************************************************/

/* contents */
div#contents {
	min-height:300px;
	padding:5px 5px 10px 5px;
}

.input .desc {
	margin-left:0;
	line-height:110%;
}
.input label:before, .normal_label:before {
	content: "■";
}

#navi img {
	width:100%;
	height:100%;
}

#tour {
	padding-left:0;
}

/* ========== 確認 ========== */
.output {
	width:100%;
	padding:0 0 10px 10px;
}

/*********************************************************************
 * Etc Parts
 *********************************************************************/
.sp_auto {width:auto!important;}
