/*===============================================
style.css ζΚΜ‘ͺ737pxΘγ
===============================================*/
@media print, screen and (min-width: 737px){
h3.subTitle {
        width: 740px;
        margin: 34px auto 32px;
        padding-bottom: 0px;
        text-align: left;
        font-size: 21px;
    }

.wrapper .spec {
	display: table;
	width:744px;
	margin: 0 auto;
	font-family: "Times New Roman", "ΰΎ©", "Yu Mincho", "ΰΎ©Μ", "YuMincho", "qMmΎ© Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGSΎ©E", "lr oΎ©", "MS PMincho", serif;
}
.wrapper .spec:last-of-type {		padding-bottom: 50px; border-bottom: solid 1px #CCC;}
.wrapper:last-of-type {		padding-bottom: 80px; }
.wrapper .spec h4 {
	color: #393939;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.wrapper .spec:first-of-type h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
}
.wrapper .spec p {
	margin-bottom: 24px;
	color: #3A3A3A;
	font-size: 18px;
	line-height: 130%;
}

.wrapper .img {
	display: table-cell;
	width: 418px;
	text-align: left;
	vertical-align: top;
}

.wrapper .spec .img img {
	width: 100%;
	max-width: 400px;
}

.wrapper .spec .btn{
	float: left;
	position:relative;
	height:32px;
	width:565px;
	text-align:left;
}
.wrapper .spec .btn li{
	float: left;
}
.wrapper .spec .btn li a{
	color: #4C4C4C;
	display: block;
	border: solid 1px #CCC;
	margin-right:7px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 11px;
	height: 28px;
	width: 180px;
}

.wrapper .spec .btn li.turn a{
	margin-right:0px;
}
.wrapper .spec .btn li a:hover{
	background-color: #999999;
	color: #FFF;
	width: 180px;
}

}


/*===============================================
smart.css  ζΚΜ‘ͺ736pxάΕ
===============================================*/
@media only screen and (max-width:736px){
.wrapper .spec { 
width: 90%;
margin: 5% auto;
}

.wrapper .spec:last-of-type {		padding-bottom: 20px; border-bottom: solid 1px #CCC;}

.wrapper .spec h4 {
	color: #393939;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3%;
	text-align: left;
}
.wrapper .spec p {
	margin-bottom: 10px;
	color: #3A3A3A;
	text-align: left;
	line-height: 140%;
}
.wrapper .spec .img{
	width: 100%;
	margin: 3% auto 5%;
}

.wrapper .spec .img img {
	width: 98%;
	max-width: 585px;
}

/*.wrapper .spec:first-of-type .img img {
	width: 100%;
	max-width: 200px;
}
.wrapper .spec:last-of-type .img img {
	width: 100%;
	max-width: 300px;
} */

.wrapper .spec .btn{
width: 100%;
margin: 0 auto 10%;
text-align:left;
border-bottom:solid 1px #ccc;
}
.wrapper .spec .btn li a{
	color: #4C4C4C;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 10%;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.wrapper .spec .btn li.turn a{
	margin-right:0px;
}
.wrapper .spec .btn li a:hover{
	background-color: #999999;
	color: #FFF;
}

}


