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

#exhibition{
    padding: 0 0 300px;
}
.pankuzu{
	margin:10px auto 10px !important;
}

#main_img{
	background-image:url(main_img.jpg);
	height:420px !important;
	background-color:black;
}
.gray_area{
	
width: 100%;
min-width: 980px;
background: #fff;
background-image: url(../140530_inokuma/gray_area_gradation.jpg);
background-repeat: repeat-x;
}
#gaiyo h2{
		font-size: 140%;
		font-weight: bold !important;
		line-height: 180%;
}
.black_area{
	background:#222;
}
.black_area p{
    color: white !important;
	font-size:120%;
}
.pic_area {
	padding:100px 0;
}
.pic_area img{
	margin:30px  auto;
	display:block;
}

@media screen and (max-width: 580px) {
	#main_img{
		height:auto !important;
	}
	#gaiyo h2 {
	font-size: 120% !important;
	margin-bottom: 0;
}
	.gray_area{
		min-width:100%;
	}
	.pic_area{
		padding:30px 0;
	}
    .pic_area img{
	margin:20px  auto;
        width:100%;
		height:auto;
    }
}


