body {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
/* ===============================================
	header
=============================================== */
#header {
	background-color: #000;
	width: 100%;
	height: 53px;
}
/*============================
#header_in
============================*/
#header #header_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#logo {
    left: 0;
    position: absolute;
    top: 0;
}
#logo h1 {
}
#logo h1 a {
}
/*============================
#nav
============================*/
#nav_wrap {
    left: 232px;
    position: absolute;
    top: 0;
}
#nav {
    letter-spacing:-.40em;
    vertical-align:top;
    width: 200px;
}
#nav li a {
	display: block;
}
#nav li.nav_child {
    display:inline-block;
    /display:inline; /*IE6 7*/
    /zoom:1;/*IE6 7*/
    vertical-align:top;
    letter-spacing:0;
	line-height: 53px;
	cursor: pointer;
}
#nav li.nav_child a img {
	vertical-align: top;
}
li#sports {
    background-image: url("../images/nav01_on.png");
}
li#sports div {

}
li#sports img {
}
li#sports.active img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
li#about {
    background-image: url("../images/nav02_on.png");
}
li#about div {

}
li#about img {
}
li#about.active img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
/*============================
.nav_cat_list
============================*/
.nav_cat_list {
    background-image: url("../images/bg_nav.png");
    display: none;
    left: -332px;
	padding: 25px 120px;
    /*padding: 25px 210px;*/
    position: absolute;
    text-align: center;
    top: 53px;
    vertical-align: top;
	width: 960px;
    /*width: 780px;*/
    z-index: 999;
    letter-spacing:-.40em;
}
ul#nav_sport {
}
.nav_cat_list li {
    display:inline-block;
    /display:inline; /*IE6 7*/
    /zoom:1;/*IE6 7*/
    vertical-align:middle;
    letter-spacing:0;
    padding: 0 24px;
    line-height: 1em;
    border-right: 1px solid #ddd;
}
.nav_cat_list li.bornone {
    border: none;
}
.nav_cat_list li.last {
    border: none;
}
.nav_cat_list li a {
	color: #666;
	border-bottom: 1px solid transparent;
}
.headerR {
    padding: 11px 0;
    position: absolute;
    right: 0;
    top: 0;
}
/*============================
#search
============================*/
.searchform {
	background-color: #fff;
	width: 198px;
	display: block;
	height: 29px;
	position: relative;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #333;
}
.keywords {
	width: 150px;
	position: absolute;
	top: 6px;
	left: 35px;
	border: 1px solid #FFF;
	color: #666;
}
.searchBtn {
	position: absolute;
	top: 5px;
	left: 8px;
}
/* ===============================================
	contents
=============================================== */
#container {
	margin: 0 auto 60px;
	width: 1000px;
	position:relative;
	overflow:hidden;
}
/* ===============================================
	footer
=============================================== */
.ilb {
	display:inline-block;
	/display:inline; /*IE6 7*/
	/zoom:1;/*IE6 7*/
	vertical-align:top;
	letter-spacing:0;
}
/*============================
#footer_wrap
============================*/
#footer_wrap {
	background-color: #000;
}
/*============================
#footer
============================*/
#footer {
	margin: 0 auto;
	width: 990px;
	position: relative;
}
/*============================
#footer_in
============================*/
#footer_in {
	padding: 40px 5px;
	border-bottom: 2px solid #666;
	letter-spacing:-.40em;
	vertical-align:top;
}
#footer_in a {
}
#footer_in h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
#footer_in ul {
}
#footer_in ul li {
	margin-bottom: 10px;
}
#footer_in ul li a {
	font-size: 12px;
	color: #999;
}
#footer_in ul li a span {
	border-bottom: 1px solid #000;
}
#footer_in .box_sport {
	width: 315px;
}
#footer_in .box_sport ul {
	float: left;
	width: 128px;
}
#footer_in .box_sport ul li {
}
#footer_in .box_sport ul li a {
}
#footer_in .box_about {
	width: 205px;
}
#footer_in .box_info {
	width: 245px;
}
#footer_in .box_help {
	width: 215px;
}
.help_btn01 {
	background-color: #fff;
	margin-bottom: 10px;
}
.help_btn01 a {
}
.help_btn01 a img {
}
.help_btn02 {
	background-color: #fff;
	margin-bottom: 57px;
}
.help_btn02 a {
}
.help_btn02 a img {
}
.sns_box {
}
#footer_in .sns_box ul {
}
#footer_in .sns_box ul li {
    float: left;
    margin-right: 7px;
}
#footer_in .sns_box ul li.last {
	margin-right: 0;
}
#footer_in .sns_box ul li a {
}
#footer_in .sns_box ul li a img {
}
#footer_wrap .copy {
	color: #fff;
	font-size: 12px;
	padding: 30px 0;
}
#footer a.to_top {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* ===============================================
	others
=============================================== */
.clear{
	clear:both;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1000px){
#header #header_in {
	width: 100% ;
}
.nav_cat_list {
	left: 0;
	padding: 25px 0;
	position: fixed;
	width: 100%;
}
.nav_cat_list li {
	font-size: 90%;
	padding: 0 16px;
}
#container {
	padding: 0 1%;
	width: 98%;
}
.slick-slide img {
	width: 200px !important;
	height: auto !important;
	margin: 0 auto;
}
#footer {
	width: 100%;
}
#footer_in {
	padding: 40px 2%;
}
#footer_in .box_sport {
	width: 34%;
}
#footer_in .box_sport ul {
	float: left;
	width: 48%;
}
#footer_in .box_about {
	width: 16%;
}
#footer_in .box_info {
	width: 20%;
}
#footer_in .box_help {
	width: auto;
}
.help_btn01 {
}
.help_btn02 {
}
}

@media screen and (max-width:740px){
.slick-slide img {
	width: 130px !important;
	height: auto !important;
	margin: 0 auto;
}
#footer_in {
	padding: 40px 2%;
}
#footer_in .box_sport {
	width: 50%;
	margin-bottom: 20px;
}
#footer_in .box_sport ul {
	float: left;
	width: 40%;
}
#footer_in .box_about {
	width: 50%;
	margin-bottom: 20px;
}
#footer_in .box_info {
	width: 50%;
}
#footer_in .box_help {
	width: 50%;
}
.help_btn01 {
	width: 215px;
}
.help_btn02 {
	width: 215px;
}
}