@charset "utf-8";

/* ==================================================================
	highclass-price
=================================================================== */

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

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

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

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

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

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

#highclass-price section.contentsDetails{
}

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

#highclass-price p.text{
	text-align: center;
    color: #C01920;
    font-size: 250%;
	font-weight:bold;
    margin-bottom: 4%;
    border: 3px solid #C01920;
    padding: 2%;
}


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

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

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

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

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

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

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

#price section.contentsDetails ul.list#design li p.btn{
	background: #375ea3;
}

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

#highclass-price 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-price section.contentsDetails table{
	font-size:116%;
	margin-bottom:6%;
	width: 100%;
}

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

#highclass-price section.contentsDetails table th{
	width: 9em;
}

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

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

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

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


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

#highclass-price section .photoarea{
	margin-bottom:7%;
}

#highclass-price section .flyer{
	margin-bottom:3%;
}

#highclass-price section ul.type{
	margin-bottom:4%;
	overflow:hidden;
}

#highclass-price section ul.type li{
	margin-bottom:4%;
}


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


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



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

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

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

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

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