@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");

#exhibition div, #exhibition span, #exhibition h1, #exhibition h2, #exhibition h3, #exhibition h4, #exhibition h5, #exhibition h6, #exhibition p, #exhibitiona, #exhibition img, #exhibitionsmall, #exhibitionstrong, #exhibition b, #exhibition dl, #exhibition dt, #exhibition dd, #exhibition ol, #exhibition ul, #exhibition li, #exhibition table, #exhibition tbody, #exhibition thead, #exhibition tr, #exhibition th, #exhibition td{
	font-family: 'Noto Sans JP', sans-serif;
}

#exhibition{
    padding: 0 0 300px;
}

.pankuzu{
	margin:10px auto 10px !important;
}

#main_img{
	background-image:url(main_img.jpg);
	height:480px !important;
	background-color:#F7C700;
	background-size:auto 100%;
}
.gray_area{
width: 100%;
min-width: 980px;
background: #fff;
background-image: url(../140530_inokuma/gray_area_gradation.jpg);
background-repeat: repeat-x;
}
.gray_area .special_rate{
    font-weight: bold;
    border:1px solid #707070;
    padding:4px 10px;
}
#exhibition .event_cont{
    padding:60px 0 30px;
    line-height:170%;
}
#exhibition .event_cont b{
    margin-bottom:30px;
    font-size:120%;
    display: block;
}
#exhibition .exhibition_work{
    margin-bottom:60px;
}
#exhibition .exhibition_work b{
    text-align: center;
    width:100%;
    display: block;
    font-size:120%;
    margin-bottom:45px;
}
#exhibition .exhibition_work .item{
    padding-bottom:40px;
}
#exhibition .exhibition_work .item b{
    margin-bottom:20px;
    padding:15px 0;
    background-color: #F6DEB1;
}
#exhibition .exhibition_work .item p{
    line-height:170%;
}
.mb{
    display:none;
} 

.back_ye{
    background: #FEE331;
    padding:60px 0;
}
.back_ye .present img{
    width:100%;
}
#nurie{
	background: #FEE331;
	text-align: center;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
}
#nurie b{
	font-size: 130%;
	line-height: 150%;
}
#nurie img{
	max-width: 740px;
	width: 100%;
	margin: auto;
	display: block;
	height: auto;
}
#nurie_btn a{
	background: #009EC0;
	color: white;
	text-align: center;
	font-size: 110%;
	display: block;
	padding: 20px 0;
	margin-top: 30px;
	text-decoration: none;
}

#nurie_btn a:hover{
	background: #0489a6;
}
@media screen and (max-width: 580px) {
	#main_img{
		height:auto !important;
	}
	.gray_area{
		min-width:100%;
	}
    .gray_area .irr{
        padding-bottom:10px;
    }
    #exhibition .exhibition_work{
        margin-top:40px;
	}
	#nurie{
		padding:30px 5% !important;
		width: 100%;
	}
}

