@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	index.html

++++++++++++++++++++++++++++++++++++++++ */

header {
	margin-bottom: 28px;
}

article h2 {
	margin: 0;
	padding-left: 40px;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	background: url(../img/common/ttl_icon.png) 10px 50% no-repeat;
	color: #000;
	font-weight: bold;
	font-size: 14px;
   line-height: 50px;
}
article h2:before {
	display: none;
}


/* ----------------------------------------
	main
---------------------------------------- */

#main {
	overflow: hidden;
	margin-bottom: 20px;
}
#main li img {
	display: block;
	margin: 0;
}


/* ----------------------------------------
	news
---------------------------------------- */

#news {
	position: relative;
	margin-bottom: 10px;
}

#news .btnMore {
	position: absolute;
	right: 5px;
	top: 8px;
}
#news .btnMore a {
	display: block;
	width: 75px;
	height: 32px;
	padding-left: 13px;
	background: #246cca url("../img/common/arr_white.png") 72px center no-repeat;
	border-radius: 5px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 32px;
}


/* ----------------------------------------
	about
---------------------------------------- */

#about {
	padding-bottom: 30px;
}
#about h2 {
	margin-bottom: 20px;
}

#poster {
	width: 403px;
	height: 570px;
	margin: 0 auto 30px;
	background: #2c2c2c;
	text-align: center;
}

#about .text {
	padding: 0 7px;
	font-size: 12px;
}

#about .btn {
	margin-top: 35px;
}


/* ----------------------------------------
	aside
---------------------------------------- */

aside {
	box-shadow: none;
	width: 280px;
	padding-top: 0;
	border: none;
	background: none;
}
aside:before {
	display: none;
}
aside>* {
	position: relative;
	margin-bottom: 10px;
	padding: 14px 5px 8px 6px;
	border: solid 1px #d4d3cd;
	background: #ffffff;
}
aside>*:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: #e64b40;
}
aside h2 {
	margin-bottom: 11px;
	padding-left: 39px;
	background: url(../img/common/ttl_icon.png) 4px no-repeat;
	color:#404040;
	font-size: 14px;
	line-height: 26px;
}
aside section>div {
}
aside section {
	
	box-shadow: 0 0 6px 0 rgba(189,189,189,.75);
}

/* nextStage
---------------------------------------- */

#nextStage .date {
	padding: 11px 8px;
	border-bottom: solid 1px #eee;
	font-weight: bold;
	color: #242424;
	font-size: 16px;
	line-height: 1;
}

#nextStage .date .day {
	display: inline-block;
	margin-top: 12px;
	font-size: 36px;
}

#nextStage .date .otw {
	margin-left: 7px;
	color: #e3272a;
	font-size: 18px;
	vertical-align: baseline;
}

/* info */

#nextStage .info {
    margin-bottom: 10px;
}

#nextStage .info li {
	position: relative;
	padding-left: 78px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-bottom: solid 1px #eee;
	font-weight: bold;
	line-height: 25px;
}
#nextStage .info li a {
	color: #242424;
}
#nextStage .info li a.linkExt:after {
	background-position: 0 50%;
}
#nextStage .info li>span {
	position: absolute;
	left: 8px;
	top: 7px;
	width: 52px;
	height: 21px;
	padding-left: 3px;
	background: #e64b40;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
}

/* btnArea */

#nextStage .btnArea {
	padding: 15px 0 8px;
	border-bottom: solid 1px #cdcdcd; 
	background: #2c2c2c;
    width: 278px;
    margin-left: -6px;
}
#nextStage .btnArea p {
	margin-bottom: 10px;	
}

/* related */

#nextStage .related {
	padding: 8px 13px 11px 14px;
	border-top: solid 1px #f3f3f3;
	border-radius: 0 0 4px 4px;
}
#nextStage .related h3 {
	position: relative;
	margin: 0 0 9px -12px;
	padding-left: 12px;
	color: #979797;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}
#nextStage .related h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -3.5px;
	border: solid 3.5px #e64b40;
	border-radius: 4px;
	transition: .3s;
}

/* sponsor
---------------------------------------- */

#sponsor ul {
	margin-top: 10px;
	padding: 10px 13px 0 14px;
}
#sponsor li {
	padding-bottom: 10px;
}
#sponsor .btn {
	margin-bottom: 10px;
}

/* fbArea
---------------------------------------- */

aside #fbArea {
	margin-bottom: 0;
	padding: 14px 0 0;
}
aside #fbArea h2 {
	margin-left: 6px;
}
aside #fbArea>div {
	box-shadow: none;
	border-radius: 0;
}



