html {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000;
	font-family: sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	background-color: #000;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ol, ul, dl, li, dt, dd, table, th, td, form, fieldset {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000;
	font-family: sans-serif;
	font-size: 102%;
	margin: 0;
	padding: 0;
}
/* html5の新要素 */
hgroup, section, article, aside, nav, figure, figcaption, header, footer {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}
a img {
    border: 0 none;
    vertical-align: bottom;
}
/* IE7のhasLauout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

/* ===============================================================
	ページ基本設定
=============================================================== */
body {
	-webkit-text-size-adjust: none;
	max-width: 100%;
}
a:link {
	text-decoration: underline;
}

/* ===============================================================
	構造
=============================================================== */
#wrapper {
	background:url('/img/quick/rijfes2015/sp/sp_bg.jpg') repeat 0 top;
	background-color:#008124;
	margin: 0;
	padding: 0;
	min-width: 320px;/* iPhone画面寄りの回避 */
	width: 100%;
	background-size:contain;
}
#header {
	display: none;
	height: 132px;
}
#main {
	width: 100%;
	box-sizing:content-box;
}
#content {
	font-size: 80%;
	overflow: visible;
	padding: 10px 0;
	text-align: left;
	width: auto;
}
.sp_detail_body #content {padding-top: 0;}
.article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	padding-top: 5px;
}

/* ===============================================================
	ヘッダ要素
=============================================================== */
#top_head {
	background-size:100% auto;
	width: 100%;
	position:relative;
	margin-bottom:0px;
}
.sp_detail_body #top_head {
	margin-bottom: 0px;
}
#top_head img {width: 100%;}

#top_head .sp_head_ro69{
	box-sizing:border-box;
	width:100%;
	height:45px;
	padding:0 15px;
	background-color:#000000;
}
#top_head .sp_head_ro69 a.left{
	float:left;
}
#top_head .sp_head_ro69 a.left img{
	width:52px;
	height:45px;
}
#top_head .sp_head_ro69 a.right{
	float:right;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	vertical-align:middle;
	line-height:45px;
}
#top_head .sp_head_ro69 a.right .arrow{
	font-size:8px;
}


#hnavi{
	width:100%;
	background-color:#FFF;
	overflow: hidden;
}
#hnavi h1{}
.sp_head_quick{
	display:block;
	box-sizing:border-box;
	vertical-align:top;
	background-color:#0030b8;
	border-bottom:1px solid #001e74;
}
.sp_head_quick img{width:100%;}

.report_btn {
	display:block;
	z-index:9999;
	position: fixed;
	bottom: 20px;
	right: 19px;
	width: 50px;
	height: 42px;
}
.report_btn img{width:100%;}


/* ===============================================================
	スライダー
=============================================================== */
.slider {
	background: #ffffff;
	position: relative;
	width: 100%;
	/* height: 450px; */
	overflow: hidden;
	padding-bottom: 25px;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide img {
　width: 100%;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider-arrow--right {
  bottom: 50%;
  right: 30px;
}
.slider-arrow--left {
  bottom: 50%;
  left: 30px;
}
.slider-nav {
  position: absolute;
  bottom: 30px;
  bottom:10px;
  z-index: 100;
}

.slider-nav__item {
  width: 6px;
  height: 6px;
  float: left;
  clear: none;
  display: block;
  margin: 0 4px;
  border-radius: 8px;
  background: #dddddd;
}
.slider-nav__item:hover {
  background: #0030b8;
}
.slider-nav__item--current {
  background: #0030b8;
}
.guestinfo {
background-color:#FDFDFD;
border:1px solid;
margin-top:10px;
padding:10px;
font-weight:bold;
}

/* ===============================================================
	グローバルナビ　日付タブ
=============================================================== */

#gnavi {
	background-color: #0030b8;
	border-bottom:1px solid #001e74;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	clear:both;
}
#gnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display:table;
}
#gnavi li{
	box-sizing: border-box;
	list-style-type: none;
	white-space: nowrap;
	border-right: 1px solid #001e74;
	width:70px;
	max-height:50px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#gnavi li:last-child {
	margin-right:0;
	border-right:none;
}
#gnavi li.off {background: #1c1f87;}
#gnavi li a{
	white-space: nowrap;
	display:block;
	max-width:70px;
	height:50px;
	margin:0px auto;
	font-size:0;
	text-indent:-99999px;
	background-size:auto 100%!important;
}

