@charset "Shift_JIS";

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
/* (総合トップ・Hanesトップ・Championトップ)共通 */
#header {
	background: #fff;
}
#header #header_top {
	width: 1040px;
	padding: 0 20px 10px 20px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
#top #header #header_top {
	position: relative;
	overflow: inherit;
	padding: 0 20px;
}
#header .left_block_ {
	float: left;
}
#header #headline_ {
	color: #919191;
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-top: 5px;
}
#top #header #headline_ {
	text-align: center;
	padding: 6px 0 5px;
	margin: 0;
}
#header #sitelogo {
	padding: 0;
	margin: 28px 0 0 0;
}
#header #inter_btn_ {
	margin-top: 6px;
}
#header .right_block_ {
	float: right;
	width: 800px;
}
#header .right_block_ .top_block_ {
	margin: 0 0 10px;
}
#header .right_block_ .top_block_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header #globalnav {
	float: right;
	display: inline;
}
#top #header #globalnav {
	position: absolute;
	right: 0;
	top: 0;
}
#header #globalnav li {
	float: left;
	text-align: center;
	border-right: 1px solid #767676;
	background-color:  #767676;
}
#header #globalnav li#gnav_mail {
	position: relative;
	border-right: none;
}
#header #globalnav li#gnav_cart {
	text-align: left;
	background-color: #E91B00;
	border-right: none;
}
#header #globalnav li a {
	display: block;
	width: 132px;
	height: 34px;
	padding: 7px 0 5px;
	color: #fff;
}
#header #globalnav li p {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 2px;
    background: url(../img/usr/header/nav_mypage.png) no-repeat 20px 50%/27px;
}
#header #globalnav li span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
}
#header #globalnav li#gnav_cart a {
	position: relative;
	width: 110px;
	height: 34px;
}
#header #globalnav li#gnav_cart p {
    background: url(../img/usr/header/nav_cart.png) no-repeat 14px 70%/36px;
}
#header #globalnav li a:hover {
	text-decoration: none;
}
#header #globalnav li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity: 1;
}
#header #globalnav li#gnav_help.active {
	background: #b082b0;
}
#header #globalnav li#gnav_help ul {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 360px;
	padding: 13px 0 14px 10px;
	background: #b082b0;
	z-index: 2;
}
#header #globalnav li#gnav_help ul li {
	float: left;
	margin: 0 10px;
	border: none;
	background: none;
}
#header #globalnav li#gnav_help ul li a {
	color: #fff;
	width: auto;
	height: auto;
	padding: 0 0 0 20px;
	background: url(../img/usr/top/arrow_white_r.png) left center no-repeat;
}
#header #globalnav li#gnav_cart #jscart_replace_ {
	width: 2em;
	height: auto;
	position: absolute;
	top: 10px;
	left: 19px;
	padding-top: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#header #h_info {
	clear: both;
	float: right;
	margin: 14px 0 0;
}
#c10 #header #h_info,
#c20 #header #h_info,
#c30 #header #h_info {
	clear: none;
	float: left;
}
#header #h_info li a{
	font-size: 12px;
	padding-left: 24px;
	font-weight: bold;
	color: #5f5f5f;
	/* background: url(../img/usr/header/h_info01.png) left bottom no-repeat/18px; */
    background-image: url(../img/usr/header/h_info01.png);
    background-position: left bottom;
    background-size: 18px auto;
    background-repeat: no-repeat;
}
#header #h_info li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#header #h_info li span{
	font-size: 15px;
}
#header #header_link_ {
	border-top: 1px solid #eae8df;
}
#header #header_link_ ul {
	overflow: hidden;
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
#header #header_link_ li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}
#header #header_link_ li.hanes_ {
	float: left;
	border-left: 1px solid #eae8df;
	border-right: 1px solid #eae8df;
}
#header #header_link_ li.champion_ {
	float: right;
	padding: 11px 10px 10px 10px;
	border-right: 1px solid #eae8df;
}
#header #header_link_ li a {
}
#header #header_link_ li.hanes_ a {
	display: block;
	text-align: right;
	padding: 11px 20px 10px 20px;
}
#header #header_link_ li.champion_ a {
	float: right;
	margin-left: 10px;
}
#header #header_link_ li a:hover {
	text-decoration: none;
	background: #f3f3f3;
}
#header #header_link_ li.champion_ > img {
	padding: 4px 0 3px;
}
#header #header_link_ li span {
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	color: #000000;
	font-size: 10px;
	padding: 3px 30px;
	background: url(../img/usr/header/arrow_black_r.png) right center no-repeat;
}
#header_middle {
	position: relative;
}
#header_middle:after {
}
#header_middle .inner_ {
	position: relative;
	width: 1040px;
	height: 46px;
	padding: 0 20px;
	margin: 0 auto;
}
#header_middle .inner_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header_middle #categorynav {
	float: left;
}
#header_middle #categorynav h2 {
	float: left;
	padding: 9px 0 8px 0;
	margin: 0 15px 0 0;
	line-height: 1;
}
#header_middle #categorynav h2 p {
	display: inline-block;
	padding: 2px 0 2px 6px;
	border-left: 2px solid #d82b16;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#header_middle #categorynav h2 p span {
    display: block;
    font-size: 10px;
    margin-top: 3px;
	font-weight: normal;
}
#header_middle .categorynav_border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0px;
	height: 3px;
	margin-left: 20px;
	background: #d82b16;
}
#header_middle .link_brand_ {
	width: 173px;
	position: relative;
	float: left;
	height: 46px;
	padding: 9px 10px 0 10px;
	background: #c4c4c4;
	box-sizing: border-box;
}
#header_middle .link_brand_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header_middle #link_change_brand_ {
	border-right: 1px solid #000;
}
/*#header_middle .link_brand_ p {
	float: right;
}*/
#header_middle .link_brand_ p.img_ {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/usr/header/arrow_white_b.png) right center no-repeat;
}
#header_middle .link_brand_.open_ p.img_ {
	background: url(../img/usr/header/arrow_white_t.png) right center no-repeat;
}
#header_middle .link_brand_ p.img_ img {
	width: auto;
	height: 30px;
}
#header_middle #link_change_brand_ p.img_ {
	padding: 5px 30px 5px 10px;
}
#header_middle #link_change_brand_polo p.img_ {
    padding: 0px 25px 0px 15px;
}
#header_middle #link_change_brand_ p.img_ img {
	width: 100%;
	height: auto;
}
#header_middle .link_brand_ .txt_ {
	font-size: 10px;
	text-align: center;
	line-height: 1.4;
	padding-right: 10px;
	background: url(../img/usr/header/hanes/arrow_gray_r.png) 95% center no-repeat;
}
#header_middle .link_brand_ .link_area_ {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 10px;
	background: #c4c4c4;
	box-sizing: border-box;
	z-index: 1000;
}
#header_middle .link_brand_ .link_area_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header_middle .link_brand_ .link_area_ li {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
#header_middle .link_brand_ .link_area_ li:last-child {
    margin-bottom: 0;
}
#header_middle .link_brand_ .link_area_ li a {
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #003f8f;
    padding: 4px 0;
}
#header_middle .link_brand_ .link_area_ li:last-child a {
	background: #003f8f;
	color: #fff;
}
#header_middle #link_change_brand_polo .link_area_ li a {
	background: #002856;
}
#header_middle .link_brand_ .link_area_ li a:before {
    content: "";
    position: absolute;
    background: #003f8f;
    display: block;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 100%;
}
#header_middle .link_brand_ .link_area_ li a:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    right: 15px;
    width: 3px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#header_middle .link_brand_ .link_area_ li:last-child a:before {
	background: #fff;
    right: 6px;
}
#header_middle .link_brand_ .link_area_ li:last-child a:after {
    border-left: 3px solid #003f8f;
    right: 6px;
}
#header_middle #link_change_brand_polo .link_area_ li a:before {
    right: 6px;
}
#header_middle #link_change_brand_polo .link_area_ li a:after {
    right: 6px;
    border-left: 3px solid #002856;
}
#header_middle .link_brand_ .link_area_ li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
/*#header_middle .link_brand_ .link_area_ li:first-child {
	float: left;
}
#header_middle .link_brand_ .link_area_ li:last-child {
	float: right;
}*/
#header_middle .subcategory_ {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 30px 0;
	background-color:  rgba(33, 33, 33, 0.95);
	z-index: 100;
}
#c20 #header_middle .subcategory_ {
	background-color:  rgba(5, 28, 56, 0.95);
	background-color: #051c38\9;
}
#c30 #header_middle .subcategory_ {
	background-color:  rgba(0, 65, 142, 0.95);
  background-color: r
	background-color: #00418e\9;
}

