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

#conts h2 {
	margin-bottom: 14px;
}

#conts h3 {
	margin: 28px 0 5px;
}

#conts p {
	margin-bottom: 10px;
	line-height: 1.5;
	color: #524841;
}

#conts p.mb0 {
	margin-bottom: 0;
}

#conts p.mb5 {
	margin-bottom: 5px;
}

#conts p.mb40 {
	margin-bottom: 40px;
}

#conts p.center {
	text-align: center;
	margin: 3px 0;
}

#conts p.link {
	background: url(../../img/buyguide/Process/icon02.gif) left 0px no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 100%;
}

#conts .contBox {
	background-color: #F6F3DE;
	border: 1px solid #E7E2B2;
	padding: 20px;
}

#conts .contBox .inner {
	background-color: #fff;
	border: 1px solid #E7E2B2;
	padding: 20px;
	margin-bottom: 10px;
}

#conts .contBox .inner p {
	margin: 0;
	font-weight: bold;
	color: #524841;
}
#conts ul.ul02 {
	margin: 0 0 10px 10px;
}

#conts ul.ul02 li {
	background: url(../../img/buyguide/Process/icon01.gif) left center no-repeat;
	padding-left: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #666;
}

#conts ul.ul02 li span {
	font-weight: normal;
}

#conts table {
	width: 550px;
	margin-bottom: 10px;
	color: #524841;
	line-height: 1.5;
}

#conts table th {
	background-color: #E9F2D9;
	border: 1px solid #C8C8C8;
	font-weight: bold;
	vertical-align: middle;
	height: 31px;
	width: 50%;
	text-align: center;
}

#conts table td {
	border: 1px solid #C8C8C8;
	vertical-align: middle;
	text-align: center;
}