#gnavi li:nth-child(1) a{background:url('/img/quick/rijfes2015/sp/report_0801.png') no-repeat center 50%;}
#gnavi li:nth-child(1).off a{background:url('/img/quick/rijfes2015/sp/report_0801_gray.png') no-repeat center 50%;}
#gnavi li:nth-child(1).on a{background:url('/img/quick/rijfes2015/sp/report_0801_yellow.png') no-repeat center 50%;}
#gnavi li:nth-child(2) a{background:url('/img/quick/rijfes2015/sp/report_0802.png') no-repeat center 50%;}
#gnavi li:nth-child(2).off a{background:url('/img/quick/rijfes2015/sp/report_0802_gray.png') no-repeat center 50%;}
#gnavi li:nth-child(2).on a{background:url('/img/quick/rijfes2015/sp/report_0802_yellow.png') no-repeat center 50%;}
#gnavi li:nth-child(3) a{background:url('/img/quick/rijfes2015/sp/report_0808.png') no-repeat center 50%;}
#gnavi li:nth-child(3).off a{background:url('/img/quick/rijfes2015/sp/report_0808_gray.png') no-repeat center 50%;}
#gnavi li:nth-child(3).on a{background:url('/img/quick/rijfes2015/sp/report_0808_yellow.png') no-repeat center 50%;}
#gnavi li:nth-child(4) a{background:url('/img/quick/rijfes2015/sp/report_0809.png') no-repeat center 50%;}
#gnavi li:nth-child(4).off a{background:url('/img/quick/rijfes2015/sp/report_0809_gray.png') no-repeat center 50%;}
#gnavi li:nth-child(4).on a{background:url('/img/quick/rijfes2015/sp/report_0809_yellow.png') no-repeat center 50%;}

/* ===============================================================
	レポート本文
=============================================================== */
.detail_cap,
.article_photo{
	-moz-background-size:100%;
	background-size:100%;
	padding:0;
	background-repeat:no-repeat;
	background-position:center top;
}
/*.article_photo{margin:0 auto -15px auto;} */

.article_photo{margin:0 auto;}

.detail_cap img,
.article_photo img{
	width: 100%;
}
.type_v{width:75%;}

.main_txt {
	font-size: 15px;
	word-break: break-all;
	padding:0px;
	line-height:1.6;
}
.main_txt p{font-weight:normal;}
.sp_detail_body .main_txt {
	background: #fff;
	padding: 10px 10px 0 10px;
}
.main_txt.top{
	font-size: 102%;
	word-break: break-all;
	margin:5px 0px 0px 0px;
}
.main_txt a{text-decoration: underline;}

.ro69_artist {
	background-color:#FFF;
	padding:10px 15px;
}
.ro69_artist p{
	color:#333;
	font-weight:bold;
	padding:5px 0;
}
.ro69_artist a.link_btn{
	background:url('/img/quick/rijfes2015/sp/sp_icon.png') no-repeat 15px 50%;
	background-size:13px 14px;
	display:table;
	border-radius:6px;
	border:solid 1px #666;
	color:#333;
	width:100%;
	margin:5px auto;
	box-sizing:border-box;
	padding:0 15px 0 40px;
	text-decoration:none;
	height:60px;
	vertical-align:middle;

	border:solid 1px #666;
	border-radius:8px;
	box-shadow:1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.ro69_artist a.link_btn span{
	box-sizing:border-box;
	word-break:break-all;
	padding-right:30px;
	width:490px;
	background:url('/img/quick/rijfes2015/sp/arrow.png') no-repeat right 50%;
	background-size:12px 20px;
	font-weight:bold;
	font-size:17px;
	vertical-align:middle;
	display:table-cell;
	min-height:60px;
}

/* ===============================================================
	レポート一覧　日付タブ
=============================================================== */
ul.day_tab,
ul.day_tab.bottom{
	margin:0;
	max-height:90px;
	width:100%;
	display:table;
}

#pageslide{
	position:absolute;
	left:-100%;
	top:0;
	background: url('/img/quick/rijfes2015/sp/sp_bg.jpg') repeat left top;
	background-size:100%;
}
#pageslide ul.day_tab,
#pageslide ul.day_tab.bottom {margin:0;}

