<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----------初期化---------- */
*,
*{
	font-size:100.01%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", Osaka, Verdana, sans-serif;
}

/* ---------- body ---------- */
body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li,
table, th, td, caption, address, form, fieldset, legend, hr{
	margin:0;
	padding:0;
}
body{
	font-size:13px;
	line-height:1.2em;
	font: normal 80% "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #2c2d2e;
}

a:link { color: #0890b6; text-decoration: none; }
a:visited { color: #0890b6; text-decoration: none; }
a:active { color: #f49500; text-decoration: none; }
a:hover { color: #f49500; text-decoration: none; }
a.arrow { background: url(/common/images/pc/icn_link_off.gif) no-repeat left center; padding-left: 8px; }
a.arrow:hover, a.arrow:active { background: url(/common/images/pc/icn_link_on.gif) no-repeat left center; padding-left: 8px; }
a.blank { background: url(/common/images/pc/icn_blank_arrow_off.gif) no-repeat left center; padding-left: 18px; }
a.blank:hover, a.blank:active { background: url(/common/images/pc/icn_blank_arrow_on.gif) no-repeat left center; padding-left: 18px; }
a.btn {
	display: block;
	text-align: center;
	line-height: 35px;
	border:1px solid #b3b3b3;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeded));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeded 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeded 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeded 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeded 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded',GradientType=0 );
}
a.btn span { background: url(/common/images/pc/icn_box_arrow_off.png) no-repeat left center; padding-left: 19px; }
a.btn:hover span, a.arrow:active span { background: url(/common/images/pc/icn_box_arrow_on.png) no-repeat left center; padding-left: 19px; }

/* add 151112 */
.information a.btn:hover span, a.arrow:active span { background-image: none; padding-left: 0; }

h1, h2, h3, h4, h5, h6, p, dt, dd, li, th, td, caption, address{font-size:100%;}

dd p, dd li, dd dt, dd dd, dd h3, dd h4, dd address, li li,
td p, td th, td td, td li{font-size:100%;}

table, th, td{
	border:0;
	text-align:left;
}

li{list-style-type:none;}

address, em{font-style:normal;}
em{font-weight:bold;}

hr{display:none;}

img, a{border:0; outline:none;}
img{vertical-align:top;}

.firstChild {
	margin-left: 0 !important;
}
.lastChild {
	margin-right: 0 !important;
}

/* ---------- clearfix ---------- */
#mainArea,
.rightArea .snsArea,
#header .inner,
#contentsArea,
#footer,
.section,
.clearfix {
	zoom: 1;
}

#mainArea:after,
.rightArea .snsArea:after,
#header .inner:after,
#contentsArea:after,
#footer:after,
.section:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { clear: both; }
/* ---------- common ---------- */
/** margin, Padding **/
.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}

.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}

.center { margin: 0 auto; }

.fl{float:left;}
.fr{float:right; text-align:left;}

.al{text-align:left;}
.ar{text-align:right;}
.ac{text-align:center;}

.small{font-size: small;}

.list1em li {
	text-indent: -1em;
	padding-left: 1em;
}
.list2em li {
	text-indent: -2em;
	padding-left: 2em;
}
.hidden { display: hidden !important; }

.fs15em { font-size: 1.5em !important; }
.fs125em { font-size: 1.25em !important; }
.strong { font-weight: bold  !important; }
.attention{color:#ff0000;}

/* ---------- header ---------- */
#header {
	height: 117px;
	border-bottom: 2px solid #000;
}
#header .inner {
	width: 982px;
	margin: 0 auto;
	padding-top: 6px;
}
/* ---------- Logo ---------- */
#header h1 {
	width: 136px;
	float: left;
	padding: 31px 0 0 45px;
}
#header h1 a {
	display: block;
	width: 136px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/common/images/pc/lg_adidas_group.gif) no-repeat left top;
}
/* ---------- rightArea ---------- */
#header .rightArea {
	width: 250px;
	float: right;
	padding-right: 6px;
}
#header .rightArea .searchArea { display: none; height: 32px; }
#header .rightArea .searchArea .txt { width: 148px; border:1px solid #cecece; height: 18px; line-height: 18px; float: right; padding: 0; }
#header .rightArea .searchArea .submit { width: 22px; height: 22px; float: right; text-indent: -9999px; overflow: hidden; background: url(/common/images/pc/btn_search.gif) no-repeat left top; border: none; }

