@charset "UTF-8";

/* header設定
   =================================================================== */
#loader {
	position:fixed;
	width:100%;
	height:100%;
	background:url(../img/top/top_loading.gif) no-repeat center center #fff;
	background-size:250px auto;	
	left: 0;
    top: 0;
	z-index:100;
}
#header {
	height:46px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	line-height:1;
	z-index:10;
	background:#fff;
	border-top:2px solid #F485A2;
}
#header h1 {
	position:absolute;
	top:13px;
	left:15px;
	width:71px;
	height:20px;
	background:url(../img/common/logo.png) no-repeat;
	background-size:71px auto;
}
#header h1 a {
	display:block;
	text-indent:-9999px;	
	height:20px;
}
#header #spmenu,#header .topics_container {
	display:none;	
}
#header .gnav {
	width:655px;
	margin:0 auto 0;	
}
#header .gnav.collabo {
    width: 485px;
}
#header .gnav li {
	line-height:42px;
	float:left;
}
#header .gnav li a {
	text-indent:-9999px;
	height:42px;
	background:url(../img/common/gnav_line.png) no-repeat right center;
	background-size:auto 16px;
}
#header .gnav li:last-child a {
	background:none;
}
#header .gnav li.gnav_01 {
	background:url(../img/common/gnav_01_off.png) no-repeat center center;
	background-size:auto 44px;
	width:85px;
}
#header .gnav li.gnav_01.selected {
	background:url(../img/common/gnav_01_on.png) no-repeat center center #F485A2;
	background-size:auto 44px;
}
#header .gnav li.gnav_02 {
	background:url(../img/common/gnav_02_off.png) no-repeat center center;
	background-size:auto 44px;
	width:179px;
}
#header .gnav li.gnav_02.selected {
	background:url(../img/common/gnav_02_on.png) no-repeat center center #F485A2;
	background-size:auto 44px;
}
#header .gnav li.gnav_03 {
	background:url(../img/common/gnav_03_off.png) no-repeat center center;
	background-size:auto 44px;
	width:128px;
}
#header .gnav li.gnav_03.selected {
	background:url(../img/common/gnav_03_on.png) no-repeat center center #F485A2;
	background-size:auto 44px;
}
#header .gnav li.gnav_04{
	background:url(../img/common/gnav_04_off.png) no-repeat center center;
	background-size:auto 44px;
	width:263px;
}
#header .gnav li.gnav_04.selected {
	background:url(../img/common/gnav_04_on.png) no-repeat center center #F485A2;
	background-size:auto 44px;
}
#header .gnav li.gnav_05{
	background:url(../img/common/gnav_05_off.png) no-repeat center center;
	background-size:auto 44px;
	width:178px;
}
#header .gnav li.gnav_05.selected {
	background:url(../img/common/gnav_05_on.png) no-repeat center center #F485A2;
	background-size:auto 44px;
}
#header .lang_nav {
	position:absolute;
	right:10px;
	top:7px;
}
#header .lang_nav li {
	height:28px;
	line-height:26px;
	font-size:11px;
	text-align:center;
	padding:0 10px;
	border-radius:14px;
	background:#fff;
	border:2px solid #F485A2;
	display:inline-block;
	margin-left:5px;
	letter-spacing:1px;
}
#header .lang_nav li a {
	height:28px;
	color:#F485A2;	
}
#header .lang_nav li.selected {
	background:#F485A2;	
}
#header .lang_nav li.selected a {
	color:#fff;	
}
/* btn設定
   =================================================================== */
.btn_fav a {
	width:160px;
	height:46px;
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 20px;
	border-radius:23px;
	border:3px solid #fff;
	overflow:hidden;
	box-shadow: 1px 2px 0 0 rgba(0,0,0,0.2);
	text-indent:-9999px;
	margin:auto;
	cursor:default;
}
.btn_link a {
	height:34px;
	border-radius:17px;
	border:3px solid #fff;
	box-shadow: 1px 2px 0 0 rgba(0,0,0,0.2);
	text-align:center;
	padding:0 19px;
	color:#fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background:#F485A2;
	line-height:29px;
	font-size:14px;
	font-weight:bold;
	display: inline-block;
}
.btn_link a:hover {
	text-decoration:none;
	position:relative;
	top:-2px;
	left:-2px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
.btn_link a:active {
	text-decoration:none;
	position:relative;
	top:2px;
	left:2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.select-wrap {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	background:url(../img/contents/vote/arrow.png) no-repeat right 13px center #f1f0f0;
	background-size:7px auto;
	border:1px solid #b3b3b3;
	color:#333;
	border-radius:4px;
}
.select-wrap select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position:relative;
	z-index:2;
	display:block;
	width:130%;/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	margin:0;
	padding:7px 35px 7px 11px;
	background:transparent;
	border:0;
	outline:none;
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
	
}

/* common設定
   =================================================================== */
#contents {
	position:relative;
	margin-top:46px;
	overflow:hidden;
}
.innerContents {
	width:980px;
	margin:auto;
	position: relative;
}
#contents .contents_header {
	position:relative;	
	line-height:0;
}
#contents .contents_header h2 {
	height: 215px;
    left: 10%;
    margin-top: -142px;
    position: absolute;
    top: 50%;
    width: 235px;
}
#contents .contents_header img {
	width:100%;
	height:auto;
}
#contents .contnts_nav {
	background:#F485A2;
	height:62px;
	text-align:center;
	position:relative;
}
#contents .contnts_nav .cNav {
	padding-top:12px;	
}
#contents .contnts_nav .cNav li {
	height:36px;
	line-height:32px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:0 16px;
	border-radius:18px;
	border:2px solid #fff;
	display:inline-block;
	margin:0 5px;
	letter-spacing:1px;
}
#contents .contnts_nav .cNav li a {
	color:#fff;
	height:36px;
}
#contents .contnts_nav .cNav li.selected {
	background:#fff;
	box-shadow: none;	
}
#contents .contnts_nav .cNav li.selected a {
	color:#F485A2;
	text-shadow:none;
}
#contents .contnts_nav .ctlNav {
	position:absolute;
	right:15px;
	top:8px;
}
#contents .contnts_nav .ctlNav li {
	width:46px;
	height:46px;
	line-height:0;
	border-radius:23px;
	border:2px solid #fff;
	display:inline-block;
	margin:0 3px;
	background:#F485A2;
}
#contents .contnts_nav .ctlNav li a {
	color:#fff;
	height:42px;
	overflow:hidden;
}
#contents .contnts_nav .ctlNav li.selected {
	background:#fff;
	box-shadow: none;	
}
#contents .contnts_nav .ctlNav li.selected a {
	color:#F485A2;
	text-shadow:none;
}
#contents .contnts_nav .ctlNav li a img {
	width:42px;
	height:auto;
	margin-top:-42px;
}
#contents .contnts_nav .ctlNav li.selected a img {
	margin-top:0;
}
#contents .contents {
	background:url(../img/common/contents_bg.jpg) left top;
	background-size:45px auto;
	padding:22px 0;
}
#contents .contents.charaList_main {
	padding:22px 0 80px;	
}
#contents .contnts_nav_jp {
	background:#F7A7BC;
	height:42px;
	text-align:center;
	position:relative;
}
#contents .contnts_nav_jp .cNav_jp {
}
#contents .contnts_nav_jp .cNav_jp li {
	line-height:42px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:0 16px;
	display:inline-block;
	box-shadow:none !important;
}
#contents .contnts_nav_jp .cNav_jp li a {
	color:#fff;
}
#contents .common_banner {
	line-height:0;
	margin-right:-6px;
}
#contents .thanksbanner .common_banner {
	margin-bottom:40px;
}
#contents .common_banner li {
	float:left;
	width:50%;
	padding-right:6px;
}
#contents .common_banner li a {
	display:block;
	overflow:hidden;
	border-radius:10px;	
}
#contents .common_banner li img {
	width:100%;
	height:auto;	
}
.shadowBox {
	position:relative;
	z-index:1;
}
.shadowBox img,.shadowBox div {
	position:relative;
	z-index:3;	
}
.shadowBox:before {
	content: " ";
	background:rgba(0,0,0,0.26);
	height:18px;
	border-radius:9px;
	position:absolute;
	width:calc(100%+20px);
	width : 106% ;
	width : -webkit-calc(100% + 20px);
	width : calc(100% + 20px);
	bottom:-9px;
	left:-10px;
	z-index:0;
}
.shadowBox:after {
	content: " ";
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:10px;
}
.animation_container {
	
}
/* list設定
   =================================================================== */
