@charset "UTF-8";

/* top設定
   =================================================================== */
#splash {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	background:#F5EFE0;
	padding:36px 0 100px;
	text-align:center;
}
#splash.zoom {
	background:none;
	position:absolute;
}
.zoomBg {
	background:rgba(255,255,255,0.9);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:98;
}
#splash img {
	max-height:100%;
	width:auto;
}
#spIcon {
	width:242px;
	height:85px;
	position:fixed;
	left:50%;
	margin-left:-117px;
	bottom:5px;
	z-index:19;
	cursor:pointer;
	display:none;
	background:url(../img/sp/btn_home.png) no-repeat center center;
	background-size:auto 85px;
	text-indent:-9999px;
}
#spIcon img {
	width:100%;
	height:auto;	
}
#splash .btn_fav,#splash .btn_link {
	position:absolute;
	bottom:30px;
	width:100%;	
}
#splash .btn_fav a {
	width:160px;
	height:46px;
	background:url(../img/top/btn_skip.png) no-repeat center center #ED3F6D;
	background-size:auto 20px;
}
#splash .btn_link a {
	height:48px;
	border-radius:24px;
	padding:0 42px;
	line-height:41px;
	font-size:17px;
}
#main_wrapper {
	background:url(../img/top/bg.jpg) repeat-x left top;
	background-size:auto 661px;
	height:661px;
	padding-top:26px;
	position:relative;
}
#main_wrapper h1 {
	text-indent:-9999px;
	margin: 17px auto 0;
	position: relative;
	width:739px;
	height:185px;
	background:url(../img/top/fix/logo.png) no-repeat;
	background-size:auto 185px;
	z-index:5;
	animation: vertical 2s ease-in-out infinite alternate;
	-moz-animation: vertical 2s ease-in-out infinite alternate;
	-webkit-animation: vertical 2s ease-in-out infinite alternate;
}
#main_wrapper.character_rank h1 {
	width:739px;
	height:185px;
	background:url(../img/report/character/logo.png) no-repeat;
	background-size:auto 185px;
}
.naderu #main_wrapper h1 {
	width:862px;
	height:200px;
	background:url(../img/report/naderu/fix/logo.png) no-repeat;
	background-size:auto 200px;
}
#main_wrapper .btn_ctl li {
	width:62px;	
	position:absolute;
	top:63%;
	margin-top:-15px;
	z-index:5;
	cursor:pointer;
}
#main_wrapper .btn_ctl li img {
	width:100%;
	height:auto;	
}
#main_wrapper .btn_prev {
	left:20px;
}
#main_wrapper .btn_next {
	right:20px;
}
#main_wrapper #chara {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	overflow:hidden;
}
#main_wrapper #chara li {
	position:absolute;
	width:500px;
	height:286px;
	top:242px;
	padding-bottom:10px;
	left:50%;
	margin-left:-250px;
	text-align:center;
	/*background:url(../img/top/shadow.png) no-repeat center bottom;
	background-size:auto 24px;	*/
}
#main_wrapper #chara img {
	height:100%;
	width:auto;
	position:relative;
	-moz-transform-origin: 50% 100%;  
    -webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%; 
}
#main_wrapper #chara_bg {
	position:absolute;
	left:0;
	bottom:242px;
	width:100%;
	z-index:0;
	overflow: hidden;
    height: 900px;
}
#main_wrapper #chara_bg li {
	position:absolute;
	left:0;
	width:100%;
	bottom:-200px;
	display:none;
}
#main_wrapper #chara_bg li img {
	width:100%;
	height:auto;	
}
#main_wrapper #chara_bg li.chara1 {
	z-index:3;
}
#main_wrapper #chara_bg li.chara2 {
	z-index:2;
}
#main_wrapper #chara_bg li.chara3 {
	z-index:1;
}
#main_wrapper #chara_box_container {
	width:660px;
	height:138px;	
	background:url(../img/top/entry_box.png) no-repeat;
	background-size:auto 138px;
	position:absolute;
	bottom:-18px;
	left:50%;
	margin-left:-330px;
	z-index: 4;
	line-height:0;
}
#main_wrapper #chara_box_container ul {
	left: 39px;
    position: absolute;
    top: 59px;
}
#main_wrapper #chara_box_container li {
	float:left;
	height:44px;
	width:22px;
	overflow:hidden;
	margin-left:5px;
}
#main_wrapper #chara_box_container li img {
	width:100%;
	height:auto;	
}
#main_wrapper #chara_box_container .chara_name {
	font-size:25px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	color:#FFF100;
	overflow:hidden;
	width:316px;
	position:absolute;
	top:51px;
	left:159px;
}
#main_wrapper #chara_box_container .chara_name div {
	width:800px;	
}
#main_wrapper #chara_box_container .chara_name span {
	display:block;
	height:60px;
	padding: 0 15px;
}
#main_wrapper #chara_box_container .chara_name span.defult {
	display:inline-block;	
}
#main_wrapper #chara_box_container .chara_name span.long {
	-webkit-animation-duration: 8s;
    -webkit-animation-name: marquee;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-webkit-animation-delay: 1s;
	
	-moz-animation-duration: 8s;
    -moz-animation-name: marquee;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	-moz-animation-delay: 1s;
	
	-ms-animation-duration: 8s;
    -ms-animation-name: marquee;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	-ms-animation-delay: 1s;

    -o-animation-duration: 8s;
    -o-animation-name: marquee;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
	-o-animation-delay: 1s;
}
@-webkit-keyframes marquee {
    from {margin-left: 0%;  }
    to { margin-left: -100%; }
}
@-moz-keyframes marquee {
    from {margin-left: 0%;  }
    to { margin-left: -100%; }
}
@-ms-keyframes marquee {
    from {margin-left: 0%;  }
    to { margin-left: -100%; }
}
@-o-keyframes marquee {
    from {margin-left: 0%;  }
    to { margin-left: -100%; }
}
#main_wrapper #chara_box_container .btn_fav {
	position:absolute;
	right: 33px;
    top: 24px;
}
#main_wrapper #chara_box_container .btn_fav a {
    background:url(../img/top/btn_vote.png) no-repeat  center center #ed3f6d    ;
	background-size:auto 30px;
    height: 88px;
    width: 138px;
	border:3px solid #fff;
	border-radius:6px;
}
#main_wrapper #bg_container {
	background:url(../img/top/bar_bg.jpg) repeat-x left top;
	background-size:auto 307px;
	height:307px;
	position:absolute;
	left:0;
	bottom:0;
	line-height:0;
	width:100%;
	z-index:1;
}
#main_wrapper #bg_container .text_flow {
	position:absolute;
	height:42px;
	width:100%;
	overflow:hidden;
	top:12px;
	left:0;
}
#main_wrapper #bg_container .text_flow ul {
	width:10000px;	
}
#main_wrapper #bg_container .text_flow li {
	float:left;
	margin-left:15px;
	background:url(../img/top/text.png) no-repeat left center;
	background-size:auto 42px;
	height:42px;
	width:419px;
	position:relative;
}
#main_wrapper #bg_container .text_flow li span {
	display:block;
	height:42px;
	width:21px;
	overflow:hidden;
	position:absolute;
	top:0;	
}
#main_wrapper #bg_container .text_flow li span img {
	width:100%;
	height:auto;	
}
#main_wrapper #bg_container .text_flow li span.num0 {
	left:318px;
}
#main_wrapper #bg_container .text_flow li span.num1 {
	left:338px;
}
#contents .top {
	padding-top:50px;	
	padding-bottom: 78px;
}
#contents .topics_container {
	border-radius:10px;
	margin-top:6px;
	background:#fff;
	padding:24px 35px;
	position:relative;
}
#contents .topics_container ul {
	padding-left:151px;
	background:url(../img/top/topics.png) no-repeat;
	background-size:auto 28px;
}
#contents .topics_container ul.topics_more {
	background:none;
	display:none;
}
#contents .topics_container li {
	line-height:1.5;
	position:relative;
	margin-bottom:15px;
	cursor:pointer;
}
#contents .topics_container li dt {
	position:absolute;
	top:0;
	left:0;
	background:#cdbf7f;
	width:82px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border-radius:12px;
}
#contents .topics_container li dd {
	margin-left:102px;
	font-size:14px;	
}
#contents .topics_container li dd a {
	display:block;
	color:#9b8100;	
	font-weight:bold;
}
#contents .topics_container .btn_link {
	position:absolute;
	bottom:-24px;
	left:0;
	width:100%;
	text-align:center;
}
.topContents {
	margin-top: 30px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}
