@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) top 50% right 0 no-repeat #F9F7E8;
	background-size: 50%;
}

/*====================================

	cell_business

====================================*/

.cell_business {
}
.cell_business .box {
	margin-bottom: 40px;
}
.cell_business .box:last-child {
	margin-bottom: 0px;
}
.cell_business .box .box_ttl {	
	color: #9B0040;
	font-size: 150%;
	line-height: 1em;
	margin-bottom: 20px;
}
.cell_business .box .box_cont {
}
.cell_business .box .box_cont .ph {
	margin-bottom: 10px;
}
.cell_business .box .box_cont .text {
}
.cell_business .box .box_cont .text dl {
	width: 100%;
	display: table;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: -1px;
}
.cell_business .box .box_cont .text dl:nth-child(odd) {
	background: #f7f7f7;
}
.cell_business .box .box_cont .text dl dt {
	width: 100px;
	display: table-cell;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}
.cell_business .box .box_cont .text dl dd {
	display: table-cell;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}

/*====================================

	cell_info

====================================*/

.cell_info {
}
.cell_info p {
	margin-bottom: 40px;
}
.cell_info p span {
	font-size: 130%;
	display: block;
}
.cell_info p a {
	color: #333;
}
.cell_info p a:hover {
	text-decoration: none;
}



