@charset "utf-8";
/* CSS Document */

/* 全体 幅設定 */
html,body{
	width:100%;
	}
	
#container2{
	width:970px;
	margin:0 auto;
	}

#contents3{
	width:100%;
	}

#newsmain{
	width:100%;
	}
	
	
/* タイトル設定 */

#title_box{
	width:100%;
	overflow:hidden;
	}

#title_img{
	width:470px;
	float:left;
	}
	
#title_read{
	width:430px;
	margin-left:70px;
	margin-top:50px;
	float:left;
	text-align:left;
	line-height:1.9em;
	font-size:12px;
	
	}
	
/* コンテンツナビ */

.contents_navi{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.contents_navi li{
	float:left;
	margin-right:5px;
	text-align:center;
	}
.contents_navi li a{
	display:block;
	width:150px;
	padding:2px 0;
	font-size:12px;
	background:#666;
	color:#fff;
	}
.contents_navi li a:hover{
	background:#222;
	}

/* 見出し */
.headline{
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:30px 0;
	border-bottom:solid 1px #ddd;
	}


/* アイテム */
.item_list{
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	}
.item_cell{
	width:150px;
	float:left;
	margin-left:14px;
	margin-bottom:43px;
	text-align:left;
	}
.first-cell{
	margin:0;
	}
.item_cell a{
	color:#222;
	}
.item_cell:hover{
	opacity:0.7;
	}
	
.item_cell span{
	display:block;
	margin-bottom:4px;
	}	
.brand_logo{
	text-align:center;
	margin-bottom:5px;
	}	
.brand_logo img{
	width:90px;
	}	
.item_image img{
	width:150px;
	}	
.item_name{
	font-size:12px;
	line-height:1.4em;
	}
.item_price{
	font-size:12px;
	font-weight:bold;
	}
.item_text{
	font-size:10px;
	line-height:1.6em;
	padding-top:3px;
	border-top:1px solid #ddd;
	}
	
	
	
	
	

ul.under_link2 {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
ul.under_link2 li {
	width: 230px;
	float: left;
	margin-right: 5px;
	text-align: center;
	display:block;
	border: 1px solid #CCC;
}
ul.under_link2 li a {
	font-size: 93%;
	color: #434343;
	display:block;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #ffffff;
}
ul.under_link2 li a:hover {
	font-size: 93%;
	background-color: #dddddd;
}

@media screen and (max-width: 640px) {

/* smp */
#container2{
	width:90%;
	}
/* smp */
#title_img{
	width:100%;
	float:none;
	}
#title_img img{
	width:100%;
	}
	
#title_read{
	width:100%;
	margin:30px 0 0 0;
	font-size:11px;
	}
	
/* smp */

.contents_navi li{
	float:none;
	margin-right:0;
	}
.contents_navi li a{
	display:block;
	width:100%;
	padding:4px 0;
	font-size:12px;
	background:#666;
	color:#fff;
	margin-bottom:8px;
	}

/* smp */
.item_cell{
	width:46%;
	overflow:hidden;
	margin:0 0 20px 0;
	padding:2%;
	}
.item_cell span{
	
	}
.item_link{
	}
.item_image img{
	width:100%;
	}
.item_text_box{
	overflow:hidden;
	padding:5px;
	background:#eee;
	display:block;
	height:110px;
	text-overflow: ellipsis;
	}
.item_text{
	border-top:solid 1px #bbb;
	}
	
/* smp */	
	
ul.under_link2 {
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 0px;
}
ul.under_link2 li {
	width: auto;
	float: none;
	margin-right: 0px;
	margin-bottom:5px;
}

.item_cell:hover{
	opacity:1;
	}
	
}