ul.day_tab li,
ul.day_tab li.on,
ul.day_tab li.off{
	box-sizing: border-box;
	max-height:40px;
	text-align: center;
	text-decoration: none;
	display:table-cell;
	vertical-align: middle;
	line-height:1;

	width:25%;
	margin-right:auto;
}
ul.day_tab li:last-child,
ul.day_tab li.on:last-child,
ul.day_tab li.off:last-child{
	width:25%;
	margin-right:0%;
}
ul.day_tab li a,
ul.day_tab li.on a,
ul.day_tab li.off a{
	box-sizing:border-box;
	font-size:90%;
	text-decoration: none;
	display:block;
	padding:7px 0;
	color:#FFF;
	background:#0030b8;
	font-weight:bold;

	width:99%;
	margin-right:auto;
}
ul.day_tab li:last-child a,
ul.day_tab li.on:last-child a,
ul.day_tab li.off:last-child a{
	width:100%;
	margin-right:0%;
}

ul.day_tab li.on a{
	background-color:#FFF;
	color:#1e257c;
}
ul.day_tab li.off,
ul.day_tab li.off a{
	color:#aaa;
}
ul.day_tab li a span {
	display: block;
	font-size: 60%;
	font-weight:normal;
	padding-top:3px;
}
/* ===============================================================
	SNSボタン(グリット版)
=============================================================== */
.sns_btn {
	box-sizing:border-box;
	background:#FFF;
	padding:15px 15px 5px 15px;
	width: 100%;
	margin:20px auto;
	display:table;
}
.sns_btn li{
	display:table-cell;
	vertical-align:top;
}

.sp_detail_body .sns_btn {
	box-sizing:border-box;
	list-style: none;
	margin:0px auto;
	width: 100%;
	text-align:center;
	vertical-align:bottom;
	font-size:0; /* liの隙間を回避 */
	display:table;
	padding:15px;
}
.sp_detail_body .sns_btn li {
	border: medium none;
	vertical-align: bottom;
	display:table-cell;
	width:33.3%;
}
.sp_detail_body .sns_btn li img{
	width:100%;
}
.sp_detail_body .sns_btn{
	background: #fff;
	margin-bottom:32px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
}


.sns_btn.bottom{margin:14px auto 14px auto;}
.sns_btn li a{background:none !important;}

.fb-like {
    width: 68px;
    z-index: 201;
		/* sp+common_news.cssの打ち消し */
		left:0;
		top:0;
}
.twitter-share-button {
    z-index: 300;
		left:0;
		top:0;
}

/* ===============================================================
	アーティストリスト
=============================================================== */
.modal .reports_list_block .list_block {padding:0 4px 0 10px!important;}
.modal .reports_list_block:nth-child(2n) .list_block{padding:0 10px 0 0!important;}
.modal .list_block .list_title{padding:20px 0 0 0; text-align:center; display:block;}
.modal .list_block .list_title img{display:block; margin:0px auto;}

/* ===============================================================
	ページング
=============================================================== */
.sp_detail_body #single-paging-block-qrJJ{background-color:#0030b8;}/* アーティスト詳細ページ用 */

#single-paging-block-qrJJ.digest{border-bottom: none;}
.sp_detail_body .sptotop_upper {margin:0 0 0 0;}

.single-paging-block-inner {
	box-sizing:border-box;
	margin:0;
	color:#FFF;
	display:table;
	width:100%;
}
.single-paging-block-inner a{
	padding:14px 10px;
	background-color:#0030b8;
	box-sizing:border-box;
	display:table-cell;
	width:40%;
	max-width:130px;
	vertical-align:middle;
	color:#fff!important;
	min-height:50px;
	text-decoration:none;
	line-height:1.4;
}
.single-paging-block-qrJJ-middle{
	box-sizing:border-box;
	display:table-cell;
	width:20%;
	height:50px;
}

.single-paging-block-qrJJ-left{
	box-sizing:border-box;
	text-align:left;
	background:url('/img/quick/rijfes2015/sp/paging_left.png') no-repeat left 50%;
	background-size:12px 20px;
	vertical-align:middle;
	padding:0px 10px 0px 20px;
	font-size:14px;
}
.single-paging-block-qrJJ-right{
	box-sizing:border-box;
	text-align: right;
	background:url('/img/quick/rijfes2015/sp/paging_right.png') no-repeat right 50%;
	background-size:12px 20px;
	vertical-align:middle;
	padding:0px 20px 0px 10px;
	font-size:14px;
}
.single-paging-block-qrJJ-left.none,
.single-paging-block-qrJJ-right.none{
	background:none;
}
.single-paging-block-inner .fa{}
.single-paging-block-inner .paging_text {}