#header .bottom_block_ #trend_keyword_ {
	overflow: hidden;
	float: right;
}
#header .bottom_block_ #search_box_ {
	overflow: hidden;
	float: left;
}
#header .bottom_block_ #search_box_ form {
	position: relative;
	float: left;
	width: 213px;
}
#header .bottom_block_ #search_box_ input[type=image] {
	float: left;
	text-align: center;
	padding: 7px 7px 7px 6px;
	background: #424242;
}
#header .bottom_block_ #search_box_ .keyword_ {
	float: left;
	font-size: 12px;
	width: 174px;
	height: 24px;
	padding: 0 6px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#header .bottom_block_ #search_box_ .placeholder_ {
	position: absolute;
	top: 4px;
	left: 7px;
	font-size: 10px;
}
#header .bottom_block_ #search_box_ .to_searchdetail {
	float: left;
}
#header .bottom_block_ #search_box_ .to_searchdetail a {
	display: block;
	color: #181818;
	padding: 3px 12px;
}

#header .bottom_block_ #trend_keyword_ {
}
#header .bottom_block_ #trend_keyword_ dt {
}
#header .bottom_block_ #trend_keyword_ dt,
#header .bottom_block_ #trend_keyword_ dd {
	float: left;
	font-size: 10px;
}
#header .bottom_block_ #trend_keyword_ dd a {
	display: block;
	padding: 0 15px;
}
#header .bottom_block_ #trend_keyword_ dd a:hover {
	text-decoration: underline;
}
#header .bottom_block_ #trend_keyword_ dd.last_ a {
	padding-right: 0;
	border-right: none;
}
#header .bottom_block_ #trend_keyword_ dd a:hover {
	text-decoration: none;
}

/**/

/* タブ */
#header #header_bottom {
	position: relative;
	background: #fffffff;
}
#header #header_bottom .inner_ {
	width: 1040px;
	padding: 10px 20px 0;
	margin: 0 auto;
}
#header #header_bottom .inner_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header #header_bottom .header_tab_ {
	float: left;
	font-size: 0;
}
#header #header_bottom .header_tab_ > ul > li {
	display: inline-block;
	vertical-align: bottom;
	width: 140px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background-color: #ffffff;
	background-image: url(../img/usr/header/arrow_black_b.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
#header #header_bottom .header_tab_ > ul > li:first-child {
	margin-left: 0;
}
#header #header_bottom .header_tab_ > ul > li.active_,
#header #header_bottom .header_tab_ > ul > li:hover {
	background-color: #f3f3f3;
	background-image: url(../img/usr/header/arrow_black_t.png);
}
#header #header_bottom .header_tab_ > ul > li .ttl_ {
	position: relative;
	padding: 10px 0;
}
#header #header_bottom .header_tab_ > ul > li:hover .ttl_:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #d82b16;
}
#header_bottom .header_tab_contents_ {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 50px;
	padding: 16px 0 15px;
	background: #f3f3f3;
	box-sizing: border-box;
	z-index: 100;
}
#header_bottom .tab_contents_ {
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
#header_bottom .tab_contents_ li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
}
#header_bottom .tab_contents_ li a {
	color: #333;
	font-size: 12px;
}

