@charset "utf-8";
/* CSS Document */

html { background: #333;}
body { background: #FFF;}


/* Common---------------------------------------------------------------------- */
.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
}
.article_w {
	background: #FFF;
}
.article_g {
	background: #F8F8F8;
}
h2.ttl_01,
h2.ttl_02,
h2.ttl_03 {
	padding: 40px 0 30px 0;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
}
h2.ttl_01 {
	color: #D70A2F;
}
h2.ttl_02 {
	color: #0A6BCD;
}
h2.ttl_03 {
	color: #333333;
}
h2.ttl_04 {
	padding: 40px 0 30px 0;
	font-size: 2.6rem;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
div.allBtn {
	clear: left;
	padding: 0 0 30px 0;
	text-align: right;
	font-size: 1.4rem;
	font-size: 14px;
}
div.allBtn a {
	padding: 4px 5px 4px 23px;
	background: url(../images/icon_arrow02.png) no-repeat 8px 50%;
	border: 1px solid #999;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
div.allBtn a:hover {
	border: 1px solid #000;
}

/* Header---------------------------------------------------------------------- */
/* Top */
header.top {
	height: 90px;
	background: url(../images/headerBg.png) no-repeat 0 50%;
}
header.top .inner {
	height: 90px;
	background: url(../images/img_header_index.png) no-repeat 100% 0;
}
header.top h1 {
	padding: 15px 0 0 0;
}


/* footer---------------------------------------------------------------------- */
footer {
	background: #333;
}
footer div.inner {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
}
footer ul.fNav {
	float:left;
	position: relative;
	left:50%;
}
footer ul.fNav li {
	float:left;
	position: relative;
	left:-50%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	line-height: 1;
	border-left: 1px solid #CCC;
}
footer ul.fNav li:first-child {
	border: none;
}
footer ul.fNav li a {
	color: #CCC;
	text-decoration: none;
}
footer ul.fNav li a:hover {
	text-decoration: underline;
}
footer p.copyright {
	clear: both;
	color: #CCC;
	font-size: 1.2rem;
	text-align: center;
}


/* Top Page---------------------------------------------------------------------- */

/* チームを選んで応援!! */
.teamBox {
	overflow: hidden;
	padding: 0 0 20px 0;
}
.teamBox h3 {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #D70A2F;
}
.teamBox h3 span {
	display: inline-block;
	width: 200px;
	padding: 5px 10px;
	border-top: 2px solid #D70A2F;
	border-left: 2px solid #D70A2F;
	border-right: 2px solid #D70A2F;
	color: #D70A2F;
	text-align: center;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
}
.teamBox div.team {
	float: left;
	overflow: hidden;
	width: 320px;
	margin: 0 0 15px 20px;
	border-bottom: 1px solid #CCC;
}
.teamBox div.team:nth-child(3n+2) {
	margin-left: 0;
}
.teamBox div.team div.logo {
	float: left;
	width: 60px;
	height: 45px;
	margin: 0 10px 5px 0px;
}
.teamBox div.team div.logo img {
	max-width: 60px;
	max-height: 45px;
}
.teamBox div.team p {
	padding-left: 60px;
}
.teamBox div.team p.name {
	font-size: 1.3rem;
	font-size:13px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.teamBox div.team p.league {
	font-size: 1.1rem;
	font-size:11px;
	text-indent: -0.5em;
}
.teamBox div.team a {
	text-decoration: none;
}
.teamBox div.team a:hover p.name{
	text-decoration: underline;
}

/* サービスから選んで応援!! */
.serviceBox {
	overflow: hidden;
	padding: 0 0 20px 0;
}
.serviceBox h3 {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #0A6BCC;
}
.serviceBox h3 span {
	display: inline-block;
	width: 230px;
	padding: 5px 10px;
	border-top: 2px solid #0A6BCC;
	border-left: 2px solid #0A6BCC;
	border-right: 2px solid #0A6BCC;
	color: #0A6BCC;
	text-align: center;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
}
.serviceBox div.service {
	float: left;
	overflow: hidden;
	width: 185px;
	height: 130px;
	margin: 0 0 3px 18px;
}
.serviceBox div.service:nth-child(5n+2) {
	margin-left: 0;
}
.serviceBox div.service div.logo {
	width: 185px;
	height: 90px;
	border: 2px solid #EEE;
	box-sizing: border-box;
	position: relative;
}
.serviceBox div.service div.logo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 140px;
	max-height: 70px;
}
.serviceBox div.service p.name {
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 1.2rem;
	font-size: 12px;
}
.serviceBox div.service a {
	text-decoration: none;
}
.serviceBox div.service a:hover p.name {
	text-decoration: underline;
}
.serviceBox div.allList {
	clear: left;
	padding: 20px 0 0 0;
	text-align: right;
	font-size: 1.2rem;
	font-size: 12px;
}
.serviceBox div.allList a {
	padding: 4px 5px 4px 23px;
	background: url(../images/icon_arrow02.png) no-repeat 8px 50%;
	border: 1px solid #999;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.serviceBox div.allList a:hover {
	border: 1px solid #000;
}

/* 最新の応援メッセージ */
div.btn_message {
	position: absolute;
	top: 40px;
	right: 10px;
}
div.btn_message a {
	display: block;
	width: 160px;
	height: 33px;
	line-height: 37px;
	padding: 0 15px;
	border-bottom: 4px solid #B70927;
	border-radius: 3px;
	background: #D70A2F;
	color: #FFF;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
div.btn_message a:hover {
	background: #CD0A2C;
}
div.messageBox {
	border-top: 1px dashed #CCC;
	padding: 0 0 30px 0;
}
div.messageBox div.message {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px dashed #CCC;
}
div.messageBox div.message div.icon {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	background: #FFF;
}
div.messageBox div.message div.icon.noimage {
	background: url(../images/photoBg_02.png) no-repeat 50% 50% #FFF;
	background-size:contain;
}
div.messageBox div.message div.icon img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 50px;
	max-height: 50px;
}
div.messageBox div.message p.date {
	float: left;
	width: 170px;
	height: 50px;
	margin: 0 0 0 10px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
}
div.messageBox div.message p.user {
	float: left;
	width: 150px;
	height: 50px;
	margin: 0 0 0 20px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
}
div.messageBox div.message p.user a {
	text-decoration: none;
}
div.messageBox div.message p.user a:hover {
	text-decoration: underline;
}
div.messageBox div.message p.comment {
	float: left;
	width: 535px;
	height: 50px;
	margin: 0 0 0 10px;
	line-height: 50px;
	font-size: 14rem;
	font-size:14px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}
div.messageBox div.message p.comment a {
	text-decoration: none;
}
div.messageBox div.message p.comment a:hover {
	text-decoration: underline;
}

/* お知らせ */
dl.info {
	border-top: 1px dashed #CCC;
	font-size: 14rem;
	font-size:14px;
	margin: 0 0 30px 0;
}
dl.info dt {
	float: left;
	width: 125px;
	padding: 20px 0 10px 5px;
	line-height: 1.5;
}
dl.info dd {
	padding: 20px 0 20px 130px;
	border-bottom: 1px dashed #CCC;
	line-height: 1.5;
}
dl.info dd a {
	text-decoration: none;
}
dl.info dd a:hover {
	text-decoration: underline;
}


/* Team Page---------------------------------------------------------------------- */
/* Team header */
img#logo_team{ }
img#logo_cross{
	padding: 0 10px;
}
img#logo_portal{
	height:48px;
}
header.team {
	background: url(../images/teamHeaderBg.png) repeat-x 0 0;
	border-bottom: 1px solid #CCC;
}
header.team .inner {
	overflow: hidden;
	padding: 0 10px 0 10px;
}
header.team div.header_01 {
	overflow: hidden;
	width: 320px;
	float: left;
}
header.team div.header_02 {
	/* position: relative; */
	overflow: hidden;
	width: 680px;
	float: right;
}
header.team p.support {
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #FFF;
	float:left;
}
header.team span.to_mobile {
	float:right;
	line-height:30px;
	font-size: 1.2.rem;
	font-size: 12px;
}
header.team span.to_mobile a{
	color: #FFF;
}
/*
header.team div.header_01 p.support {
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #FFF;
}
*/
header.team div.header_01 h1 {
	float: left;
	height: 60px;
}
header.team div.header_01 h1 img {
	height: 60px;
}
header.team div.header_01 p.teamName {
	float: left;
	margin: 15px 0 0 0;
	line-height: 1.2;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
}
header.team div.header_01 p.teamName span {
	display: block;
	font-size: 1.2rem;
	font-size: 12px;
	font-weight: bold;
}
header.team div.header_02 ul.sns {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin: 10px 0 15px 0;
}
header.team div.header_02 ul.sns li {
	float: right;
	margin: 0 0 0 5px;
}
header.team div.header_02 ul.headerNav {
	overflow: hidden;
	margin: 20px 0 10px 0;
	font-size: 1.4rem;
	font-size: 14px;
}
header.team div.header_02 ul.headerNav li {
	float: right;
	margin: 0 0 0 5px;
}
header.team div.header_02 ul.headerNav li.login a {
	display: block;
	min-width: 80px;
	height: 33px;
	line-height: 37px;
	padding: 0 15px;
	border-bottom: 4px solid #B70927;
	border-radius: 3px;
	background: #D70A2F;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
header.team div.header_02 ul.headerNav li.login a:hover {
	background: #CD0A2C;
}
header.team div.header_02 ul.headerNav li.about a {
	display: block;
	min-width: 80px;
	height: 33px;
	line-height: 37px;
	padding: 0 15px;
	border-bottom: 4px solid #000;
	border-radius: 3px;
	background: #333;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
header.team div.header_02 ul.headerNav li.about a:hover {
	background: #222;
}
header.team div.header_02 ul.headerNav li.to_mobile{
	padding-top:22px;
}
/*
div.register {
	text-align: center;
	padding: 30px 10px 30px 10px;
}
div.btn_register a {
	display: block;
	width: 400px;
	height: 50px;
	line-height: 54px;
	margin: 30px auto 0;
	border-bottom: 4px solid #91061F;
	border-radius: 3px;
	background: #ED0C33;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED0C33), to(#AC0925));
	background: -webkit-linear-gradient(top, #ED0C33, #AC0925);
	background: -moz-linear-gradient(top, #ED0C33, #AC0925);
	background: -ms-linear-gradient(top, #ED0C33, #AC0925);
	background: linear-gradient(top, #ED0C33, #AC0925);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ED0C33', endColorstr='#AC0925');
	color: #FFF;
	font-size: 2.2rem;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
*/
div#reg_wrapper {
	width: 380px;
	float:right;
}
div.register {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
div.btn_register a {
	float:right;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 54px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #91061F;
	border-radius: 3px;
	background: #ED0C33;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED0C33), to(#AC0925));
	background: -webkit-linear-gradient(top, #ED0C33, #AC0925);
	background: -moz-linear-gradient(top, #ED0C33, #AC0925);
	background: -ms-linear-gradient(top, #ED0C33, #AC0925);
	background: linear-gradient(top, #ED0C33, #AC0925);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ED0C33', endColorstr='#AC0925');
	color: #FFF;
	font-size: 2.2rem;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
div.btn_register a:hover {
	background: #CD0A2C;
}

div.sns_div{
}
ul.sns {
/*
	position: absolute;
	top: 0;
	right: 0;
*/
	overflow: hidden;
	margin: 10px 0 15px 0;
}
ul.sns li {
	float: right;
	margin: 0 0 0 5px;
}

/* サポーター・現在の応援総額 */
article.currentBox {
	border-top: 1px solid #F1F1F1;
}
article.currentBox .inner {
	overflow: hidden;
}
div.supporter{
	float: left;
	width: 250px;
	margin: 20px 0;
	box-sizing: border-box;
	border-right: 1px solid #F1F1F1;
	text-align: right;
}
div.supporter p.ttl {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 40px 0 0;
	padding: 0 0 0 35px;
	background: url(../images/icon_supporter.png) no-repeat 0 50%;
	color: #D70A2F;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
}
div.supporter p.count {
	margin: 0 40px 0 0;
	font-size: 2.0rem;
	font-size: 20px;
	font-weight: bold;
}
div.supporter p.count span {
	display: inline-block;
	padding: 0 10px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 4.5rem;
	font-size: 45px;
	font-weight: bold;
}
div.total {
	float: left;
	width: 290px;
	margin: 20px 0;
}
div.total p.ttl {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 40px;
	padding: 0 20px 0 23px;
	background: url(../images/icon_total.png) no-repeat 0 0;
	color: #D70A2F;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
}
div.total p.count {
	margin: 0 0 0 40px;
	font-size: 2.0rem;
	font-size: 20px;
	font-weight: bold;
}
div.total p.count span {
	display: inline-block;
	padding: 0 10px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 4.5rem;
	font-size: 45px;
	font-weight: bold;
}

h2.pickup_title {
	padding: 10px 10px;
	font-size: 2.6rem;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

/* slide */
div.slide div {
}
div.slide div img {
	width: 300px;
	margin: 0 10px;
}


/* サービス詳細---------------------------------------------------------------------- */

div.yellBox {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 50px 50px 0 50px;
	background: #FFF;
	border-radius: 6px;
}
div.yellBox div.serviceLogo {
	position: relative;
	float: left;
	width: 250px;
	margin-right: 50px;
}
div.yellBox div.serviceLogo div.logoImg {
	position: relative;
	width: 250px;
	height: 200px;
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 3px;
	box-sizing: border-box;
}
div.yellBox div.serviceLogo div.logoImg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 200px;
	max-height: 180px;
}
div.yellBox div.serviceLogo div.category {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #0A6BCC;
	color: #0A6BCC;
	text-align: center;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
}
div.yellBox div.description {
	width: 600px;
	float: left;
}
div.yellBox div.description dl dt {
	color: #D70A2F;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #D70A2F;
	border-bottom: 1px dotted #D70A2F;
	padding: 5px 0 5px 8px;
}
div.yellBox div.description dl dd {
	margin: 15px 0 30px 15px;
	line-height: 1.5;
	font-size: 1.4rem;
	font-size: 14px;
}
div.yellBox div.description dl dd ul.how {}
div.yellBox div.description dl dd ul.how li {
	position: relative;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #EEE;
	font-weight: bold;
	padding-left: 50px;
}
div.yellBox div.description dl dd ul.how li span {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #D70A2F;
}
/*div.yellBox div.btn_Yell {
	clear: both;
	text-align: center;
	padding: 30px 10px 50px 10px;
}
div.yellBox div.btn_Yell a {
	display: block;
	width: 500px;
	height: 60px;
	line-height: 64px;
	margin: 0 auto 0;
	border-bottom: 4px solid #B70927;
	border-radius: 3px;
	background: #D70A2F;
	color: #FFF;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
div.yellBox div.btn_Yell a:hover {
	background: #CD0A2C;
}*/

div.yellBox div.btn_Yell_left {
	clear: both;
	text-align: center;
	padding: 30px 0;
}
div.yellBox div.btn_Yell_left a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 84px;
	margin: 0 auto 0;
	border-bottom: 4px solid #91061F;
	border-radius: 4px;
	background: #ED0C33;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED0C33), to(#AC0925));
	background: -webkit-linear-gradient(top, #ED0C33, #AC0925);
	background: -moz-linear-gradient(top, #ED0C33, #AC0925);
	background: -ms-linear-gradient(top, #ED0C33, #AC0925);
	background: linear-gradient(top, #ED0C33, #AC0925);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ED0C33', endColorstr='#AC0925');
	color: #FFF;
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}
div.yellBox div.btn_Yell_left a:hover {
	background: #CD0A2C;
}
div.yellBox div.btn_Yell_nr_left {
	clear: both;
	text-align: center;
	padding: 30px 0;
}
div.yellBox div.btn_Yell_nr_left a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 42px;
	margin: 0 auto 0;
	border-bottom: 4px solid #D83B42;
	border-radius: 4px;
	background: #D83B42;
	background: -webkit-gradient(linear, left top, left bottom, from(#D83B42), to(#E0656B));
	background: -webkit-linear-gradient(top, #D83B42, #E0656B);
	background: -moz-linear-gradient(top, #D83B42, #E0656B);
	background: -ms-linear-gradient(top, #D83B42, #E0656B);
	background: linear-gradient(top, #D83B42, #E0656B);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D83B42', endColorstr='#E0656B');
	color: #FFF;
	font-size: 2.6rem;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}
div.yellBox div.btn_Yell_nr_left a:hover {
	background: #DC5057;
}







