@charset "utf-8";
/*
   overwrite page.css
------------------------------ */
.entry-content h3 { /* see common style */
}

/*
   QandA
------------------------------ */
body {
	background-image: url(../images/pages/qandaHeader.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.singular .entry-header {
    background: url("../images/pages/qandaTitle.png") no-repeat scroll center top;
    height: 82px;
    margin: 0 auto;
    text-indent: -9999px;
}

/* common style
------------------------------ */
.qanda section {
	padding: 0 20px 40px 20px;
	background: url(../images/pages/pageMiddle.png) repeat-y;
}
.qanda p, li, dt, dd {
	font-size: 87.5%;
}
.qanda a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
.qanda p.top {
	height: 57px;
	padding-top: 30px;
	text-align: center;
}
.qanda .entry-content h3 {
	width: 940px;
	height: 18px;
	padding: 11px 0;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	line-height: 1;
	background: #e9e6e2 url("../images/pages/qandaH3Back.png") no-repeat center top;
}
.qanda section p {
	margin: 20px 20px 0 20px;
}

/* money
------------------------------ */
#money {
	padding-top: 40px;
}
#money dl {
	display: table;
	width: 940px;
	border-bottom: 1px solid #ccc;
}
#money dl.last {
	border-bottom: none;
}
#money dt {
	display: table-cell;
	width: 130px;
	padding: 14px 0 14px 14px;
	font-weight: normal;
	color: #996600;
	vertical-align: middle;
}
#money dd {
	display: table-cell;
	padding: 14px 0;
	vertical-align: middle;
}

/* document
------------------------------ */
#document ul {
	width: 900px;
	margin: 0 auto;
}
#document li {
	float: left;
	width: 410px;
	padding: 20px 0 20px 40px;
	vertical-align: middle;
}
#document li h4 {
	font-size: 133%;
	font-weight: bold;
	color: #cc6600;
}
#document li p {
	margin: 0;
}
#document li.inkan      { background: url("../images/pages/qandaInkan.png") no-repeat left center; }
#document li.kakunin    { background: url("../images/pages/qandaKakunin.png") no-repeat left center; }
#document li.rentai     { background: url("../images/pages/qandaRentai.png") no-repeat left center; }
#document li.keiyakukin { background: url("../images/pages/qandaKeiyakukin.png") no-repeat left center; }
