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

body{
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}
br.smp{
	display: none;
}
.bold{
	font-weight:bold;
}
a:link {
	color: #2a2a2a;
}
 a:visit {
 color:#433107;
}
a:hover {
	color:#e95283 ;
}
h1, h2, h3, h4, h5, p, li, footer {
	color:#2a2a2a;
	line-height: 1.5;
}

.container{
	background-color: #fff8fa;
}
/* -----  header ----- */

header {
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
}
nav {
	margin-top: 60px;
}
div.inner_header {
/*	overflow: hidden;
*/	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
header h1 {
	text-align: center;
}
header h1 img{
	width: 100%;
	max-width: 500px;
}
.event_copy{
padding: 20px;
	text-align: center;
	font-size: 1.9em;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #e95283;

}
.event_copy .s{
	font-size: 0.6em;
}
div#sns {
	position: absolute;
	top: 20px;
	right: 0px;
}
#Btn_twitter {
	float: left;
	margin-right: 3px;
}
#Btn_facebook {
	float: right;
}
header nav ul li {
	margin-left: 20px;
	float: left;
}
div.main {
	max-width: 920px;
	margin: 30px auto;
}
h2 img {
	margin: 37px 0 0 23px;
}
section.overview {
	border: 5px #ffa7c3 solid;
	padding: 30px 30px;
	background-color: #fff;
	position: relative;
}
section.overview a{
	word-break:break-all;
}

footer ul li a {
	color: #fff;
}
div.inner_footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #81b7eb;
}
div.inner_footer .pagetop{
	margin: 0;
	padding: 10px;
}

div.inner_footer .pagetop a{
text-decoration: none;
}

div.inner_footer ul {
	padding-top: 125px;
}
div.inner_footer ul li {
	display: inline-block;
	margin-right: 15px;
}
div.inner_footer ul li:last-child {
	margin-right: 0;
}



#report div.main{
font-size:110%;
}

#report section.content{
	    padding: 60px 50px 105px;
}

#report div.main h2{
	    font-size: 160%;
    text-align: center;
    margin-bottom: 50px;
    background: #433107;
    color: #fff;
    padding: 10px;
}

#report section.content div{
	overflow:hidden;
	margin-bottom:20px;
}


#report div.main img{
    width: 100%;
}

	
#report div.main section.content div.photo_thumb{
	text-align:center;
}
	
	#report div.main section.content div.photo_thumb a{
		display:inline-block;
	}

#report div.main section.content div.photo_thumb .photo{
	height:196px;
}
	
#report div.main section.content div.photo_thumb img {
	float:left;
	    margin-right: 0;
}
#report div.main section.content p a:hover{
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}


.copy{
	text-align: center;
}
	.detail{
	background-color:#ffe0ea;
	padding: 20px 30px;
	}

	.detail h3{
		text-align: center;
		background-color:  #fff;
		font-size: 1em;
	}
	


	@media all and (max-width: 767px) {
		header h1 img {
			width:
			 80%;
		}
		.event_copy{
			font-size: 1.1em;
			padding: 0;
		}
		#report div.main{
			margin: 0;
			padding: 10px;
		}
		section.overview{
			padding: 10px;
		}

		h3{
			font-size: 1.1em;
		}
		.detail{
			padding: 10px;
		}
		br.smp{
			display: initial;
		}
	}