@charset "shift_jis";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
@import "../common/0-import.css";

#conts h2 {
	margin: 0 0 12px;
	padding-left: 20px;
	color: #fff;
	line-height: 40px;
	font-size: 17px;
	background:url(/html/user_data/packages/default/img/index/h2_back.jpg) left top no-repeat;
}

#conts p {
	margin: 0 0 25px;
}

#conts p.end {
	margin-bottom: 12px;
}

#conts h3 {
	margin: 0 0 10px 0;
}

#conts span.bold {
	color: #D75006;
}

#conts table {
	width: 100%;
}

#conts th {
	width: 26%;
	padding-left: 10px;
	background: #E9F2D9;
	border: 1px solid #C8C8C8;
	vertical-align: middle;
	color: #524841;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#conts td {
	border: 1px solid #C8C8C8;
	padding: 8px 10px;
	font-size: 11px;
	color: #666;
}

#conts .td01 input {
	width: 50%;
	margin-bottom: 3px;
}

#conts .td02 input {
	width: 80%;
	margin-bottom: 3px;
}

#conts td textarea {
	width: 95%;
	height: 100px;
}

#conts form p {
	text-align: center;
}

#conts p.bold {
	margin: 25px 0 10px 0;
}
	
#conts p.pageTop {
	margin-top: 60px;
}