.topContents .innerContents {
	position:relative;
	z-index:1;
}
.topContents .top_main_container {
	width:730px;
	float:left;	
}
.topContents .top_main_container .top_banner_container {
	margin-bottom:84px;
	position:relative;	
}
.topContents .top_main_container .top_banner_container .poster {
	float:left;
	width:376px;
	background:#fff;
	border-radius:10px;
	position:relative;
	padding:18px;
	line-height:0;	
}
.topContents .top_main_container .top_banner_container.naderu .poster {
	float: right;
}
.topContents .top_main_container .top_banner_container .poster img {
	width:100%;
	height:auto;	
}
.topContents .top_main_container .top_banner_container .btnZoom {
	width:46px;
	height:46px;
	background:url(../img/top/btn_zoom.png) no-repeat;
	background-size:auto 46px;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	top:-23px;
	right:-23px;
}
.topContents .top_main_container .top_banner_container .posterText {
	float:right;
	width:323px;
}
.topContents .top_main_container .top_banner_container.naderu .posterText {
	float:left;
	width:323px;
}
.topContents .top_main_container .top_banner_container .posterText p {
	position:relative;
	background:#fff;
	border-radius:10px;
	padding:24px 26px;
	font-weight:bold;
	font-size:14px;
	color:#9B8100;
	line-height:1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.topContents .top_main_container .top_banner_container .posterText p:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.topContents .top_main_container .top_banner_container .posterText p:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.topContents .top_main_container .top_banner_container.naderu .posterText p:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.topContents .top_main_container .top_banner_container.naderu .posterText p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.topContents .top_main_container .top_banner_container .posterText p strong {
	display:block;
	font-size:18px;
	line-height:1;
	margin-bottom:9px;
}
.topContents .top_main_container .top_banner_container .posterText .btn_fav {
	position:absolute;
	bottom:-9px;
	width:323px;
}
.topContents .top_main_container .top_banner_container .posterText .btn_fav a {
	height: 53px;
    width: 195px;
	border-radius:30px;
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 24px;
}
.infoContents {
	border:3px solid #fff;
	background:#F485A2;
	border-radius:10px;
}
.infoContents .info_container {
	border-top:3px solid #fff;
	padding:18px 28px;
}
.infoContents .info_container:first-child {
	border:none;
}
.infoContents .info_container h3 {
	font-size:20px;
	height:23px;
	line-height:23px;	
	background:url(../img/top/iconRibon.png) no-repeat;
	background-size:auto 23px;
	padding-left:50px;
	color:#fff;
	margin-bottom:16px;
}
.infoContents .info_container .info_text_container {
	padding:15px 20px;
	background:#fff;
	border-radius:6px;
	color:#000;
	font-size:14px;
	position: relative;
	min-height:197px;	
}
.info_container .info_text_container img {
	width: 174px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 20px;	
}
.info_container .info_text_container .info_text {
	margin-left: 192px;
	text-align:center;
}
.info_container .info_text_container .info_text p {
	text-align:left;
	line-height: 1.9em;
}
.info_container .info_text_container .info_text .btn_link {
	margin-top:13px;
	display:inline-block;
}
	
.infoContents .info_container .info_text_container .btn_fav {
	margin-top:15px;	
}
.topSideBanner {
	border-radius:6px;
	background:#FEEDF1;
	border:3px solid #FBCFDA;
	padding:15px;
	line-height:0;
	width:211px;
	position:absolute;
	right:0;
	top:0;
}
.topSideBanner.fixed {
    position: fixed;
    top: 10px;
}
.topSideBanner li {
	margin-top:15px;	
}
.topSideBanner ul li:first-child {
	margin-top:0;	
}
.topSideBanner li img {
	width:100%;
	height:auto;	
}
.topBg {
	background:url(../img/top/roadPatturn.png) repeat-x;
	background-size:auto 102px;
	height:102px;
	position:absolute;
	width:100%;
	left:0;
	z-index:0;
}
.topBg.bg1 {
	top:145px;	
}
.topBg.bg2 {
	top:504px;	
}
.topBg.bg3 {
	top:904px;	
}
.topBg.bg4 {
	top:1304px;	
}
.btn_whats {
	display:none;	
}
.topBg img {
	height:auto;
	position:absolute;
}
.topBg.bg1 .chara1 {
	width:82px;
	left: -111px;
    top: -54px;
}
.topBg.bg1 .chara2 {
	width:107px;
	right: -129px;
    top: -67px;
}
.topBg.bg2 .chara1 {
	width:189px;
	left: -202px;
    top:-56px;
}
.topBg.bg2 .chara2 {
	width:104px;
	right: -106px;
    top: -51px;
}
.topBg.bg3 .chara1 {
	width:105px;
	left: -115px;
    top: -44px;
}
.topBg.bg3 .chara2 {
	width:195px;
	right: -184px;
    top: -93px;
}
.topBg.bg4 .chara1 {
	width:161px;
	left: -198px;
    top: 2px;
}
.topBg.bg4 .chara2 {
	width:94px;
	right: -130px;
    top: 16px;
}
#report_banner {
	width:465px;
	height:260px;
	position:fixed;
	left:50%;
	margin-left:-221px;
	z-index:10;
	bottom:0;
	animation: vertical 1s ease-in-out infinite alternate;
	-moz-animation: vertical 1s ease-in-out infinite alternate;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	cursor:pointer;
}
#report_banner img {
	width:100%;
	height:auto;	
}
@keyframes vertical {
    0% { transform:translateY(-20px); }
  100% { transform:translateY(  0px); }
}
@-moz-keyframes vertical {
    0% { -moz-transform:translateY(-20px); }
  100% { -moz-transform:translateY(  0px); }
}
@-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-20px); }
  100% { -webkit-transform:translateY(  0px); }
}

