@charset "Shift_JIS";

/* width 760px */

/*-----------------------------------------------
Parts
-----------------------------------------------*/

.box_01 {
	margin: 					0 5px 1em 15px;
	padding:					1em 1em 0 1em;
	border:						2px solid #AAD7B2;
	background-color:			#FFFBC7;
}

.box_01 p {
	margin: 					0 0 1em 0;
}

.box_01 li {
	margin: 					0 0 1em 0;
	padding:					0 0 0 17px;
	background: 				url(../images/arrow_02.png) no-repeat;
	background-position:		0 0px;
	line-height:				120%;
}

.box_01 dt {
	margin: 					0 0 0.2em 0;
	padding:					0 0 0 18px;
	background: 				url(../images/arrow_04.png) no-repeat;
	background-position:		0 1px;
	font-weight:				bold;
	font-size:					14px;
	color:						blue;
}

.box_01 dd {
	margin: 					0 0 1em 2em;
	padding:					0 0 0 18px;
	background: 				url(../images/arrow_03.gif) no-repeat;
	background-position:		0 3px;
	line-height:				120%;
}


.mlritz {
	text-align:					center;
}

.box_02 {
	border:						1px solid #cccccc;
	padding:					10px 10px;
	margin: 					0 5px 1em 15px;
}

.box_03 {
	border:						1px solid #cccccc;
	padding:					10px 10px;
	margin: 					20px auto 1em auto;
	font-size:					10px;
	width:						300px;
	line-height:				110%;
	color:						#4e4e4e;
}

*html .box_03 {
	border:						1px solid #cccccc;
	padding:					10px 10px;
	margin: 					20px 0 1em 115px;
	font-size:					10px;
	width:						300px;
	line-height:				110%;
	color:						#4e4e4e;
}

#bullet {
	margin:						1em 0 0 0;
}

#bullet dt {
	margin: 					0 0 0.5em 1em;
	padding:					0 0 0 24px;
	background: 				url(../images/check.png) no-repeat;
	background-position:		0 0px;
	font-weight:				bold;
	font-size:					21px;
	color:						#7BB834;
}

#bullet dd {
	margin:						0 0 1em 4em;
}

#faq dt {
	font-size:					15px;
	font-weight:				bold;
	color:						#A31018;
	margin: 					0 0 0.5em 1em;
}

#faq dd {
	margin:						0 0 2em 4em;
}

.catch_s {
	font-size:					25px;
	font-weight:				bold;
	line-height:				115%;
	margin:						1em 0 1em 0;
}

.box_05 {
	border:						1px solid #cccccc;
}

.box_06 {
	border:						1px solid #cccccc;
	margin:						0 20px 1em 20px;
	padding:					0 20px 1em 20px;
}

.credit {
	text-align:					center;
	margin:						0 0 0 50px;
	width:						180px;
}

.tokuten {
	margin:						0 0 1em 0;
	text-align:					center;
}



/*-----------------------------------------------
お客さんの声
-----------------------------------------------*/

.v_voice {
	background-image:			url(../images/line.gif);
	line-height:				175%;
	margin:						5px 0 3px 0;
}

.v_info {

}

.v_title {
	color:						red;
	font-weight:				bold;
	font-size:					17px;
	margin:						5px 0 1em 0;
}

.v_photo {
	float:						left;
	padding:					0 5px 0 0;
}


/*-----------------------------------------------
Fonts
-----------------------------------------------*/

.tx_01 {/*---- 下線,太字 ----*/
	text-decoration:			underline;
	font-weight:				bold;
}

.tx_02 {/*---- 打ち消し線 ----*/
	text-decoration:			line-through;
}

.tx_03 {/*---- 下線 ----*/
	text-decoration:			underline;
}

.tx_04 {/*---- 太字,赤色 ----*/
	color:						red;
	font-weight:				bold;
}

.tx_05 {/*---- 太字 ----*/
	font-weight:				bold;
}

.tx_06 {/*---- 下線,太字 ----*/
	text-decoration:			underline;
	font-weight:				bold;
	font-size:					15px;
}

.tx_07 {/*---- 赤色 ----*/
	color:						red;
}