#contents .charaList_container {
	overflow: hidden;
	margin: 0 30px;
}
#contents .charaList_container li {
	width:203px;
	float:left;
	height:290px;
	background:url(../img/contents/list/list_bg.png) no-repeat left 20px;
	background-size:203px auto;
	position:relative;
	cursor:pointer;
	margin-bottom:10px;
}
#contents .charaList_container li > span {
	width:148px;
	height:auto;
	position:absolute;
	top:37px;
	left:28px;	
}
#contents .charaList_container li img {
	width:100%;
	height:auto;
}
#contents .charaList_container li .btn_fav {
	position:absolute;
	bottom:0;
	left:15px;
}
#contents .charaList_container li dt {
	color:#fff;
	font-size:15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	text-align:center;
	margin-top:7px;
	letter-spacing:1px;
	font-weight:700;
}
#contents .charaList_container li dd {
	color:#F485A2;
	text-align:center;
	position:absolute;
	top:202px;
	left:35px;
	width: 140px;
	line-height:1.3;
	font-weight:bold;
	font-size:13px;
}
#contents .charaList_container.charaList_collabo li dd {
	width: 143px;
}
#contents .charaList_container.charaList_collabo li dd {
	font-size:12px;
}
#contents .charaList_container li.text dd {
    top: 199px;
}
#contents .charaList_container li.ecomado dd {
    top: 193px;
	line-height:1.1;
}
#contents .charaList_container li dd .cap {
	font-size:9px;	
	display: block;
	margin: 5px -10px 0;
	letter-spacing:-1px;
}
#contents .charaList_container.charaList {
	width:1010px !important;
	height:auto !important;
	margin:auto !important;	
}
#contents .charaList_container.charaList li {
	width:480px;
	height:76px;
	background:#fff;
	border-radius:5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	padding:12px;
	line-height: 1.4;
	position:relative !important;
	left:auto !important;
	top:auto !important;
	margin:0 !important;
	margin-right:7px !important;
	margin-left:7px !important;
	margin-bottom:15px !important;
}
#contents .charaList_container.charaList li > span {
    left: 10px;
    top: 10px;
    width: 56px;
}
#contents .charaList_container.charaList li dl {
	margin-left:70px;
	text-align:left;
	margin-top:-3px;
}
#contents .charaList_container.charaList li.text dl {
	margin-top: -12px;
}
#contents .charaList_container.charaList li.text dd .cap {
    font-size: 10px;
    margin: 0;
	letter-spacing:0;
}
#contents .charaList_container.charaList li dt {
	color:#FAC4D2;
	font-size:13px;
	text-shadow: none;
	text-align: left;
	margin-bottom: 5px;
}
#contents .charaList_container.charaList li dd {
    font-size: 15px;
    left: auto;
    line-height: 1.3;
    position:relative;
    text-align: left;
    top: auto;
    width: auto;
	padding-right: 160px;
}
#contents .charaList_container.charaList li .btn_fav {
    bottom: 16px;
    left: auto;
    position: absolute;
    right: 10px;
}
/* vote設定
   =================================================================== */