/* トップ用ページャ */
.digest .single-paging-block-inner{
	display:block;
}
.digest .single-paging-block-inner a{
	background:#b81629;
	display:table;
	vertical-align:middle;
}
.digest .single-paging-block-inner a.float-left{
	float:left;
	text-align:left;
}
.digest .single-paging-block-inner a.float-right{
	float:right;
	text-align:right;
}
.digest .single-paging-block-inner a.float-left .single-paging-block-qrJJ-left,
.digest .single-paging-block-inner a.float-right .single-paging-block-qrJJ-right{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	line-height:1.4;
}
.digest .single-paging-block-inner a.float-left .single-paging-block-qrJJ-left{
	box-sizing:border-box;
	text-align:left;
}
.digest .single-paging-block-inner a.float-right .single-paging-block-qrJJ-right{
	box-sizing:border-box;
	text-align:right!important;
}

.sp_detail_body #btn_block{border-top:1px solid #e7e7e7; margin: 0 -10px 0; padding: 20px 0 60px;}
.sp_detail_body #btn_block .btn_prev{margin-bottom: 0;}
.sp_detail_body #btn_block .btn_prev a{text-align: left;}
.sp_detail_body #btn_block .btn_next{padding-right: 20px;}
.sp_detail_body #btn_block .btn_next a{text-align: right;}
.sp_detail_body #btn_block .btn_prev a,
.sp_detail_body #btn_block .btn_next a{background: #fff; color: #000;}
.sp_detail_body #btn_block .btn_prev a:hover,
.sp_detail_body #btn_block .btn_next a:hover{ color: #60c300;}


.sp_detail_body #btn_block .fa-angle-left {padding-right: 10px!important;}
.sp_detail_body #btn_block .fa-angle-right {padding-left: 10px!important;}

/* ===============================================================
	バナー
=============================================================== */
.ad_space{
	box-sizing:border-box;
	padding:20px 15px 15px;
}
.ro69_introduction{
	box-sizing:border-box;
	display:table;
	padding:15px;
	background-color:#ffffff;
}
.ro69_introduction .introduction_logo{
	display:table-cell;
	padding-right:15px
}
.ro69_introduction .introduction_logo img{
	width:80px;
	height:auto;
}
.ro69_introduction p{
	display:table-cell;
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
	line-height:1.4;
}
.ro69_introduction p a{
	color:#333333;
	text-decoration:none;
}
.ad_space .ad_banner{
	padding:0;
	margin:0;
}
.ad_space .ad_banner img{
	width:100%;
	height:auto;
}

/* ===============================================================
	ページング
=============================================================== */
.paging { overflow: hidden; }
.paging img { vertical-align: middle;}
.paging .page_prev, .paging .page_next { display: block; }
.paging .page_prev { float: left; text-align: left; }
.paging .page_next { float: right; text-align: right; }
.paging .page_next a, .page_prev a { padding: 7px 0px; display: block; text-decoration: underline; color:#000;}

/* sp_common_new.cssにあるので後で削除するかも */
footer #copy {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-color: #3D3D3D;
    border-top-style: solid;
    border-top-width: 1px;
    color: #FFFFFF;
    font-size: 70%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
}
footer #copy .sprite-copy {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

/* ===============================================================
	トップページ　タイムライン
=============================================================== */
.detail_article_inner{
	padding: 0 12px;
}
.detail_article_inner a{
	display:block;
	background:#fff;
	margin-bottom:12px;
}
.detail_article_inner a{
	text-decoration:none;
}
.article_next {
	word-break:break-all;
	padding:10px;
}
.detail_article_inner .headline{
	font-size:17px;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:5px;
}
.detail_article_inner .stage{
	font-size:10px;
	margin-bottom:10px;
}
.detail_article_inner .stage .time{
	padding:4px 6px;
	background-color:#e7e7e7;
}
.detail_article_inner .report{
	font-size:11px;
	text-align:center;
	padding:10px 0;
	border-top:1px solid #EEE;
	background-color:#f9f9f9;
}

