

.nominate-list{
    position: relative;
}

.nominate-list .sec_ttl{
}

.nominate {
	width: 1000px;
    background-color: #ffffff; 
    margin: 0 auto 40px;
    position: relative;
    padding: 35px;
    color: #595757;
}

.nominate .ribbon{
	width: 303px;
	height: 127px;
	position: absolute;
	left: -7px;
	top: -7px;
	background: url(../images/ribbon.png) no-repeat;
	background-size: 100%;
}

.nominate .ribbon .entry_num{
	display: block;
	position: absolute;
	color: #ffe100;
	font-size: 24px;
	left: 170px;
	top: 7px;
	-webkit-transform: rotate( -22deg );
	-ms-transform: rotate( -22deg );
	-moz-transform: rotate( -22deg );
	transform: rotate( -22deg );
}

.nominate-list .nominate .coment {
    text-align: left;
    padding-left: 455px;
    line-height: 2.5;
}

.nominate-list .nominate .coment .coment-info {
    line-height: 2;
}

.nominate-list .nominate .coment .coment-text {
    line-height: 2;
}


.nominate-list .nominate .coment .title {
    font-size: 19px;


}

.nominate-list .nominate .image{
    float: left;
}

.nominate-list .nominate .image img{
    width: 419px;
    height: 296px;
}



.nominate-list .nominate::after{
	content: "";
	display: block;
    clear: both;
}

.backPage{
	padding-bottom: 80px;
}

.nominate-list::after{
	content: "";
	display: block;
	width: 325px;
	height: 75px;
	background: url(../images/nominate/run_nom.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 200;
	
}

/***********************
	PCのみ
	********************/
@media screen and (min-width: 769px){
	
#lower_canvas{
	width: 1200px;
	height: 500px;
	position: absolute;
	z-index: 200;
}

.lower_mv .logoArea{
	width: 775px;
	margin: 0px auto;
	padding-top: 80px;
	position: relative;
}

.lower_mv .logoArea .lower_logo{
	width: 296px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 0;
}

.lower_mv .logoArea .lower_dateArea{
	width: 444px;
	height: auto;
	position: absolute;
	top: 140px;
	right: 0;
}

.lower_mv .inner{
	height: 440px;
}
	
}

/***********************
	spのみ
	********************/
@media screen and (max-width: 768px){
	
	.lower_mv .inner{
		position: relative;
	}
	
	
	
	.lower_mv .inner::before{
		content: "";
		display: block;
		width: 48px;
		height: 79.3333px;
		background: url(../images/nominate/sqare01_nom.png) no-repeat;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 20px;
	}
	
	.lower_mv .logoArea{
		position: relative;
	}
	
	.lower_mv .logoArea .lower_logo{
		width: 50%;
		margin: 50px auto 20px;
	}
	
	.lower_mv .logoArea::before{
		content: "";
		display: block;
		width: 29.5px;
		height: 33.5px;
		background: url(../images/nominate/popcorn_nom.png) no-repeat;
		background-size: 100%;
		position: absolute;
		left: 10%;
		top: 70px;
	}
	
	.lower_mv .logoArea::after{
		content: "";
		display: block;
		width: 40px;
		height: 33px;
		background: url(../images/nominate/roll_nom.png) no-repeat;
		background-size: 100%;
		position: absolute;
		right: 10%;
		top: 100px;
	}
	
	.lower_mv .logoArea .lower_dateArea{
		width: 90%;
		margin: 0 auto;
	}
	
	.nominate {
	width: 90%;
	padding: 5%;
}
	.nominate-list .nominate .image{
    float: none;
}
	.nominate-list .nominate .coment {
	width: 100%;
    padding-left: 0;
    line-height: 1.5em;
    text-align: center;
}

.nominate-list .nominate .coment .coment-text {
    line-height: 1.75;
    text-align: left;
}

	.nominate-list .nominate .image img{
    width: 100%;
    height: auto;
}

	.nominate .ribbon{
	width: 202px;
	height: 84.6666px;
	left: -5px;
	top: -5px;
}

.nominate .ribbon .entry_num{
	font-size: 18px;
	left: 110px;
	top: 5px;

}

.nominate-list::after{
	width: 162.5px;
	height: 37.5px;
	bottom: -10px;
	right: 5%;
	
}
	
}