/*----------------------------------------------------------------------------------------
チャンピオングローバルナビ内
----------------------------------------------------------------------------------------*/

#header_middle .subcategory_ .inner_ {
	width: 1040px;
	overflow: hidden;
	height: auto;
	
}

#header_middle .subcategory_ .inner_ .subcategory_title {
	float: left;
	width: 140px;
	height: 68px;
	background-color: #051c38;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 32px;
}
#c30 #header_middle .subcategory_ .inner_ .subcategory_title{
  background-color: #00377B;
}
#header_middle .subcategory_ .inner_ .subcategory_title span {
	font-size: 9px;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap {
	width: 845px;
	float: right;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content-title {
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fff;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content-title-topspace {
	margin-top: 30px;
}

#header_middle .subcategory_ .clearfix {
  display: block;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content {
	width: 845px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content li {
	float: left;
	margin-right: 11px;
	color: #fff;
	font-size: 11px;
	width: 158px;
	box-sizing: border-box;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content li:last-child {
	margin-right: 0;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content li a {
	color: #fff;
}

#header_middle .subcategory_ .inner_ .subcategory_content-wrap .subcategory_content li a:hover {
	color: #d50000;
	text-decoration: underline;
}

#header_middle .subcategory_ .inner_ .subcategory_banner-wrap {
	width: 845px;
	height: auto;
	padding: 15px;
	background-color: #fff;
	margin-top: 6px;
	position: relative;
	box-sizing: border-box;
	display: none;
}

#header_middle .subcategory_ .inner_ .subcategory_banner-wrap-m1-h {
	display: block;
}

#header_middle .subcategory_ .inner_ .subcategory_banner-wrap-m1 {
	display: block;
}


/*バナー噴出し位置*/

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow {
	position: absolute;
	top: -16px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m1 {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m2 {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m3 {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m4 {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m5 {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m6 {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m7 {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m8 {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m9 {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m10 {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m11 {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m12 {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m13 {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m14 {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m15 {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m16 {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m17 {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m18 {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m19 {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m20 {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w1 {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w2 {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w3 {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w5 {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w6 {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w7 {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w8 {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w9 {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w10 {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner {
	width: 100%;
	overflow: hidden;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_img {
	width: 330px;
	float: left;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_img img {
	width: 330px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents {
	float: right;
	width: 470px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents p {
	color: #053837;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents ul {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents ul li {
	float: left;
	color: #051c38;
	margin-right: 6px;
    width: 150px;
    font-size: 11px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents ul li:last-child {
	margin-right: 0;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents ul li a {
	color: #051c38;
}

#header_middle .subcategory_ .inner_ .subcategory_banner .subcategory_banner_contents ul li a:hover {
	color: #d50000;
	text-decoration: underline;
}

#header_middle .subcategory_ ul {
	/*float: left;*/
	margin: 0 0 0 60px;
}
#header_middle .subcategory_ li {
	margin: 0 0 10px 0;
}
#header_middle .subcategory_ li a {
	color:  #fff;
	padding-left: 15px;
	background: url(../img/usr/header/hanes/arrow_red_r.png) left center no-repeat;
}
#header_middle .subcategory_ li a:hover {
	color:  #757575;
}
#header .bottom_block_ {
}
#header .bottom_block_ .inner_ {
	overflow: hidden;
	width: 100%;
}

/*----------------------------------------------------------------------------------------
Hanesグローバルナビ内
----------------------------------------------------------------------------------------*/

#c10 #header_middle .subcategory_ .inner_ .subcategory_title {
    background-color: #141414;
}

/*バナー噴出し位置*/

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m1-h {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m2-h {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m3-h {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m4-h {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m5-h {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m6-h{
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m7-h {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m8-h {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m9-h {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m10-h {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m11-h {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m12-h {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m13-h {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m14-h {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m15-h {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m16-h {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m17-h {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m18-h {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m19-h {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-m20-h {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w1-h {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w2-h {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w3-h {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w4-h {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w5-h {
	left: 696px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w6-h {
	left: 22px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w7-h {
	left: 191px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w8-h {
	left: 359px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w9-h {
	left: 528px;
}

#header_middle .subcategory_ .inner_ .subcategory_banner_arrow-w10-h {
	left: 696px;
}

/* Hanesトップ */
#c10 #header #header_top {
	padding-bottom: 10px;
}
#c10 #header #sitelogo {
	margin-top: 22px;
}
#c10 #header_middle {
	background: #212121;
}
#c10 #header .bottom_block_ {
}
#c10 #header .bottom_block_ #search_box_ .keyword_ {
	color: #212121;
	border: 1px solid #424242;
}

#c10 #header .bottom_block_ #search_box_ .placeholder_ {
	color: #212121;
}
#c10 #header .bottom_block_ #search_box_ .to_searchdetail a {
	background: url(../img/usr/header/arrow_black_r2.png) right center no-repeat;
}
#c10 #header .bottom_block_ #search_box_ .to_searchdetail {
    float: left;
		margin-left: 8px;
}
#c10 #header .bottom_block_ #trend_keyword_ dt,
#c10 #header .bottom_block_ #trend_keyword_ dd {
}
#c10 #header .bottom_block_ #trend_keyword_ dt {
	margin: 3px 10px 0 0;
}
#c10 #header .bottom_block_ #trend_keyword_ dd {
	color: #fff;
	background-color: #454545;
	border: 1px solid #5e5e5e;
	border-radius: 2px;
	margin-right: 10px;
}
#c10 #header .bottom_block_ #trend_keyword_ dd.last_ {
	margin-right: 0;
}
#c10 #header .bottom_block_ #trend_keyword_ dd a {
	color: #fff;
	text-decoration: none;
	background: url(../img/usr/header/hanes/arrow_right.png) right center no-repeat;
	background-size: auto 6px;
	margin-right: 8px;
	padding: 3px 12px;
}
#c10 #header .bottom_block_ #trend_keyword_ dd.last_ a {
	padding: 3px 12px;
}
#c10 #header .bottom_block_ #trend_keyword_ {
}

#c10 #header .bottom_block_ #trend_keyword_ dd a:hover {
	text-decoration: underline;
}


/**/

/* Championトップ */
#c20 #header .bottom_block_ #search_box_ input[type=image],
#c30 #header .bottom_block_ #search_box_ input[type=image] {
	background: #051c38;
}
#c20 #header_middle {
	background: #051c38;
}
#c20 #header_middle #link_change_brand_,
#c30 #header_middle #link_change_brand_ {
	padding: 9px 20px 0 20px;
	background: #eae8df;
}
#c20 #header_middle #link_change_brand_ p.img_,
#c30 #header_middle #link_change_brand_ p.img_ {
	padding-right: 0;
	margin-top: 2px;
	background: none;
}
#c20 #header_middle #link_change_brand_ p.txt_ ,
#c30 #header_middle #link_change_brand_ p.txt_ {
	color: #424242;
	background: url(../img/usr/header/hanes/arrow_gray_r.png) right center no-repeat;
}
#c20 #header .bottom_block_ #search_box_ .placeholder_ ,
#c30 #header .bottom_block_ #search_box_ .placeholder_ {
	color: #8a8a8a;
}
#c20 #header .bottom_block_ #search_box_ .to_searchdetail a {
	color: #051c38;
	background: url(../img/usr/header/champion/arrow_right.png) right center no-repeat;
}
#c20 #header .bottom_block_ #trend_keyword_ dt,
#c20 #header .bottom_block_ #trend_keyword_ dd {
	color: #051c38;
}
#c20 #header .bottom_block_ #trend_keyword_ dt ,
#c30 #header .bottom_block_ #trend_keyword_ dt {
	padding-top: 3px;
	margin-right: 10px;
}
#c20 #header .bottom_block_ #trend_keyword_ dd ,
#c30 #header .bottom_block_ #trend_keyword_ dd {
	background-color: #1f3b5e;
	border: 1px solid #051c38;
	border-radius: 3px;
	margin-right: 10px;
}
#c20 #header .bottom_block_ #trend_keyword_ dd.last_ ,
#c30 #header .bottom_block_ #trend_keyword_ dd.last_ {
	margin-right: 0;
}
#c20 #header .bottom_block_ #trend_keyword_ dd a,
#c30 #header .bottom_block_ #trend_keyword_ dd a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 5px;
	background: url(../img/usr/header/champion/arrow_white_r2.png) right center no-repeat;
	margin-right: 8px;
	padding: 3px 12px 3px 6px;
}
#c20 #header .bottom_block_ #trend_keyword_ dd a:hover ,
#c30 #header .bottom_block_ #trend_keyword_ dd a:hover {
	text-decoration: underline;
}
#c20 #header .bottom_block_ #trend_keyword_ dd.last_ a ,
#c30 #header .bottom_block_ #trend_keyword_ dd.last_ a {
	border-right: none;
}
#c20 #header #header_bottom ,
#c30 #header #header_bottom {
	background: #fff;
}
#c20 #header #header_bottom .header_tab_ ,
#c30 #header #header_bottom .header_tab_ {
	padding: 10px 10px 0 22px;
}
#c20 #header #header_bottom .header_tab_.casual_ ,
#c30 #header #header_bottom .header_tab_.casual_ {
	padding: 9px 9px 0 21px;
	background: #ffffff;
	border-top: 1px solid #c2c1c1;
	border-left: 1px solid #c2c1c1;
	border-right: 1px solid #c2c1c1;
}
#c20 #header #header_bottom .header_tab_ > h2 ,
#c30 #header #header_bottom .header_tab_ > h2 {
	display: inline-block;
	vertical-align: top;
	margin: 5px 22px 0 0;
}
#c20 #header #header_bottom .header_tab_ > ul ,
#c30 #header #header_bottom .header_tab_ > ul {
	display: inline-block;
	vertical-align: bottom;
}
#c20 #header #header_bottom .header_tab_ > ul > li ,
#c30 #header #header_bottom .header_tab_ > ul > li {
	width: 130px;
	background-color: #fff;
}

#c20 #header #header_bottom .header_tab_.casual_ > ul > li, 
#c30 #header #header_bottom .header_tab_.casual_ > ul > li {
    width: 128px;
    background-color: #fff;
    border-right: 1px solid #c2c1c1;
    border-top: 1px solid #c2c1c1;
    border-left: 1px solid #c2c1c1;
}

#c20 #header #header_bottom .header_tab_.sports_ ,
#c30 #header #header_bottom .header_tab_.sports_ {
	float: right;
    background: #00418f;
    padding: 10px 10px 0 22px;
}
#c20 #header #header_bottom .header_tab_contents_ ,
#c30 #header #header_bottom .header_tab_contents_ {
	background: #eae8df;
}
#header #header_bottom .sports_ .header_tab_contents_{
  text-align: right;
}
#c20 #header #header_bottom .header_tab_ > ul > li.active_,
#c20 #header #header_bottom .header_tab_ > ul > li:hover,
#c30 #header #header_bottom .header_tab_ > ul > li.active_,
#c30 #header #header_bottom .header_tab_ > ul > li:hover {
	background-color: #eae8df;
	background-image: url(../img/usr/header/arrow_black_t.png);
}
/**/

/* Championスポーツ */
#c30 #header {
	background: #00418e;
}
#c30 #header_top {
	background: #00418e;
}
#c30 #header .bottom_block_ #search_box_ .to_searchdetail a {
	color: #fff;
	background: url(../img/usr/header/champion/arrow_white_r2.png) right center no-repeat;
}
#c30 #header .bottom_block_ #trend_keyword_ dt,
#c30 #header .bottom_block_ #trend_keyword_ dd {
	color: #fff;
}
#c30 #header .bottom_block_ #trend_keyword_ dd {
	border: 1px solid #fff;
	background: none;
}
#c30 #header_middle {
	background: #00418e;
}

/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
/* (総合トップ・Hanesトップ・Championトップ)共通 */
.visual_ {
	position: relative;
	overflow: hidden;
	height: 400px;
	background: #d82b16;
	margin-bottom: 52px;
}
.visual_ .inner_ {
	position: relative;
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
.visual_ .bx-wrapper {
	background: #fff;
}
.visual_ .bx-viewport {
	overflow: inherit !important;
}
.visual_ .bx-pager {
	position: absolute;
	left: 0;
	bottom: -32px;
	width: 1040px;
	padding: 0 20px;
	text-align: center;
	z-index: 1000;
}
.visual_ .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 4px;
	vertical-align: bottom;
}
.visual_ .bx-pager .bx-pager-item a {
	display: block;
	width: 50px;
	height: 15px;
	text-indent: -9999px;
	background: url(../img/usr/mainslider/common/pager.png) center center no-repeat;
}
.visual_ .bx-pager .bx-pager-item a.active {
	background: url(../img/usr/mainslider/common/pager_active.png) center center no-repeat;
}
.visual_ .bx-prev,
.visual_ .bx-next {
	position: absolute;
	width: 47px;
	height: 100%;
	top: 0;
	text-indent: -9999px;
	z-index: 3;
}
.visual_ .bx-prev {
	left: 0;
	background: url(../img/usr/mainslider/common/prev.png) right center no-repeat;
}
.visual_ .bx-prev:hover {
	background-position: left center;
}
.visual_ .bx-next {
	right: 0;
	background: url(../img/usr/mainslider/common/next.png) left center no-repeat;
}
.visual_ .bx-next:hover {
	background-position: right center;
}
.visual_ .slider_bg_ {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50%;
  width: 100%;
}
.visual_ .slider_bg_ img{
  width: 100%;
  -webkit-filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.07));
  -moz-filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.07));
}
/**/

/* hanesトップ */
#c10 .visual_ {
	background: #bdbdbd;
}
#c10 .visual_ #headline_,
#c20 .visual_ #headline_ ,
#c30 .visual_ #headline_ {
	height: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#c10 .visual_ .bx-prev,
#c20 .visual_ .bx-prev ,
#c30 .visual_ .bx-prev {
	left: 17px;
	background: url(../img/usr/mainslider/common/brand_prev.png) right center no-repeat;
}
#c10 .visual_ .bx-next,
#c20 .visual_ .bx-next ,
#c30 .visual_ .bx-next {
	right: 17px;
	background: url(../img/usr/mainslider/common/brand_next.png) left center no-repeat;
}

#c10 .visual_ .slider_left_,
#c10 .visual_ .slider_right_ {
	position: absolute;
	bottom: 0;
	width: 775px;
	height: 400px;
	background: rgba(194,194,195,0.5);
	background: #c2c2c3\9;
}
#c10 .visual_ .slider_left_ {
	left: -755px;
}
#c10 .visual_ .slider_right_ {
	right: -755px;
}

