

#advertisement_web img{
	width:100%;
	height:auto;
}

#advertisement_web a:hover{
	opacity:0.7;
}

/* --コンテスト情報-- */
#contest_photo{
	margin-bottom:20px;
}

#contest_photo .contest_box{

}

#contest_photo .contest_box .contest_item{
	width:200px;
	float:left;
	box-sizing:border-box;
	margin-right:6px;
	margin-bottom:20px;
}

#contest_photo .contest_box .contest_item .contest_title{
	font-size:14px;
	color:#444;
	font-weight:bold;
	border-bottom:solid 1px #000;
	margin-bottom:10px;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
	line-height:18px;
    overflow: hidden;
    padding-bottom:3px;
}
#contest_photo .contest_box .contest_item .contest_pic{

	margin-bottom:10px;
}
#contest_photo .contest_box .contest_item .contest_pic:hover{

	opacity:0.7;
}
#contest_photo .contest_box .contest_item .contest_pic img{
	width:200px;
	height:92px;

}
#contest_photo .contest_box .contest_item .contest_note{
	font-size:13px;
	color:#444;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	/*
    line-height:1.3em;
    height: 3.5em;
    */
    line-height:16px;
    height: 48px;
    overflow: hidden;

}

/* --イベント情報-- */
#event_info{
}
#event_info .event_box{
}
#event_info .event_box .event_item{
	width:150px;
	height:200px;
	float:left;
	box-sizing:border-box;
	margin-bottom:15px;
	margin-right:5px;
}
#event_info .event_box .event_item .event_pic{
	margin-bottom:10px;
}
#event_info .event_box .event_item .event_pic a{
	width:150px;
	height:85px;
	display:block;
	/*background-position:center center;*/
	background-size:cover;
	font-size:0px;
	background-position:center top;
}

#event_info .event_box .event_item .event_pic :hover{
	opacity:0.7;
}
#event_info .event_box .event_item .event_period{
	margin-bottom:5px;
	height:26px;
	line-height:13px;
	font-size:11px;
	color:#444;
}
#event_info .event_box .event_item .event_period span{
	display:block;
	text-align:right;
}
#event_info .event_box .event_item .event_title{
	font-size:12px;
	color:#444;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 42px;
	line-height:14px;
    overflow: hidden;
}

.scroll{
	max-width:100%;
}

/* ------------------------------------------------------------------------
                        　　　 レスポンシブ
--------------------------------------------------------------------------- */
@media screen and (min-width: 768px){

}

@media screen and (max-width: 767px){

	#advertisement_web{
		 display:none;
	}

	.serch_advertisement, #information, #banners{
		display:block;
	}

	/* --コンテスト-- */
	#contest_photo{
		margin-bottom:5px;
	}
	#contest_photo .contest_box{
		overflow-x:scroll;
		height:auto;
		-webkit-overflow-scrolling : touch;
	}


	#contest_photo .contest_box .contest_item{
		margin:0 5px 15px 5px;
	}
/* 
	#contest_photo .more_button{
		display:none;
	} */


	/* --イベント-- */
	#event_info .event_box{
		overflow-x:scroll;
		height:auto;
		-webkit-overflow-scrolling : touch;
	}


	#event_info .event_box .event_item{
		margin:0 5px 15px 5px;
		height:auto;
	}
/* 
	#event_info .more_button{
		display:none;
	} */

	.scroll{

		max-width:none;
	}

}
