#mainvisual{
	max-width:100%;
	/*min-width:980px;*/
	margin:0 auto;
	position:relative;
	background: #1b1210;
}

#mainvisual ul li{
	list-style:none;
	position:relative;
}

/*-----------------------------------------------------------------
FlexSlider
-----------------------------------------------------------------*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; width:100%;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Control Nav */
.flex-control-nav {width: 100%; /*position: absolute; bottom: -40px; text-align: center;*/ }
.flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging{
	position:relative;
	top:100%;
	width:100%;
	text-align:center;
	height:18px;
	font-size:0;
	padding:10px 0;
}

.flex-control-paging li{width:18px; height:18px; position:relative; margin:0 10px;}
.flex-control-paging li a {position:absolute; top:3px; left:3px; width: 12px; height: 12px; display: block; background: #666; background: rgba(200,200,200,0.8); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;  }
.flex-control-paging li a:hover { background: #d91081; width: 16px; height: 16px; position:absolute; top:1px; left:1px; }
.flex-control-paging li a.flex-active { background: #d91081; cursor: default; width: 18px; height: 18px; position:absolute; top:0; left:0;}


/* information */
#infoBox {
	background: #1b1210;
}

#information {
	margin:0px  auto;
	padding-bottom: 10px;
	width:980px;
}

#information .icon {
	margin-right:10px;
	width:81px;
	float:left;
}

#information #whatnew {
	margin-top:15px;
	margin-right:10px;
	width:686px;
	float:left;
}

#information .sns {
	width:193px;
	float:left;
}

#information .sns li {
	display:inline;
	margin-right:15px;
}

#information .sns li.end {
	margin-right:0px;
}

/* banner */
#banner {
	margin-bottom: 0px;
	background: #000000;
}

#banner img.on {
	transition: 0.6s;
}

#banner img.on:hover {
	opacity: 0.5;
}

#bannerTop {
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
}

#bannerTop img {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#bannerTop #contentL {
	width: 25%;
	float: left;
}

#bannerTop #contentCL {
	width: 25%;
	float: left;
}

#bannerTop #contentCR {
	width: 25%;
	float: left;
}

#bannerTop #contentR {
	width: 25%;
	float: left;
}

#bannerMid {
	width: 100%;
}

#bannerMid #bnr1 {
	width: 16.666%;
	float: left;
}

#bannerMid #bnr2 {
	width: 16.666%;
	float: left;
}

#bannerMid #bnr3 {
	width: 16.666%;
	float: left;
}

#bannerMid #bnr4 {
	width: 16.666%;
	float: left;
}

#bannerMid #bnr5 {
	width: 16.666%;
	float: left;
}

#bannerMid #bnr6 {
	width: 16.666%;
	float: left;
}

#bannerBtm {
	padding: 30px 0px;
	background: #000000;
}

#bannerBtm ul {
	text-align: center;
}

#bannerBtm ul li {
	margin: 0px 20px;
	display: inline;
}

/* kachimori */
#kachimori {
	margin-bottom: 50px;
	padding: 25px 0px;
	height: 262px;
	background: url(../img/kachimori_bg.jpg) no-repeat;
	background-position: center;
}

#kachimori .banner_kachimori {
	text-align: center;
}

/* wanted */
#wanted {
	margin-bottom: 50px;
	padding: 15px;
	height: 290px;
	background: url(../../sponsor/common/img/bg_wanted.jpg) no-repeat;
	background-position: center;
}

#wanted .pr {
	height: 280px;
	border: 5px solid #dc1414;
}

#wanted .pr .text {
	margin: 0px auto;
	padding: 120px 0px 0px 0px;
	width: 930px;
}

#wanted .pr p {
	font-size: 23px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-right: 0px;
	/*border: 1px solid #dc1414;*/
}

/* nav */
.nav {
	margin-bottom: 30px;
}

.nav ul {
	text-align: center;
}

.nav li {
	font-size: 18px;
	line-heigt: 1.5;
	display: inline;
}

.nav li a {
   background-image: url("../img/icon_tri_sm2.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 26px;
   margin-right: 25px;
   margin-left: 25px;
}

/* pickup */
#pickup {
	margin:0px  auto;
	padding-top:20px;
	width:980px;
}

#pickup h2 {
	font-size:46px;
	line-height:1.5;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

#pickup p.sub {
	margin-bottom:10px;
	font-size:20px;
	line-height:1.5;
	text-align:center;
}

/* athlete */
#pickup .athlete {
	position:relative;
	margin-bottom:1px;
	width:980px;
	height:326px;
}