/* top設定 投票後追記 0526
   =================================================================== */
#main_wrapper #chara_box_container .btn_fav a {
    background:url(../img/top/btn_vote2.png) no-repeat  center center #ccc;
	background-size:auto 54px;
}
.topContents .top_main_container .top_banner_container .posterText .btn_fav a {
	background:url(../img/common/icon_fav.png) no-repeat center center #ccc;
	background-size:auto 24px;
}
#main_wrapper #bg_container .text_flow li {
	margin-left:15px;
	background:url(../img/top/fix/text.gif) no-repeat left center;
	height:42px;
	width:1080px;
}
#main_wrapper #bg_container .text_flow li span.num0 {
	left:611px;
}
#main_wrapper #bg_container .text_flow li span.num1 {
	left:631px;
}
.infoContents .info_container .info_text_container.after_vote1, .infoContents .info_container .info_text_container.after_vote4 {
	min-height:215px;	
}
.infoContents .info_container .info_text_container.after_vote2 {
	min-height:277px;	
}
.infoContents .info_container .info_text_container.after_vote3 {
	min-height:270px;	
}
/* top設定 投票後追記 0609
   =================================================================== */
.contents.top h2 {
	background:url(../img/top/fix/text.png) no-repeat center top;
	background-size:auto 96px;
	height:96px;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-top: -20px;
}
/* top設定 結果発表
   =================================================================== */
