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

.clearfix{
	display: block;
	zoom: 1;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.product h1{
    border: #C50000 solid 1px;
    background: #FBF3F3;
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.product h2{
    text-align: left;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    padding: 20px 20px 0;
}

.product > img{
	padding: 15px 0;
}

.product > p{
	margin:20px;
	font-size: 18px;
	line-height: 25px;
}

.product h3{
	border: #C50000 solid 2px;
	padding: 3px 30px 15px;
	margin-top: 80px;
}

.product h3 p{
    text-align: left;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    padding:13px 0 0;
}

.product h4{
    padding: 14px 20px;
    font-size: 16px;
    color: #C20000;
}

.product .surface_left{
    width: 410px;
	float: left;
	margin: 20px 0;
	border-radius:20px;
}

.product .surface_left img{padding-bottom: 20px;}

.product .surface_left b{
    font-size: 18px;
    padding: 0 20px;
	}

.product .surface_left span{
    float: right;
    padding: 30px 20px 15px;
	font-weight: bold;
	font-size: 13px;
	}

.product .surface_left p{
    padding:0 20px;
	line-height: 20px;
	padding: 10px 20px;
	}

.product .surface_right{
    width: 410px;
	float: right;
	margin: 20px 0;
	border-radius:20px;
}

.product .surface_right img{padding-bottom: 20px;}

.product .surface_right b{
    font-size: 18px;
    padding:0 20px;
	}

.product .surface_right span{
    float: right;
    padding: 30px 20px 15px;
	font-weight: bold;
	font-size: 13px;
	}

.product .surface_right p{
    padding:0 20px;
	line-height: 20px;
	padding: 10px 20px;
	}


.product .p_no{padding: 0 20px !important;}

.product .p_no2{padding: 5px 20px 15px !important;}

.product .photo{padding-top: 30px;}

.product .photo_left{
    width: 410px;
    text-align: center;
    float: left;	
}

.product .photo_right{
    width: 410px;
    text-align: center;
    float: right;	
}

.product .photo_left p, .product .photo_right p{
    padding: 15px 0 0;
	line-height: 25px;
	font-size: 14px;
}


.product .other{
	margin: 0 0 75px;
	padding: 0 0 50px;
	
}

.product .other > p{
	margin:20px;
	font-size: 18px;
	line-height: 25px;
}

.product .ichiran{
	padding: 0 0 30px;
	
}

.product .ichiran > p{
	margin:20px;
	font-size: 18px;
	line-height: 25px;
}

.product h5{
	border: #0071BC solid 2px;
	background: #F1F9FE;
	padding: 20px;
	font-size: 30px;
	font-weight: bold;
	margin: 50px 0 30px;
}

.product .other > span{
	font-size: 18px;
	line-height: 25px;
	float: right;
}

.product .ichiran > span{
	font-size: 18px;
	line-height: 25px;
	float: right;
}

.design{
	font-size: 16px;
	color: #C20000;
}
.red{
	color: #C20000;
}