#pickup .athlete .L {
	position:absolute;
	top:0px;
	left:0px;
	width:326px;
	height:326px;
}

#pickup .athlete .L img.success {
	position:absolute;
	top:0px;
	left:10px;
	z-index:2;
}

#pickup .athlete .L img.btm {
	position:absolute;
	z-index:1;
}

#pickup .athlete .R {
	position:absolute;
	top:0px;
	left:326px;
	width:652px;
	height:324px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	background: #000000;
}

#pickup .athlete .R .category {
	position:absolute;
	padding: 5px 0px;
	top:0px;
	left:0px;
	width: 250px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
}

#pickup .athlete .R .category p {
	text-align:center;
}

#pickup .athlete .R .name {
	position:absolute;
	top:40px;
	left:20px;
	width: 600px;
	color:#ffffff;
}

#pickup .athlete .R .name p {
	font-size:34px;
	line-height:1.5;
	text-align:left;
}

#pickup .athlete .R .title p {
	position:absolute;
	top:100px;
	left:15px;
	font-size:20px;
	line-height:1.5;
	font-weight: bold;
	color:#ffffff;
}

#pickup .athlete .R .title p.sm {
	position:absolute;
	top:100px;
	left:15px;
	font-size:18px;
	line-height:1.5;
	font-weight: bold;
	color:#ffffff;
}

#pickup .athlete .R .description {
	position:absolute;
	top:140px;
	left:15px;
	width:610px;
	font-size:16px;
	line-height:1.5;
	color:#ffffff;
}

#pickup .athlete .R .state {
	position:absolute;
	top:230px;
	left:15px;
	background:#000000;
}

#pickup .athlete .R .state p {
	line-height:1.0;
	text-align:center;
}

#pickup .athlete .R .state p.end {
	font-size:20px;
	font-weight:bold;
	color:#ffbd2e;
}

#pickup .athlete .R .state p.notice {
	font-size:20px;
	font-weight:bold;
	color:#d91081;
}

#pickup .athlete .R .prj p {
	color:#ffffff;
}

#pickup .athlete .R .prj .left {
	position:absolute;
	top:280px;
	left:15px;
	font-size: 16px;
	line-height:1.0;
}

#pickup .athlete .R .prj .CDT {
	position:absolute;
	top:272px;
	left:50px;
}

#pickup .athlete .R .prj .days {
	position:absolute;
	top:280px;
	left:85px;
	font-size: 16px;
	line-height:1.0;
}

#pickup .athlete .R .prj .goal {
	position:absolute;
	top:280px;
	left:150px;
	font-size: 16px;
	line-height:1.0;
}

#pickup .athlete .R .prj .amount {
	position:absolute;
	top:275px;
	left:230px;
	font-size: 30px;
	line-height:1.0;
	font-family: Arial;
	/*font-style: italic;*/
}

#pickup .athlete .R .prj .amount p {
	padding-left: 15px;
	background: url(../img/icon_yen.gif) no-repeat 0px 3px;
}

#pickup .athlete .R .prj .expire {
	position:absolute;
	top:290px;
	left:450px;
	font-size: 22px;
	line-height:1.0;
}

#pickup .athlete .R .prj .expire p {
	font-size:14px;
	line-height:1.0;
}

#pickup .athlete .R .prj .expire p.end {
	color: #c00;
}

/* athlete2 */
#pickup .athlete2 {
	position:relative;
	margin-bottom:1px;
	width:980px;
	height:326px;
}

#pickup .athlete2 .L {
	position:absolute;
	top:0px;
	left:0px;
	width:326px;
	height:326px;
}

#pickup .athlete2 .L img.success {
	position:absolute;
	top:0px;
	left:10px;
	z-index:2;
}

#pickup .athlete2 .L img.btm {
	position:absolute;
	z-index:1;
}

#pickup .athlete2 .R {
	position:absolute;
	top:0px;
	left:326px;
	width:652px;
	height:324px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	background: #000000;
}

#pickup .athlete2 .R .category {
	position:absolute;
	padding: 5px 0px;
	top:0px;
	left:0px;
	width: 250px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
}

#pickup .athlete2 .R .category p {
	text-align:center;
}

#pickup .athlete2 .R .name {
	position:absolute;
	top:40px;
	left:20px;
	width: 600px;
	color:#ffffff;
}

#pickup .athlete2 .R .name p {
	font-size:34px;
	line-height:1.5;
	text-align:left;
}

#pickup .athlete2 .R .title p {
	position:absolute;
	top:95px;
	left:15px;
	font-size:20px;
	line-height:1.5;
	font-weight: bold;
	color:#ffffff;
}