#mainRank {
	position:absolute;
	height:579px;
	left:0;
	z-index:5;
	width:100%;
	top:208px;
	text-align:center;
}
#mainRank li {
	position:absolute;
	
}
#mainRank li img {
	width:100%;
	height:auto;	
}
#mainRank li.rank_chara {
	top:0;
	left:50%;
	width:470px;
	margin-left:-235px;
	animation: vertical 1s ease-in-out infinite alternate;
	-moz-animation: vertical 1s ease-in-out infinite alternate;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
}
#mainRank li.rank_collabo {
	margin-left: -442px;
    top: 234px;
	left:50%;
	width:388px;
	animation: vertical 1s ease-in-out infinite alternate;
	-moz-animation: vertical 1s ease-in-out infinite alternate;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	animation-delay: -1.5s;
	-moz-animation-delay: -1.5s;
	-webkit-animation-delay: -1.5s;
}
#mainRank li.rank_naderu {
	top:244px;
	left:50%;
	width:470px;
	margin-left:35px;
	animation: vertical 1s ease-in-out infinite alternate;
	-moz-animation: vertical 1s ease-in-out infinite alternate;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	animation-delay: -0.5s;
	-moz-animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
}
#canvas {
	width:100%;
	height:716px;
	position:absolute;
	top:26px;
	left:0;
	z-index:9;
	pointer-events : none;
}
@media only screen and (max-width: 767px) {
#splash.zoom {
	position:absolute;
}
.zoomBg {
	position:absolute;
}
#spIcon {
	display:block;
}
#main_wrapper h1 {
	background:url(../img/top/fix/logo_sp.png) no-repeat;
	background-size:auto 167px;	
    height: 167px;
    width: 196px;
	margin-top:10px;
}
#main_wrapper.character_rank h1 {
	width:193px;
	height:168px;
	background:url(../img/report/character/logo_sp.png) no-repeat;
	background-size:auto 168px;
}
.naderu #main_wrapper h1 {
	width:241px;
	height:158px;
	background:url(../img/report/naderu/fix/logo_sp.png) no-repeat;
	background-size:auto 158px;
}
#main_wrapper {
    height: 560px;
    padding-top: 16px;
}
#main_wrapper #bg_container {
	background:url(../img/top/bar_bg.jpg) repeat-x left top;
	background-size:auto 231px;
    height: 231px;
}
#main_wrapper #chara_box_container {
    background:url(../img/top/entry_box_sp.png) no-repeat;
	background-size:auto 69px;
    bottom: -8px;
    height: 69px;
    margin-left: -142px;
    width: 284px;
}
#main_wrapper #chara_box_container ul {
    left: 21px;
    top: 30px;
}
#main_wrapper #chara_box_container li {
    height: 22px;
    margin-left: 2px;
    width: 11px;
}
#main_wrapper #chara_box_container .btn_fav a {
	background:url(../img/top/btn_vote.png) no-repeat  center center #ed3f6d    ;
	background-size:auto 14px;
    border: 2px solid #fff;
    border-radius: 3px;
    height: 45px;
    width: 68px;
}
#main_wrapper #chara_box_container .btn_fav {
    position: absolute;
    right: 16px;
    top: 11px;
}
#main_wrapper #chara_box_container .chara_name {
    font-size: 12px;
    height: 30px;
    left: 79px;
    line-height: 30px;
    top: 26px;
    width: 113px;
}
#main_wrapper #chara_box_container .chara_name div {
    width: 400px;
}
#main_wrapper #chara_box_container .chara_name span {
    height: 30px;
    padding: 0 8px;
}
#main_wrapper .btn_ctl li {
    width: 31px;
}
#main_wrapper #bg_container .text_flow {
    top: 10px;
}
#main_wrapper #bg_container .text_flow li {
    background:url(../img/top/text.png) no-repeat left center;
	background-size:auto 28px;
    float: left;
    height: 28px;
    margin-left: 15px;
    width: 282px;
}
#main_wrapper #bg_container .text_flow li span {
    height: 29px;
    top:-1px;
    width: 16px;
}
#main_wrapper #bg_container .text_flow li span.num0 {
    left: 211px;
}
#main_wrapper #bg_container .text_flow li span.num1 {
    left: 225px;
}
#main_wrapper #chara_bg li {
    bottom: -200px;
}
#main_wrapper #chara li {
	height: 172px;
    top: 191px;
	padding-bottom: 5px;
}
#main_wrapper #chara_bg {
    bottom: 239px;
}
#contents .top {
    padding-top: 24px;
}
#contents .topics_container {
    padding: 12px 16px;
}
#contents .topics_container ul {
	padding-left:0;
	background:url(../img/top/topics.png) no-repeat center top;
	background-size:auto 16px;
	padding-top:25px;
}
#contents .topics_container ul.topics_more {
    padding-top: 0;
}
#contents .topics_container li {
    margin-bottom: 8px;
}
#contents .topics_container li dt {
    border-radius: 10px;
    font-size: 9px;
    height: 20px;
    line-height: 21px;
    width: 58px;
}
#contents .topics_container li dd {
    font-size: 12px;
    margin-left: 69px;
}
.topContents {
    margin-top: 33px;
}
.topSideBanner {
    padding: 12px;
    right: auto !important;
    top: auto !important;
    width: auto !important;
	position:relative !important;
	margin-top: 20px;
	height:auto !important;
}
.topContents .top_main_container {
    float: none;
    width: auto;
}
.topContents .top_main_container .top_banner_container .poster {
    border-radius: 2px;
    float: none;
    padding: 10px;
    width: 160px;
	margin:auto;
}
.topContents .top_main_container .top_banner_container .posterText {
    float: none;
    margin-top: 20px;
    width: auto;
}
.topContents .top_main_container .top_banner_container .btnZoom {
	background:url(../img/top/btn_zoom.png) no-repeat;
	background-size:auto 32px;
    height: 32px;
    right: -16px;
    top: -16px;
    width: 32px;
}
.topContents .top_main_container .top_banner_container .posterText p {
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.5;
    padding: 12px 13px;
}
.topContents .top_main_container .top_banner_container .posterText p strong {
    font-size: 13px;
    margin-bottom: 4px;
}
.topContents .top_main_container .top_banner_container .posterText p:after,.topContents .top_main_container .top_banner_container.naderu .posterText p::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
	top: auto;
}
.topContents .top_main_container .top_banner_container .posterText .btn_fav {
    bottom: auto;
    position: relative;
    width: auto;
	margin-top:10px;
}
.topContents .top_main_container .top_banner_container .posterText .btn_fav a {
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 18px;
    border-radius: 18px;
    height: 36px;
    width: 124px;
}
.topContents .top_main_container .top_banner_container.naderu .poster {
    float: none;
}
.topContents .top_main_container .top_banner_container.naderu .posterText {
    float: none;
    width: auto;
}
.topContents .top_main_container .top_banner_container {
    margin-bottom: 25px;
}
.topBg {
	background:url(../img/top/roadPatturn.png) repeat-x;
	background-size:auto 53px;
	height:53px;
}
.topBg.bg1 {
	top:47px;	
}
.topBg.bg2 {
	top:334px;	
}
.topBg.bg3 {
	top:904px;	
}
.topBg.bg4 {
	top:1304px;	
}
.infoContents .info_container {
    border-top: 2px solid #fff;
    padding: 10px 13px;
}
.infoContents .info_container h3 {
	background:url(../img/top/iconRibon.png) no-repeat;
	background-size:auto 14px;
    font-size: 13px;
    height: 16px;
    line-height: 14px;
    margin-bottom: 1px;
    padding-left: 29px;
	cursor:pointer;
}
.infoContents .info_container .info_text_container {
   	border-radius: 3px;
    font-size: 12px;
    padding: 10px;
	display:none;
	margin-top:8px;
}
.btn_whats {
	width:222px;
	height:auto;
	margin:0 auto 15px;
	cursor:pointer;
	display:block;
}
.topBg.bg1 .chara1 {
    left: 0;
    top: -35px;
    width: 41px;
}
.topBg.bg1 .chara2 {
    right: 0;
    top: -35px;
    width: 53px;
}
.topBg.bg2 .chara1 {
    left: -15px;
    top: -27px;
    width: 94px;
}
.topBg.bg2 .chara2 {
    right: 0;
    top: -28px;
    width: 52px;
}
.topBg.bg3,.topBg.bg4 {
	display:none;	
}
.info_container .info_text_container img {
    float: left;
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    width: 122px;
    margin: 0 10px 10px 0;
}
.info_container .info_text_container .info_text {
    margin-left: 0;
}
.info_container .info_text_container .info_text p {
    line-height: 1.7em;
}
#report_banner {
	width:298px;
	height:143px;
	margin-left:-149px;
}

