@charset "utf-8";


/*----------------------------------------------------
 about
----------------------------------------------------*/
#about #contents a{
	text-decoration: underline;
}

/*aboutFlow*/
#aboutFlow{
	margin-bottom: 25px;
}

#aboutFlow li{
	background:url(../common/arrow_08.png) center 5px no-repeat;
	background-size: 49px auto;
		-moz-background-size: 49px auto;
		-webkit-background-size: 49px auto;
		-ms-background-size: 49px auto;
	padding-top: 31px;
}
	#aboutFlow li:first-child{
		background: none;
		padding-top: 0px;
	}

#aboutFlow li dl dt{
	color: #3F1000;
	font-size: 1.5rem;
	text-align: center;
	background:url(../common/bg_flow.jpg) left top repeat;
	padding: 10px 10px 7px;
}

#aboutFlow li dl dd{
	font-size: 1.3rem;
	text-align: center;
	background-color: #F5F5F1;
	padding: 10px;
}

#aboutFlow li dl dd .wBox{
	background-color: #FFFFFF;
	padding: 10px;
}

#aboutFlow li dl dd .wBox .fTtl{
	color: #3F1000;
	font-size: 1.4rem;
}

#aboutFlow li dl dd .wBox .addBox{
	border: #999999 dotted 1px;
	padding: 10px;
}


/*料金一覧*/
.tblFee{
	width: 100%;
	font-size: 1.2rem;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
	table-layout: fixed;
}

.tblFee tr.mm{
	border: #D1C7BB solid 2px;
}

.tblFee th{
	font-weight: normal;
	background-color: #F6F1EB;
	padding: 5px 0px;
	border: #CCCCCC solid 1px;
}

.tblFee td{
	text-align: right;
	padding: 5px 3px;
	border: #CCCCCC solid 1px;
}

	.tblFee .bg01{
		background-color: #FBFBFB;
	}
	.tblFee .bg02{
		background-color: #FFF7F7;
	}

/*締切日*/
.tblAbout{
	width: 100%;
	font-size: 1.2rem;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
	table-layout: fixed;
}

.tblAbout th{
	font-weight: normal;
	background-color: #F6F1EB;
	padding: 10px 0px;
	border-bottom: #CCCCCC dotted 1px;
}

.tblAbout td{
	padding: 10px;
	border-bottom: #CCCCCC dotted 1px;
}




