@charset "utf-8";

/*----------------------------------------*----------------------------------------
products
----------------------------------------*----------------------------------------*/

#contents h2{
	text-align:left !important;
}

.age{
	display: inline-block;
	font-size:1.3rem;
	padding:5px 10px;
	color:#e42d26;
	border:#e42d26 1px solid;
}
.card{
	border:#ee6f04 2px solid;
}

.card_header{
	background:#ee6f04;
	padding:4px 0 7px 0;
	text-align:center !important;
}
.card .card_header span{
	font-size:1.4rem;
	color:#FFF;
}
.card_block{
	padding:15px;
}
#mainImage01, #mainImage02, #mainImage03, #mainImage04, #mainImage05, #mainImage06, #mainImage07 {
	border:#ebebeb 1px solid;
}
.imageList ul {
    margin-top: 20px;
    padding: 0;
}
.imageList li {
    float: left;
	width:23%;
    list-style-type: none;
    margin-left: 2.6%;
	border:#ebebeb 1px solid;
}
.imageList li:first-child{
	margin-left: 0 !important;
}
	
.imageList li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
	#contents p{
	font-size:1.5rem;
	line-height:2.6rem;
}
	iframe{
	width: 100%;
	height:auto;
	margin:0 0 10px 0;
}
.age{
	margin-bottom:20px;
}
.card ul li{
	font-size:1.4rem;
}
}
@media print, screen and (min-width: 768px) {
	#contents p{
	font-size:1.6rem;
	line-height:3.0rem;
}
	iframe{
	width:370px;
	height:208px;
	margin:20px 0;
}
.age{
	margin-bottom:30px;
}
}
