@font-face {/*IE*/
	font-family: altAnzu;
	src: url('../common/font/APJapanesefont.eot');
	src: url('../common/font/APJapanesefont?#iefix') format('embedded-opentype'),
		url('../common/font/APJapanesefont.woff') format("woff"),
		url('../common/font/APJapanesefont.ttf') format("truetype"),
		url('../common/font/APJapanesefont.svg#svgFontName') format("svg");
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: altAnzu;
	src: url('../common/font/APJAPANESEFONT.TTF') format("truetype");
}*/

.pcCont{ display: block;}
.spCont{ display: none;}

@media screen and (max-width: 710px){
	.pcCont{ display: none !important;}
	.spCont{ display: block;}
}

body{
	-webkit-text-size-adjust: 100% !important;
	font-family: 'altAnzu';
}
a, input, buttpn, a:focus, button:focus { outline:none;}
input::-moz-focus-inner, button::-moz-focus-inner { border: 0;}/* Firefox */


#wrapperInner{
	max-width: 980px;
	width: 100%;
	margin: 0 auto 0;
}
#container{
	position: relative;
	width: 100%;
}
#imgTop {
	background: #008ED7;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}

#imgTop img{
	width: 100%;
	height: auto;
	max-width: 980px;
	max-height: 460px;
	margin: 0 auto;
}
.voteArea{
	margin: 0 auto;
}
@media screen and (max-width: 980px){/*3column*/
	.voteArea{
		width: 730px;
	}
}
@media screen and (max-width: 710px){/*2column*/
	.voteArea{
		width: 490px;
	}
}

@media screen and (max-width: 470px){

}
/*---------voteArea--------*/
.item{
	position: relative;
	background: #FFFFFF;
	margin: 0 0 20px;
	padding: 5px 0 0;
	width: 228px;
	height: 250px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border/*\**/: 1px solid #CCCCCC\9;
	top: auto;
}

.item.large{
	width: 478px;
	height: 520px;/*576px;*/
}


.item:before{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	width: 100%;
	height: 20px;
	background: url("../images/imgPin.png") center 0 no-repeat 
}

.item.nomasonry{
	float: left;
	width: 48%;
	margin-right: 2%;
}

div.item div.inline{
	width: 190px;
	height: 130px;
	margin: 19px auto 5px;
	display: table;
	position: relative;
	max-width: 190px;
	table-layout: fixed;
}
div.item.large div.inline{
	width: 440px;
	height: 320px;
	margin: 19px auto 20px;
	position: relative;
	max-width: 440px;
}

.item.prize01{
	width: 960px;
	height: auto;
	padding: 20px;
	margin: 0 auto 20px;
}


div.item.prize01 div.inline,
div.item.prize01 div.right{
	float: left;

}
div.item.prize01 div.right{
	width: 50%;
	margin: 0 0 0 20px;
	max-width: 430px;
}

@media screen and (max-width: 979px){
	.item.prize01{
		width: 95%;
		height: auto;
		padding: 20px 2.5%;
	}
	div.item.prize01 div.inline{
		width: 50%;
		
	}
		div.item.prize01 div.inline a span,
		div.item.prize01 div.inline a img{
			width: 100% !important;
		}
	div.item.prize01 div.right{
		width: 47%;
		margin: 0 0 0 3%;
	}
		div.item.prize01 div.right .sengen{
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}

}

@media screen and (max-width: 760px){
	div.item.prize01{
		max-width: 478px;
		width: 100%;
	}
	div.item.prize01 div.inline{
		float: none;
		width: 100%;
	}
	div.item.prize01 div.right{
		float: none;
		width: 100%;
		margin: 0;
	}

}

@media screen and (max-width: 460px){
	.voteArea{
		width: 95% !important;
		overflow: hidden;
		padding-top: 5px;
	}

	div.item div.inline{
		width: 90%;
	}
}

.cpGuard{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/spacer.gif");
	z-index: 1;
	top: 0;
	left: 0;
}

