@charset "utf-8";


/* ========================================================

	about.css #about

*======================================================== */

/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/*--------------------------------------------------------

	.cvArea
	
----------------------------------------------------------*/
.cvArea{
	margin-top: 50px;
}


/*リンク*/
#main .txtIndent a{
	text-decoration: underline;
}
	#main .txtIndent a:hover{
		text-decoration: none;
	}


/*--------------------------------------------------------

	
	
----------------------------------------------------------*/
#aboutFlow{
	text-align: center;
	margin: 0px 20px 50px;
}

#aboutFlow > li{
	width: 100%;
	background:url(../common/arw06.png) center 15px no-repeat;
	padding-top: 47px;
}
	#aboutFlow > li:first-child{
		background: none;
		padding-top: 0px;
	}
	
	#aboutFlow > li[class="clear"]{
		background:url(../common/arw06.png) 128px 15px no-repeat, url(../common/arw06.png) 458px 15px no-repeat;
	}

#aboutFlow > li h4{
	color: #3F1000;
	font-size: 1.7rem;
	font-weight: normal;
	background:url(../common/bg_flow.jpg) left top repeat;
	padding: 15px 10px 12px;
}

#aboutFlow > li .aboutBox{
	position: relative;
	overflow: hidden;
	background-color: #FAFAF8;
	padding: 20px;
}

/*TEL・FAX*/
#aboutFlow > li .aboutBox .aboutTel{
	float: left;
	left: 50%;
	position: relative;
	margin: 0px -40px 0px 0px;
}

#aboutFlow > li .aboutBox .aboutTel li{
	float: left;
	left: -50%;
	position: relative;
	margin-right: 20px;
}


/*--------------------------------------------------------

	テーブル
	
----------------------------------------------------------*/
/*料金一覧*/
.tblFee{
	width: 100%;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
}

.tblFee tr.mm{
	border: #D1C7BB solid 2px;
}

.tblFee th{
	font-weight: normal;
	background-color: #F6F1EB;
	padding: 8px 0px;
	border: #CCCCCC solid 1px;
}

.tblFee td{
	text-align: right;
	padding: 8px 15px;
	border: #CCCCCC solid 1px;
}

	.tblFee .bg01{
		background-color: #FBFBFB;
	}
	.tblFee .bg02{
		background-color: #FFF7F7;
	}


/*締切日*/
.tblAbout{
	width: 100%;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
}

.tblAbout th{
	font-weight: normal;
	background-color: #F6F1EB;
	padding: 15px 0px;
	border-bottom: #CCCCCC dotted 1px;
}

.tblAbout td{
	padding: 15px 20px;
	border-bottom: #CCCCCC dotted 1px;
}