#contents .contents_header.vote_heander {
	height:348px;
	background:url(../img/contents/vote/header_bg.jpg) repeat-x left top;
	background-size:auto 348px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#contents .contents_header.vote_heander #chara {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	overflow:hidden;
}
#contents .contents_header.vote_heander #chara li {
	position:absolute;
	width:300px;
	height:286px;
	top:29px;
	padding-bottom:10px;
	left:50%;
	margin-left:-150px;
	text-align:center;
	
}
#contents .contents_header.vote_heander #chara img {
	height:100%;
	width:auto;
	position:relative;
	-moz-transform-origin: 50% 100%;  
    -webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%; 
}
#contents .contents_header.vote_heander .vote_num {
	font-family: 'Martel Sans', sans-serif;
	font-weight:900;
	font-size:76px;
	color:#d7c08c;
	position:absolute;
	width:100px;
	bottom:10px;
	z-index:0;
	width:100%;
	text-align:center;
	line-height:1;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	transform: skew(-20deg);
}
#contents .vote_container.contents {
	padding-bottom:60px;	
}
#contents .vote_container.contents.ex_thanks {
	padding-bottom:0;	
}
#contents .vote_container.contents .title_comp {
	background:url(../img/contents/vote/title.png) no-repeat center center;
	background-size:auto 35px;
	text-indent:-9999px;
	height:35px;
	margin-bottom:40px;	
}
#contents .vote_container.contents .title_comp2 {
	background:url(../img/contents/special/thank_title.png) no-repeat center center;
	background-size:auto 35px;
	text-indent:-9999px;
	height:35px;
	margin-bottom:40px;	
}
#contents .vote_container .vote_section {
	float:left;
	width:50%;	
}
#contents .vote_container .vote_section .vote_profile {
	border-radius:10px;
	margin-right:10px;
	height:267px;
	padding:32px 42px;
	text-align:center;
	position:relative;
	background:#fff;
}
#contents .vote_container .vote_section .vote_profile .profile_inner {
	position:relative;
	z-index:1;
}
#contents .vote_container .vote_section .vote_profile .tl,
#contents .vote_container .vote_section .vote_profile .tr,
#contents .vote_container .vote_section .vote_profile .bl,
#contents .vote_container .vote_section .vote_profile .br  {
	position:absolute;
	width:50%;
	height:50%;
	z-index:0;
}
#contents .vote_container .vote_section .vote_profile .tl {
	top:15px;
	left:15px;
	background:url(../img/contents/vote/profile_bg.png) left top no-repeat;
	background-size:auto 234px;
}
#contents .vote_container .vote_section .vote_profile .tr {
	top:15px;
	right:15px;
	background:url(../img/contents/vote/profile_bg.png) right top no-repeat;
	background-size:auto 234px;
}
#contents .vote_container .vote_section .vote_profile .bl {
	bottom:15px;
	left:15px;
	background:url(../img/contents/vote/profile_bg.png) left bottom no-repeat;
	background-size:auto 234px;
}
#contents .vote_container .vote_section .vote_profile .br {
	bottom:15px;
	right:15px;
	background:url(../img/contents/vote/profile_bg.png) right bottom no-repeat;
	background-size:auto 234px;
}
#contents .vote_container .vote_section .vote_profile h3 {
	text-align:center;
	font-size:20px;
	color:#F485A2;
	font-weight:bold;	
}
#contents .vote_container .vote_section .vote_profile.collabo h3 {
	margin-bottom:10px;
}
#contents .vote_container .vote_section .vote_profile li {
	line-height:1.4;
	position:relative;
	margin-bottom: 8px;
	font-weight:bold;
	min-height:22px;
}
#contents .vote_container .vote_section .vote_profile li dt {
	position:absolute;
	top:0;
	left:0;
	height:22px;
	border-radius:11px;
	width:106px;
	background:#CDBF7F;
	line-height:22px;
	color:#fff;
	font-size:11px;
}
#contents .vote_container .vote_section .vote_profile li dd {
	margin-left:115px;
	text-align:left;
	color:#9B8100;
	font-size:12px;
}
#contents .vote_container .vote_section .vote_profile.collabo li dt {
	position:relative;
	top:auto;
	left:auto;
	margin: 0 auto 10px;
	width:118px;
}
#contents .vote_container .vote_section .vote_profile.collabo li dd {
	margin-left:0;
	line-height:1.6;
}
#contents .vote_container .vote_section .vote_profile .btn_link {
	bottom: 1px;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:2;
}
#contents .vote_container .vote_section .vote_banner {
	border-radius:10px;
	margin-left:10px;
	height:267px;
	padding:15px 17px;
	text-align:center;
	position:relative;
	background:#fff;
	z-index: 0;
}
#contents .vote_container .vote_section .vote_banner ul {
	line-height:0;position:relative;
	height:100%;
}
#contents .vote_container .vote_section .vote_banner li {
	width:50%;	
	margin-bottom:10px;
	position:absolute;
}
#contents .vote_container .vote_section .vote_banner li.lt {
	top:0;
	left:0;
}
#contents .vote_container .vote_section .vote_banner li.rt {
	top:0;
	right:0;
}
#contents .vote_container .vote_section .vote_banner li.lb {
	bottom:-10px;
	left:0;
}
#contents .vote_container .vote_section .vote_banner li.rb {
	top:auto;
	bottom:-10px;
	right:0;
}
#contents .vote_container .vote_section .vote_banner li span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	overflow:hidden;
	z-index:2;
}
#contents .vote_container .vote_section .vote_banner li span.top {
	z-index:3;	
}
#contents .vote_container .vote_section .vote_banner li span.bottom {
	top:50%;
	z-index:2;	
}
#contents .vote_container .vote_section .vote_banner li span.after {
	z-index:4;
	display:none;	
	top:50%;
}
#contents .vote_container .vote_section .vote_banner li span.bottom img,#contents .vote_container .vote_section .vote_banner li span.after img  {
	margin-top:-56px;	
}
#contents .vote_container .vote_section .vote_banner li a {
	position:relative;
	z-index:1;
}
#contents .vote_container .vote_section .vote_banner li img {
	width:100%;
	height:auto;	
}
#contents .vote_container .vote_section .vote_banner li.banner_non {
	background:url(../img/contents/vote/banner_non.png) no-repeat left center;
	background-size:auto 113px;
	height:113px;
}
#contents .vote_main_container {
	background:#ED3F6D;
	border-top:3px solid #fff;	
	border-bottom:3px solid #fff;	
	padding:40px 0 80px;
	position:fixed;
	top:400px;
	left:0;
	width:100%;
	z-index: 3;
}
#contents .vote_main_container.fixed {
	position:absolute;	
}
#contents .vote_main_container > .btn_fav { 
	background:url(../img/contents/vote/btn_vote.png) no-repeat center top;
	background-size:228px auto;
	width:228px;
	margin:-69px auto 12px;
}
#contents .vote_main_container > .btn_fav a {
	box-shadow: none;
	background:url(../img/common/icon_fav.png) no-repeat center center;
	background-size:auto 30px;
	border-radius:0;
	border:none;
	display: block;
    width: auto;
	height:63px;
}
#contents .vote_main_container .innerContents {
	background:#fff;
	border-radius:10px;
	padding:28px 43px;	
}
#contents .vote_main_container .innerContents h5 {
	color:#9b8100;
	margin-bottom:8px;	
	font-size:23px;
	text-align:center;
}
#contents .vote_main_container .innerContents > p {
	color:#E60012;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	font-size:14px;
}
#contents .vote_main_container .innerContents li  {
	float:left;
	width:50%;
	padding-right:15px;
	position:relative;
	margin-bottom: 15px;
}
#contents .vote_main_container .innerContents li dt {
	background: #F9BCCC;
    border-radius: 18px;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
    height: 36px;
    left: 0;
    line-height: 35px;
    position: absolute;
    top: 0;
    width: 111px;
	text-align:center;
}
#contents .vote_main_container .innerContents li dd {
	margin-left:121px;	
}
#contents .vote_main_container .innerContents .kiyaku_container {
	height:128px;
	border:1px solid #D0D0D0;
	padding:20px;
	overflow-x:hidden;
	overflow:scroll;
}
#contents .vote_main_container .innerContents .btn_check,#contents .vote_container .vote_section .ex_container .btn_check {
	font-size:15px;
	color:#000;
	line-height:23px;
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;
}
#contents .vote_main_container .innerContents .btn_check input {
	width:23px;
	height:23px;
	border:2px solid #B0B0B0;
	
}
#contents .vote_main_container .innerContents .btn_check label {
	vertical-align:0.3em;
}
#contents .vote_main_container .innerContents .voteBtn {
	text-align:center;
	margin-bottom:20px;
}
#contents .vote_main_container .innerContents .voteBtn .btn_link {
	display:inline-block;
	margin: 0 10px;
}
#contents .vote_main_container .innerContents .voteBtn .btn_link a {
	width:230px;
	height:66px;
	background:url(../img/contents/vote/icon_list.png) no-repeat center center #f485a2;
	background-size:auto 23px;
	border-radius:33px;
	border: 3px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}
