@charset "utf-8";
@import "/MP/touroku/common/css/base.css";
@import "/MP/touroku/common/css/frame.css";

.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.row {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/* BODY BOX */


/* CONTENTS */

#bodyBox h1.ttl {
	height: 25px;
	margin-bottom: 30px;
}
	
#bodyBox div.aObj {
}
	#bodyBox div.aObj div.pack {
		position: relative;
		margin-bottom: 15px;
		/*\*/
		*height: 100%;
		/* */
	}
		#bodyBox div.aObj h3 {
			font-size:16px;
			font-weight:bold;
			background: url(/MP/touroku/faq/images/q_bg.gif) no-repeat left top;
			padding: 10px 21px 10px 43px;
			display: block;
			color: #225500;
		}
		#bodyBox div.aObj p.lead {
			background: url(/MP/touroku/faq/images/a_bg.gif) no-repeat left top;
			padding: 12px 21px 13px 43px;
			display: block;
		}
	
	#btnbox {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 36px;
	width: 432px;
	overflow: hidden;
	height: 100px;
	text-align: left;
	}
		#btnbox ul {
			background: url(/MP/touroku/about/images/btn_bg.gif) no-repeat left top;
			padding: 21px 21px 0 21px;
			height: 100px;
		}
		#btnbox ul li {
			width: 390px;
			height: 58px;
			line-height: 58px;
			display: block;
		}
	



