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

/* 共通
--------------------------*/

a {
	text-decoration: none;
	color: #444;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

.footer{
	clear:both;
	border-top:3px solid #000;
}


/*-------------------------------------------------
    ヘッダー上部
-------------------------------------------------*/

.headBox{
	width:100%;
	padding: 5px 0;
}

.headBoxline{
	float:right;
	width:1px;
	height:20px;
	margin:0 5px;
	border-left:1px solid #ccc;
	background-color:#eee;
}

.sponcerBox{
}

.sponcerBox ul{
	display:block;
	float: right;
}

.sponcerBox li{
	float: left;
	margin: 0 3px;
}

.sns{
}

.sns ul{
	display:block;
	float: right;
}
.sns li {
	float: left;
	margin: 0 3px;
}

.perBox{
	width:190px;
	position:absolute;
	right:0;
	top: 50%;
	margin-top:-50px;
}

.perBox li{
	float: left;
	margin-right: 5px;
}

.perBox li span{
	display: block;
	font-size:10px;
	text-align:center;
	color:#333;
}

/* メニュー*/


#nav {
	clear:both;
	width: 100%;
	background-color:#C10077
}

#nav ul{
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height:39px;

}

#nav ul li {
	margin-top:10px;
	float: left;
}

.naviMenu {
	margin-right: 62px;
}

/*-----------------------------------------------
 __共通横メニュー
-----------------------------------------------*/

.menuBox{
	overflow:hidden;
	padding:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
	background-color:#fff;
}

.menuDetail{
	padding-top:5px;
	font-size: 18px;
	font-weight: bold;
	color: #65ab31;
	line-height: 1.5;
}

.menuDate{
	font-size:11px;
	font-weight:bold;
	color: #000;
	padding-bottom: 5px;
}

.menuWord{
	font-size:100%;
}

.oapodcast {
	float: right;
	text-align: center;
}

.oapodcast a{
	width:220px;
	margin:0 auto;
	display: block;
	height: 40px;
	line-height: 43px;
	background:#D1DE4C;
	font-size: 14px;
	color: #333;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	border-radius: 2px;
}

.oapodcast p{
	padding-left: 250px;
	padding-top: 10px;
}

.oapodcast img{
	padding-top: 10px;
	padding-right: 10px;
}

.oapodcast:hover a{
	background:#ccc;
}




/*-----------------------------------------------
 __共通縦メニュー
-----------------------------------------------*/

.commonIndexbox {
	width: 200px;
	height: 280px;
	float: left;
	margin:0 20px 50px 20px;
	position:relative;
	overflow:hidden;
}

.commonIndexImg{
	width: 200px;
	height: 150px;
	overflow:hidden;
}

.commonIndexbox img{
	width: 200px;
}

.commonIndextxt {
	display: block;
	cursor: pointer;
}

.commonIndextxt p.date {
	padding-top:10px;
	font-size: 11px;
	font-weight:bold;
	width: 200px;
	color:#000;
}

.commonIndextxt h3 {
	padding-top:5px;
	font-size: 14px;
	font-weight: bold;
	color: #C10077;
	line-height: 1.5;
}

.commonIndextxt p.detail {
	padding-top:10px;
	font-size: 85%;
	line-height: 1.5;
	width: 200px;
}

/*リンク設定*/

.commonIndextxt a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
}

.commonIndextxt:hover h3{
	color: #e07fbb;
}

/*-----------------------------------------------
 アスリートニュースメニュー
-----------------------------------------------*/

.newsIndexbox {
	width: 200px;
	float: left;
	margin:0 20px;
	position:relative;
}

.newsIndexbox img{
	width: 200px;
	height: 150px;
	overflow:hidden;
}


.newsIndextxt {
	display: block;
	cursor: pointer;
}

.newsIndextxt p.date {
	padding-top:10px;
	font-size: 11px;
	font-weight:bold;
	width: 200px;
	color:#000;
}

.newsIndextxt h3 {
	padding-top:5px;
	font-size: 14px;
	font-weight: bold;
	color: #c10077;
	line-height: 1.5;
}

.newsIndextxt p.detail {
	padding-top:10px;
	font-size: 85%;
	line-height: 1.5;
	width: 200px;
}

/*リンク設定*/

.newsIndextxt a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
}

.newsIndextxt:hover h3{
	color: #e07fbb;
}


/*-----------------------------------------------
 レジェンドストーリーメニュー
-----------------------------------------------*/