#contents .vote_main_container .innerContents .btn_link.btn_top a,#contents .btn_link.btn_top.btn_report a  {
	width:170px;
	height:44px;
	background:url(../img/contents/vote/icon_top.png) no-repeat center center #f485a2;
	background-size:auto 22px;
	border-radius:22px;
	border: 2px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}
#contents .vote_main_container .innerContents .btn_comp {
	width:230px;
	margin:auto;
}
#contents .vote_main_container .innerContents .btn_comp {
	width:230px;
	height:66px;
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 30px;
	border-radius:33px;
	border: 3px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:inline-block;
	vertical-align: top;
}
#contents .vote_main_container .innerContents .btn_comp.disabled {
	background:url(../img/common/icon_fav.png) no-repeat center center #ccc;
	background-size:auto 30px;
	cursor:inherit;
}
#contents .vote_main_container .innerContents .btn_comp:hover {
	text-decoration:none;
	position:relative;
	top:-2px;
	left:-2px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_main_container .innerContents .btn_comp.disabled:hover {
	text-decoration:none;
	position:relative;
	top:auto;
	left:auto;
	box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_main_container .innerContents .btn_comp:active {
	text-decoration:none;
	position:relative;
	top:2px;
	left:2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.btn_ex {
	margin:45px auto 0;
	width:298px;
}
.btn_link.btn_ex a {
    border-radius: 25px;
    font-size: 19px;
    height: 50px;
    line-height: 42px;
	width:100%;
}
/* thanks設定
   =================================================================== */
#contents .vote_container .vote_section .vote_profile.vote_thanks {
	margin-right:10px;
	height:481px;
	text-align:center;
	position:relative;
	padding:0;
	background:none !important;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks.shadowBox:after {
	background:none !important;	
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .overflow_container {
	height:481px;
	overflow:hidden;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .animation_container {
	padding:22px 22px 50px;
	background:#fff;
	border-radius:10px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .animation_container img {
	width:100%;
	height:auto;
	border-radius:8px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks h4 {
	font-size:20px;
	color:#000;
	margin-bottom:20px;
	line-height:1;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .thanks_inner_container {
	padding:20px;
	background:#FFF8BF;
	border-radius:10px;
	margin-top:20px;
	position:relative;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .thanks_inner_container:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 248, 191, 0);
	border-bottom-color: #FFF8BF;
	border-width: 8px;
	margin-left: -8px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks ul {
	margin-right:-20px;	
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li {
	float:left;
	width:50%;
	line-height:0;
	margin-bottom:0;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li a {
	display:block;
	height:107px;
	border-radius:13px;
	text-indent:-9999px;
	margin-right:20px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li a:active {
	position:relative;
	top:3px;
	left:3px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.fb a {
	background:url(../img/contents/vote/icon_fb.png) no-repeat center center #3C5998;
	background-size:auto 40px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.tw a {
	background:url(../img/contents/vote/icon_tw.png) no-repeat center center #00A9E4;
	background-size:auto 32px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.line {
	display:none;	
}
#contents .vote_container .vote_section .vote_profile_present {
	margin-left: 10px;
	text-align:center;
}
#contents .vote_container .vote_section .vote_profile_present h5 + img {
	width:41%;
	height:auto;
	margin:20px 0 10px;
}
#contents .vote_container .vote_section .vote_profile_present h5 {
	background:#fff;
	border-radius:10px;
	padding:18px 25px;
	color:#9B8100;
	font-size:19px;
	text-align:left;
	position:relative;
}
#contents .vote_container .vote_section .vote_profile_present h5.wp_title {
	text-align:center;	
}
#contents .vote_container .vote_section .vote_profile_present h5:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 248, 191, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
#contents .vote_container .vote_section .vote_profile_present .thanks_banner {
	bottom: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 50%;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container {
	position: relative;
	margin-top:25px;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container img {
	position:absolute;
	top:0;
	left:0;
	border-radius:10px;
	width:158px;
	height:auto;	
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container ul {
	margin-left:185px;	
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container li {
	display:block;
	margin-bottom:25px;	
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container .btn_link a {
	height:68px;
	border-radius:34px;
	line-height:1.5;
	font-size:15px;
	display:block;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container .btn_link a span {
	display:block;
	font-size:14px;
	margin-top:8px;
}
#contents .recommend_container {
	height:272px;
	background:url(../img/contents/vote/recommend_bg.png) repeat-x left top;
	background-size:auto 272px;	
	padding:22px 0;
}
#contents .recommend_container h6 {
	line-height:0;
	margin-bottom:15px;	
	background:url(../img/contents/vote/recommend_title.png) no-repeat center top;
	background-size:auto 20px;
	height:20px;
	text-indent:-9999px;	
}
#contents .recommend_container .innerContents {
	position:relative;
}
#contents .recommend_container .innerContents .btn_prev {
	position:absolute;
	top:62px;
	left:-22px;
	width:44px;
	cursor:pointer;
}
#contents .recommend_container .innerContents .btn_next {
	position:absolute;
	top:62px;
	right:-22px;
	width:44px;
	cursor:pointer;
}
#contents .recommend_container .innerContents .btn_next img,#contents .recommend_container .innerContents .btn_prev img {
	width:100%;
	height:auto;	
}
#contents .recommend_container .recommend_inner_container {
	overflow:hidden;
	position:relative;
	margin:0 30px;
	z-index:1;
}
#contents .recommend_container ul {
	width:10000px;	
}
#contents .recommend_container li {
	width:138px;
	margin-right:18px;
	float:left;
	cursor:pointer;
	padding-bottom: 8px;
}
#contents .recommend_container li:hover .btn_fav a {
	text-decoration:none;
	position:relative;
	top:-2px;
	left:-2px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
#contents .recommend_container li:active .btn_fav a {
	text-decoration:none;
	position:relative;
	top:2px;
	left:2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
#contents .recommend_container li img {
	width:100%;
	height:auto;	
}
#contents .recommend_container li dt {
	border-radius:6px;
	overflow:hidden;
	line-height:0;
	margin-bottom:13px;	
}
#contents .recommend_container li .btn_fav a {
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 15px;
    border: 2px solid #fff;
    border-radius: 23px;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 121px;
	margin:auto;
}
#mock {
	position:fixed;
	right:10px;
	top:120px;
	z-index:1111;	
}
#mock2 {
	position:fixed;
	right:10px;
	top:50px;
	z-index:1111;	
}
#mock input,#mock2 input {
	height:30px;
	width:100px;
}
#mock span,#mock2 span {
	background:#000;
	color:#fff;
	height:30px;
	padding:0 10px;
	display: inline-block;
	line-height:30px;
	font-size:11px;	
}
/* 展示会設定
   =================================================================== */