div.item div.inline a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	position:relative;
	z-index: 1;
}

div.item div.inline a img{
	max-width: 188px;
	max-height: 130px;
	height: auto;
	position: relative;
	display: inline;
	z-index: 0;
}
div.item.large div.inline a img,
div.item.prize01 div.inline a img{
	max-width: 440px;
	max-height: 320px;
}

div.item div.inline a span:after{
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	bottom: 0;
	background: url("../images/btnZoom24.png") right bottom no-repeat;
	z-index: 2;
}

div.item.large div.inline a span:after{
	background: url("../images/btnZoom.png") right bottom no-repeat !important;
	width: 40px;
	height: 40px;
}
div.item.large div.inline a:after{
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}

html>/**/body div.item div.sengen{ /*IE8 hack*/
	border-top/***/: 1px dashed #008ED7\9;
	border-bottom/***/: 1px dashed #008ED7\9;
}
html:not(:target) div.item div.sengen{
	border: none \0/IE9;
}
div.item div.sengen{
	width: 178px;
	background: url("../images/bdr_sengen.gif") left top repeat-x, url("../images/bdr_sengen.gif") left bottom repeat-x;
	-pie-background: url("/home/tsol_operator/dev/tobusecure.net/life201401/images/bdr_sengen.gif") left top repeat-x, url("/home/tsol_operator/dev/tobusecure.net/life201401/images/bdr_sengen.gif") left bottom repeat-x;
	padding: 3px;
	margin: 0 auto 7px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

div.item.nomasonry div.sengen{
	width: 90%;
}
div.item div.sengen p{
	display: table-cell;
	width: 178px;
	height: 39px;
	line-height: 20px;
	font-size: 16px;
	color: #000000;
	vertical-align: middle;
	font-family: altAnzu;
}
div.item div.sengen p span{
	font-size: 18px;
	color: #0085CD;
	font-family: altAnzu;
}
@media screen and (max-width: 760px){
	div.item div.sengen{
		margin: 0 auto 5px;
	}
	div.item div.sengen p{
		font-size: 12px;
		line-height: 15px;
	}
	div.item div.sengen p span{
		font-size: 14px;
	}
}
div.item.large div.sengen,
div.item.prize01 div.sengen{
	width: 430px;
	padding: 15px 5px;
	margin: 0 auto 10px;
}
div.item.large div.sengen p,
div.item.prize01 div.sengen p{
	font-size: 24px;
	width: 430px;
}
div.item.large div.sengen p span,
/*div.item.prize01 div.sengen p span*/{
	font-size: 32px;
	line-height: 34px;
}

/*.ovHidden p.pollingNum{
	float: left;
	margin-left: 20px;
	line-height: 30px;
}*/
.ovHidden div.btnVote{
	float: right;
	margin-right: 20px;
}


p.pollingNum{
	font-size: 14px;
	text-align: center;
}
p.pollingNum span{
	margin: 0 0 0 5px;
	font-size: 24px;
	color: #D61771
}

.large p.pollingNum{ font-size: 24px;}
.large p.pollingNum span{ font-size: 48px; line-height: 48px;}

div.btnVote{
	width: 80px;
	height: 30px;
	margin: 0;
	background: #D61771;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
div.btnVote p{
	width: 80px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.large div.btnVote{
	width: 180px;
	height: 40px;
}
.large div.btnVote p{
	width: 180px;
	height: 40px;
	font-size: 18px;
}


div.btnVote p a{
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	color: #FFFFFF;
}
.large div.btnVote p a,
.dataset div.btnVote p a{
	height: 30px;
	line-height: 30px;
}

	.dataset div.btnVote{
		z-index: 10000;
	}

@media screen and (max-width: 760px){
	.ovHidden p.pollingNum{
		margin-left: 10px;
	}
	.ovHidden div.btnVote{
		margin-right: 10px;
	}
	p.pollingNum{
		font-size: 12px;
	}
	p.pollingNum span{
		margin: 0 0 0 5px;
		font-size: 20px;
	}

	div.btnVote,
	div.btnVote p{
		width: 80px;
	}

	.dataset div.btnVote p a{
		height: 20px;
		line-height: 20px;
	}
}
@media screen and (max-width: 400px){
	p.pollingNum{
		font-size: 10px;
	}
	p.pollingNum span{
		font-size: 14px;
	}

	div.btnVote,
	div.btnVote p{
		width: 50px;
		font-size: 10px;
	}
}

.dataset{
	display: none;
}

.item p.exp{
	display: none;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -12px;
	left: 0;
	background: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*---------fancybox------*/

.contL{
	display: table;
	width: 100%;
	height: 520px;
	margin: 0 auto 20px;
}
.contL > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 520px;
	width: 720px;
	max-width: 720px;
	max-height: 520px;
}

.contL img{
	/*width: 100%;*/
	height: auto;
	max-width: 720px;
	max-height: 520px;
	vertical-align: middle;
}

html>/**/body .contR{ /*IE8 hack*/
	border-top/***/: 1px dashed #008ED7\9;
	border-bottom/***/: 1px dashed #008ED7\9;
}
html:not(:target) .contR{
	border: none \0/IE9;
}

.contR{
	background: url("../images/bdr_sengen.gif") left top repeat-x, url("../images/bdr_sengen.gif") left bottom repeat-x;
	-pie-background: url("../images/bdr_sengen.gif") left top repeat-x, url("../images/bdr_sengen.gif") left bottom repeat-x;
	padding: 20px 0;
}

.contR .tit{
	font-size: 24px;
	line-height: 30px;
	font-family: altAnzu;
	margin: 0 0 0.5em;
}
.contR .tit span{
	font-size: 32px;
	color: #0085CD;
	font-family: altAnzu;
}
.contR .exp{
	font-size: 16px;
	line-height: 21px;
}

.fancybox-inner{
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
	
}
.fancybox-inner .pollingNum{
	text-align: right;
	font-size: 24px;
	line-height: 48px;
	margin: 15px 0 0;
}
.fancybox-inner .pollingNum span{
	font-size: 48px;
}
.fancybox-inner .btnVote{
	float: right;
	width: 180px;
	height: 40px;
	margin: 20px 0 0 15px;
}
.fancybox-inner .btnVote p{
	width: 180px;
	font-size: 18px;
}

@media screen and (max-width: 720px){
	.fancybox-inner .btnVote{
		height: 30px;
	}

	.fancybox-skin{
		padding: 20px !important;
	}

	.contL,
	.contL > div{
		width: 100%;
		height: auto;
	}
	.contL{
	}
	.contL img{
		max-width: 500px;
		height: auto;
	}

	.contR{
		font-size: 14px;
	}

	.fancybox-inner .pollingNum{
		font-size: 14px;
	}
	.fancybox-inner .pollingNum span{
		font-size: 24px;
	}
}/*---------------max-width: 720px*/

@media screen and (max-width: 470px){

	.fancybox-inner .btnVote{
		width: 90px;
	}
	.fancybox-inner .btnVote p{
		width: 90px;
		font-size: 14px;
	}

	.fancybox-nav{
		//height: 250px !important;
	}
	.fancybox-prev span{
		left: -30px !important;
	}
	.fancybox-next span{
		right: -30px !important;
	}
}

.toTop{
	z-index: 100;
}

/*----------ranking------*/
.ribbon{
	margin: 0 0 20px;
}

.ribbon img{
	max-width: 980px;
	width: 100%;
}

body.ranking .item.prize01 .sengen{
	margin: 40px 0 0;
	padding: 20px 0;
	line-height: 40px;
}

div.item.prize01 div.sengen p span{
	font-size: 160%;
	line-height: 40px;
}

body.ranking .item.prize01 .detail{
	line-height: 200%;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}

body.ranking .item.prize01 .pollingNum{
	margin-top: 20px;
	text-align: right;
	float: none;
}

div.item.prize02 div.sengen p span{
	font-size: 140%;;
}