#header .rightArea .snsArea {  }
#header .rightArea .snsArea li { float: right; margin-left: 6px; }
#header .rightArea .snsArea li a { display: block; width: 22px; height: 22px; overflow: hidden; text-indent: -9999px; }
#header .rightArea .snsArea li a.twitter { background: url(/common/images/pc/icn_twitter.jpg) no-repeat left top; }
#header .rightArea .snsArea li a.facebook { background: url(/common/images/pc/icn_facebook.jpg) no-repeat left top; }
#header .rightArea .snsArea li a.gplus { background: url(/common/images/pc/icn_gplus.jpg) no-repeat left top; }

#header .rightArea .smpGnv { display: none; }
/* ---------- Global Navi ---------- */
.globalNavi {
	width: 664px;
	margin-top: 29px;
	float: right;
	display: flex;
	justify-content: flex-end;
}
.globalNavi li {
	float: left;
	position: relative;
}
.globalNavi li.blank { width: 20px; }
.globalNavi li a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
	background: url(/common/images/pc/gnv_sprite.gif) no-repeat left top;
	color: #fff !important;
}
.globalNavi li.on a, .globalNavi li a:hover { color: #373828 !important; }
.globalNavi li a span { background: url(/common/images/pc/icn_gnv_arrow_off.gif) no-repeat left center; padding-left: 17px; }
.globalNavi li.on a span, .globalNavi li a:hover span { background: url(/common/images/pc/icn_gnv_arrow_on.gif) no-repeat left center; }
.globalNavi li ul li.on a span { background: url(/common/images/pc/icn_gnv_arrow_off.gif) no-repeat left center; padding-left: 17px; }

.globalNavi li a.home {
	width: 78px;
}
.globalNavi li a.corporate {
	width: 93px;
	background-position: -78px top;
}
.globalNavi li a.csr {
	width: 95px;
	background-position: -171px top;
}
.globalNavi li a.recruit {
	width: 93px;
	background-position: -266px top;
}
.globalNavi li a.links {
	width: 103px;
	background-position: -359px top;
}
.globalNavi li a.press {
	width: 143px;
	background-position: -462px top;
}
.globalNavi li a.inquiry {
	width: 136px;
	background-position: -605px top;
}
.globalNavi li.on a.home, .globalNavi li a.home:hover { background-position: left bottom; }
.globalNavi li.on a.corporate, .globalNavi li a.corporate:hover { background-position: -78px bottom; }
.globalNavi li.on a.csr, .globalNavi li a.csr:hover { background-position: -171px bottom; }
.globalNavi li.on a.recruit, .globalNavi li a.recruit:hover { background-position: -266px bottom; }
.globalNavi li.on a.links, .globalNavi li a.links:hover { background-position: -359px bottom; }
.globalNavi li.on a.press, .globalNavi li a.press:hover { background-position: -462px bottom; }
.globalNavi li.on a.inquiry, .globalNavi li a.inquiry:hover { background-position: -605px bottom; }

.globalNavi li ul.pressrelease {
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 100;
	display: none;
}
.globalNavi li ul.pressrelease li {
	float: none;
	width: 279px;
}
.globalNavi li ul.pressrelease li a {
	display: block;
	width: 279px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;;
}
.globalNavi li ul.pressrelease li a:hover {
	background-position: right top;
}
.globalNavi li ul.pressrelease li a span { display: none;}
.globalNavi li ul.pressrelease li.adidas a {
	background-image: url(/common/images/pc/gnv_adidas_news.gif);
}
.globalNavi li ul.pressrelease li.reebok a {
	background-image: url(/common/images/pc/gnv_reebok_news.gif);
}

/* ---------- footer ---------- */
#footer {
	width: 982px;
	margin: 0 auto;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
}
#footer p { padding-left: 16px; background: #808080; width: 886px; float: left; }

#footer a {
	color: #ffffff;
}
#footer ul { float: right; margin-top: -16px; }
#footer ul li { float: left; }
#footer ul li a.adidas { display: block; width: 80px; height: 40px; overflow: hidden; text-indent: -9999px; background: url(/common/images/pc/fnv_adidas.gif) no-repeat center top; }
#footer ul li a.reebok { display: block; width: 80px; height: 40px; overflow: hidden; text-indent: -9999px; background: url(/common/images/pc/fnv_reebok.gif) no-repeat center top; }
#footer ul li a.rockport { display: block; width: 112px; height: 24px; overflow: hidden; text-indent: -9999px; background: url(/common/images/pc/fnv_rockport.gif) no-repeat left top; }
#copyright { display: none; }
/* ---------- contentsArea ---------- */
#contentsArea {
	width: 952px;
	margin: 40px auto 20px;
	line-height:1.5em;
	position: relative;
	padding: 0 6px 0 24px;
}
#pageTop { width: 60px; height: 60px; position: fixed; bottom: 60px; right: 100px; display: none; }
#pageTop a { display: block; width: 60px; height: 60px; overflow: hidden; text-indent: -9999px; background: url(/common/images/pc/btn_pagetop.png) no-repeat left top; }
.smpTop { display: none; }

