@charset "utf-8";

.aligncenter {	/* WP画像センターバグのため、一番上に記述 */
	display: block;
	margin: 0 auto 16px;
	text-align: center;
}
.alignleft {	/* 画像左 */
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.alignright {	/* 画像右 */
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}
.wp-caption {	/* キャプション */
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	background-color:#fff;
	width: 310px; /* WPで出力するかも？ */
	overflow: hidden;
}
.wp-caption-text {
	padding: 3px 0;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0;
}
#pagenavi {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}
#pagenavi a { font-size: 10px;}

/* h3共通タイトル */
#h3-ti {
	width: 560px;
	height: 36px;
	margin-bottom: 20px;
}
.h3-sub-t {
	clear: both;
	width: 515px;
	height: 35px;
	background: #fff url(../img/h3_ti_b.gif) no-repeat;
	margin-bottom: 10px;
	color:#fff;
	font-size: 18px;
	padding: 5px 0 5px 45px;
}

/* マーク */
.mark02 {
	padding-left: 26px;
	background: #fff url(../img/mark02.gif) no-repeat 0 -1px;
	display: block;
}
.mark03 {
	padding: 10px 0 2px 26px;
	background: #fff url(../img/mark02.gif) no-repeat 0 8px;
	display: block;
}

/* h4タグ STEP部サービス */
#h4-step-01, #h4-step-02, #h4-step-03,#h4-step-04,#h4-step-05,#h4-step-06,#h4-step-07,#h4-step-08 {
	width: 550px;
	height: 33px;
	text-indent: -9999px;
	margin-bottom: 5px;
}

#h4-step-01 { background: #fff url(../img/h4-service-01.gif) no-repeat;}
#h4-step-02 { background: #fff url(../img/h4-service-02.gif) no-repeat;}
#h4-step-03 { background: #fff url(../img/h4-service-03.gif) no-repeat;}
#h4-step-04 { background: #fff url(../img/h4-service-04.gif) no-repeat;}
#h4-step-05 { background: #fff url(../img/h4-service-05.gif) no-repeat;}
#h4-step-06 { background: #fff url(../img/h4-service-06.gif) no-repeat;}
#h4-step-07 { background: #fff url(../img/h4-service-07.gif) no-repeat;}
#h4-step-08 { background: #fff url(../img/h4-service-08.gif) no-repeat;}

/* h4タグ STEP部サービス */
#h4-sapli-01,#h4-sapli-02,#h4-sapli-03 {
	width: 550px;
	height: 33px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#h4-sapli-01 { background: #fff url(../img/h4-apli-01.gif) no-repeat;}
#h4-sapli-02 { background: #fff url(../img/h4-apli-02.gif) no-repeat;}
#h4-sapli-03 { background: #fff url(../img/h4-apli-03.gif) no-repeat;}
#h4-sapli-04 {
	width: 550px;	
	height: 40px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: #fff url(../img/h4-apli-04.gif) no-repeat;

}
.s-p01 {
	border-left: 2px solid #c4c4c4;
	padding-left: 12px;
	margin-bottom: 10px;
}
.yaji { text-align: center;}

/* フォームテーブル */
.form-table {
	margin-top: 10px;
	width: 550px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.form-table th {
	width: 150px;
	border-left: 3px solid #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 8px;
	background-color: #ededed;
	text-align: left;
}

.form-table th.must {
	border-left: 3px solid #ff5500;
}

.form-table td {
	padding: 8px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

.form-btn {
	padding: 10px;
	text-align: center;
}

.thanks_img {
	margin: 0 auto;
	text-align: center;
}

.err {
	width: 530px;
	margin: 0 auto;
	border: 1px solid #DCD574;
	background-color: #FFFED9;
	padding: 10px;
}

.err-msg {
	color: #FF6600;
	font-weight: bold;
	padding-left: 20px;
}

/* 印刷ボタン */
.print_btn {
	margin-top: 10px;
	text-align: center;
}