/* 新着 */
.new ul {
	list-style-type: none;	
}

.new ul li {
	width: 48%;
	border: 1px solid #EEE;
	float: left;
	padding: 3% 5% 2% 5%;
	margin: 0 1%;
}

.new01 {
	font-size: 150%;
	color: #000;
	line-height: 140%;
}

@media screen and (max-width:640px){
	
.new ul li {
	width: 96%;
	border: 1px solid #EEE;
	float: left;
	padding: 3% 5% 2% 5%;
	margin: 1% 2%;
}
	
.new01 {
	font-size: 20px;
	color: #000;
	line-height: 140%;
}

.new02 {
	margin: 0;
}

}

.new02 {
	margin: 20px 0;
}

.new_btn a {
	width: 50%;
	background-color: #0693CD;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	padding: 10px 0;
}
.new_btn a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 22px auto 18px;
}





/*
	おすすめ商品
---------------------------------------------------------- */

article#product {
	background-color: #E8E8E8;
	padding: 2%;
	display: block;
	color: #2E2E2E;
	font-size: 13px;
}

#product ul {
	background-color: #FFFFFF;
	list-style: none;
	margin-bottom: 3%;
}

#product ul li {
	width: 23%;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

.productLink02 {
	margin-top: 15px;
}

.productLink02 a {
	width: 100%;
	text-align: right;
	padding: 5px;
	float: right;
	margin-bottom: 40px;
}

.productLink02 a:hover {
	width: 100%;
	text-align: right;
	padding: 5px;
	float: right;
	margin-bottom: 40px;
}





/*
	コンテンツボタン（記事リンク）
---------------------------------------------------------- */

#contentLeft ul#contentBtn {
	list-style: none;
	overflow: hidden;
	font-size: 13px;
}

#contentLeft ul#contentBtn li {	
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px dashed #CCC;
	display: inline-table;
	vertical-align: middle;
}

#contentLeft ul#contentBtn li {
display: block;
position: relative;
text-decoration: none;
}

#contentLeft ul#contentBtn li:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #CCC;
border-right: solid 2px #CCC;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.cBtnTitle {
	
}

.cBtnTitle a {
	font-size: 140%;
	line-height: 160%;
	font-weight: ;
	color: #000;
	margin-bottom: 10px;
}

.cBtnText {
	padding: 5px;
}

.cBtnLink a {
	width: 100%;
	text-align: right;
	padding: 5px;
	float: right;
}

.mainCBtn_img,
.cBtn_img {
	width: 20%;
	height: 100%;
	float: left;
}

.mainCBtn_text,
.cBtn_text {
	width: 75%;
	height: 100%;
	padding-right: 3%;
	float: right;
}


/*
	コンテンツトップランキング
---------------------------------------------------------- */

ul#contRank01 {
	list-style: none;
	overflow: hidden;
}

ul#contRank01 li {
	text-align: center;
	width: 30%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
}

ul#contRank01 li p {
	font-size: 10px;
	margin-bottom: 3%;
}


/* PC */
@media screen and (min-width: 769px){

}


/* Tablet */
@media screen and (max-width: 768px){
	
}


/* SP */
@media screen and (max-width:640px){
	
}