#leftArea {
	width: 162px;
	float: left;
}
#leftArea li { height: 21px; margin-bottom: 2px; font-weight: bold; }
#leftArea li a {
	display: block;
	width: 144px;
	height: 21px;
	overflow: hidden;
	background: url(/common/images/pc/lvn_sprite.gif) no-repeat left top;
	color: #7f8084;
	padding: 0 9px;
	line-height: 21px;
}
#leftArea li.sub a { width: 135px; padding-left: 18px; }
#leftArea li.on a, #leftArea li a:hover { background-position: -162px top; color: #2b2c2e; }
#leftArea li a span { background: url(/common/images/pc/icn_lnv_arrow.gif) no-repeat left center; padding-left: 10px; }
#leftArea li a span.mission { font-size: 90%; }
#leftArea li a span.blank { background: url(/common/images/pc/icn_lnv_blank.gif) no-repeat left center; }
#leftArea li.noLink {
	width: 144px;
	height: 21px;
	color: #7f8084;
	padding: 0 9px;
	line-height: 21px;
}
#leftArea li.noLink span { background: url(/common/images/pc/icn_lnv_nolink.gif) no-repeat left center; padding-left: 10px; }

#mainArea {
	width: 780px;
	float: right;
}
#mainArea .contents { width: 540px; float: left; margin-top: 40px; }
#mainArea .contents h3 { font-size: 2em; line-height: 1em; font-weight: normal; padding-bottom: 30px; }
#mainArea .contents h4 { font-size: 1.5em; line-height: 1em; font-weight: normal; padding-bottom: 30px; }
#mainArea .contents h5 { font-size: 1.25em; line-height: 1em; font-weight: normal; padding-bottom: 10px; }
#mainArea .rightArea { width: 208px; float: right; margin-top: 40px; }
#mainArea .rightArea li { margin-bottom: 10px; }
#mainArea .rightArea li h4 { border-bottom: 1px dotted #a6a6a6; padding-bottom: 10px; }
#mainArea .rightArea li a.adidas { display: block; width: 208px; height: 88px; overflow: hidden; text-indent: -9999px; background: url(/common/images/img_hi_logo.png) no-repeat 50% 50%; background-size: 45%; border: 1px solid #b2b2b2;}
#mainArea .rightArea li a.reebok { display: block; width: 208px; height: 88px; overflow: hidden; text-indent: -9999px; background: url(/common/images/pc/rnv_reebok.gif) no-repeat left top; }
#mainArea .rightArea li a.rockport { display: block; width: 208px; height: 64px; overflow: hidden; text-indent: -9999px; background: url(/common/images/pc/rnv_rockport.gif) no-repeat left top; }
#mainArea.noTitleImg .contents { margin-top: 0; }
#mainArea.noTitleImg .rightArea { margin-top: 0; }

.smpArea { display: none; }

.pager {
	width: 111px;
	float: right;
}
.pager li { float: left; font-size: 9px; }
.pager li .current { display: block; width: 13px; height: 13px; line-height: 13px; text-align: center; background: #fbb610; margin-top: 1px; }
.pager li a { display: block; width: 13px; height: 13px; line-height: 13px; text-align: center; margin-top: 1px; color: #2b2c2e; }
.pager li a:hover { background: #fbb610; }
.pager li a.link_before { display: block; width: 15px; height: 15px; text-indent: -9999px; overflow: hidden;  background: url(/common/images/pc/btn_prev.png) no-repeat left top; margin-right: 8px; }
.pager li a.link_before:hover { background-position: left -15px; }
.pager li.next { margin-left: 8px; }
.pager li a.link_next { display: block; width: 15px; height: 15px; text-indent: -9999px; overflow: hidden;  background: url(/common/images/pc/btn_next.png) no-repeat left top; margin-left: 8px }
.pager li a.link_next:hover { background-position: left -15px; }
#support1807-h6{font-weight: normal;cursor: pointer;}
#support1807-p{margin: 0 !important; display: none;}



#info h3{
	font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  padding: 40px 0px 30px 0px;
	margin-bottom: 32px;
}
#info .info01,
#info .info02,
#info .info01 a,
#info .info02 a{
	font-size: 100%;
	line-height: 1.5;
}
#info .info02,
#info .info01{margin-bottom: 32px;}
</pre></body></html>