#contents .vote_container .vote_section .ex_container {
    background: #fff;
    border-radius: 10px;
    padding: 22px 22px 50px;
	margin-left: 10px;
	height: 463px;
	position:relative;
}
#contents .vote_container.contents .title_ex {
	background:url(../img/contents/special/title.png) no-repeat center center;
	background-size:auto 35px;
	text-indent:-9999px;
	height:35px;
	margin-bottom:40px;	
}
#contents .vote_container .vote_section .ex_container:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
#contents .vote_container .vote_section .ex_container h4 {
	color:#000;
	font-size:18px;
	text-align:center;
	line-height:1;
	margin-bottom:22px;	
}
#contents .vote_container .vote_section .ex_container dl {
	position:relative;
	margin-bottom:20px;
}
#contents .vote_container .vote_section .ex_container dt {
    background: #f9bccc;
    border-radius: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 111px;
}
#contents .vote_container .vote_section .ex_container dd {
	margin-left:125px;	
}
#contents .vote_container .vote_section .ex_container dd input {
	background: #E1E0E0;
    border: 1px solid #b3b3b3;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
	border-radius:5px;
}
#contents .vote_container .vote_section .ex_container dd input:focus {
	background: #fff;
}
#contents .vote_container .vote_section .ex_container .kiyaku_container {
    border: 1px solid #d0d0d0;
    height: 202px;
    overflow: scroll;
    padding: 20px;
	overflow-x:hidden;
}
#contents .vote_container .vote_section .ex_container .btn_fav {
    background:url(../img/contents/special/btn.png) no-repeat center center #ed3f6d;
	background-size:auto 23px;
    border: 3px solid #fff;
    border-radius: 27px;
    height: 54px;
   	width: 170px;
	box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}
#contents .vote_container .vote_section .ex_container .btn_fav.disabled {
	background:url(../img/contents/special/btn.png) no-repeat center center #ccc;
	background-size:auto 23px;
	cursor:inherit;
}
#contents .vote_container .vote_section .ex_container .btn_fav:hover {
	text-decoration:none;
	position:relative;
	top:-2px;
	left:-2px;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_container .vote_section .ex_container .btn_fav.disabled:hover {
	text-decoration:none;
	position:relative;
	top:auto;
	left:auto;
	box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_container .vote_section .ex_container .btn_fav:active {
	text-decoration:none;
	position:relative;
	top:2px;
	left:2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
#contents .vote_container .vote_section .vote_profile.vote_thanks.ex_photo {
	height:463px;	
}
#contents .vote_container .vote_section .vote_profile.vote_thanks.ex_photo .animation_container > img {
   margin-bottom:15px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks.ex_photo h4 {
    color: #9B8100;
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 12px;
}
#contents .vote_container .vote_section .vote_profile.ex_photo li dt {
	width:49px;
}
#contents .vote_container .vote_section .vote_profile.ex_photo li dd {
    margin-left: 58px;
	line-height: 22px;
}
/* footer設定
   =================================================================== */
#footer {
	background:url(../img/common/footer_bg.png) repeat-x #c9a95f;
	background-size:135px auto;
	position: relative;
    z-index: 5;
}
#footer .innerContents {
	position:relative;
	padding:35px 0;
}
#footer .innerContents ul {
	position:absolute;
	right:0;
	top:-59px;
	background:url(../img/common/footer_sns_bg.png) no-repeat;
	background-size:212px auto;
	padding:10px 1px 0 10px;
	height:60px;
	width:212px;
}
#footer .innerContents li {
	float:left;
	width:50%;
	padding-right:9px;
}
#footer .innerContents li a {
	height:50px;
	border-radius:5px;
	text-indent:-9999px;
	display:block;
}
#footer .innerContents li.fb a {
	background:url(../img/common/icon_fb.png) no-repeat center center #3C5998;
	background-size:10px auto;
}
#footer .innerContents li.tw a {
	background:url(../img/common/icon_tw.png) no-repeat center center #00A9E4;
	background-size:18px auto;
}
#footer .innerContents .footer_contact {
	background:#fff;
	border-radius:10px;
	color:#9B8100;
	padding:26px 32px;
	margin-bottom:20px;
}
#footer .innerContents .footer_contact dt {
	font-weight:bold;
	font-size:17px;
	line-height:1;
	margin-bottom:12px;	
}
#footer .innerContents .footer_contact dd {
	font-size:15px;
	line-height:1.7;	
}
#footer .innerContents .footer_contact dd a {
	display:inline;	
	color:#9B8100;
}
#footer .innerContents p {
	color:#fff;
	font-size:13px;	
	line-height:1.5;
	word-wrap:break-word;
}
#footer .innerContents p.copyright {
	background:url(../img/common/footer_logo.png) no-repeat;
	background-size:71px auto;
	padding-left:85px;
	margin-top:15px;
}
#footer iframe {
	width:100%;
	margin-bottom:20px !important;
}
.pagetop {
	width:66px;
	height:66px;
	background:url(../img/common/pagetop.png) no-repeat center center rgba(255,255,255,0.7);
	background-size:20px auto;
	position:fixed;
	z-index:10;
	right:20px;
	bottom:20px;
	border-radius:7px;
	cursor:pointer;
}
#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/* 404設定
   =================================================================== */
