/* CSS Document */
.container {
max-width: 1024px;
width: 1024px;
margin: auto;
}

.wrap,
.gallery {
width: 1024px;
margin: auto auto 72px auto;
text-align: center;
}

/*
------------------------------------------------------------------------*/

.no-disp {
display: none;
}


/* ====================
.pickup-pro
=====================*/

.pickup-pro {
margin: 0 auto;
}

.pickup-pro li{
text-align: left;
}

.pickup-pro li img{
width: 100%;
margin-bottom: 0.5em;
}

.pickup-pro li dl {
	padding-left: 0.25em;
}

.pickup-pro li dt{/*margin-bottom: 14px;*/margin-bottom: 5px;line-height: 1.5;font-size: 0.75em;font-weight: normal;}
.pickup-pro li dt span{font-size: 1.25em;display: block;font-weight: bold;}
.pickup-pro li dd{font-size: 0.75em;color:#666;}



/* ====================
column style
=====================*/

.col {
}

.col-2 {
float: left;
margin: 0 8px 1.8em;
width : 496px ;  /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100%/2 - 16px)!important;
width: calc(100%/2 - 16px)!important;
}

.pickup-pro .col-2 dt {/*margin-bottom: 14px;*/margin-bottom: 5px;line-height: 1.5;font-size: 1em;font-weight: bold;}
.pickup-pro .col-2 dt span{font-size: 1.15em;display: block;}

.pickup-pro .col-2 dd{
font-size: 0.875em;
}


.col-3 {
float: left;
margin: 0 8px 1.8em;
width : 325.33px;  /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100%/3 - 16px)!important;
width: calc(100%/3 - 16px)!important;
}

.col-4{
float: left;
margin: 0 4px 1.8em;
width : 240px ;  /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100%/4 - 8px)!important;
width: calc(100%/4 - 8px)!important;
}


.badge {
position: relative;
}
.badge-txt {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	text-align: left;
	padding: 0;
	padding-top: 5px;
	background-color: #222;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ddd!important;
	font-weight: bold;
}

/* ====================
athlete style
=====================*/

.gallery-wap {
	width: 100%;
}

.gallery {
position: relative;
max-width: 1024px;
width: 100%;
margin: 0 auto;
text-align: left;
}

.carousel {
	float: left;
	width: 100%;
	border-left: none;
}

.carousel img{
	width: calc(100% - 8px);
	margin-bottom: 0.5em;
}

.carousel-inner {
	width: calc(100% - 16px);
	margin: 0 auto 5em;
}

.carousel-top-visual {
	position: relative;
	margin: 0;
	width: 62%;
	float: left;
}

.carousel-top-visual a {
	display: block;
}

.carousel-top-visual span {
	font-size: 12px;
  display: inline-block;
  text-align: left;
  padding: 0;
  padding-top: 5px;
  background-color: #222;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 0px;
}

.athlete-caption {
	position: relative;
	font-size: 1.6em;
	width: 100%;
	font-weight: bold;
	padding-left: 0.25em;
}

.athlete-caption dd{
    font-size: 0.5em;
    color: #666;
}
.athlete-caption dd.detail-link {
	display: none;
	position: absolute;
	right:16px;
	top: 7px;
	font-size: 18px;
	font-weight: normal;
	color:#ffffff;
	background-color: #ab2929;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 90px;
}


.athlete-link {
	margin-top: 0.5em;
	font-weight: normal;
	position: absolute;
	right: 3%;
	top: 7px;
}

.athlete-link:before {
    content: "»";
    font-weight: bold;
    font-size: 1.2em;
    color: #ab2929;
    padding-right: 0.40625em;
}

.car-wrap {
	width: 38%;
	float: left;
}

.favorite-item-list li{
	float: left;
	margin: 0 0px 1.8em 8px;
	width: calc(100%/2 - 8px);
	height: 190px;
}

/*ul#item_one li {width: calc(100% - 8px);height: auto;}
ul#item_two li {width: calc(100% - 8px);height: auto;}
ul#item_two li img {width: 80%;}*/

.favorite-item-list img { width: 100%;}

.favorite-item-name{
	font-size: 0.625em;
	line-height:1.5em;
	padding-left: 0.25em;
	margin-bottom: 5px;
	font-weight: normal;
}

.favorite-item-name span {
	font-size:1.25em;
	display:block;
	/* line-height:1.5em; */
	font-weight: bold;
}

.favorite-item-detail {
	display: none;
	color: #666;
	padding-left: 0.25em;
}

.favorite-item-price {
	display: block!important;
	text-align: left;
	width: 100%;
	font-size: 0.75em;
}

.favorite-item-detail dt,
.favorite-item-detail dd{
display: inline;
font-size: 75%;
}

.favorite-item-detail dt{font-weight: normal;}

.favorite-item-list a {
color: #333;
outline: none;
display: block;
}

.carousel-top-visual a:hover,
.pickup-pro li a:hover,
.favorite-item-list a:hover {
text-decoration: none!important;
color: #e84735;
transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
-webkit-transition: all .15s ease-in-out;
}

.carousel-top-visual a:hover .athlete-caption dd,
.pickup-pro li a:hover dd,
.favorite-item-list li:hover a span {
	text-decoration: none!important;
	color: #ab2929;
	transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}
