@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;
}
#exhibition .cf {
    overflow: hidden;
	zoom:1;
}

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

#main_img {
    background-image: url(main_img.jpg);
    height: 480px !important;
    background-color: #163660;
    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;
}

#exhibition .black_area {
    padding: 0 !important;
    background-position: bottom;
    background: white;
}

#exhibition .black_area h3 {
    color: #555;
    font-weight: bold;
    line-height: 150%;
}

.black_area p {
    color: #fff !important;
    line-height: 200%;
    font-weight: bold;
    margin: 0 auto 10px;
}

.mb {
    display: none;
}

.blue_cont {
    background: #3E639C;
    padding: 65px 0;
}

.blue_cont .ex_cont {
    text-align: center;
    color: #3E639C;
    margin: 65px 0 50px;
}
.blue_cont .b_white{
	padding:25px;
    background: #fff;
}

.blue_cont .ex_cont h2 {
    padding: 25px 0;
    background: #DBE9FF;
    margin-bottom: 0 !important;
    font-size: 150% !important;
}

.blue_cont .ex_cont p {
    color: #3E639C !important;
    font-size: 160%;
    padding-bottom: 35px;
}
.blue_cont .ex_cont img{
	width:49%;
	height:auto;
}
.blue_cont .ex_cont img:first-child{
	float: left;
}
.blue_cont .ex_cont img:last-child{
	float: right;
}

.blue_cont p.note {
    font-weight: normal;
    font-size: 90%;
    line-height: 140%;
    margin-bottom: 0;
}

.event_cont2 {
    margin-bottom: 30px;
}

.event_cont2 b {
    font-size: 105%;
}

.event_cont2 .title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.event_cont2 .date_area {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 3px;
}

.event_cont2 .rect {
    padding: 20px 20px 15px;
    background-color: #EEE;
}

.event_cont2 .explanation {
    color: #333333;
    font-size: 14px;
    padding-bottom: 20px;
}

.event_cont2 .rect2 {
    padding: 20px;
    background-color: #CAE6E1;
}

.event_cont2 .line {
    border-top: 1px #BBBBBB solid;
    padding-bottom: 20px;
}

.event_cont2 .one {
    padding-bottom: 10px;
    color: black;
}

.event_cont2 img {
    max-width: 100%;
    height: auto;
}

#kanren {
    background: #F8D2D7;
    padding: 40px 0;
}

#kanren h3 {
    background: #E62E66;
    color: white;
    text-align: center;
    font-size: 160%;
    padding: 20px 0;
}

#kanren .cont {
    background: white;
    padding: 20px;
    margin-top: 30px;
}

#kanren .cont b,
#kanren .cont span {
    color: #E62E66;
    font-weight: bold;
    font-size: 120%;
    display: block;
    margin-bottom: 10px;
}

#kanren .cont span {
    font-size: 100%;
    margin-bottom: 0;
}

#kanren .cont hr {
    border-color: #E62E66;
    margin: 20px 0;
}

.ku_pic {
    margin-top: 30px;
}

.kanren_banner {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 30px;
}

.kanren_banner a {
    width: 49%;
}

.kanren_banner a img {
    width: 100%;
}

.kanren_banner a:first-child {
    float: left;
}

.kanren_banner a:last-child {
    float: right;
}

@media screen and (max-width: 580px) {
    #main_img {
        height: auto !important;
    }

    .gray_area {
        min-width: 100%;
    }

    #exhibition .black_area h3 span {
        display: block;
        margin-top: 10px;
    }

    .s_center {
        width: 90%;
        margin: 0 auto;
    }

    span.no_text img {
        min-width: 15px !important;
        width: 15px !important;
        margin-top: 0;
        margin-bottom: -2.5px;
    }

    .pro_box {
        padding: 15% 0;
    }

    .pro_box .ex_number {
        font-size: 120%;
        padding: 3% 0;
    }

    .pro_box img {
        width: 100%;
        margin-top: 10%;
    }

    .pic_area {
        padding: 15% 0;
    }

    .pic_area img {
        width: 100%;
    }


    .pic_area_title {
        padding: 70px 0 10px 0;
    }

	.blue_cont .ex_cont .b_white{
	padding:5%;
}
.blue_cont .ex_cont p {
    padding-bottom: 7%;
}
.blue_cont .ex_cont img{
	width:100%;
	height:auto;
}
.blue_cont .ex_cont img:first-child{
	float: none;
	margin-bottom:5%;
}
.blue_cont .ex_cont img:last-child{
	float: none;
}
    .kanren_banner {
        overflow: visible;
    }

    .kanren_banner a {
        width: 100%;
    }

    .kanren_banner a:first-child {
        margin-bottom:5%;
    }

}