#notFound {
	min-height:500px;	
}
#notFound .innerContents {
	padding:50px;
	background:#fff;
	border-radius:10px;
	text-align:center;
}
#notFound .innerContents h2 {
	font-size:30px;
	line-height:1;
	margin-bottom:20px;
	color:#e60012;	
}
#notFound .innerContents p {
	font-size:14px;	
	margin-bottom:20px;
}
#notFound .innerContents .btn_link.btn_top a {
	width:170px;
	height:44px;
	background:url(../img/contents/vote/icon_top.png) no-repeat center center #f485a2;
	background-size:auto 22px;
	border-radius:22px;
	border: 2px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}


/* 投票後追記 0526
   =================================================================== */
#header .gnav li.gnav_03 {
	background: url(../img/common/gnav_03_grayout.png) no-repeat center center;
	background-size:auto 44px;
}
#header .gnav li.gnav_03 span {
	height:42px;
	background:url(../img/common/gnav_line.png) no-repeat right center;
	background-size:auto 16px;
	display: block;
	text-indent:-9999px;
}
/* vote設定 追記　0527
   =================================================================== */
#contents .innerContents .voteBtn {
	text-align: center;
	margin-bottom:0;
}
#contents .innerContents .voteBtn .btn_link {
	display:inline-block;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
#contents .innerContents .voteBtn .btn_link a {
	width:230px;
	height:66px;
	background:url(../img/contents/vote/icon_list.png) no-repeat center center #f485a2;
	background-size:auto 23px;
	border-radius:33px;
	border: 3px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}
#contents .innerContents .voteBtn .btn_link.btn_top a {
	background:url(../img/contents/vote/icon_top2.png) no-repeat center center #f485a2;
	background-size:auto 22px;
}
/* list設定 追記　0527
   =================================================================== */
#contents .charaList_main h2, #contents .vote_container h2 {
	background:url(../img/contents/text_end.png) no-repeat center top;
	background-size:auto 32px;
	height:32px;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:20px;
}
#contents .charaList_container li {
	height:250px;
}
/* top:なでるバナー設定 追記　0606
   =================================================================== */
#contents .common_banner li .naderu_end {
	display:block;
	overflow:hidden;
	border-radius:10px;	
}

@media only screen and (max-width: 767px) {
body {
    line-height: 1.7;
}
.pagetop {
	width:33px;
	height:33px;
	background:url(../img/common/pagetop.png) no-repeat center center rgba(255,255,255,0.7);
	background-size:10px auto;
	position:fixed;
	right:10px;
	bottom:10px;
	border-radius:3px;
}
/* header設定
   =================================================================== */
#header {
    background: none;
    border-top: 2px solid #f485a2;
    height: 46px;
}
#header h1 {
	background:url(../img/common/logo.png) no-repeat;
	background-size:53px auto;
    height: 18px;
    left: 9px;
    top: 7px;
    width: 53px;
}
/* common設定
   =================================================================== */
#contents {
    margin-top: 0;
}
#contents .contnts_nav {
    height: 46px;
}
#contents .contnts_nav {
    height: 46px;
    z-index: 10;
}
#contents .contnts_nav_jp {
    height: 34px;
}
#contents .contnts_nav_jp .cNav_jp li {
    font-size: 12px;
    line-height: 34px;
    padding: 0 7px;
}
#contents .contents_header h2 {
    height: 55px;
    left: 50%;
    margin-top: 0;
    top: 10px;
    width: 205px;
	margin-left:-102px;
}
#contents .contnts_nav .cNav {
    padding-top: 8px;
}
#contents .contnts_nav .cNav li {
    border-radius: 14px;
    font-size: 11px;
   	height: 28px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 11px;
}
#contents .contnts_nav .ctlNav {
    bottom: 20px;
    left: 50%;
    margin-left: -65px;
    position: fixed;
    top: auto;
    width: 130px;
}
#contents .contnts_nav .ctlNav.fixed {
	position:absolute;	
}
.btn_fav a {
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 14px;
    border: 2px solid #fff;
    border-radius: 17px;
    height: 34px;
    width: 113px;
}
.btn_link a {
    font-size: 11px;
    padding: 0 17px;
}
#contents .contents {
    padding: 12px 0 79px;
	position: relative;
}
.innerContents {
    margin: 0 10px;
    width: auto;
}
#contents .common_banner {
    margin-right: 0;
}
#contents .common_banner li {
    float: none;
    padding-right: 0;
    width: auto;
	margin-bottom:5px;
}
.shadowBox:before {
	content: " ";
	background:rgba(0,0,0,0.26);
	height:10px;
	border-radius:5px;
	position:absolute;
	width:calc(100%+10px);
	width : 103% ;
	width : -webkit-calc(100% + 10px);
	width : calc(100% + 10px);
	bottom:-5px;
	left:-5px;
	z-index:0;
}
.shadowBox:after {
	content: " ";
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:3px;
}
/* list設定
   =================================================================== */
#contents .charaList_main {	
	padding-bottom:129px !important;
}
#contents .contents.charaList_main {
    padding: 16px 0 80px;
}
#contents .charaList_container {
    margin: 0 10px;
}
#contents .charaList_container li {
	width:143px;
	float:left;
	height:211px;
	background:url(../img/contents/list/list_bg.png) no-repeat left 20px;
	background-size:143px auto;
	position:relative;
	cursor:pointer;
	margin-bottom:10px;
}
#contents .charaList_container li > span {
    left: 20px;
    top: 32px;
    width: 104px;
}
#contents .charaList_container li dt {
    font-size: 10px;
    margin-top: 11px;
}
#contents .charaList_container li dd {
    font-size: 10px;
    left: 24px;
   	top: 150px;
    width: 102px;
}
#contents .charaList_container.charaList_collabo li dd {
    font-size: 10px;
}
#contents .charaList_container.charaList_collabo li dd {
	letter-spacing: -0.5px;
	width: 105px;
}
#contents .charaList_container.charaList_collabo.charaList li dd {
	width: auto;
}
#contents .charaList_container li.text dd {
    top: 143px;
}
#contents .charaList_container li.ecomado dd {
    top: 142px;
	line-height:1;
}
#contents .charaList_container li dd .cap {
    font-size: 7px;
    margin: 0 -10px;
}
#contents .charaList_container.charaList {
    width: auto !important;
}
#contents .charaList_container.charaList li {
    float: none;
    height: auto;
    padding: 4px;
    width: auto;
	min-height: 44px;
	margin-right: 40px !important;
}
#contents .charaList_container.charaList li > span {
    left: 8px;
    top: 8px;
    width: 29px;
}
#contents .charaList_container.charaList li dl {
    margin-left: 42px;
	margin-top: -8px;
}
#contents .charaList_container.charaList li.text dl {
    margin-top: -11px;
}
#contents .charaList_container.charaList li dt {
    font-size: 10px;
    margin-bottom: 3px;
}
#contents .charaList_container.charaList li dd {
    font-size: 10px;
    padding-right: 115px;
	top: auto;
}
#contents .charaList_container.charaList li .btn_fav {
    bottom: auto;
    right: 6px;
    top: 3px;
}
#contents .charaList_container.charaList li.text dd .cap {
    font-size: 8px;
}
#contents .charaList_container.charaList li.text dt {
    margin-bottom: 0;
}
/* detail設定
   =================================================================== */
