@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   style
   ========================================================================== */

b, strong {
	font-weight: bold;
}

.red {
	color: #f00;
}

.alignright {
	text-align: right;
}

.bold {
	font-weight: bold;
}

hr.line1 {
	background: url(../images/common/h2_border.png) repeat-x 0 0;
	height: 2px;
	border: none;
	margin: 0;
}



#main h2 {
	height: 24px;
	margin: 25px 0 8px 0;
}

.main_inner {
	overflow: hidden;
	margin-top: 30px;
}

#main .main_inner h3 {
	/*height: 18px;*/
	margin-bottom: 30px;
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th {
	font-weight: bold;
	text-align: center;
}

select,
input[type="text"] {
	padding: 3px;
}

textarea {
	padding: 4px;
}

button {
	border: none;
}

/* ==========================================================================
   ページ内メールフォームスタイル
   ========================================================================== */

.moushikomi {
	width: 640px;
	margin: 0 auto;
}

.moushikomi table {
	width: 640px;
	margin-bottom: 30px;
}

.moushikomi table th {
	width: 170px;
	padding: 10px 0 10px 15px;
	border: #dcdcdc 1px solid;
	background: #f3f3f3;
	vertical-align: top;
	text-align: left;
}

.moushikomi table td {
	padding: 10px 0 10px 20px;
	border: #dcdcdc 1px solid;
	background: #ffffff;
}

#text p {
	letter-spacing: 0;
}

.moushikomi .submit_btn p {
	margin-bottom: 40px;
	letter-spacing: 0;
	font-size: 13px;
}

.btn_area {
	width: 270px;
	overflow: hidden;
	margin: 0 auto;
}

#rst {
	width: 130px;
	height: 30px;
	background: url(../images/common/form/reset_btn.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
}

#smt {
	width: 130px;
	height: 30px;
	background: url(../images/common/form/submit_btn.png) no-repeat;
	border: none;
	cursor: pointer;
	float: right;
}
.moushikomi #text h3 {
	font-weight: normal;
	margin: 0 !important;
}

.moushikomi #text p {
	font-size: 13px;
	padding: 0px 15px 20px;
}

.moushikomi input[type="checkbox"] {
	margin-right: 4px;
	margin-left: -15px;
}

.moushikomi table td.chck {
	padding: 10px 0 10px 35px !important;
}

.ssl_seal {
	margin: 20px 0;
}

.moushikomi .area_hosoku {
font-weight:normal;
color:#04c;
font-size: 13px;
}