#pickup .athlete2 .R .description {
	position:absolute;
	top:160px;
	left:15px;
	width:610px;
	font-size:16px;
	line-height:1.5;
	color:#ffffff;
}

#pickup .athlete2 .R .state {
	position:absolute;
	top:230px;
	left:15px;
	background:#000000;
}

#pickup .athlete2 .R .state p {
	line-height:1.0;
	text-align:center;
}

#pickup .athlete2 .R .state p.end {
	font-size:20px;
	font-weight:bold;
	color:#ffbd2e;
}

#pickup .athlete2 .R .state p.notice {
	font-size:20px;
	font-weight:bold;
	color:#d91081;
}

#pickup .athlete2 .R .prj p {
	color:#ffffff;
}

#pickup .athlete2 .R .prj .left {
	position:absolute;
	top:280px;
	left:15px;
	font-size: 16px;
	line-height:1.0;
}

#pickup .athlete2 .R .prj .CDT {
	position:absolute;
	top:272px;
	left:50px;
}

#pickup .athlete2 .R .prj .days {
	position:absolute;
	top:280px;
	left:85px;
	font-size: 16px;
	line-height:1.0;
}

#pickup .athlete2 .R .prj .goal {
	position:absolute;
	top:280px;
	left:150px;
	font-size: 16px;
	line-height:1.0;
}

#pickup .athlete2 .R .prj .amount {
	position:absolute;
	top:275px;
	left:230px;
	font-size: 22px;
	line-height:1.0;
}

#pickup .athlete2 .R .prj .amount p {
	padding-left: 15px;
	background: url(../img/icon_yen.gif) no-repeat 0px 3px;
}

/* project */
#project {
	margin:0px auto;
	padding-bottom:30px;
	width:980px;
}

#project .L {
	margin-right: 1px;
	width: 326px;
	float:left;
}

#project .C {
	margin-right: 1px;
	width: 326px;
	float:left;
}

#project .R {
	margin-right: 0px;
	width: 326px;
	float:left;
}

#project .athlete {
	position:relative;
	height:326px;
}

#project .athlete img.success {
	position:absolute;
	top:0px;
	left:10px;
	z-index: 3;
}

#project .athlete .category {
	position:absolute;
	padding: 0px 5px;
	top:200px;
	left:15px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
	z-index: 3;
}

#project .athlete .name {
	position:absolute;
	top:225px;
	left:15px;
	color:#ffffff;
	z-index: 3;
}

#project .athlete .name {
	font-size:28px;
	line-height:1.5;
}

#project .athlete .title {
	position:absolute;
	top:270px;
	left:15px;
	font-weight: bold;
	color:#ffffff;
	z-index: 3;
}

#project .athlete .title p {
	font-size:20px;
	line-height:1.3;
}

#project .athlete img.up {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 2;
}

#project .athlete img.btm {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

#project .description {
	padding:5px 10px 0px 15px;
	height: 100px;
	color:#ffffff;
	background:#000000;
}

#project .state {
	padding:0px 0px;
	height:20px;
	background:#000000;
}

#project .state p {
	line-height:1.0;
	text-align:center;
}

#project .state p.end {
	font-size:14px;
	font-weight:bold;
	color:#ffbd2e;
}

#project .prj {
	margin-bottom:1px;
	padding:0px 15px 10px 15px;
	width: 296px;
	height:40px;
	background:#000000;
}

#project .prj .detail .left {
	margin-top:6px;
	float:left;
}

#project .prj .detail .CDT {
	float:left;
}

#project .prj .detail .days {
	margin-top:6px;
	margin-left:3px;
	float:left;
}

#project .prj .detail .goal {
	margin-right:6px;
	margin-top:6px;
	float:right;
}

#project .prj .detail .amount {
	margin-top:6px;
	float:right;
}

#project .prj .detail .amount p {
	padding-left:15px;
	font-size:18px;
	line-height: 1.0;
	background:url(../img/icon_yen.gif) no-repeat 0px 0px;
}

#project .prj .detail p {
	color:#ffffff;
}

#project p.more {
	font-size:18px;
	margin-top:20px;
	line-height:16px;
	text-align:center;
}

#project p.more a {
   background-image: url("../img/icon_tri_sm.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}

/* pickupAthlete */
#pickupAthlete {
	padding:20px 0px 30px 0px;
	background:#f6f8fa;
}

section {
	margin:0px auto;
	width:940px;
}

