@charset "utf-8";
#main{
	height: 300px;
	margin-bottom: 30px;
	border-bottom: solid 1px #333;
}

#visual{
	width: 520px;
}


#news{
	width: 280px;
	font-size: 77%;
	line-height: 1.6;
	}
	#news h2{
		margin-bottom: 12px;
	}

#innerNews{
	margin: 10px;
	padding: 0;
	width: 257px;
	height: 110px;
	overflow: hidden;
}
#innerNews li{
	position: relative;
	padding-left: 85px;
}
#innerNews li time{
	position: absolute;
	top: 0; left: 0;
	}

#news p.bnr{
	text-align: center;
	margin-bottom: 8px;
}

#gaiyou{
	margin: 0 auto 30px;
	}
	#gaiyou p{
		width: 700px;
		font-size: 85%;
		line-height: 1.6;
		margin: 25px auto;
		text-align: justify;
	}
#gaiyou ul{
	width: 560px;
	margin: auto;
}
#gaiyou figure img{
	margin-bottom: 5px;
	padding: 4px;
	border: solid 1px #999;
}
#gaiyou figure figcaption{
	font-size: 83%;
}

#labo{
	padding-bottom: 40px;
	}
	#labo p{
		font-size: 83%;
		width: 700px;
		font-size: 85%;
		line-height: 1.8;
		margin: 25px auto 10px;
		}
		#labo .thumb ul li{
			width: 145px;
			float: left;
			margin-right: 20px;
		}
#activity{
	padding-bottom: 40px;
	}
	#activity p{
		font-size: 83%;
		width: 700px;
		font-size: 85%;
		line-height: 1.8;
		margin: 25px auto 10px;
		}
		#activity .thumb ul li{
			width: 145px;
			float: left;
			margin-right: 20px;
		}



/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* 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;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-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 JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 420px; padding: 10px 80px 10px 20px; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 12px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { position: absolute; bottom: 0; right: 20px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 8px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 8px; height: 8px; display: block; background: #c00; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover { background: #eee}
.flex-control-nav li a.active { background: #fff; cursor: default;}





/* --------------------------------------------------
	スクロールバー css
 -------------------------------------------------- */
.jspContainer{
	overflow: hidden;
	position: relative;
}

.jspPane{
	position: absolute;
}

.jspVerticalBar{
	position: absolute;
	top: 0; right: 0;
	width: 6px; height: 100%;
	background: red;
}

.jspHorizontalBar{
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 6px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0; padding: 0;
}

.jspCap{ display: none;}
.jspHorizontalBar .jspCap{ float: left;}

.jspTrack{
	background: #ddd;
	position: relative;
}

.jspDrag{
	background: #333;
	position: relative;
	top: 0; left: 0;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}

.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow{
	height: 4px;
}

.jspHorizontalBar .jspArrow{
	width: 4px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus{
	outline: none;
}

.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}




/* --------------------------------------------------
	画像スクロール css
 -------------------------------------------------- */
.jcarousel-skin-tango .jcarousel-container {}
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl;}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 650px; height: 145px;
		padding: 0 25px;
		margin: auto;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 650px; height: 145px;}
.jcarousel-skin-tango .jcarousel-item{ width: 145px; height: 145px;}
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: 20px;}


/*  Horizontal Buttons  */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute; top: 55px; right: 10px;
    width: 18px; height: 28px;
    cursor: pointer;
    background: transparent url('../image/top/next.gif') no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus { background-position: 0 -30px;}
.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: 0 -30px;}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal{ background: none;}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: 0 -30px;}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute; top: 55px; left: 0;
    width: 18px; height: 28px;
    cursor: pointer;
    background: transparent url('../image/top/prev.gif') no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background-position: 0 -30px;}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: 0 -30px;}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{ background: none;}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: 0 -30px;}

