﻿@charset "utf-8";

/*__________各サイズ共通及びスマートフォン・タブレット向設定__________*/


/*----------#exhibition>#main----------*/


#exh_box {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 10px;
}

.mini_box {
	background: #fff;
	border: solid #333 1px;
	font-weight: bold;
	text-align: center;
	width: 280px;
	float: left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mini_box div{
	display: table-cell;
	height: 270px;
	width: 270px;
	vertical-align: middle;
	padding: 5px;
	}

.mini_box a{
	display: block;
	height: 280px;	
	width: 280px;
	
	}
	
.mini_box img {
	width: 270px;
	height: auto;
}

.mini_box p a {
	background: #333;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	height: 10px;
	margin: 0px;
}

.mini_box p{
	background: #333;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	height: 70px;
	margin: 0px;
}

.mini_box p img{
	width: 40px;
	height: auto;
}

mini_box p a:hover {
	background: #666;
}

#exh_box a img{
	opacity:1!important;}

.mini_box a:hover{
	opacity:0.7;
}
/*----------#exh_form----------*/

#exh_form h3 {
	font-size: 1.5rem;
}

#exh_form #info {
	margin-bottom: 1rem;
}

#exh_form #notice {
	background: gold;
	margin-bottom: 1rem;
	padding: 1rem 0;
}

#exh_form #notice p {
	margin-bottom: 1em;
}


/*__________PC向設定(1051px～)__________*/

@media only screen and (min-width: 1051px) {

/*----------forPC>#main----------*/


/*----------forPC>#exh_form----------*/

#exh_form h3 {
	font-size: 1.5em;
}


}


.box {
	width: 800px;
	height: 30px;
	border: 1px solid #CCC;
	background-color: #2e8b57;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}

.effect1 {
  box-shadow: 0 10px 6px -6px #777; }

.effect2 {
  position: relative; }
  .effect2:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    left: 10px;
    transform: rotate(-3deg); }
  .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    right: 10px;
    transform: rotate(3deg); }
	
.box > h3{
	color: #FFF;
	line-height: 1.8em;
	font-size: 130%;
	text-shadow: 1px 1px 3px #000; 
}



.boxbana {
	width: 95%;
	margin-top: 40px;
}


.kugiri > h3{
	text-align: center;
	margin-top: 40px;
	line-height: 1em;
	font-size: 130%;
}
