@charset "shift_jis";

/*--------------------------
	リセット
--------------------------*/
table{
    border-collapse: collapse; 
    border-spacing:0;
}

/*--------------------------
	body & base setting
--------------------------*/
#pants body{
	color:#333;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
}



#pants a {
	text-decoration:none;
}


#pants a:visited {
    color: #5E4519!important;
}

#pants a:hover,
#pants a:focus,
#pants a:active {
	text-decoration: none;
}

#pants a img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
#pants a.nonhover :hover{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}


/** ページ固有のCSS
================================================**/
#pants .sec01 {
	position:relative;
	width:950px;
	margin:0 auto;
}
#pants .sec01 p {
	position:absolute;
}



#pants .bana_inc  {
	width:950px;
	text-decoration:none;
	}

#pants .bana_inc a{
	text-decoration:none;
	}
	
	
#pants .bana_inc .bnr_l {
	float:left;
	width:460px;
	margin-left: 10px;
	list-style:none;
	font-size:16px;
		text-decoration:none;
	}
#pants .bana_inc .bnr_r {
	float:left;
	width:460px;
	margin-left: 10px;
	list-style:none;
	font-size:16px;
		text-decoration:none;
	}

#pants .bana_inc .bnr_l a {
		text-decoration:none;
	}
#pants .bana_inc .bnr_r a {
		text-decoration:none;
	}
	
#pants .bana_inc .priceA  {
	color:#e4004f;
	float: right;
	font-weight:bold;
	font-size:24px;
	list-style:none;
	padding: 5px 0 10px 0;}

#pants .bana_inc .priceA span {
	font-size:14px;}

#pants .bana_inc .priceB {
	color:#4a4a4a;
	float: right;
	font-weight:bold;
	font-size:20px;
	text-decoration:line-through;
}

#pants .bana_inc .priceB span {
	font-size:12px;
}

#pants .bana_inc .title  {
	color:#3E2904;
	text-align: right;
	font-weight: bold;
	font-size:26px;
}
	

#pants .bana_inc .priceC  {
	color:#e4004f;
	float: right;
	font-weight:bold;
	font-size:16px;
	list-style:none;
	padding: 5px 0 10px 0;}
	
	
#pants .bana_inc .bnr {
	width: 500px;
	font-size:24px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	color:#ffffff;
	background-color:#75542d;
	margin: 0 auto;
	text-align: center;
}
	
#pants .bana_inc .bnr a{
	color:#ffffff;
}
	
#pants .bana_inc .bnr a:hover{
	text-decoration: none;	
}
	
#pants .bana_inc .bnr:hover{
	color:#ffffff;
	background-color:#a5845d;
	text-decoration: none;	
}
	
#pants .bana_inc .bnrB {
	width: 400px;
	font-size:24px;
	font-weight:bold;
	padding:10px;
	color:#ffffff;
	background-color:#75542d;
	text-align: center;
	margin:0 35px 20px 35px;
}
	
	
#pants .bana_inc .bnrB a{
	color:#ffffff;
}
	
#pants .bana_inc .bnrB a:hover{
	text-decoration: none;	
}
	
#pants .bana_inc .bnrB:hover{
	color:#ffffff;
	background-color:#a5845d;
	text-decoration: none;	
}
	

	
	
#pants .bana_inc .lineB {
	border: 3px solid #be1800;
	margin:0 0 5px 0;
	}
	
#pants .bana_inc .lineA {
	border: 1px solid #be1800;
	margin:5px 0 30px 0;
	}
	
	

#pants .bana_inc .navA {
  list-style: none;
  overflow: hidden; 

}
	
	
#pants .bana_inc .navA ul {
	-webkit-padding-start: 5px;
	margin: 20px 0 20px 0;

}
	
#pants .bana_inc .navA li {
  width: 116px;
  text-align: center;
	color:#555246 ;
  background-color: #FDE5EA;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
  text-decoration:none;
  list-style: none;
}
 
#pants .bana_inc .navA li a {
  text-decoration: none;
  color: #555246;
 background-color: #FDE5EA;
  font-weight: bold;
	font-size:14px;
}
	
#pants .bana_inc .navA li :hover{
  width: 116px;
  text-align: center;
  color:#ffffff ;
  background-color: #F394A8;
  float: left;
  text-decoration:none;
  list-style: none;
}
	

/*--------------------------
	footer_nav
--------------------------*/
#pants .footer_nav{
	overflow:hidden;
	padding:10px 0 20px;
	/*border-top:2px solid #ccc;*/
}

#pants .footer_nav ul{
	float:left;
	width: 30%;
    margin: 0 2% 0 0;
	-webkit-padding-start: 10px;
	list-style: none;
	
}

#pants .footer_nav ul:last-child{
	margin:0;
}

#pants .footer_nav ul li:first-child{
	padding:0 0 5px 5px;	
}

#pants .footer_nav ul li.line{
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
    color: #736357;
	font-size:16px;
	font-weight:bold;
}

#pants .footer_nav ul li.sale a{
	padding: 8px 0;
    color: #736357;
	font-size:16px;
	font-weight:bold;
}

#pants .footer_nav ul li.sale a:before{
	border:none;
}