.legendIndexbox {
	width: 225px;
	height:286px;
	float: left;
	margin-left:7px;
	margin-right:7px;
	display: block;
	cursor: pointer;
	position: relative;
}

.legendDarkarea {
	width:100%;
	height: 140px;
	position: absolute;
	background-color: #000;
	top: 146px;
	left: 0px;
	opacity:0.8;
	/*z-index:3;*/
}

.legendIndextxt {
	width:205px;
	color: #fff;
	height: 130px;
	position: absolute;
	padding: 5px 10px;
	top:146px;
	left: 0px;
	/*z-index:4;*/
	overflow:hidden;
}

.legendIndextxt p.date {
	padding-bottom: 5px;
	font-size: 9px;
}

.legendIndextxt h3 {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
}

.legendIndextxt p.detail {
	padding:5px 0;
	font-size: 11px;
	line-height: 1.5;
}

/*リンク設定*/

.legendIndexbox a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 286px;
	background-color: #fff;
	opacity: 0;
/*z-index:10;*/
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
}

.legendIndexbox:hover h3,
.legendIndexbox:hover p.detail{
    color:#aaa;
}


/*-----------------------------------------------
 サークルオブフレンズトップ
-----------------------------------------------*/

.friendsIndexbox {
	width:700px;
	margin:0 auto;
	display: block;
	position: relative;
}
.friendsIndexbox .album {
	margin-right: 35px;
	float: left;
}

.friendsIndexbox p.date {
	font-size: 11px;
	font-weight:bold;
	color: #333;
}

.friendsIndexbox h3 {
	font-size:25px;
	color: #000;
	line-height:1.2;
	padding:10px 0;
}
.friendsIndexbox p {
	color: #444;
	line-height:1.5;
}

/*リンク設定*/

.friendsIndexbox a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
}

.friendsIndexbox:hover h3{
	color: #C10077;
}

/*-----------------------------------------------
 チアアップソングス　 トップ&amp;詳細
-----------------------------------------------*/

.area_songs {
	text-align: center;
	margin: 20px auto;
	width: 700px;
}

.area_songs .date{
	font-size: 11px;
	font-weight:bold;
	margin: 40px 0 10px 0;
	color: #333;
	text-align:left;
}

.area_songs .area_albums {
	width: 150px;
	margin: 10px; 10px 0 10px;
	color: #444;
	display: inline-block;
	position: relative;
	float:left;
}

.area_albums {
	height: 230px;
	margin: 10px; 10px 0 10px;
}

.area_songs .area_albums .txt_set {
}

.area_songs .area_albums h3 {
	display:block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:1.2;
}
.area_songs .area_albums p {
	margin-bottom: 10px;
	line-height:1.2;
	font-size: 12px;
}

.area_songs .area_albums span {
	display:block;
	padding-top: 5px;
	font-size: 10px;
}

/*リンク設定*/

.area_songs .area_albums .txt_set a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
}

.area_songs .area_albums:hover h3,
.area_songs .area_albums:hover p {
	color: #C10077;
}

/*-----------------------------------------------
 メッセージ　 トップ
-----------------------------------------------*/

.topMesbox {
	width:370px;
	margin: 50px 30px;
	padding:25px;
	float:left;
	background:#eee;
		webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
}

.topMesbox h3 {
	margin-bottom: 10px;
	zoom: 1;
	font-weight: bold;
	color: #C10077;
	font-size: 70%;
}

.topMesbox h3 img{
  vertical-align: middle;
  margin-right: 15px;
}

.topMesbox p {
	display:block;
	font-size: 16px;
	color: #333;
	height:250px;
}

.topMesbox span {
	display:block;
	margin: 10px;
	width:100%;
	text-align:center;
}

.topfbbox {
	float:left;
	width:420px;
	margin: 50px 30px;
}


/*リンク設定*/

.topMesBtn {
	text-align: center;
}

.topMesBtn a{
	width:360px;
	margin:0 auto;
	display: block;
	height: 55px;
	line-height: 59px;
	background:#C10077;
	font-size: 18px;
	color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	border-radius: 2px;
}

.topMesBtn:hover a{
	color:#C10077;
	background:#fff;
}


.pageswitch{
	clear:both;
	width:100%;
	text-align:center;
	padding:10px 0;
}
.pageswitch a{
	color:#c10077;
}</pre></body></html>