@charset "UTF-8";


.block1:after,
.block2:after,
.block3:after,
.block4:after,
.block5:after,
.block6:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.block1,
.block2,
.block3,
.block4,
.block5,
.block6{
	zoom: 1;
}



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

#contest .vote p.lead{
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 20px;
}

#contest .vote .present{
	margin-bottom: 20px;
}
#contest .vote .present p.type{
	font-size: 1.4em;
	margin-bottom: 10px;
}

#contest .vote .present span{
	display: inline-block;
	color: #333;
	line-height: 180%;
	background-color: #DDD;
	font-size: 1.1em;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#contest .vote .notice{
	margin-bottom: 20px;
}
#contest .vote .notice p.caution{
	font-size: 1.2em;
	text-align: left;
}

#contest .vote .detail{
	margin: auto;
	text-align: center;
}
#contest .vote .detail .image{
	margin-bottom: 20px;
}
#contest .vote .detail h3{
	font-size: 2.2em;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
#contest .vote .detail p.name{
	font-size: 1.6em;
	margin-bottom: 12px;
}
#contest .vote .detail .spec{
	margin-bottom: 20px;
}
#contest .vote .detail .spec .hgroup{
	margin-top: 20px;
}
#contest .vote .detail h4{
	float: left;
	margin-right: 18px;
}
#contest .vote .detail .spec p{
	font-size: 1.3em;
	text-align: left;
}

#contest .vote .detail p.number{
	margin-bottom: 16px;
}
#contest .vote .detail p.number span{
	display: inline-block;
	color: #FFF;
	line-height: 220%;
	background-color: #CCC;
	font-size: 1.2em;
	text-align: center;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}



/* レイアウト
-------------------------------------------- */

.block2 .box{
	float: left;
	width: 46%;
}
.block2 .box:nth-child(odd){
	clear: both;
}
.block2 .box:nth-child(even){
	float: right;
}

.block3 .box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.block3 .box:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.block3 .box:nth-child(3n+1) {
	clear: both;
}

.block4 .box{
	float: left;
	width: 23.5%;
	margin-right: 1.95%;
}
.block4 .box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.block4 .box:nth-child(4n+1) {
	clear: both;
}


.block5 .box{
	float: left;
	width: 19%;
	margin-right: 1.2%;
}
.block5 .box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.block5 .box:nth-child(5n+1) {
	clear: both;
}


.block4 .entry {
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}
.entry .image{
	text-align: center;
	margin-bottom: 10px;
}
.entry .image img{
	max-width: 100%;
	height: auto;
}
.block4 .entry h5{
	font-size: 1.25em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.block4 .entry p{
	font-size: 1.1em !important;
}

.block4 .entry .tate{
	width: 65% !important;
	height: auto;
	margin: auto;
}

.block4 .well:hover {
	background: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* ラベル部分 左上に表示 */
.block4 .box .number{
    border-bottom: 3.8em solid transparent;
    border-left: 3.8em solid #18BA60; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.block4 .box .number span {
    transform: rotate(-45deg);
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: -38px;
    z-index: 101;
}




.offset-90{
	width: 80%;
	margin: auto;
}
.offset-80{
	width: 80%;
	margin: auto;
}
.offset-70{
	width: 70%;
	margin: auto;
}
.offset-60{
	width: 60%;
	margin: auto;
}
.offset-50{
	width: 50%;
	margin: auto;
}
.offset-40{
	width: 40%;
	margin: auto;
}
.offset-30{
	width: 30%;
	margin: auto;
}
.offset-20{
	width: 20%;
	margin: auto;
}
.offset-10{
	width: 10%;
	margin: auto;
}

.image-w-10 img{
	width: 10% !important;
	height: auto;
}
.image-w-20 img{
	width: 20% !important;
	height: auto;
}
.image-w-30 img{
	width: 30% !important;
	height: auto;
}
.image-w-40 img{
	width: 40% !important;
	height: auto;
}
.image-w-50 img{
	width: 50% !important;
	height: auto;
}
.image-w-60 img{
	width: 60% !important;
	height: auto;
}
.image-w-70 img{
	width: 70% !important;
	height: auto;
}
.image-w-80 img{
	width: 80% !important;
	height: auto;
}
.image-w-90 img{
	width: 90% !important;
	height: auto;
}



}




/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){


#contest .vote p.lead{
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}

