@charset "UTF-8";

/*--------------------------------------------------
	layout
--------------------------------------------------*/


/*--------------------------------------------------
	common
--------------------------------------------------*/

.ebox { margin-bottom: 40px; }

h3 {
	background: #f7f77c url(../img/h3_bg.gif) no-repeat right center;
	padding: 0px;
	margin-bottom: 20px;
	color: #262626;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.0;
}


/*--------------------------------------------------
	topimage
--------------------------------------------------*/

#topimage {
	width: 100%;
	}

.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: url(../img/loading.gif) no-repeat center center;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.gif) no-repeat right center;}
.slider_next {background: #fff url(../img/next.gif) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*--------------------------------------------------
	read
--------------------------------------------------*/

#read {
	background: #cc0000;
	padding: 30px 0;
	margin-bottom: 40px;
}

#read .wrapper { }
#copy { text-align:right; }
#copy p {
	text-align:left;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.3;
	margin-bottom: 20px;
}
#copy a {
	text-align:right;
	color:#ffffff;
	padding: 5px 20px 5px 5px;
	background: #990000 url(../../img/ya.gif) no-repeat right center;
}
#copy a:hover {
	color:#ffffff;
	background: #660000 url(../../img/ya.gif) no-repeat right center;
}


/*--------------------------------------------------
	news
--------------------------------------------------*/

#news { 
	width: 400px;
	top: 0px;
	right: 0px;
}
#news h3 {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.1;
}
#news a {
	text-decoration:none;
}

#news .newsBox {
	border: none;
	width: 400px;
	height: 200px;
	padding: 0;
	overflow: auto;
}

#news ul {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#news li { 
	line-height: 1.1;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px;
	border-bottom: 1px solid #cc0000;
}

/*--------------------------------------------------
	can
--------------------------------------------------*/

#can ul {
	background: url(../../img/can.jpg?ver=20200728) no-repeat center -345px;
	height: 345px;
	overflow: hidden;
}

/* li */

#can li { float: left; width: 175px; }

/* a */

#can a {
	height: 345px;
	background: url(../../img/can.jpg);
}
#can .can01 a { background-position: 0px 0px; }
#can .can02 a { background-position: -175px 0px; }
#can .can03 a { background-position: -350px 0px; }
#can .can04 a { background-position: -525px 0px; }

#can a:hover { background: none; }



/*--------------------------------------------------
	pr
--------------------------------------------------*/

#pr .col06 { 
	margin-bottom: 10px;
}
