@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 2px;
    background: #FBF3F3;
    padding: 25px 20px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.product h2{
	margin:30px 20px 20px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.product h2 span{
	color: #C40000;
}

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

.product > p{
	margin: 20px 20px 27px 20px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	line-height: 1.8;
}

.product h3{
	background-color: #534741;
	padding: 20px 15px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 50px;
	color: #fff;
}

.product h4{
	background-color: #534741;
	padding: 20px 15px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 70px;
	color: #fff;
}

.tbtn {
    margin: 50px 0 100px;
    text-align: center;
}
.tbtn a {
    border: solid 1px #006600;
    background-color: #006600;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding: 16px 180px;
    border-radius: 5px;
    font-size: 18px;
}

.tbtn-r {
    margin: 50px 0 110px;
    text-align: center;
}
.tbtn-r a {
    border: solid 1px #C40000;
    background-color: #C40000;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding: 16px 187px;
    border-radius: 5px;
    font-size: 18px;
}

.tbtn-r2 {
    margin: 20px 0 110px;
    text-align: center;
}
.tbtn-r2 a {
    border: solid 1px #C40000;
    background-color: #C40000;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding: 16px 140px;
    border-radius: 5px;
    font-size: 18px;
}

.review-right{
	float: left;
	display: block;
	width: 388px;
	margin-left: 15px;
}

.review-left{
	float: left;
	display: block;
	width: 388px;
	margin-left: 57px;
}

#review p{
	line-height: 25px;
}

#review span{
	display: block;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

.product .mater{
    display: block;
    margin: auto;
    padding-top: 30px;
}