@charset "utf-8";

#contents{
	background-image: url(../product/img/bg.png);
	background-position: center 300px;
	background-repeat: no-repeat;
}
.subtitle{
	margin-bottom: 370px;
}
.bluebox .sec p{
	overflow: hidden;
}
.bluebox .sec div span,
.bluebox .sec p span{
	display: block;
	text-align: center;
	font-size: 130%;
	margin-bottom: 0.5em;
}
.bluebox .indent li{
	margin: 0 0 0.3em 0;
}
.bluebox .indent li a{
	color: #FFF;
}
.bluebox .indent li a:hover{
	text-decoration: underline;
}
hr.line {
	border-top: 1px dashed #CCC;
	border-right: 0px dashed #CCC;
	border-bottom: 0px dashed #CCC;
	border-left: 0px dashed #CCC;
	margin: 2em 0 2em;
	display: block;
}
table.data {
	border-collapse:separate;
	border-spacing:0;
	width: 100%;
	border-top: 1px solid #BBB;
}

table.data th,
table.data td{
	padding: 1.5em 1em;
	border-bottom: 1px solid #BBB;
}
table.data tr:nth-of-type(2n+1) th,
table.data tr:nth-of-type(2n+1) td{
	background-color: #EDEDED;
}

.producttit {
	overflow: hidden;
	margin-bottom:80px;
}

.producttit h3 {
border-bottom: double 5px #ccc;
font-size:40px;
margin-top:50px;
/*線の種類（二重線）太さ 色*/
}

.producttit h4 {
border-bottom: solid 3px skyblue;
position: relative;
	margin-bottom:20px;
font-size:26px;
}

.producttit h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}
