#disp_page {
	width:100%;
	height:auto;
	text-align:center;
	margin-top:3%;
	margin-bottom:3%;
}

h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 8%;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 22px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#pcentry {
	width:50%;
}

#comment {
	 width:90%;
	 height:auto;
	 padding:3%;
	 border:1px solid #660;
	 background-color:#fff;
	 line-height:2em;
	 margin:0px auto 0px auto;
}

#event_waku {
	width:100%;
	height:auto;
	padding:1%;
	line-height:2em;
}

#event {
	width:100%;
	height:auto;
	padding:3%;
}

#event-title {
	width:100%;
	height:40px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-bottom:40px;
	cursor:pointer;
	line-height:40px;
}

#event-title-moji {
	height:20px;
	line-height:40px;
	color:#FF3366;
}

#event-exp {
	width:100%;
	height:auto;
	text-align:left;
	padding:1%;
	margin-top:16px;
	line-height:140%;
	font-size:16px;
	background-color:#f6f4e8;
	line-height:2em;
}

#event-kikan {
	width:100%;
	height:auto;
	font-size:16px;
	text-align:left;
	margin-top:8px;
	font-weight:bold;
	line-height:1.5em;
}

#event-detail {
	width:100%;
	height:auto;
	padding:10px;
	margin-top:8px;
	margin-bottom:16px;
	background-color:#f6f4e8;
}

#event-detail-cont {
	width:100%;
	height:40px;
	margin-bottom:16px;
	border-left:10px solid #633;
	border-bottom:1px solid #633;
	font-weight:bold;
	font-size:20px;
	background-color:#efe1c2;
	line-height:34px;
	padding:3px;
}

#cont-moji {
	margin-left:4px;
}

#detail-cont {
	margin-left:16px;
	margin-bottom:16px;
	font-size:16px;
}

.instaimg {
	width:100%;
}

@media screen and (max-width:414px){
	
	/* ページレイアウト */
	img {
		width:auto;
		max-width: 100%;
		height: auto;
	}
	
	#pcentry {
		width:100%;
	}
	
	#comment {
		 width:100%;
		 height:auto;
		 padding:3%;
		 border:1px solid #660;
		 background-color:#fff;
		 line-height:1.5em;
		 margin:0px auto 0px auto;"
	}
	#event_waku {
		width:100%;
		height:auto;
		padding:1%;
	}
}