@charset "utf-8";
/* CSS Document */

#exhibitionDetail #top{
    width: 800px;
    margin: 0 auto;
}
#exhibitionDetail #top img{
    margin-bottom: 10px;
}
#exhibitionDetail #top > p{
    margin-bottom: 20px;
}
#exhibitionDetail .photo{
    text-align: center;
    margin-bottom: 60px;
}
#exhibitionDetail .photo ul,li{
    display: inline-block;
}
#exhibitionDetail .photo img{
    /* width: 260px;*/
    width: 150px;
    height: auto;
    margin: 0 3px 5px;
}

#exhibitionDetail .content{
	background-image:url("../images/mican.gif");
	background-repeat:no-repeat;
	background-position:right bottom;
}


/*==================================================
	SPのみスタイル
==================================================*/  
@media only screen and (max-width: 768px) {
	
	body{
		background-image:none;
  font-size: 17px;
	}
	.container {
		width: auto;
		margin: 0 auto;
	}
	#main .content {
		width:100%;
		margin: 0;
		padding:0;
		text-align:center;
	}


#exhibitionDetail #top{
    width: 100%;
}
#exhibitionDetail #top img{
    margin: 10px 0;
}
#exhibitionDetail #top > p{
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: left;
}
#exhibitionDetail .photo {
    margin-bottom: 15px;
}
#exhibitionDetail .photo li{
    margin-bottom: 10px;
}
#exhibitionDetail .photo img{
    width: 80%;
    height: auto;
}


/*詳細*/
.overview{
    border-top: solid 1px #000000;
    padding-top: 20px;
}
#main .content h4{
    text-align: center;
    margin-bottom: 15px;
}

.overview dt{
    font-weight: bold;
    color: #04163a;
    margin-bottom: 2px;
    padding: 5px 0;
    background-color: #eee;
}
.overview dd{
    margin-bottom: 15px;
}

#exhibitionDetail .deco-img{
    width: 30%;
    margin-top: 25px;
    text-align: center;
}

#exhibitionDetail .content{
	background-image:none;
}
	
.comment{
    text-align: left;
    width: 90%;
    margin: 20px auto;
    font-size: 16px;
	}
	
 
 .note {
     font-size: 14px;
 }

}