/*************************/
/*        header         */
/*************************/
header {
	border-bottom: 1px solid #e6e6e6;
}
header nav {
	display:table;
	table-layout:fixed;
}
header nav ul {
	display: table;
	table-layout:fixed;
}
header nav ul li {
	display: table-cell;
}
header nav ul li a{
	height:70px;
}
header a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	zoom:1;
}
/*************************/
/*         body          */
/*************************/
body {
	background-image:url("../images/140909_climb_bg.jpg") ;
	background-color:#fff;
	background-size:cover;
	background-attachment:fixed;
}

#wrap {
	padding:85px 0 0 0;
}
#wrap a {
	text-decoration:none;
}
#wrap a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	zoom:1;
	text-decoration:underline;
}

/*****各コラムの高さ、間隔調整*****/
#bag , #shoes {
	padding:5px 0 0 0;
}
#bag li {
	height:450px;
}
#outer , #bottoms , #bottle , #wearacce , #gear , #tool{
	padding:15px 0 0 0;
}
#outer li , #bottoms li {
	height:380px;
}
#shoes li , #bottle li , #wearacce li , #gear li , #tool li {
	height:320px;
}
.bg	{
	background:#FBEEF0;
	padding:5px 5px 10px 5px;
	margin-bottom:20px;
	background-color:rgba(251,217,222,0.8);
}
.item li {
	background: #FFF;
	float:left;
	width:246px;
	margin: 5px 14px 5px 0;
}
.item img {
	width:240px;
	height:240px;
	margin:3px 3px 0;
}
.item_brand{
	font-size:14px;
	padding:0 5px;
	margin:0;
}
.item_brand a{
	color:#F84C00;
}
.item_name {
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
	margin:0;
}
.item_summary {
	font-size:11px;
	margin-bottom:7px;
	padding-left:5px;
	padding-right:5px;
}
.item_detail {
	font-size:10px;
	color:#696969;
	margin-bottom:5px;
	padding:0 5px 5px;
}
.item2 ul{
	margin-bottom:10px;
}
.item2 li {
	background: #FFF;
	float:left;
	width:196px;
	margin: 5px 12px 5px 0;
}
.item2 img {
	width:190px;
	height:190px;
	margin:3px;
}
.item2_name {
	font-size:14px;
	margin-bottom:20px;
	padding:0 5px;
}
#special {
	width:504px;
	border:solid 2px #11F32C;
	margin: 3px 12px 3px 0;
}
#special .item_brand a{
	color:#00CC82;
}
#special img{
	margin:3px 4px 0;
}
#special .item_summary {
	padding:0 3px 0 5px;
}
.contents{
	padding-bottom:0px;
	margin-bottom:10px;
	width:1040px;
}
.contents li{
	position:relative;
}
.contents hr {
	border-bottom:1px solid #D7D7D7;
	margin:3px 5px 0;
}
a.page {
	display:block;
	color:#FFF;
	font-size:12px;
	bottom:5px;
	left:5px;
	position:absolute;
	background:#F47073;
	padding:5px;
	text-decoration:none;
}
.more2 p{
	width:100%;
	font-size:18px;
}
.more2 a {
	margin: 0 3px 0 0;
	width: 512px;
}
#link a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	zoom:1;
	text-decoration:underline;
}
/*************************/
/*　  topへ戻るボタン　  */
/*************************/

#page-top {
	    position: fixed;
	    bottom: 20px;
	    right: 20px;
	    font-size: 100%;
}
#page-top a {
		background-color:#666;
	    text-decoration: none;
	    color: #fff;
	    width: 75px;
	    padding: 30px 0;
	    text-align: center;
	    display: block;
	    border-radius: 100px;
}
	
#page-top a:hover {
	    text-decoration: none;
	    background: #999;
}