/* hanesトップ */
#c20 .visual_ ,
#c30 .visual_ {
	background: #fff;
}
#c20 .visual_ .inner_ ,
#c30 .visual_ .inner_ {
}
#c20 .visual_ .slider_left_,
#c20 .visual_ .slider_right_,
#c20 .visual_ .slider_left_,
#c20 .visual_ .slider_right_ {
	position: absolute;
	bottom: 0;
	width: 775px;
	height: 400px;
	background: rgba(194,194,195,0.5);
	background: #c2c2c3\9;
}
#c20 .visual_ .slider_left_ ,
#c30 .visual_ .slider_left_ {
	left: -755px;
}
#c20 .visual_ .slider_right_ ,
#c30 .visual_ .slider_right_ {
	right: -755px;
}

/**/

/* --------------------------------------------------------------------
	ユーザー定義　ブランド別ナビ
--------------------------------------------------------------------- */
.brand_nav_ {
	width: 1040px;
	height: 176px;
	margin: 0 auto 48px auto;
}
.brand_nav_:after {
	content: '';
	clear: both;
}
.brand_nav_ .brand_hanes_ {
	position: relative;
	float: left;
	width: 510px;
}
.brand_nav_ .brand_champion_ {
	position: relative;
	float: right;
	width: 510px;
}
.brand_nav_ .brand_hanes_ h2,
.brand_nav_ .brand_champion_ h2 {
	text-align: center;
	margin-bottom: 8px;
}
.brand_nav_ .brand_champion_ h2 {
	padding-top: 3px;
}
.brand_nav_ .brand_hanes_ > ul,
.brand_nav_ .brand_champion_ > ul {
}
.brand_nav_ .brand_hanes_ > ul:after,
.brand_nav_ .brand_champion_ > ul:after {
	content: '';
	clear: both;
}
.brand_nav_ .brand_hanes_ > ul > li,
.brand_nav_ .brand_champion_ > ul > li {
	float: left;
	border-right: 1px solid #c9c4b3;
	background:  #f5f3e9;
}
.brand_nav_ .brand_hanes_ > ul > li:hover,
.brand_nav_ .brand_champion_ > ul > li:hover {
	background:  #e2ddc7;
}
.brand_nav_ .brand_hanes_ li.link_online_,
.brand_nav_ .brand_champion_ li.link_online_ {
	border: none;
	position:relative;
}
.brand_nav_ .brand_hanes_ > ul > li > a,
.brand_nav_ .brand_hanes_ > ul > li > span,
.brand_nav_ .brand_champion_ > ul > li > a,
.brand_nav_ .brand_champion_ > ul > li > span {
	display: table-cell;
	width: 84px;
	height: 114px;
	padding-bottom: 30px;
	text-align: center;
	vertical-align: bottom;
}
.brand_nav_ .brand_hanes_ > ul > li > a,
.brand_nav_ .brand_hanes_ > ul > li > span {
	background: url(../img/usr/top/arrow_hanes.png) center 124px no-repeat;
}
.brand_nav_ .brand_champion_ > ul > li > a,
.brand_nav_ .brand_champion_ > ul > li > span {
	background: url(../img/usr/top/arrow_champion.png) center 124px no-repeat;
}
.brand_nav_ .brand_hanes_ > ul > li.link_online_ > a,
.brand_nav_ .brand_champion_ > ul > li.link_online_ > a {
	width: 85px;
}
.brand_nav_ .brand_hanes_ > ul > li.link_online_ > a {
	background: #f16060;
}
.brand_nav_ .brand_champion_ > ul > li.link_online_ > a {
	background: #6d8eb5;
}
.brand_nav_ .brand_hanes_ > ul > li > a:hover img,
.brand_nav_ .brand_champion_ > ul > li > a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity: 1;
}
.brand_nav_ .brand_category_ {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 176px;
	width: 480px;
	padding: 15px 0 7px 30px;
	background: rgba(226,222,200,0.95);
	background: #e2dec8\9;
	z-index: 100;
}
.brand_nav_ .brand_category_ .inner_ {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.brand_nav_ .brand_category_ .inner_ h3 {
	margin-bottom: 12px;
}
.brand_nav_ .brand_category_ .inner_ ul {
}
.brand_nav_ .brand_category_ .inner_ ul li {
	margin-bottom: 8px;
}
.brand_nav_ .brand_category_ .inner_ ul li a {
	color: #000000;
	padding-left: 20px;
	background: url(../img/usr/top/arrow_right.png) left center no-repeat;
}

/* --------------------------------------------------------------------
	トップコメントバナー
--------------------------------------------------------------------- */
/* (Hanesトップ・Championトップ)共通 */
.top_goodscomment3_ {
}
.top_goodscomment3_ .banner_area_ {
	margin: 0 0 30px 0;
}
.top_goodscomment3_ .banner_area_ ul {
	overflow: hidden;
	width: 792px;
}
.top_goodscomment3_ .banner_area_ ul li {
	float: left;
	width: 256px;
	margin: 0 8px 10px 0;
}

/* Hanesトップ */
#c10 .top_goodscomment3_ .banner_area_ h2 {
	padding: 0 0 17px 12px;
	margin: 0 0 15px 0;
	font-size: 15px;
	position: relative;
    font-weight: bold;
	background: url(../img/usr/hanes_bg_h2.gif) left bottom repeat-x;
}
#c10 .top_goodscomment3_ .banner_area_ h2:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #d82b16;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}
#c10 .top_goodscomment3_ .banner_area_ h2:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
}