#contents .contents_header.vote_heander {
	background:url(../img/contents/vote/header_bg.jpg) repeat-x left top;
	background-size:auto 240px;
    height: 240px;
}
#contents .contents_header.vote_heander .vote_num {
    bottom: 21px;
    font-size: 33px;
}
#contents .contents_header.vote_heander #chara li {
	height: 159px;
    top: 60px;
    width: 300px;
}
#contents .vote_container .vote_section {
    float: none;
    width: auto;
}
#contents .vote_container .vote_section .vote_profile {
    border-radius: 5px;
    height: auto;
    margin-right: 0;
    padding: 16px 23px;
}
#contents .vote_container .vote_section .vote_profile .tl {
	top:8px;
	left:8px;
	background:url(../img/contents/vote/about_bg.png) left top no-repeat;
	background-size:472px auto;
}
#contents .vote_container .vote_section .vote_profile .tr {
	top:8px;
	right:8px;
	background:url(../img/contents/vote/about_bg.png) right top no-repeat;
	background-size:472px auto;
}
#contents .vote_container .vote_section .vote_profile .bl {
	bottom:8px;
	left:8px;
	background:url(../img/contents/vote/about_bg.png) left bottom no-repeat;
	background-size:472px auto;
}
#contents .vote_container .vote_section .vote_profile .br {
	bottom:8px;
	right:8px;
	background:url(../img/contents/vote/about_bg.png) right bottom no-repeat;
	background-size:472px auto;
}
#contents .vote_container .vote_section .vote_profile h3 {
    font-size: 18px;
}
#contents .vote_container .vote_section .vote_profile li dt {
    font-size: 9px;
    width: 82px;
}
#contents .vote_container .vote_section .vote_profile li dd {
    margin-left: 90px;
}
#contents .vote_container .vote_section .vote_profile .btn_link {
    bottom: -17px;
}
#contents .vote_container .vote_section .vote_banner {
    height: 300px;
    margin-top: 26px;
	margin-left: 0;
	 border-radius: 5px;
}
#contents .vote_container .vote_section .vote_banner li.banner_non {
	background:url(../img/contents/vote/banner_non.png) no-repeat left center;
	background-size:100% 100%;
}
#contents .vote_main_container {
    padding: 40px 0 71px;
}
#contents .vote_main_container > .btn_fav {
	background:url(../img/contents/vote/btn_vote.png) no-repeat center top;
	background-size:182px auto;
    margin: -63px auto 0;
    width: 228px;
}
#contents .vote_main_container > .btn_fav a {
	background:url(../img/common/icon_fav.png) no-repeat center center;
	background-size:auto 23px;
    height: 52px;
}
#contents .vote_main_container .innerContents {
    border-radius: 5px;
    padding: 12px 16px;
}
#contents .vote_main_container .innerContents > p {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: left;
}
#contents .vote_main_container .innerContents li {
    float: none;
    margin-bottom: 15px;
    padding-right: 0;
    width: auto;
}
#contents .vote_main_container .innerContents li dt {
    border-radius: 12px;
    font-size: 9px;
    height: 24px;
    line-height: 25px;
    width: 86px;
}
#contents .vote_main_container .innerContents li dd {
    margin-left: 98px;
}
.select-wrap select {
   	font-size: 12px;
}
#contents .vote_main_container .innerContents .kiyaku_container {
    padding: 10px;
	font-size: 10px;
}
#contents .vote_main_container .innerContents .voteBtn {
	margin-bottom:10px;	
}
#contents .vote_main_container .innerContents h5 {
    font-size: 16px;
}
#contents .vote_main_container .innerContents .voteBtn .btn_link {
	display:inline-block;
	margin: 0;
}
#contents .vote_main_container .innerContents .voteBtn .btn_link a {
	width:130px;
	height:40px;
	background:url(../img/contents/vote/icon_list.png) no-repeat center center #f485a2;
	background-size:auto 16px;
	border-radius:33px;
	border: 2px solid #fff;
}
#contents .vote_main_container .innerContents .btn_link.btn_top a {
	width:120px;
	height:34px;
	background:url(../img/contents/vote/icon_top.png) no-repeat center center #f485a2;
	background-size:auto 14px;
	border-radius:22px;
	border: 2px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}
