@charset "utf-8";



/* ===========================================================	

　　共通デザイン
	
=========================================================== */
	.ui-body-b{
		background:#CCC;
		background-image: -moz-linear-gradient(top,#FFF, #CCC);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFF),color-stop(1, #CCC));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFF', EndColorStr='#CCC')";
	}
	.ui-content .h1{
		color:#5E87B0;
		font-size:17px;
		text-shadow:1px 0 0 #FFF;
	}
	.wordbreak{
		overflow: visible;
		white-space: normal;
	}
	div#map{
		width:100%;
		height:400px;
		border:4px solid white;
		-webkit-box-sizing: border-box;
		box-sizing:border-box;
	}
.Txt_Red {
	color:#E30000;
}
.Reserve {
	font-size: 14px;
	background-color:	#C70003;
	color: #FFFFFF;
	padding: 5px;
	padding-left:10px;
 padding-right:10px;
	margin-left: 10px;
	line-height:	none;
 -moz-border-radius: 5px;    /* 古いFirefox */
 -webkit-border-radius: 5px; /* 古いSafari,Chrome */
 border-radius: 5px;         /* CSS3 */
}
.img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}
.photo {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.photo > div	{
	width: calc(50% - 8px);
 margin:0 16px 16px 0;
	box-sizing: border-box;
	text-align: center;
}
.photo > div:nth-child(2n) {
 margin:0 0 16px 0;
}
.photo > div img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}
.Txt_Yellow {
	color:	#F8FF00;
}
div.btn_osusume	{
 color: #fff;
 text-align: center;
	background-color:#DB2B2E;
 border-radius: 25px;
 padding: 2px 0px;
	font-size: 12px;
	line-height:normal;
	/*width: 80px;*/
	margin-bottom: 5px;
	font-weight: normal!important;
}
.width80	{
	width: 80px;
}
.width130	{
	width: 130px;
}


.oshinagaki ul {
	width: 100%;
	list-style-type: none !important;
	margin: 25px 0 25px 10px;
	padding: 0;
}
.oshinagaki li a {
	width: 100%;
 display: flex;
	flex-flow: row nowrap;
	align-items: flex-start !important;
	margin-bottom:10px;
}
.oshinagaki li a {
	color: #ffffff;
	text-decoration: none;
}
.oshinagaki li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.oshinagaki li a span.pdf {
	width: 35px !important;
}
.oshinagaki li a span.pdf img {
}
.oshinagaki li a strong {
	width: 95% !important;
	margin-top: -2px;
}


.photo > div p {
	text-align: center;
	font-family: Arial, Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 1;
	text-shadow:none;
	color: #333;
}
