/* ::::: http://ro69.jp/css/quick/cdj1213/style.css ::::: */

html { overflow-y: scroll; overflow-x: auto; margin: 0px; padding: 0px; background: none repeat scroll 0% 0% transparent; line-height: 1; color: rgb(0, 0, 0); font-family: sans-serif; }

body { margin: 0px; padding: 0px; font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3"; background-color: rgb(255, 255, 255); }
div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ol, ul, dl, li, dt, dd, table, th, td, form, fieldset { margin: 0px; padding: 0px; background: none repeat scroll 0% 0% transparent; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 102%; }
ul { list-style: none outside none; width: 100%; padding: 0px; margin: 0px; }
img, input, select, textarea { vertical-align: middle; }
a img { vertical-align: bottom; border: 0px none; }
:first-child + html * { letter-spacing: 0px; }
/*
.clearfix:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden; }
*/
.clearfix { min-height: 1px; }
body {  }
a:link { text-decoration: underline; }
a:visited { color: rgb(255, 0, 0); }
a:hover, a:focus, a:active { color: rgb(255, 0, 0); }
#header { height: 132px; display: none; }
#gnavi { display: block; background-color: rgb(255, 255, 255); overflow: hidden; margin: 0px; padding: 0px; width: 100%; }
#breadcrumbs { width: 625px; height: 20px; font-size: 130%; padding: 10px 0px 5px 5px; background-color: rgb(255, 255, 255); overflow: hidden; display: none; }
#main { background-color: rgb(255, 255, 255); width: 100%; }

/*
#content { font-size: 80%; line-height: 1.3em; background-color: rgb(255, 255, 255); text-align: left; padding: 10px 5px; width: auto; overflow: hidden; }
*/
#content { font-size: 80%; background-color: rgb(255, 255, 255); text-align: left; padding: 10px 5px; width: auto; overflow: visible; }


#linktotop { text-align: right; background-color: rgb(255, 255, 255); overflow: hidden; display: block; padding: 10px 5px 0; font-size: 80%; }
/*
#linktotop a img { width: 180px; height:40px; margin: 0 12px; }
*/
#linktotop a img { width: 150px; margin: 0; }

#top_head { width: 100%; background-repeat: repeat-x; background-color: rgb(2, 0, 1); }
#top_head img { display: block; margin: 0px auto; width: 100%; }
#top_head .first img { display: block; margin: 0px auto; width: 52px; }
#hnavi { overflow: hidden; height: 50px; background: #000; }
#hnavi_ro69 { width: 80px; position: relative; top: -7px; margin-left: auto; margin-right: auto; }
#hnavi_ro69 a img { width: 80px; }
#hnavi_ro69 a { display: block; }
#hnavi_menu { position: relative; top: -61px; left: 183px; width: 60px; display: none; }
#hnavi_pc { position: relative; top: -120px; left: 251px; width: 60px; display: none; }
ul { list-style: none outside none; margin: 0px; padding: 0px; overflow: hidden; width: 100%; }
#gnavi li { display: block; float: left; list-style-type: none; width: 24.8%; text-indent:100%; white-space:nowrap; overflow:hidden; height: 40px; margin-right: 1.8px; border-radius: 2px; }
#gnavi li:last-child { width: 25%; margin-right: 0px; }

/*
#gnavi .daytab { background: linear-gradient(to bottom, rgb(229, 229, 229) 0%, rgb(210, 210, 210) 49%, rgb(196, 196, 196) 50%, rgb(229, 229, 229) 100%) repeat scroll 0% 0% transparent; border-bottom: 1px solid rgb(204, 204, 204); }
#gnavi .daytab_on { background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(238, 238, 238) 50%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent; border-bottom: 1px solid rgb(255, 255, 255); }
*/

#gnavi .daytab_on{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(50%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(238,238,238,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(238,238,238,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(238,238,238,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(238,238,238,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-bottom:solid 1px #fff;
}

