@charset "utf-8";
/* CSS Document */


#pageTtl {
	background-color: #F5F7FB;
	background-image: url(../img/03_cont_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
#pageTtl h1 {
	height: 300px;
	line-height: 300px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
#pageTtl h1 span {
	color: #0098CA;
}
.box h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.box h1 span {
	color: #259CD0;
}
/*=======================
#cont01
=======================*/
#cont01 {
}
#flow {
	height: 1150px;
	position: relative;
	z-index: 50;
	padding-bottom: 20px;
}

/*=======================
#cont01
=======================*/
#cont01 table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
#cont01 table.f01{
	margin-bottom: 40px;
}
#cont01 th {
	width: 180px;
	text-align: left;
	padding: 17px 10px;
	position: relative;
	z-index: 50;
	vertical-align: top;
}
#cont01 th span {
	display: block;
	width: 40px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	background: #FF3399;
	position: absolute;
	right: 10px;
	top:5px;
}
#cont01 th.line {
	line-height: 1.4;
	padding-top: 0;
}
#cont01 td {
	padding: 5px 0;
}
#cont01 td p {
	padding: 5px 20px;
}

/*=======================
#cont02
=======================*/
#cont02 {
	background: #F3F3F3;
	overflow: hidden;
	padding-bottom: 30px;
}
#cont02 .box {
	background: none;
	padding-top: 50px;
}
#cont02 ul.itemBox {
	outline-width: 950px;
	margin-left: -19px;
}
#cont02 ul.itemBox li {
	float: left;
	margin-left: 19px;
	padding-bottom: 10px;
}
#cont02 dt {
}
#cont02 dd {
	font-size: 11px;
	line-height: 1.3;
}
#cont02 .reccomend {
	font-size: 14px;
	padding: 6px 0;
}
#cont02 .reccomend span {
	display: inline-block;
	margin-left: 10px;
	color: #EF911E;
}
	
#cont02 .cost {
	width: 217px;
	height: 26px;
	line-height: 28px;
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 6px;
}
