@charset "utf-8";

/* ==================================================================
	shape
=================================================================== */

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

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

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

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

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

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

#shape section.contentsDetails{
}

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

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

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

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

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

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

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

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

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

#shape #cages section.contentsDetails ul.list li p.btn{
	background: #496a59;
}

#shape #tower section.contentsDetails ul.list li p.btn{
	background: #5d406c;
}

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

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

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

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

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

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

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

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

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


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

#shape section .combination{
	border: 3px solid #eed6a2;
    padding: 3%;
	margin-bottom:7%;
}

#shape section .combination table{
	width:100%;
}

#shape section .combination table td{
	text-align: center;
}

#shape section .combination table td.txt{
	font-size:150%;
	width: 65%;
}

#shape section .combination table td.txt span.red{
	color:#f01;
}

#shape section .combination table td.img{
	text-align: right;
	width:35%;
}

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

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


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


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




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

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

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

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

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

#shape section .combination table td {
    text-align: center;
}

#shape section .combination table td.txt {
    width: auto;
    display: block;
	font-size: 135%;
}

#shape section .combination table td.img {
    text-align: center;
    width:auto;
	display: block;
}

#shape section .combination table td.img img{
	width:70%;
}





}