@charset "utf-8";
/* CSS Document */



/*投稿欄各ページレイアウト
---------------------------------------------*/
#con-komyunikeisyonn #header-img{
	background: url(../images/01-contribute/con-komyu.png) no-repeat;
	height: 0px;
	width: 1000px;
	padding-top: 200px;
	overflow: hidden;
	position: relative;
}



.lead01{
	font-size: 1.2em;	
	color: #a84d25;
	}
	
.contribute-a h4{
	font-size: 1.3em;
	color: #F63;
	border-bottom: 2px dashed #F63;
	margin-bottom:5px;
}

.contribute-a h5{
	font-size: 0.9em;
	color: #666;
	text-align: right;
}





/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media screen and (max-width: /*1024*/1149px) {

}


@media screen and (max-width: /*768*/999px) {
#con-komyunikeisyonn #header-img{
	background: url(../images/01-contribute/con-komyu.png) no-repeat center center;
	height: 0px;
	width: 100%;
	padding-top:20%;
	overflow: hidden;
	position: relative;
	background-size:cover;
}
}