/* Championトップ */
#c20 .top_goodscomment3_ .banner_area_ h2 ,
#c30 .top_goodscomment3_ .banner_area_ h2 {
	padding: 17px 0 0 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/champion_bg_h2.gif) left top no-repeat;
}

/* --------------------------------------------------------------------
	フリースペースFACEBOOK
--------------------------------------------------------------------- */
/* (Hanesトップ・Championトップ)共通 */
.facebook_ {
	margin: 0 0 40px 0;
}
.facebook_ h2 {
	padding: 0 0 17px 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/hanes_bg_h2.gif) left bottom repeat-x;
}
.facebook_ .inner_ {
}

/* Championトップ */
#c20 .facebook_ h2 ,
#c30 .facebook_ h2 {
	padding: 17px 0 0 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/champion_bg_h2.gif) left top no-repeat;
}

/* --------------------------------------------------------------------
	フリースペースバナー
--------------------------------------------------------------------- */
/* (Hanesトップ・Championトップ)共通 */
.freespace_banner_ {
	margin: 0 0 25px 0;
}
.freespace_banner_ ul {
	overflow: hidden;
	width: 820px;
}
.freespace_banner_ ul li {
	float: left;
	width: 180px;
	margin: 0 20px 15px 0;
}
.freespace_banner_ ul li img {
	width: 100%;
}