/* ++++++++++++++++++++++++++++++++++++++++

	for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 767px) {

article h2 {
	background-image: url(../img/sp/common/ttl_icon.png);
  padding-left: 36px;
    background-size: 21px;
}
article>* {
    box-shadow: 0 0 2px 2px rgba(188,188,188,.35);
}
nav .on a span {
    color: #ffffff;
}


/* ----------------------------------------
	main
---------------------------------------- */

#main {
	box-shadow: none;
	margin: 0 10px 15px;
	padding-bottom: 12px;
	background: none;
}

.sliderWrap {
	height: auto;
}

.slider {
	padding-top: 34.56%;
	height: 0;
}

.sliderPrev,
.sliderNext {
	display: none !important;
}

.sliderNav {
	bottom: -12px;
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	background: none;
	line-height: 1;
}
.sliderNav li {
	width: 7px;
	height: 7px;
	margin: 0 2px;
	padding: 0;
	background: #bababa;
	border-radius: 7px;
}
.sliderNav li a {
	display: none;
}

.sliderNav .active {
	background: #10407D;
}


/* ----------------------------------------
	topInfo
---------------------------------------- */

#topInfo {
	margin: 0;
	background: none;
    box-shadow: none;
}
#topInfo>div {
	padding: 15px;
	background: #dbdbdb;
}
#topInfo>div:first-child {
	margin-bottom: 17px;
}

#topInfo .licence .btn {
	height: 45px;
	text-align: left;
	line-height: 45px;
}

#topInfo .licence .btn a {
	position: relative;
	box-shadow: none;
	padding-left: 56px;
	background: linear-gradient(#97c63a, #90ac41);
	background: -webkit-gradient(linear, center top, center bottom, from(#97c63a), to(#90ac41));
	text-shadow: 0 0 7px #536e18;
}
#topInfo .licence .btn a:before {
	content: '';
	position: absolute;
	left: 19px;
	top: 50%;
	box-shadow: 0 0 7px #536e18;
	width: 29px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/sp/common/nav_licence_icon.png);
	background-size: cover;
}
#topInfo .licence .btn a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 18px;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* nextStage
---------------------------------------- */

#topInfo .nextStage p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
#topInfo .nextStage p>span {
	margin-left: 15px;
}
#topInfo .nextStage p>span span {
	margin-left: 5px;
	color: #e3272a;
}

#topInfo .nextStage .btn {
	margin-top: 10px;
}

#nextStage .related h3 {
	margin-left: 0;
}


/* ----------------------------------------
	news
---------------------------------------- */

#news li {
	display: none;
}
#news li:nth-child(1),
#news li:nth-child(2),
#news li:nth-child(3) {
	display: block;
}

#news .btnMore {
	position: static;
}
#news .btnMore a {
	width: 100%;
	height: 100%;
	padding: 0;
	background: #242424;
	text-align: center;
	color: #fff;
	line-height: 32px;
  border-radius: 0;
}
#news .btnMore a:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


/* ----------------------------------------
	about
---------------------------------------- */

#about {
	padding-bottom: 15px;
}
#about h2 {
	margin: 0;
}

#poster {
	width: auto;
	height: auto;
	margin: 10px;
	background: none;
}
#poster img {
	margin: auto;
}

#about .text {
	padding: 5px;
}

#about .btn {
	margin-top: 10px;
}


/* ----------------------------------------
	aside
---------------------------------------- */

aside {
	width: auto;
}
aside>* {
	box-shadow: none;
	border: 0;
	background: none;
}
aside h2 {   
	background-image: url(../img/sp/common/ttl_icon.png);
  padding-left: 28px;
    background-size: 21px;
}
aside section>div {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
/* nextStage
---------------------------------------- */

#nextStage .date {
	font-size: 14px;
}

#nextStage .date .day {
	margin-top: 8px;
	font-size: 24px;
}

#nextStage .date .otw {
	font-size: 16px;
}

/* info */

#nextStage .info li {
	font-size: 14px;
}

/* related */

#nextStage .related {
    background: #eeeeee;
}
#nextStage .related ul {
	display: block;
	width: 240px;
	margin: auto;
}
#nextStage .btnArea {
    background: none;
    width: auto;
    margin-left: 0;
}
/* sponsor
---------------------------------------- */

aside>#sponsor {
	margin-bottom: 0;
	padding-bottom: 20px;
}
aside>#sponsor:before {
	display: none;
}
#sponsor ul {
	padding: 15px 0 10px 11px;
}

#sponsor li {
	float: left;
	width: 140px;
	padding: 0 5px 5px 0;
}

/* Break Point */
}