@charset "utf-8";

/*
	common
-------------------------------------------------------------------- */

#contents section {
	display: block;
	padding: 60px 0;
}

#under_main_title .img {
	background-image: url(../news/images/main_01.jpg);
	background-position: center -10px;
	height: 180px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#cont_01 li {
	width: 31.333%;
	height: 220px;
	float: left;
	padding: 15px;
	margin: 0 1% 20px;
	
	box-shadow:0px 0px 6px 3px #f1f1f1;
	-moz-box-shadow:0px 0px 6px 3px #f1f1f1;
	-webkit-box-shadow:0px 0px 6px 3px #f1f1f1;
	border-top: 5px solid #222;
}

#cont_01 li .txt01 {
	padding: 5px;
	margin-bottom: 20px;
}

#cont_01 li .txt01_01 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	
	width: 50%;
	float: left;
	font-size: 11px;
	padding: 3px 0;
}

#cont_01 li .txt01_02 a {
	color: #FFF;
	display: block;
	width: 50%;
	text-align: center;
	float: right;
	font-size: 11px;
	padding: 3px;
}

#cont_01 li .item a {
	background: #78BBF9;
}

#cont_01 li .shop a {
	background: #47D64B;
}

#cont_01 li .txt02 {
	font-weight: bold;
	
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 180%;
}

#cont_01 li .txt03 {
	color: #555;
	font-size: 11px;
	line-height: 140%;
}





/* tablet */
@media screen and (max-width: 768px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	padding: 30px 0;
}

#under_main_title .img {
	background-position: center -10px;
	height: 150px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#cont_01 li {
	width: 47%;
	height: 200px;
	float: left;
	padding: 15px;
	margin: 0 1.5% 20px;
}

#cont_01 li .txt01 {
	font-size: 11px;
	padding: 5px;
	margin-bottom: 20px;
}

#cont_01 li .txt02 {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 180%;
}

#cont_01 li .txt03 {
	font-size: 11px;
	line-height: 140%;
}

}





/* SP */
@media screen and (max-width:640px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	padding: 20px 0;
}




/*
	contents 01
-------------------------------------------------------------------- */

#cont_01 li {
	width: 100%;
	height: 180px;
	float: left;
	padding: 10px;
	margin: 0 1.5% 20px;
	border-top: 10px solid #222;
}

#cont_01 li .txt01 {
	font-size: 8px;
	padding: 5px;
	margin-bottom: 5px;
}

#cont_01 li .txt02 {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 150%;
}

#cont_01 li .txt03 {
	font-size: 11px;
	line-height: 160%;
}

}








