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

/*==================== 共通 ==================== */
#main_ttl {
	width: 995px;
	height: 189px;
	background: no-repeat left top;
	position: relative;
}

#main_ttl h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contents .red {
	color: #b9270f;
}

/*==================== NEWS ==================== */
#news #main_ttl {
	background-image: url(../images/top/news_ttl.jpg);
}

#newse #main_ttl span {
	top: 0;
	right: 0;
	position: absolute;
}

.news_box {
	margin: 20px 27px 40px 27px;
}

.news_box p {
	font-size: 1.3em;
}

/*==================== 考え方 ==================== */
#viewofreplace #main_ttl {
	background-image: url(../images/viewofreplace/viewofreplace_ttl.jpg);
}

#viewofreplace #main_ttl span {
	top: 0;
	right: 0;
	position: absolute;
}

.viewofreplace_box {
	margin: 20px 27px 40px 27px;
}

.viewofreplace_box p {
	font-size: 1.3em;
}

/*==================== 進め方 ==================== */

/*------------ title ------------*/
#progress #main_ttl {
	background-image: url(../images/progress/progress_main.jpg);
}

#progress #main_ttl ul {
	top: 0;
	right: 0;
	position: absolute;
}

#progress h4 {
	margin: 0 25px;
	border: none;
}

.progress_box {
	padding: 25px;
	margin: 0 25px 40px 25px;
}

div.progress_box.gray {
	background-color: #eaeaea;
}

div.progress_box.pink {
	background-color: #F4E8E8;
}

div.progress_box.green {
	background-color: #DDECDF;
}

div.progress_box.blue {
	background-color: #E4E1F1;
}

.progress_box ul {
	padding: 25px 30px;
}

.progress_box ul li {
	color: #686868;
	line-height: 1.7;
}

div.progress_box.beige {
	background-color: #eeebe1;
}

/*------------ 中身 ------------*/
.reason_box {
	margin: 0 25px 40px 25px;
}

.reason_box h4 {
	margin-bottom: 20px;
	font-size: 13px;
}

.reason_box .left {
	width: 640px;
	padding-left: 10px;
}

.reason_box img.right {
	padding: 2px;
	border: 1px solid #b1b1b1;
}

/*==================== 理由 ==================== */

/*------------ title ------------*/
#reason #main_ttl {
	background-image: url(../images/reason/reason_main_v.jpg);
	position: relative;
}

#progress #main_ttl{
	position:relative;
}

#progress #main_ttl span,
#reason #main_ttl span {
	top: 0;
	right: 0;
	position: absolute;
}

/*------------ 中身 ------------*/
.reason_box {
	margin: 0 25px 40px 25px;
}

.reason_box h4 {
	margin-bottom: 20px;
	font-size: 120%;
}

.reason_box .left {
	width: 640px;
	padding-left: 10px;
}

.reason_box img.right {
	padding: 2px;
	border: 1px solid #b1b1b1;
}

/*==================== お問い合わせ ==================== */
table.form_table {
	width: 70%;
	margin: 20px auto 40px auto;
}

table.form_table th {
	padding: 5px;
	text-align: center;
	color: #686868;
	background-color: #e9e9e9;
}

table.form_table td {
	padding-left: 10px;
}

table.form_table th,
table.form_table td {
	border-bottom: 5px #FFF solid;
}

table.form_table input.w500,
table.form_table textarea.w500 {
	width: 500px;
	padding: 5px;
}