#gnavi .daytab{
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(210,210,210,1) 49%, rgba(196,196,196,1) 50%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(49%,rgba(210,210,210,1)), color-stop(50%,rgba(196,196,196,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(210,210,210,1) 49%,rgba(196,196,196,1) 50%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(210,210,210,1) 49%,rgba(196,196,196,1) 50%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(210,210,210,1) 49%,rgba(196,196,196,1) 50%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(210,210,210,1) 49%,rgba(196,196,196,1) 50%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
border-bottom:solid 1px #fff;
}

#gnavi li img { display: block; max-width: 70px; margin: 9px 5px auto auto; }
#gnavi li:last-child img { display: block; max-width: 75px; margin: 7px 5px auto auto; }
#gnavi li a { display: block; overflow: hidden; position: relative; text-indent:100%; white-space:nowrap; overflow:hidden;  }
#content .article a img { width: 100%; margin-bottom: 7px; }
.article { border-bottom: 1px solid rgb(0, 0, 0); padding-bottom: 15px; padding-top: 5px; }
#modal { width: 220px; }
#wrapper { margin: 0px; padding: 0px; min-width: 320px; width: auto; }
.first { display: block; width: 60px; position: absolute; left: 2px; border: 1px solid rgb(0, 0, 0); box-shadow: 0px 1px 0px rgb(68, 68, 68); background-color: rgb(34, 34, 34); border-radius: 5px 5px 5px 5px; height: 40px; margin-top: 8px; top: -5px; }
.official_link { display: block; width: 55px; position: absolute; right: 2px; border: 1px solid rgb(0, 0, 0); box-shadow: 0px 1px 0px rgb(68, 68, 68); background-color: rgb(34, 34, 34); border-radius: 5px 5px 5px 5px; height: 40px; margin-top: 8px; top: -5px; }
.first img { width: 53px; padding-top: 3px; margin-left: auto; margin-right: auto; display: block; }
#top_head .official_link img { width: 48px; margin-left: 4px; margin-right: 4px; }
#footer { font-size: 150%; }
#footermenu { height: 50px; padding: 7px; background-color: rgb(102, 102, 102); }
#footermenu ul li { border-left: 1px solid rgb(238, 238, 238); border-right: 1px solid rgb(238, 238, 238); display: inline; float: left; font-size: 13px; line-height: 1.1; margin: 0px 0px 0px -1px; padding: 0px 0px 5px; text-align: center; width: 32%; }
#footermenu ul li a { color: rgb(255, 255, 255); text-decoration: underline; padding-left: 3px; padding-right: 3px; }

/*
#copyright { text-align: center; clear: both; background: rgb(73, 73, 73); padding: 10px 0; }
#copyright div.copy {position: relative; height: 14px; width: 96%; color: rgb(255, 255, 255); font-size: 12px; background: rgb(0, 0, 0); margin: 0 auto; padding: 10px 0;}
*/
#copyright {
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    margin: 5px;
    text-align: right;
}


