@charset "utf-8";
/* ===================================================================
CSS information

 file name  :guide.css
 style info :引越しコンテンツ
 
================================================================== */


/*----------------------------------------------------
	.articleBody - 読み物コンテンツ
----------------------------------------------------*/

#main p {
	margin-bottom: 8px;
	line-height: 1.3;
}


.serviceBody #main dl dt {
	float: left;
	width: 125px;
	border-top: 1px solid #DDDDDD;
	padding: 5px 0;
	margin-right: 10px;
}

.serviceBody #main dl dd {
	float: left;
	width: 605px;
	border-top: 1px solid #DDDDDD;
	padding: 5px 0;
}

/*----------------------------------------------------
	FAQ用
----------------------------------------------------*/
#main .faqBox {
	padding: 0 0 10px;
	margin: 0 20px 15px;
	background: url(../../images/common/line.gif) repeat-x left bottom;	
}

#main h3.question {
	color: #336600;
	font-size: 14px;
	font-weight: bold;
	background: url(../../images/common/icon_question.gif) no-repeat left 1px;
	padding: 0 0 0 25px;
	margin-bottom: 5px;
}

#main p.answer {
	padding: 0 0 0 25px;
	background: url(../../images/common/icon_answer.gif) no-repeat left 1px;	
}

/*----------------------------------------------------
	チェックリスト
----------------------------------------------------*/
.checkList {
	width: 700px;
	margin: 0 20px 20px;
}

.checkList th,
.checkList td {
	font-size: 12px;
	padding: 5px 10px;
}

#main .checkList th {
	background: #fff;
	color: #336600;
	font-weight: bold;
	border: solid #336600;
	border-width: 0 0 1px 5px;
	padding: 3px 8px;
	font-size: 14px;
}

#main .checkList .checkbox {
	vertical-align: top;
	width: 1.5em;
	padding: 10px 0 0 0;
}


#main .checkList strong {
	font-weight: bold;	
	font-size: 12px;
	color: #FF6801;
}

/*----------------------------------------------------
	風水ボックス
----------------------------------------------------*/
.fenshuiBox {
	margin-bottom: 15px;	
}

.fenshuiBox dl {
	width: 575px;
	background: url(../../images/common/contents/fukidasi_bg.gif) no-repeat left top;	
}

.fenshuiBox dt {
	padding: 10px 10px 5px;
}

.fenshuiBox dd {
	padding: 0 10px 10px;
	background: url(../../images/common/contents/fukidashi_bottom.gif) no-repeat left bottom;	
}


/*----------------------------------------------------
	カレンダー
----------------------------------------------------*/
#main .calender td {
	text-align: center;
}


