@charset "UTF-8";

body .gaiyo {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.taikaiBox p {
	line-height: 1.8;
	margin: 10px 0;
}

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url(../img/con_back.jpg);
	position: relative;
}

/* ## index.php ## */
.evconBox {
	width: 50%;
	box-sizing: border-box;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	float: left;
}
/* clearfix */
.evconBox:after {
  content: "";
  clear: both;
  display: block;
}
.evconBox:nth-child(2n) {
	padding-right: 0;
	padding-left: 1.5%;
}
.evconBox:nth-child(2n+1) {
	padding-right: 1.5%;
	padding-left: 0;	
}

.evconBox a {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.evconBox img {
	max-width: 100%;
	vertical-align: bottom;
}
.evconBox .ebEx {
	color: #ffffff;
	width: 100%;
	box-sizing: border-box;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.87+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.87) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 ); /* IE6-9 */

	display: block;
	position: absolute;
	bottom: 0;
	padding: 44px 8px 14px 8px;
}
.evconBox .ebEx h3 {
	font-size: 24px;
}

/* ## gaiyo.php ## */
.taikaiBox {
	padding-bottom: 24px;
}
.taikaiBox ul.kiyaku li {
	list-style: decimal;
	margin-left:20px;
}

/* ## map.php ## */
.imgBox {
	width: 100%;
	box-sizing: border-box;
}
.imgBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* ## access.php ## */
.imgBox.acscMap img {
	width: 100%;

}
.taikaiBox iframe {
	width: 100%;
	height: 400px;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {


}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

.taikaiBox table th {
	padding: 5px;
	border: solid 1px #cccccc;
	background-color: #F1F1F1;
}
.taikaiBox table th.title {
	background-color: #509BDF;
	color: #ffffff;
	
}
.taikaiBox table th.title2 {
	background-color: #E577E8;
	color: #ffffff;
	font-size: 11px;
}
.taikaiBox table td {
	padding: 5px;
	border: solid 1px #cccccc;
	font-size: 11px;
}
.taikaiBox table {
	border-collapse: collapse;
}
h3.sTitle {
	font-size: 18px;
}
/* ## gaiyo.php ## */
.taikaiBox {
	padding-bottom: 18px;
}
.taikaiBox p {
	line-height: 1.7;
	margin: 8px 0;
}

#dropmenu li.menu_single ul {
	display: inherit;
}

/* ## index.php ## */
.evconBox {
	width: 50%;
	float: left;
}
.evconBox a:active {
	opacity: 0.84;
}
.evconBox .ebEx {
	padding: 34px 4px 8px 4px;
}
.evconBox .ebEx h3 {
	font-size: 18px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0;
}

.taikaiBox {
	line-height: 1.8;
}
dd img {
	width: 100%;
}
ul.kyaku li,ul.chui li {
	list-style: decimal;
	margin-left: 20px;
}
ul.point li {
	list-style: disc;
	margin-left: 10px;
}
h2.sTitle {
	margin-top: 20px;
	margin-bottom: 20px;
}
table.infom {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
table.infom th {
	width: 50%;
	border: solid 1px #cccccc;
	padding: 10px;
	background-color: #E8E8E8;
	text-align: left;
}
table.infom td {
	border: solid 1px #cccccc;
	padding: 10px;
}
.aCenter {
	text-align: center;
}
.atten {
	font-size: 12px;
	color: #496FB1;
}
.atten1 {
	font-size: 12px;
	color: #EF02BE;
}
ul.decimal li {
	list-style: decimal;
	margin-left: 20px;
}
	
table.table1 td {
	text-align: center;
}
table.table1 td.aLeft {
	text-align: left;
}
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.taikaiBox table th {
	padding: 10px;
	border: solid 1px #cccccc;
	background-color: #F1F1F1;
}
.taikaiBox table th.title {
	background-color: #509BDF;
	color: #ffffff;
}
.taikaiBox table th.title2 {
	background-color: #E577E8;
	color: #ffffff;
}
.taikaiBox table td {
	padding: 10px;
	border: solid 1px #cccccc;
}
.taikaiBox table {
	border-collapse: collapse;
}
	h3.sTitle {
		font-size: 22px;
	}
/* ## index.php ## */
.evconBox {
	width: 50%;
	float: left;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.taikaiBox {
	line-height: 1.8;
}
dd img {
	width: 100%;
}
ul.kyaku li,ul.chui li {
	list-style: decimal;
	margin-left: 20px;
}

ul.point li {
	list-style: disc;
	margin-left: 20px;
}
h2.sTitle {
	margin-bottom: 30px;
}
table.infom {
	width: 70%;
	border-collapse: collapse;
	margin: 10px 0;
}
table.infom th {
	width: 40%;
	border: solid 1px #cccccc;
	padding: 10px;
	background-color: #E8E8E8;
	text-align: left;
}
table.infom td {
	border: solid 1px #cccccc;
	padding: 10px;
}
.aCenter {
	text-align: center;
}
.atten {
	font-size: 13px;
	color: #496FB1;
}
.atten1 {
	font-size: 13px;
	color: #EF02BE;
}
ul.decimal li {
	list-style: decimal;
	margin-left: 20px;
}
	
table.table1 td {
	text-align: center;
}
table.table1 td.aLeft {
	text-align: left;
}
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */
.evconBox {
	width: 33.3333%;
}
.evconBox:nth-child(3n) {
	padding-right: 0;
	padding-left: 1.5%;
}
.evconBox:nth-child(3n+1) {
	padding-right: 1.5%;
	padding-left: 0;
}
.evconBox:nth-child(3n+2) {
	padding-right: 0.75%;
	padding-left: 0.75%;	
}
.evconBox a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.evconBox a:hover img {
	-webkit-transform: scale(1.084);
	-moz-transform: scale(1.084);
	-o-transform: scale(1.084);
	-ms-transform: scale(1.084);
	transform: scale(1.084);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 0.84;
}

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}