/* ----------------------------
   50thカタログ名決定ページ CSS
 -----------------------------*/

.newcatalogname {
	img {
		max-width: 100%;
	}
}

#ribon_area {
	padding-top: 80px !important;
	padding-bottom: 40px !important;
	margin-bottom:40px;
}
@media screen and ( min-width:641px ) {
	#ribon_area {
		padding-top: 120px !important;
	}
}


#ribon_txt {
	position: relative;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 60px 20px 20px;
}

#ribon_txt strong {
	font-weight: bold;
	color: #FF5810;
	font-size: 120%;
}

#ribon_title {
	position: absolute;
	top: -11vw;
	left: 0;
	width: 100%;
	text-align: center;
}


@media screen and ( min-width:401px ) and ( max-width:550px ) {
	#ribon_title {
		top: -13vw;
	}
	#ribon_title img {
		width: 90%;
	}
}

@media screen and ( min-width:551px ) and ( max-width:640px ) {
	#ribon_title {
		top: -14vw;
	}
	#ribon_title img {
		width: 90%;
	}
}

@media screen and ( min-width:641px ) {
	#ribon_title {
		top: -100px;
	}
	#ribon_title img {
		width: 500px;
	}
}

#contents .column_1, #contents .column_2, #contents .column_3, #contents .column_4 {
	margin-bottom: 0;
}

.oubo_idea li {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 1em;
	margin-bottom: 20px;
}

.idea_kumiaiin {
	margin-top: 10px !important;
}

.oubo_idea li div  img {
	max-width: 100%;
	margin-top: 20px;
}
.hosoku {
	background-color: #ffeee6;
	padding: 5px 10px 10px;
}