@charset "UTF-8";
/*====================================
	for new.php
	Date of 2017.01.11
====================================*/
#mainImg{
	margin-bottom: 15px;
}
#topicsWrap{
	margin: 30px 0 50px;
}
#topicsWrap h3{
	font-size: 120%;
	text-align: center;
	padding: 5px 0;
	color: rgba(255,255,255,1);
	background: rgba(184,173,149,1);
}
#topicsBox{
	padding:15px;
	background: rgba(236,229,213,1);
}
#topicsImg{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
}
#topicsImg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#oldImg{
	margin-bottom: 10px;
}
#oldText dt{
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}
#specImg{
	width: 70%;
	margin: 0 auto 15px;
}
#specText h4{
	font-size: 130%;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 10px;
}
#specText dt{
	font-size: 110%;
	color: rgba(201,65,127, 1);
	margin-bottom: 5px;
}
#specText dt.mbTitle{
	margin-bottom: 35px;
}
#specText dd{
	margin-bottom: 30px;
}
#conceptWrap{
	margin-top: 30px;
}
#conceptWrap dl{
	margin-bottom: 30px;
}
#conceptWrap dt{
	margin-bottom: 5px;
	text-align: center;
}
#conceptWrap dt img{
	width: 100%;
}
#conceptWrap dd span{
	display: block;
}
#designerWrap{
	padding: 15px;
	background: rgb(236,229,213);
}
#designerImg{
	margin-bottom: 15px;
}
#designerImg dl{
	margin-bottom: 5px;
}
#designerImg dt{
	font-size: 130%;
}
#designerImg dd span{
	font-size: 120%;
}
#deliverwrap li{
	margin: 0 0 20px;
}
#deliverwrap li img{
	margin-bottom: 3px;
}
@media print, screen and (min-width : 768px){

#topicsWrap{
	margin: 30px 0 80px;
}
#topicsWrap h3{
	font-size: 150%;
	padding: 7px 0;
}
#topicsBox{
	padding:30px;
}

#topicsImg{
	width: 500px;
	height: 320px;
	position: relative;
	margin: 0 auto 35px;
	padding-bottom:0;
	padding-top:0;
	overflow: hidden;
}
#oldWrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#oldImg{
	width: 43.3333333333%;
	margin-bottom:0;
}
#oldText{
	width: 53%;
}
#oldText dt{
	font-size: 140%;
}

#specWrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#specImg{
	width: 31.5625%;
	margin: 0;
}
#specText{
	width: 64.5833333333%;
	margin-bottom: 30px;
}
#specText h4{
	font-size: 150%;
}
#specText dt{
	font-size: 120%;
}

.detailWrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.detailText{
	width: 47%;
}
.detailImg{
	width: 50%;
}

#conceptWrap{
	margin: 30px 0 80px;
}
#conceptWrap dl{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 45px;
}
#conceptWrap dt{
	width:26.25%;/*252px*/
	text-align:left;
}
#conceptWrap dd{
	width: 68.75%;/*660px*/
}
#designerWrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px;
}
#designerImg{
	width: 34%;
	margin-bottom:0;
}
#designerImg dt{
	font-size: 150%;
}
#designerImg dd span{
	font-size: 130%;
}
#designerText{
	width: 60%;
}
#deliverwrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
#deliverwrap li{
	width: 32%;
}
}