#contest .vote .present{
	margin-bottom: 20px;
}
#contest .vote .present p.type{
	font-size: 1.4em;
	margin-bottom: 10px;
}

#contest .vote .present span{
	display: inline-block;
	color: #333;
	line-height: 170%;
	background-color: #DDD;
	font-size: 1.1em;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#contest .vote .notice{
	margin-bottom: 24px;
}
#contest .vote .notice p.caution{
	font-size: 1.1em;
}

#contest .vote .detail{
	margin: auto;
	text-align: center;
}
#contest .vote .detail .image{
	margin-bottom: 12px;
}
#contest .vote .detail h3{
	font-size: 1.6em;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
#contest .vote .detail p.name{
	font-size: 1.4em;
	margin-bottom: 18px;
}
#contest .vote .detail .hgroup h4{
	font-size: 1.2em !important;
}
#contest .vote .detail .spec{
	margin-bottom: 20px;
}
#contest .vote .detail .spec .hgroup{
	margin-top: 16px;
}

#contest .vote .detail p.number{
	margin-bottom: 10px;
}
#contest .vote .detail p.number span{
	display: inline-block;
	color: #FFF;
	line-height: 220%;
	background-color: #CCC;
	font-size: 1.2em;
	text-align: center;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}



/* レイアウト
-------------------------------------------- */

.block2 .box{
}
.block2 .box:nth-child(odd){
}
.block2 .box:nth-child(even){
}

.block3 .box{
}
.block3 .box:nth-child(3n) {
}
.block3 .box:nth-child(3n+1) {
}

.block4 .box{
}
.block4 .box:nth-child(odd){
}
.block4 .box:nth-child(even){
}
.block4 .box .entry{
}

.block5 .box{
}
.block5 .box:nth-child(5n) {
}



.block2-sp .box{
	float: left;
	width: 48%;
}
.block2-sp .box:nth-child(odd){
	clear: both;
}
.block2-sp .box:nth-child(even){
	float: right;
}

.block3-sp .box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.block3-sp .box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}


.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry,
.block5 .entry,
.block6 .entry{
	margin-bottom: 2.0em;
}


.block4 .entry {
	text-align: center;
	margin-bottom: 8.0%;
	position: relative;
}
.block4 .entry .tate{
	width: 60% !important;
	height: auto;
	margin: auto;
}
.entry .image{
	text-align: center;
	margin-bottom: 8px;
}
.entry .image img{
	max-width: 100%;
	height: auto;
}
.block4 .entry h5{
	font-size: 1.2em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.block4 .entry p{
	font-size: 1.1em !important;
}
.block4 .well:hover {
	background: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* ラベル部分 左上に表示 */
.block4 .box .number{
    border-bottom: 3.8em solid transparent;
    border-left: 3.8em solid #18BA60; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.block4 .box .number span {
    transform: rotate(-45deg);
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: -38px;
    z-index: 101;
}






.image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.image-w-90-sp img{
	width: 90% !important;
	height: auto;
}





}





/* 前後の記事
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 30px;
	padding-top: 30px;
}
.entryNav p.pre,
.entryNav p.next{
	width:24%;
	font-size: 1.3em;
}
.entryNav p a{
	display: block;
	background-color: #FFF;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: none;
}
.entryNav p.back{
	float: left;
	width:34%;
	text-align: right;
	font-size: 1.3em;
}
.entryNav p.pre{
	float: left;
	background:url("/contest/vote/image/arrow_left.png") left center / 10px no-repeat;
	padding-left:20px;
	text-align: left;
}
.entryNav p.next{
	float: right;
	background:url("/contest/vote/image/arrow_right.png") right center / 10px no-repeat;
	padding-right:20px;
	text-align: right;
}