/* --------------------------------------------------------------------
	最近見た商品
--------------------------------------------------------------------- */
#sidebox_itemhistory {
}
#sidebox_itemhistory h2 {
	padding: 0 0 17px 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/hanes_bg_h2.gif) left bottom repeat-x;
	text-indent: -9999px;
}
#sidebox_itemhistory h2 span {
	display: block;
	background: url(../img/usr/top/hanes/ttl_recentry.png) left center no-repeat;
}
/* Championトップ */
#c20 #sidebox_itemhistory h2 ,
#c30 #sidebox_itemhistory h2 {
	padding: 17px 0 0 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/champion_bg_h2.gif) left top no-repeat;
}
#c20 #sidebox_itemhistory h2 span ,
#c30 #sidebox_itemhistory h2 span {
	background: url(../img/usr/top/champion/ttl_recentry.png) left center no-repeat;
}

/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
/* (総合トップ・Hanesトップ・Championトップ)共通 */
#footer {
}
#footer #footer_top_ {
	background: #f4f3ee;
}
#footer #footer_top_ .inner_ {
	width: 1040px;
	padding: 60px 20px 60px 20px;
	margin: 0 auto;
}
#footer .footer_link_ {
	overflow: hidden;
	margin: 0 0 40px 0;
}
#footer .footer_link_ li {
	float: left;
	width: 164px;
	margin-left: 36px;
}
#footer .footer_link_ li dt {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}
#footer .footer_link_ li dt p {
    font-size: 16px;
    font-weight: bold;
}
#footer .footer_link_ li .txt_ {
	color: #555555;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 18px;
	margin-bottom: 14px;
}
#footer .about_Delivery{
	background: #eae8df;
	padding: 10px 10px 10px 15px;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
}
#footer .about_Delivery p {
    line-height: 1.2;
    font-weight: bold;
    padding-top: 18px;
    background: url(../img/usr/footer/f_link_img02.png) no-repeat 0px 0/13px;
}
#footer .about_Delivery ul li {
    position: relative;
    width: auto!important;
    margin-left: 25px!important;
    font-weight: bold;
}
#footer .about_Delivery ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #000;
    position: absolute;
    border-radius: 100%;
    top: 5px;
    left: -9px;
}
#footer .footer_link_ li .img_ {
	height: 125px;
	text-align: center;
}
#footer .footer_link_ li .btn_detail_ {
	text-align: center;
}
#footer .footer_link_ li .notice_ {
	height: 125px;
	color: #d82b16;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#footer .footer_link_ li .category_notice_ {
	height: 125px;
	color: #d82b16;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#footer .footer_contact_ {
	overflow: hidden;
}
#footer .footer_contact_ li {
	float: right;
}
#footer .footer_contact_ li:first-child {
	float: left;
}
#footer #footer_middle_ {
	border-bottom: 1px solid #000;
	background: #fff;
}
#footer #footer_middle_ .inner_ {
	overflow: hidden;
	width: 1040px;
	padding: 24px 20px 0 20px;
	margin: 0 auto;
}
#footer #footer_middle_ .inner_ .bottom_border_ {
	overflow: hidden;
	padding-bottom: 24px;
}
#c10 #footer #footer_middle_ .inner_ .bottom_border_,
#c20 #footer #footer_middle_ .inner_ .bottom_border_ ,
#c30 #footer #footer_middle_ .inner_ .bottom_border_ {
	padding-bottom: 0;
	border-bottom: none;
}
#footernav {
	float: left;
}
#footernav li {
	display: inline-block;
	line-height: 14px;
	border-left: 1px solid #000;
}
#footernav li:first-child {
	border-left: none;
}
#footernav li a {
	display: block;
	padding: 0 10px;
	color: #000;
	font-size: 10px;
}
#footernav li:first-child a {
	padding-left: 0;
}
#footernav .about_Delivery {
    display: -webkit-flex;
    display: flex;
    background: #eae8df;
    padding: 10px;
    margin-bottom: 19px;
}
#copyright {
	float: right;
	color:  #000000;
	font-size: 10px;
	letter-spacing: 0.55px;
	line-height: 18px;
}
#footer #footer_bottom_ {
	background: #fff;
}
#footer #footer_bottom_ .inner_ {
	width: 1040px;
	padding: 32px 20px 32px 20px;
	margin: 0 auto;
}
#footer .footer_logo_ {
	display: table;
}
#footer .footer_logo_ li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 54px;
}
#footer .footer_logo_ li:first-child {
	padding-right: 54px;
}
.change_mode_{
	width: 1040px;
	margin: 0 auto;
	text-align: right;
}
.change_mode_ ul {
	float: right;
	width: 472px;
	margin-top: -88px;
}
.change_mode_ li {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
#pagetop_ {
	position: fixed;
	right: 10px;
	bottom: -75px;
	z-index: 100;
}
#pagetop_ img {
	height: 65px;
}
/**/

