/*//////////////////////////////////////////////////////////////////////////////

merchandise.css
	
//////////////////////////////////////////////////////////////////////////////*/
#contents{
	max-width:1280px;
	margin:0 auto;
}
.intro{
	padding:60px 0;
	text-align:center;
	color:#624498;
}
.intro h2{
	font-size:20px;
}
.intro h3{
	margin-top:20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size:16px;
}

.text{
	margin-bottom:100px;
}
.text p{
	margin-top:20px;
	font-size:14px;
	line-height:1.8;
}
.text .en p{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size:13px;
	line-height:1.7;
}
.text .col1-2{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	
	border-left:30px solid #fff;
	border-right:30px solid #fff;
}


/* Responsive Styles
   ========================================================================== */
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 480px) {
	#contents{
		border-top:#624498 solid 2px;
	}
	.text .col1-2{
		width:90%;
		margin:0 auto;
		
		border-left:0px solid #fff;
		border-right:0px solid #fff;
	}
	.text .en{
		margin-top:40px;
	}
}
