@charset "utf-8";

/* ==================================================================
	goods
=================================================================== */

#goods h3 span{
	font-size:63%;
}

#goods p.accent{
	margin-bottom: 7%;
}

#goods .exhibition{
	margin-bottom:7%;
}

#goods .exhibition dl{
	border:3px solid #eed6a2;
	padding:3%;
}

#goods .exhibition dl dt{
	font-size:150%;
	text-align:center;
	padding-bottom:3%;
	border-bottom:1px solid #dedede;
	margin-bottom:3%;
}

#goods .exhibition dl dd{
	text-align:center;
}

div.box6{
	overflow: hidden;
	clear: both;
	margin-bottom: 55px;
}
	
	.box6 h3{
		padding: 7.5px 0 7.5px 9px;
	    color: #3276b4;
	    font-size: 40px;
	    font-weight: bold;
	    font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
	    background-color: #d2e7fa;
	    width: 708px;
	    margin: 0 auto 25px;
	    box-sizing: border-box;
	}

	.box6 p{
		padding: 0px 0px 0  37px;
		font-size: 13px;
	}

	.box6 p span{
		font-size: 18px;
		color: #1c6f55;
	}

	.box6 p.q{
		background:url(../../images/item/goods/q.png) 0 0 no-repeat;
	}

	.box6 p.a{
		background:url(../../images/item/goods/a.png) 0 0 no-repeat;
		padding-top: 5px;
	}

	.box6 div.hQ{
		border-bottom: 1px dotted #cccccc;
		padding:10px 0;
	}



#goods section.contentsDetails{
}

#goods section.contentsDetails p.txt{
	font-size:116%;
	margin-bottom:5%;
}

#goods section.contentsDetails ul.list{
	overflow: hidden;
}

#goods section.contentsDetails ul.list li{
	width:48%;
	margin-right:3%;
	float:left;
	margin-bottom: 7%;
}

#goods section.contentsDetails p.image{
	margin-bottom:7%;
}

#goods section.contentsDetails ul.list li:nth-child(2n){
	margin-right:0;
}

#goods section.contentsDetails ul.list li .bgcolor{
	background:#e7e7e7;
	padding:4%;
	font-size: 90%;
}

#goods section.contentsDetails ul.list li .bgcolor p{
	margin-bottom:0;
}

#goods section.contentsDetails ul.list li .bgcolor p span{
	color:#f01;
}

#goods section.contentsDetails ul.list li p.btn{
    background: #c69b3a;
	margin: 6% 0 0;
	border-radius: 5px;
	position: relative;
}

#goods section.contentsDetails ul.list li p.btn a{
	display:block;
	font-size: 125%;
	text-align:center;
	color:#fff;
	padding: 3%;
	text-decoration:none;
}

#goods section.contentsDetails ul.list li p.btn a:after{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#goods section.contentsDetails table{
	font-size:116%;
	margin-bottom:6%;
	width: 100%;
}

#goods section.contentsDetails table tr{
	padding: 3% 0;
    display: block;
    vertical-align: top;
	border-bottom:1px solid #cdcdcd;
}

#goods section.contentsDetails table th{
	width: 5em;
}

#goods section.contentsDetails table td span{
	font-size:116%;
	font-weight:bold;
}

#goods section.contentsDetails .comment{
	border:1px solid #afabab;
	padding:4%;
	margin-bottom:10%;
}

#goods section.contentsDetails .last{
	margin-bottom:5%;
}

#goods section.contentsDetails .comment p{
	font-size:116%;
	margin-bottom:0;
}


#goods section.contentsDetails p.img{
	margin-bottom:7%;
}

#goods section .staffImg {
    margin-bottom: 6%;
}

#goods section .contactarea {
    margin-bottom: 6%;
}

@media only screen and
(max-width : 640px) {
    
    #goods section.contentsBox img {
        width: 100%;
    }
	
    #goods section.contentsBox{
        margin: 0 3% 30px;
    }

    #goods p.txt {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.75;
    }

#goods section.contentsDetails p.image {
    margin-bottom: 0%;
}

#goods section.contentsDetails table th {
	display:block;
}

#goods section.contentsDetails table td span {
    font-size: 113%;
    color: #f01;
}

#goods section.contentsDetails ul.list li p.btn {
    margin: 8% 0 0;
}

#goods section.contentsDetails ul.list li p.btn a {
    font-size: 110%;
	padding: 5% 18%;
}
}