/* Hanesトップ */
#c10 #footer #footer_top_ {
	background: #fff;
}
#c10 #footer #footer_middle_ {
	background: #212121;
}
#c10 #footer #footer_middle_ .inner_ {
	padding-bottom: 24px;
}
#c10 #footer #footernav li {
	border-color: #fff;
}
#c10 #footer #footernav li a {
	color: #fff;
}
#c10 #footer #copyright {
	color: #fff;
}
/**/

/* Championトップ */
#c20 #footer #footer_top_ ,
#c30 #footer #footer_top_ {
	background: #fff;
}
#c20 #footer #footer_middle_ ,
#c30 #footer #footer_middle_ {
	background: #051c38;
}
#c20 #footer #footer_middle_ .inner_ ,
#c30 #footer #footer_middle_ .inner_ {
	padding-bottom: 24px;
}
#c20 #footer #footernav li ,
#c30 #footer #footernav li {
	border-color: #fff;
}
#c20 #footer #footernav li a ,
#c30 #footer #footernav li a {
	color: #fff;
}
#c20 #footer #copyright ,
#c30 #footer #copyright {
	color: #fff;
}

/* --------------------------------------------------------------------
	ユーザー定義　関連商品
--------------------------------------------------------------------- */
.accessory_list_ {
	margin-bottom: 20px;
}
#c10 .accessory_list_ .accessory_headline_ {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 17px 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/hanes_bg_h2.gif) left bottom repeat-x;
}
#c20 .accessory_list_ .accessory_headline_ ,
#c30 .accessory_list_ .accessory_headline_ {
	color: #051c38;
	font-size: 15px;
	font-weight: bold;
	padding: 17px 0 0 0;
	margin: 0 0 15px 0;
	background: url(../img/usr/champion_bg_h2.gif) left top no-repeat;
}
#c10 .accessory_list_ .accessory_headline_ span {
	padding-left: 15px;
	background: url(../img/usr/hanes_h2_icon.gif) left center no-repeat;
}