#content .stage .grass_stage,
#content .stage .lake_stage,
#content .stage .sound_of_forest,
#content .stage .park_stage,
#content .stage .wing_tent,
#content .stage .buzz_stage,
#content  .stage .area_report{
	color:#FFF;
	font-weight:bold;
	padding:4px 10px;
	margin-right:1px;
}
#content .stage .grass_stage {background-color:#222222;}
#content .stage .lake_stage {background-color:#0058dd;}
#content .stage .sound_of_forest {background-color:#228f00;}
#content .stage .park_stage {background-color:#ff5a00;}
#content .stage .wing_tent {background-color:#dc0000;}
#content .stage .buzz_stage {background-color:#ff007e;}
#content .stage .area_report {background-color:#00c0dd}


/* ===============================================================
	詳細ページ
=============================================================== */
.detail_top{
	width:100%;
	background-color:#ffffff;
}
.detail_top .stage{
	font-size:12px;
	padding:10px 10px 12px;
}
.detail_top .headline{
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	padding:0 10px;
}
.detail_top .grass_stage,
.detail_top .lake_stage,
.detail_top .sound_of_forest,
.detail_top .stage .park_stage,
.detail_top .stage .wing_tent,
.detail_top .stage .buzz_stage,
.detail_top .stage .area_report{
	color:#FFF;
	font-weight:bold;
	padding:4px 12px;
	margin-right:1px;
}
.detail_top .grass_stage {background-color:#333;}
.detail_top .stage .lake_stage {background-color:#0058dd;}
.detail_top .stage .sound_of_forest {background-color:#228f00;}
.detail_top .stage .park_stage {background-color:#ff5a00;}
.detail_top .stage .wing_tent {background-color:#dc0000;}
.detail_top .stage .buzz_stage {background-color:#ff007e;}
.detail_top .stage .area_report {background-color:#33c600}

.set_phrases{padding-top:30px;}
.pr_ro69app{font-size:12px;padding:20px 0 10px;}
.pr_ro69app li{padding-bottom:10px;}
.pr_ro69app li span{color:#60c300;}

 /* ===============================================================
	よく読まれている音楽ニュース
=============================================================== */
#see_news_inner{margin:0px 10px;}

#wrapper .h1_ro69{
	box-sizing: border-box;
	display:block;
	width:100% ;
	color:#FFF;
	line-height:1.3;
}
.h1_ro69_img {width: 100%;}
/* sp_common_new.css の打ち消し */
.detail_box{ margin:28px 0 50px 0;  border-radius:0; background: none;}
.detail_box_inner{padding:0; background: none;}
.list_detail{background:#FFF;}
.more_see_btn{background:#FFF; border-radius:0 0 4px 4px; padding-bottom:20px; margin-top: -1px;}

#see_news_inner a{font-weight: normal;}
.list_detail li .txt_r_s p:nth-child(1){font-weight:normal;}

/* ===============================================================
	フッター要素
=============================================================== */
.sptotop {
    background: #fff;
    display: block;
    font-size: 80%;
    overflow: hidden;
}
.sptotop a{
	border-bottom: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding:15px;
	width:100%;
	display:block;
	line-height:25px;
	text-decoration:none;
}
.sptotop a span{
	/* background-size:25px 20px; */
	width:100%;
	display:block;
	color:#333;
	text-decoration:none;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}
#linktotop a span{background:url('/img/quick/rijfes2015/sp/linktotop.png') no-repeat right 50%; background-size: contain;}
#linktotop_quick a span{background:url('/img/quick/rijfes2015/sp/linktotop_quick.png') no-repeat right 50%;background-size:contain;}
#linktotop.sptotop_upper_t a {background: #fff; margin: 20px 0; border-top:1px solid #eee;border-bottom:1px solid #eee;}
#linktotop.sptotop_upper_t a span{color: #333;}

.sptotop a img {
    margin: 0;
    width: 150px;
}
#kirikae_quick {
	background:#000;
	padding:20px 0;
}

#kirikae_quick ul{
	color: #FFFFFF;
	height: 33px;
	margin: 0 auto;
	width: 282px;
	border: 1px solid #000000;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#kirikae_quick li{
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 141px;
}
#kirikae_quick li a{
	display: block;
	text-decoration: underline;
}
.sp_link {background-color: #222222;color: #FFFFFF;}
.pc_link {background-color: #444444;}
.pc_link a {color: #000000;}