#contents .vote_main_container .innerContents .btn_comp {
	width:130px;
	height:40px;
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 19px;
	border-radius:33px;
	border: 2px solid #fff;
	margin: 0;
}
#contents .vote_main_container .innerContents .btn_comp.disabled {
	background:url(../img/common/icon_fav.png) no-repeat center center #ccc;
	background-size:auto 19px;
}
#contents .vote_main_container .innerContents .btn_check, #contents .vote_container .vote_section .ex_container .btn_check {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 10px;
}
#contents .vote_container.contents .title_comp {
	background:url(../img/contents/vote/title.png) no-repeat center center;
	background-size:auto 22px;
    height: 22px;
    margin-bottom: 20px;
}
#contents .vote_container.contents .title_comp2 {
	background:url(../img/contents/special/thank_title.png) no-repeat center center;
	background-size:auto 22px;
	height: 22px;
    margin-bottom: 20px;
}
#contents .vote_container.contents .title_ex {
	background:url(../img/contents/special/title.png) no-repeat center center;
	background-size:auto 22px;
	height:22px;
	margin-bottom:20px;	
}
#contents .vote_container .vote_section .vote_profile.vote_thanks {
    height: 481px;
    margin-right: 0;
	margin-bottom: 30px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .animation_container {
	border-radius: 5px;
    padding: 12px 12px 50px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .animation_container img {
    border-radius: 5px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .thanks_inner_container {
	border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks ul {
    margin-right: -10px;
}
#contents .vote_container .vote_section .vote_profile_present {
    margin-left: 0;
}
#contents .vote_container .vote_section .vote_profile_present h5 {
    border-radius: 5px;
    font-size: 12px;
    padding: 12px 15px;
}
#contents .vote_container .vote_section .vote_profile_present h5 + img {
    width: 80%;
}
#contents .vote_container .vote_section .vote_profile_present .thanks_banner {
    bottom: auto;
    position: relative;
    width: auto;
	margin-top: 10px;
}
#contents .vote_container .vote_section .vote_profile_present .thanks_banner img {
	width:100%;
	height:auto;	
}
#contents .recommend_container {
	background:url(../img/contents/vote/recommend_bg.png) repeat-x left top;
	background-size:auto 223px;	
    height: 223px;
    padding: 16px 0;
}
#contents .recommend_container h6 {
	background:url(../img/contents/vote/recommend_title.png) no-repeat center top;
	background-size:auto 13px;
    height: 13px;
}
#contents .recommend_container .recommend_hit {
	position:absolute;
	width:100%;
	height:100%;
	background:#F50004;
	left:0;
	top:0;
	z-index:0;
}
#contents .recommend_container .innerContents {
   margin: 0;
}
#contents .recommend_container .recommend_inner_container {
    margin: 0;
}
#contents .recommend_container li {
    margin-right: 12px;
    width: 107px;
}
#contents .recommend_container li .btn_fav a {
	background:url(../img/common/icon_fav.png) no-repeat center center #ED3F6D;
	background-size:auto 13px;
    height: 30px;
    width: 97px;
}
#contents .recommend_container .innerContents .btn_next {
    right:5px;
    top: 35px;
    width: 36px;
    z-index: 2;
}
#contents .recommend_container .innerContents .btn_prev {
    left: 5px;
    top: 35px;
    width: 36px;
    z-index: 2;
}
#contents .vote_container.contents {
    padding-bottom: 40px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks h4 {
    font-size: 13px;
    margin-bottom: 11px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li {
   width:33.33%;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks.ex_photo li {
   float: none;
   width: auto;
   margin-bottom:10px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li a {
    border-radius: 6px;
    height: 74px;
    margin-right: 8px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.fb a {
	background:url(../img/contents/vote/icon_fb.png) no-repeat center center #3C5998;
	background-size:auto 24px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.tw a {
	background:url(../img/contents/vote/icon_tw.png) no-repeat center center #00A9E4;
	background-size:auto 22px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.line {
	display:block;
	float:left;	
}
#contents .vote_container .vote_section .vote_profile.vote_thanks li.line a {
	background:url(../img/contents/vote/icon_line.png) no-repeat center center #00C300;
	background-size:auto 31px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks .animation_container {
    padding: 12px 12px 13px;
}
.btn_ex {
	margin:25px auto 0;
	width:260px;
}
.btn_link.btn_ex a {
    border-radius: 20px;
    font-size: 15px;
    height: 40px;
    line-height: 35px;
}
#contents .vote_container .vote_section .vote_profile.vote_thanks.ex_photo h4 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
#contents .vote_container .vote_section .ex_container dt {
    border-radius: 12px;
    font-size: 9px;
    height: 24px;
    left: auto;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    top: auto;
    width: 86px;
}
#contents .vote_container .vote_section .ex_container h4 {
    font-size: 12px;
    margin-bottom: 12px;
}
#contents .vote_container .vote_section .ex_container dd {
    margin-left: 0;
}
#contents .vote_container .vote_section .ex_container {
    border-radius: 5px;
    height: auto;
    padding: 22px 22px 20px;
	margin-left:0;
}
#contents .vote_container .vote_section .ex_container: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: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container img {
    border-radius: 5px;
    width: 99px;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container ul {
    margin-left: 109px;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container li {
    margin-bottom: 10px;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container .btn_link a {
    border-radius: 27px;
    font-size: 12px;
    height: 51px;
}
#contents .vote_container .vote_section .vote_profile_present .wallpaper_container .btn_link a span {
    font-size: 10px;
	margin-top: 6px;
}
/* footer設定
   =================================================================== */
#footer .innerContents {
    padding: 15px 0;
	word-wrap:break-word;
}
#footer .innerContents .footer_contact {
   padding: 16px 17px;
}
#footer .innerContents .footer_contact dt {
    font-size: 14px;
    margin-bottom: 6px;
}
#footer .innerContents .footer_contact dd {
    font-size: 10px;
}
#footer .innerContents p {
    font-size: 10px;
}
#footer .innerContents ul {
	position:absolute;
	right:auto;
	left:50%;
	margin-left:-145px;
	top:-59px;
	background:url(../img/common/footer_sns_bg.png) no-repeat;
	background-size:290px auto;
	padding:10px 1px 0 10px;
	height:68px;
	width:290px;
}
#footer .innerContents li {
    float: left;
    width: 33.333%;
}
#footer .innerContents li.line a {
	background:url(../img/common/icon_line.png) no-repeat center center #00C300;
	background-size:29px auto;
}
/* 404設定
   =================================================================== */
#notFound {
	min-height:300px;	
}
#notFound .innerContents {
	padding:20px;
	border-radius:5px;
}
#notFound .innerContents h2 {
	font-size:16px;
}
#notFound .innerContents p {
	font-size:12px;
	text-align:left;
}
#notFound .innerContents .btn_link.btn_top a {
	width:170px;
	height:44px;
	background:url(../img/contents/vote/icon_top.png) no-repeat center center #f485a2;
	background-size:auto 22px;
	border-radius:22px;
	border: 2px solid #fff;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
	cursor:pointer;
	display:block;
}

/* vote設定sp版 追記　0527
   =================================================================== */
#contents .vote_container.contents {
    padding-bottom: 70px;
}
#contents .innerContents .voteBtn .btn_link {
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
}
#contents .innerContents .voteBtn .btn_link a {
	width:130px;
	height:40px;
	background:url(../img/contents/vote/icon_list.png) no-repeat center center #f485a2;
	background-size:auto 16px;
	border-radius:33px;
	border: 2px solid #fff;
}
#contents .innerContents .voteBtn .btn_link.btn_top a {
	background:url(../img/contents/vote/icon_top2.png) no-repeat center center #f485a2;
	background-size:auto 15px;
}
/* list設定sp版 追記　0527
   =================================================================== */
#contents .charaList_container li {
	height:175px;
}
/* list設定 追記　0527
   =================================================================== */
#contents .contents.charaList_main {
	padding-top: 10px;
}
#contents .charaList_main h2, #contents .vote_container h2 {
	background:url(../img/sp/text_end.png) no-repeat center top;
	background-size:auto 49px;
	height:49px;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:10px;
}
#contents .charaList_container {
	margin-top: -12px;
}
}