@charset "UTF-8";

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

/* ## gaiyo.php ## */
#spent {
	font-size: 24px;
}
#spent .sptel {
}

.ecUl {
	width: 100%;
	text-align: center;
}
.ecLogo {
	padding: 10px 24px 24px 24px;
	display: inline-block;
	vertical-align: top;
}
.ecLogo img {
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.ecLogo a img {
	border: solid 1px #cccccc;
	padding-left: 8px;
}
.ecLogo#seLogo a img {
	padding-left: 8px;
}
.ecLogo#ldsLogo a img {
	padding: 4px 8px 4px 8px;
}
.taikaiBox h5 {
	font-size: 24px;
	font-weight: bold;
}

/* ## 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;
}

/* #### 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) {

/* ## gaiyo.php ## */
#spent {
	font-size: 18px;
	font-weight: bold;
}
#spent .sptel {
}

.ecLogo a:active {
	opacity: 0.74;
}

.taikaiBox h5 {
	font-size: 18px;
	font-weight: bold;
}

/* ## 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;
}
	
}


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

/* ## gaiyo.php ## */
.ecLogo a:hover {
	opacity: 0.74;
}
	
/* ## index.php ## */
.evconBox {
	width: 50%;
	float: 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) {



}