/* top設定sp版 投票後追記 0526
   =================================================================== */
#main_wrapper #chara_box_container .btn_fav a {
    background:url(../img/top/btn_vote2.png) no-repeat  center center #ccc;
	background-size:auto 25px;
}
.topContents .top_main_container .top_banner_container .posterText .btn_fav {
	display: none;
}
#main_wrapper #bg_container .text_flow li {
	margin-left:15px;
	background:url(../img/top/fix/text.gif) no-repeat left center;
	background-size:auto 30px;
	height:30px;
	width:831px;
}
#main_wrapper #bg_container .text_flow li span.num0 {
	left:406px;
}
#main_wrapper #bg_container .text_flow li span.num1 {
	left:420px;
}
/* top設定 投票後追記 0609
   =================================================================== */
.contents.top h2 {
	background:url(../img/top/fix/text_sp.png) no-repeat center top;
	background-size:auto 77px;
	height:77px;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-top: 0px;
}
/* top設定 結果発表
   =================================================================== */
#mainRank {
	height:385px;
	top:217px;
}
#mainRank li.rank_chara {
	top:0;
	left:50%;
	width:300px;
	margin-left:-139px;
}
#mainRank li.rank_collabo {
	left:50%;
	width:218px;
	margin-left: -59px;
    top: 241px;
}
#mainRank li.rank_naderu {
	margin-left: -155px;
    top: 136px;
	left:50%;
	width:280px;
}
#main_wrapper #bg_container {
	background: url(../img/top/fix/bar_bg_sp.png) repeat-x left top;
	background-size:160px auto;
	height:355px;
}
#canvas {
    height: 560px;
    top: 0;
}
}