
.block a {
	color: #555;
}
.block a:link {
	text-decoration: none;
}
.block a:visited {
	text-decoration: none;
}
.block a:hover {
	text-decoration: underline;
}
.block a:active {
	text-decoration: underline;
}

/*-----------------------------
	event(PC)ページ用
------------------------------*/
@media screen and (min-width: 645px) {


#kuchikomipc {
	width: 641px;
	border: solid 2px #ff9e15;
	background-color: white;
	text-align: center;
	color: #555;
}

#kuchikomipc img {
	width: 641px;
}

#kuchikomipc p {
	font-size: 24px;
	font-weight: bold;
}

#contents {
	width: 645px;
	border: solid 1px #ff0000;
	margin: 10px 0 0 0;
	padding: 0;
}

#bnredo {
	width: 635px;
	background-color: #ccf;
}

.block {
	margin-bottom: 10px;
}

.block img {
	width: 645px;
}

.block div {
	padding: 5px;
	font-size: 14px;
	color: black;
}


}

/*-----------------------------
	event(スマホ)ページ用
------------------------------*/
@media screen and (max-width: 645px) {


#contents {
	width: 312px;
	border: solid 1px #ff0000;
	margin: 5px auto 0 auto;
	padding: 0;
	background-color: white;
}

#page-title {
	margin: 0 0 10px 0;
	padding: 0;
}

#page-title img {
	width: 310px;
}

#kuchikomisp {
	width: 308px;
	border: solid 2px #ff9e15;
	background-color: white;
	text-align: center;
	color: #555;
}

#kuchikomisp img {
	width: 300px;
}

.block {
	width: 300px;
	margin: 0 auto 10px;
}

.block img {
	width: 300px;
}

#bnredo {
	background-color: #ccf;
}

.block a {
	text-decoration: none;
}

.block div {
	padding: 5px;
	font-size: 10px;
	color: black;
}

.bnr {
	width: 300px;
}


}
