@charset "utf-8";

/* ==================================================================
	highclass
=================================================================== */

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

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

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

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

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

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

#highclass section.contentsDetails{
}

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

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

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

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

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

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

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

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

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

#highclass 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);
}

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

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

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

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

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

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

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


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


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

    #highclass p.txt {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.75;
    }
	
#highclass section.contentsDetails table th {
	display:block;
}

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

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

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