#pickupAthlete h2 {
	font-size:46px;
	line-height:1.5;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

#pickupAthlete p.sub {
	margin-bottom:10px;
	font-size:20px;
	line-height:1.5;
	text-align:center;
}

#pickupAthlete .athlete {
	position:relative;
	margin-bottom:30px;
	width:940px;
	height:326px;
}

#pickupAthlete .athlete .L {
	position:absolute;
	top:0px;
	left:0px;
	width:326px;
	height:326px;
}

#pickupAthlete .athlete .L img.success {
	position:absolute;
	top:0px;
	left:10px;
	z-index:2;
}

#pickupAthlete .athlete .L img.btm {
	position:absolute;
	z-index:1;
}

#pickupAthlete .athlete .R {
	position:absolute;
	top:0px;
	left:326px;
	width:612px;
	height:324px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #ffffff;
}

#pickupAthlete .athlete .R .name {
	position:absolute;
	top:15px;
	left:15px;
	width: 250px;
	padding-top:5px;
	color:#000000;
}

#pickupAthlete .athlete .R .name p {
	font-size:34px;
	line-height:1.0;
	text-align:left;
}

.smfont {
	font-size: 18px;
}

#pickupAthlete .athlete .R .title p {
	position:absolute;
	top:80px;
	left:15px;
	font-size:20px;
	line-height:1.5;
	font-weight: bold;
	color:#000000;
}

#pickupAthlete .athlete .R .category {
	position:absolute;
	padding: 10px 0px;
	top:15px;
	left:250px;
	width: 250px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
}

#pickupAthlete .athlete .R .category p {
	font-size:18px;
	line-height:1.0;
	text-align:center;
}

#pickupAthlete .athlete .R .description {
	position:absolute;
	top:115px;
	left:15px;
	width:570px;
	font-size:16px;
	line-height:1.5;
	color:#000000;
}

#pickupAthlete p.next {
	font-size:16px;
	line-height:16px;
	text-align:right;
	margin-top:20px;
}

#pickupAthlete p.next a {
   background-image: url("../img/icon_tri_sm.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}

#pickupAthlete .athlete .R .belong {
	position:absolute;
	padding: 10px 0px;
	top:250px;
	left:15px;
}

#pickupAthlete p.more {
	font-size:18px;
	line-height:16px;
	text-align:center;
	margin-top:0px;
}

#pickupAthlete p.more a {
   background-image: url("../img/icon_tri_sm.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}

/* adviser */
#adviser {
	margin:0px auto;
	width:960px;
}

#adviser h2 {
	font-size:46px;
	line-height:1.5;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

#adviser p.sub {
	margin-bottom:10px;
	font-size:20px;
	line-height:1.5;
	text-align:center;
}

#adviser p.policy {
	margin-bottom:20px;
	font-size:16px;
	line-height:1.5;
}

#adviser .person {
	margin:0px 10px 20px 10px;
	width:220px;
	float:left;
}

#adviser .person .category {
	padding: 10px 0px;
	width: 220px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
}

#adviser .person .category p {
	font-size:18px;
	line-height:1.0;
	text-align:center;
}

#adviser .person .pht {
	margin-bottom:10px;
	height:220px;
}

#adviser .person .text {
	height:120px;
}

#adviser .person .text p.name {
	font-size:20px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	color:#000000;
	margin-bottom:0px;
}

#adviser .person .text p.sport {
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	color:#000000;
	margin-bottom:5px;
}

#adviser .person .text p.intro {
	font-size:14px;
	line-height:1.5;
}

#adviser .person img.on {
	transition: 0.6s;
}

#adviser .person img.on:hover {
	opacity: 0.5;
}



/* partner */
#partner {
	padding:20px 0px;
	background:#f6f8fa;
}

#partner h2 {
	font-size:46px;
	line-height:1.5;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

#partner ul.logo {
	margin: 20px 0px 20px 0px;
	text-align:center;
}

#partner li {
	display:inline;
	margin: 0px 15px;
}

/* sns */
#sns {
	padding:20px 0px;
	/*background:#d8d9dc;*/
	background:#555a64;
}

#sns section {
	margin:0px auto;
	width:980px;
}

#sns section h2 {
	margin-bottom:10px;
	font-size:36px;
	line-height:1.5;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
}

#sns section .tw {
	margin-right: 40px;
	width: 470px;
	float: left;
}

#sns section .fb {
	width: 470px;
	float: left;
}

/* BackTop */
.BackTop {
	margin:0px auto;
	padding:30px 0px;
	width:980px;
}

.BackTop p {
	text-align:right;
}