/* --------------------------------------------------------------------
	ユーザー定義　商品詳細(その他のカラー)
--------------------------------------------------------------------- */
.others_color_ {
}
.others_color_ ul {
	overflow: hidden;
	width: 800px;
}
.others_color_ li {
	float: left;
	width: 185px;
  margin: 0 15px 15px 0;
}
.others_color_ li img {
	width: 100%;
}

/* --------------------------------------------------------------------
	ユーザー定義　商品詳細(サイズ)
--------------------------------------------------------------------- */
.size_list_ {
}
.size_list_ .img_ {
	float: left;
	width: 251px;
	text-align: center;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.size_list_ table {
	float: left;
	border: 1px solid #c0c0c0;
	width: 532px;
	height: 295px;
}
.size_list_ th,
.size_list_ td {
	padding: 9px 0;
	text-align: center;
	border: 1px solid #c0c0c0;
}
.size_list_ th {
	width: 85px;
	background: #dddddd;
}
#c20 .size_list_ th ,
#c30 .size_list_ th {
	background: #dfdcd0;
}
.size_list_ th.size_ {
	width: 101px;
}
.size_list_ td {
}
.size_list_ ul {
	clear: both;
	padding: 16px;
}
#c20 .size_list_ ul ,
#c30 .size_list_ ul {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.size_list_noimage_ {
}
.size_list_noimage_ table {
	border: 1px solid #c0c0c0;
	width: 785px;
}
.size_list_noimage_ th,
.size_list_noimage_ td {
	padding: 9px 0;
	text-align: center;
	border: 1px solid #c0c0c0;
}
.size_list_noimage_ th {
	width: 85px;
	background: #dddddd;
}
#c20 .size_list_noimage_ th {
	background: #dfdcd0;
}
.size_list_noimage_ th.size_ {
	width: 101px;
}
.size_list_noimage_ td {
}
.size_list_noimage_ ul {
	clear: both;
	padding: 16px;
}
#c20 .size_list_noimage_ ul ,
#c30 .size_list_noimage_ ul {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.size_list_noimage_ table .text_left_ {
	text-align: left;
	padding: 9px;
	line-height: 1.8;
}
.size_list_noimage_ table .text_left_ img {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	ユーザー定義　商品詳細(ディティール)
--------------------------------------------------------------------- */
.detail_ {
}
.detail_ .item_ {
	overflow: hidden;
	width: 805px;
}
.detail_ .item_ li {
	float: left;
	width: 248px;
	margin: 0 20px 20px 0;
}
.detail_ .item_ li:nth-child(3n+1) {
	clear: both;
}
.detail_ .item_ .ttl_ {
	font-size: 17px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin: 16px 0 4px 0;
}
.detail_ .item_ .comment_ {
	line-height: 2;
	letter-spacing: 0.5px;
}
.detail_ .spec_ {
	padding: 20px 20px 16px 20px;
	background: #e3e3e3;
}
#c20 .detail_ .spec_ ,
#c30 .detail_ .spec_ {
	background: #dfdcd0;
}
.detail_ .spec_ li {
	margin: 0 0 4px 0;
}
.detail_ .spec_ dl {
	overflow: hidden;
}
.detail_ .spec_ dt {
	float: left;
	width: 76px;
}
.detail_ .spec_ dd {
	float: left;
	width: 660px;
}


/* --------------------------------------------------------------------
	１カラム　レコメンド
--------------------------------------------------------------------- */
.solid .banner_area_ {
	margin: 50px 0;
}
#top .solid .banner_area_ {
	padding: 10px 0 80px 0;
	margin: 0;
	background: #fff;
}
.solid .banner_area_ ul {
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
}
.solid .banner_area_ li {
	overflow: hidden;
	float: left;
	margin: 0 auto;
}
.solid .banner_area_ li .img_{
	position: relative;
  overflow: hidden;
  height: 215px;
}
.solid .banner_area_ li a {
	display: block;
}
.solid .banner_area_ li img {
	display: block;
	max-width: inherit;
	opacity: 0;
}
.solid .banner_area_ li .price_,
.solid .banner_area_ li .desc_ {
	display: none;
}
.solid .bnr_visual_ {
	position: relative;
	margin: 0 auto;
}
.solid .bnr_visual_ .bx-wrapper{
	position: relative;
}
.solid .bnr_visual_ .inner_ {
	position: relative;
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
.solid .bnr_visual_ .bx-prev,
.solid .bnr_visual_ .bx-next {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	text-indent: -9999px;
}
.solid .bnr_visual_ .bx-prev {
	left: -46px;
	background: url(../img/usr/mainslider/common/prev.png) right center no-repeat;
}
.solid .bnr_visual_ .bx-prev:hover {
	background-position: left center;
}
.solid .bnr_visual_ .bx-next {
	right: -46px;
	background: url(../img/usr/mainslider/common/next.png) left center no-repeat;
}
.solid .bnr_visual_ .bx-next:hover {
	background-position: right center;
}