#rss { display: none; height: 0px; }
#area { background: #edd09b; padding: 10px 5px; line-height: 1; overflow: hidden; }
.area_in ul { margin-left:10px;}
.area_in ul li { background: url('/img/quick/rijfes2013/sp/area_dot.gif') no-repeat 15px 10px; font-size: 80%; padding-left: 10px; }
.area_in ul li a { color: rgb(0, 0, 0); }
.area_in ul li a:hover { text-decoration: underline; }
.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;}
.stage_artistlist a { display: block; text-decoration: none; padding: 5px 0px 5px 20px; color: rgb(51, 51, 51); text-align: left; }
.area { color: rgb(255, 255, 255); padding-bottom: 10px; }
.area img {width: 210px;}
#linktotop a { height: 40px; }
#kirikae_quick ul { border: 1px solid rgb(0, 0, 0); border-radius: 5px 5px 5px 5px; }
.sp_link { background-color: rgb(34, 34, 34); color: rgb(255, 255, 255); }
.pc_link { background-color: rgb(68, 68, 68); }
.pc_link a { color: rgb(0, 0, 0); }
#kirikae_quick { color: rgb(255, 255, 255); background-repeat: no-repeat; width: 282px; height: 33px; margin: 10px auto; }
#kirikae_quick li { float: left; font-size: 11px; width: 141px; height: 33px; line-height: 33px; text-align: center; font-weight: bold; }
#kirikae_quick li a { text-decoration: underline; display: block; }
ul.social { text-align: right; width: 100%; height: 21px; margin-bottom: 10px; margin-top: 30px; background:#fff;}
ul.social li { display: inline; width: 20px; height: 21px; }
ul.social li a { display: block; float: right; width: 0px; height: 20px; text-indent:100%; white-space:nowrap; background: url('/img/quick/rijfes2013/sp/btn_social.png') no-repeat scroll 0px 0px transparent; margin-left: 0px; }

/*
ul.social li a.twitter { width: 65px; background-position: 0px -100px; position: relative; z-index: 201; margin-left: 5px; margin-right: 5px; }
*/
ul.social li a.twitter { width: 65px; background-position: 0px -100px; margin-left: 5px; margin-right: 5px; }

ul.social li a.hatena { background-position: -80px -120px; width: 20px; height: 20px; margin-right: 5px; }
ul.social li a.line { width: 88px; height: 20px; background: url('/img/quick/rijfes2013/sp/linebutton_88x20.png') no-repeat; margin-right: 5px;}
/*
#quick_report_past { background: #cccccc; width: 98%; height: 27px; margin: 10px auto; padding: 8px 0 0 4px;}
*/
#quick_report_past { background: #cccccc; width: 98%; margin: 10px auto; padding: 8px 0 8px 4px;}

#artist_report {
    list-style: none outside none;
    margin: 0 auto;
    padding: 10px 0 0;
    width: 290px;
}

#artist_report li {
    border: 1px solid #CCCCCC;
    float: left;
    line-height: 88px;
    margin: 0 10px 10px 0;
    width: 88px;
}

#artist_report li:nth-child(3n) {
    margin-right: 0;
}

#artist_report li img {
    vertical-align: middle;
    width: 88px;
}

.list_related li {
    border-bottom: 1px dotted #BBBBBB;
    min-height: 75px;
    padding: 10px 0;
}

#relation_related {
    padding: 0 0 10px;
}

#relation_related .txt_r_s {
    padding: 0 5px 0 85px;
}
.list_related li .txt_r_s {
    font-size: 13px;
    padding: 0 0 0 85px;
    word-break: break-all;
}

.list_related li > a {
    background: url("/img/sp_common/icon_arrow_01.png") no-repeat scroll right center / 15px auto transparent;
    display: block;
    min-height: 75px;
    padding: 0 20px 0 0;
    position: relative;
}

.img_l_s {
    background: none repeat scroll 0 0 #000000;
    height: 75px;
    position: absolute;
    text-align: center;
    width: 75px;
}

.h1_normal {
    background: url("/img/sp_top/ttl_bg.gif") repeat-x scroll left top transparent;
    height: 27px;
}

.h1_normal img {
    padding: 5px;
}

.more_see_btn {
    text-align: center;
}

.follow_area {
    margin: 14px 0 20px;
}

.follow_area .title {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.follow_area .follow_btn {
    font-size: 14px;
    margin: 5px 0;
}

#leftright {
    clear: both;
    margin-top: 20px;
}

#leftright img {
    display: none;
}

.to-left {
    background-image: url("/img/sf/leftarrow.png");
    background-position: left 6px;
    background-repeat: no-repeat;
}
.to-left {
    border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    width: 46%;
}

.to-right {
    background-image: url("/img/sf/rightarrow.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    text-align: right;
}
.to-right {
    float: right;
    font-size: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    width: 47%;
}

.to-left a {
    display: block;
    padding-left: 20px;
}

.to-right a {
    display: block;
    padding-right: 20px;
}

.sns_btn {
    list-style: none outside none;
    padding: 0 0 5px;
    overflow: visible;
}

.sns_btn a img {
	vertical-align: top;
}

.sns_btn li {
    border: medium none;
    float: right;
    padding: 0 0 0 5px;
}

.sns_btn li:last-of-type {
    padding: 0;
}

.top_sns_btn {
	border-bottom: 1px solid #000000;
}

.fb-like {
    position: relative;
    width: 68px;
    z-index: 200;
}

.twitter-share-button {
    position: relative;
    z-index: 201;
}

.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
