@charset "utf-8";

/* === h1  ======================== */
#title2nd h1{
	}
	


/* === product_tab  ======================== */
#products_tab{
	padding-top:5px;
	margin-bottom:1px;
	background-image: url(../img2013/tab_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-size:5px 50px;
	-webkit-background-size:5px 50px;
	-o-background-size:5px 50px;
	-moz-background-size:5px 50px;
	-ms-background-size:5px 50px;
	}
	
	
#products_tab ul{
	width:310px;
	overflow:hidden;
	margin:0 auto 0 auto;
	}
	
#products_tab li{
	width:155px;
	height:45px;
	}
	
#products_tab .index{
	float:left;
	}
	
#products_tab .new{
	float:right;
	}




/* === item_sec  ======================== */
div.acordion{
	margin: 0;
	background-image: url(../img2013/list_bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-size:5px 13px;
	-webkit-background-size:5px 13px;
	-o-background-size:5px 13px;
	-moz-background-size:5px 13px;
	-ms-background-size:5px 13px;
	border-bottom:1px solid #5BC2DC;
}


div.trigger {
	display:table;
	width:100%;
	min-width:320px;
	position:relative;
}

div.trigger p{
	display:table-cell;
	width:30px;
	padding:12px 0 13px 20px;
	vertical-align:middle;
}

div.trigger h2 {
	display:table-cell;
	width:auto;
	vertical-align:middle;
	
	cursor:pointer;
	color: #1683B1;
	font-weight:bold;
	font-size:15px;
	padding-left:20px;
}

div.trigger h2.newitem {
	padding-left:20px;
	height:90px;
}

div.trigger span.open-close {
	background: url(../img2013/icon_open1.png) left top no-repeat;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-o-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	
	position:absolute;
	right:20px;
	top:30px;
}

div.active span.open-close {
	background: url(../img2013/icon_close1.png) left top no-repeat;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-o-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	width: 25px;
	height: 25px;
	
	position:absolute;
	right:20px;
	top:30px;
}


/*　acordion_tree　*/
div.acordion_tree{
	display:none;/*初期設定*/
	margin:0 20px;
	min-width:280px;
}

#item_sec{
	}
	
#item_sec ul{
	
	}

#item_sec li{
	border-top:1px solid #ADE0ED;
	padding:20px 0;
	}

#item_sec li .item_wrap{
	min-width:280px;
	min-height:65px;
	display:table;
	position:relative;
	}

#item_sec li .item_wrap .img{
	display: table-cell;
	width:75px;
	vertical-align:middle;
	text-align:center;
	padding: !important;
	}

#item_sec li .item_wrap .name{
	display: table-cell;
	width:auto;
	vertical-align:top;
	text-align:left;
	padding:0 20px 30px 0;
	font-size:13px;
	color:#444;
	line-height:1.3;
	}
	
#item_sec li .item_wrap .name span{
	font-size:11px;
	color:#ff6600;
	font-weight:bold;
	line-height:2;
	}
	
#item_sec li .item_wrap ul{
	width:190px;
	overflow:hidden;
	position:absolute;
	left:75px;
	bottom:0px;
	}

#item_sec li .item_wrap li{
	border:0;
	margin:0 10px 0 0;
	padding:0;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}

#item_sec li .item_wrap .btn_brand{
	float:left;
	width:83px;
	height:25px;
	background-color:#5BC2DC;
	}

#item_sec li .item_wrap .btn_lineup{
	float:left;
	width:85px;
	height:23px;
	border:solid 1px #94CFE2;
	background-color:#EEF9FB;
	}



#item_sec li .item_wrap .btn_brand a,
#item_sec li .item_wrap .btn_lineup a{
	margin:0;
	padding:0;/*iphone*padding:0 0 0 5px;*/
	display:block;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}

#item_sec li .item_wrap .btn_brand a{
	color:#FFF;
	width:83px;/*iphone*width:83px;*/
	height:25px;	
	line-height:25px;	
	}
#item_sec li .item_wrap .btn_brand span{
	display:block;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	width:83px;/*iphone*width:83px;*/
	height:25px;	
	line-height:25px;
	height:25px;
	text-indent:-9999px;;
	background-color:#ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}

#item_sec li .item_wrap .btn_lineup a{
	color:#3EAACC;
	width:85px;/*iphone*width:80px;*/
	height:23px;
	line-height:23px;
	}






#bnr_tokuho{
margin:0.5em auto;
width:290px;
height:65px;
line-height:1;
}










