@charset "UTF-8";

/*
**********************************************************************

* set.css

* site name   : http://www.te-co.co.jp/
* description : import all style sheets
* since       : 2007-08-31
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/


/* Set Base Style
----------------------------------------- */

@import url("default.css"); /* initial setting */

@import "module.css";/* common module style */

@import "layout.css";/* common module style */


 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-color:#FFF!important;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin-bottom:20px;
	position: relative;
	z-index:0!important;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s ease;
	width:35px;
	height:45px;
	text-indent:-9999em;
	background-position:top right;
}
.flex-direction-nav .flex-next {
	background-image:url(../images/top/next.jpg);
	right: -36px;
}
.flex-direction-nav .flex-prev {
	background-image:url(../images/top/prev.jpg);
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	overflow:hidden;
	width: 100%;
	position: absolute;
	bottom:0px;
	z-index:2;
	text-align: center;
}
.flex-control-nav li {
	margin:0 0 0 10px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	font-size:0!important;
	width: 14px;
	height: 14px;
	display: block;
	background: #D6D6D6;
	cursor: pointer;
	text-indent: 999em!important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.flex-control-paging li a:hover {
	background: #E60012;
}
.flex-control-paging li a.flex-active {
	background: #E60012;
	cursor: default;
}