#pants .footer_nav ul li a{
	position:relative;
	display:block;
	padding:8px 0 8px 16px;
	color:#736357;
	font-size:13px;
}

#pants .footer_nav ul li a::before{
	position:absolute;
	top:0;
	bottom:0;
	left:3px;
	width:4px;
	height:4px;
	margin:auto;
	content:"";
	border-top:2px solid #b3b3b3;
	border-right:2px solid #b3b3b3;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

#pants .footer_nav ul li a:hover{

}


/*--------------------------
	footer
--------------------------*/
#pants footer{
	padding:20px 0 10px;
	border-top:1px solid #ccc;
	
}

#pants .pagetop{
	width:90px;
	margin-left: auto;
	margin-bottom:20px;
}

#pants footer ul{
	overflow:hidden;
	width: 730px;
	margin:0 auto 20px;
    font-size: 10px;
}

#pants footer ul li{
	float:left;
	background:url(../images/bg_arrow.gif) no-repeat;
	background-position:left center;
}

#pants footer ul li a{
	padding:5px 5px 5px 12px;
	display:block;
	color:#0066CC;
	text-decoration:underline;
}

#pants footer ul li a:hover{
	color:#00ccff;
}

#pants #copyright{
	text-align:center;
	color:#9d9d9d;
	font-size:11px;
}
	

#pants .bana_inc .copy {
	width: 430px;
	font-size: 26px;
	font-weight: bold;
    text-align: center ;
	color: #6E4C11;
	background-color: #FFF7E9;

    }
	
#pants .bana_inc .two_box {
    margin: 30px 0;
	text-decoration:none;

    }

	
	
#pants .bana_inc .moreA {
	width: 400px;
	float: right;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	background-color: #FD7702;
	margin-bottom: 30px;
	padding:14px 10px;
	font-size:24px;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	text-decoration: none;
    }


#pants .bana_inc .moreA:hover{
	    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
	
	
#pants .bana_inc .moreB {
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	background-color: #5E4519;
	margin: 5px;
	padding: 5px;
	font-size:18px;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	text-decoration: none;}
	
#pants .bana_inc .moreB:hover{
	    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
	
	
	
#pants .bana_inc .boxA {
	width: 950px;
	float:left;
	margin: 30px 0 5px 0;
    display: table;
    background: #FFF7E9;


}
#pants .bana_inc .boxB_item {	
	width:230px; 
	margin-left: 6px;
	float:left;
	list-style:none;
	font-size:16px;
    background: #FFF7E9;
	
}

#pants .bana_inc .boxB_item a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}
	
	
#pants .bana_inc .boxB_item a:hover {

}
		
#pants .bana_inc .title_A {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #6E4C11;
}	

#pants .bana_inc .catebox {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 20px 0;	
	background-color: #caea30;
}

#pants .bana_inc .catebox_sub {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 30px 0;
	border-bottom: 3px solid #2B2B2B;
}



/*- nav_01 -*/
#pants .bana_inc .nav_01 ul{
	overflow: hidden;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

#pants .bana_inc .nav_01 ul li{
	float: left;
    width: 236px;
    height: 60px;
    font-weight: bold;
    border-right: 1px dotted #ccc;
}

#pants .bana_inc .nav_01 ul li:first-child{
    border-left: 1px dotted #ccc;
}

#pants .bana_inc .nav_01 ul li a{
	display:block;
	padding: 10px 0px 10px 12px;
	color:#505050;
	font-size: 17px;
}

#pants .bana_inc .nav_01 ul li a:hover{
	text-decoration:underline;
}

#pants .bana_inc .nav_01 ul li a span{
	color:#8a8989;
	font-size:10px;
	font-weight:normal;
}

#pants .bana_inc .nav_01 ul li{
	position: relative;
	display: inline-block;
}
#pants .bana_inc .nav_01 ul li:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 7px;
	height: 7px;
	margin: auto;
	content: "";
	
	border-top: 1px solid #656565;
	border-right: 1px solid #656565;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* nav_01 no_arrow */
#pants .bana_inc .no_arrow ul li{
	height:auto;
}

#pants .bana_inc .no_arrow ul li a{
	padding:0;
}

#pants .bana_inc .no_arrow ul li a img{
	width:100%;
	height:auto;
}

#pants .bana_inc .no_arrow ul li:before{
	display:none;
}


/*- nav_02 -*/
#pants .bana_inc .nav_02 ul{
	overflow:hidden;
	letter-spacing: 1px;
}

#pants .bana_inc .nav_02 ul li{
	float:left;
	margin:0 0 7px 0;
	border-right:1px solid #ccc;
}

#pants .bana_inc .nav_02 ul li:first-child{
	border-left:1px solid #ccc;
}

#pants .bana_inc .nav_02 ul li a{
	display:block;
    padding: 1px 16px;
	font-size:12px;
}

#pants .bana_inc .nav_02 ul li a:hover{
	text-decoration:underline;
}

#pants .bana_inc h4{
    padding: 7px 16px 4px;
	margin:0 0 10px 0;
	color:#505050;
	font-size:17px;
	background:#ececec;
	border-bottom:1px solid #ccc;
}


