@charset "utf-8";

/*--------------------------------------------
 
      MAIN IMAGE
 
---------------------------------------------*/

#mainimg{ display:none;}

#sp-mainimg{
	display:block;
	position:relative;
	margin-bottom:30px;
	width:100%; 
}

#sp-slider{
	display:block;
	width: 100%;
	height: 100%;
	padding-bottom:20px;
	overflow:hidden;
}

#sp-slider img{
	width:100%;
	height:auto;
}


/** THEME
===================================*/

#sp-mainimg .bx-wrapper .bx-pager,
#sp-mainimg .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	z-index:20;
}

/* LOADER */

#sp-mainimg .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:20;
}

/* PAGER */

#sp-mainimg .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	bottom:10px;
}

#sp-mainimg .bx-wrapper .bx-pager .bx-pager-item,
#sp-mainimg .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#sp-mainimg .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sp-mainimg .bx-wrapper .bx-pager.bx-default-pager a:hover,
#sp-mainimg .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #489395;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#sp-mainimg .bx-wrapper .bx-prev {
	left: 6%;
	background: url(../img/controls.png) no-repeat 0 0px;
}

#sp-mainimg .bx-wrapper .bx-next {
	right: 6%;
	background: url(../img/controls.png) no-repeat -25px 0px;
}

#sp-mainimg .bx-wrapper .bx-prev:hover {
	background-position: 0 -44px;
}

#sp-mainimg .bx-wrapper .bx-next:hover {
	background-position: -25px -44px;
}

#sp-mainimg .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 23px;
	height: 44px;
	text-indent: -9999px;
	z-index:20;
}

#sp-mainimg .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/*--------------------------------------------
 
      メインコンテンツ
 
---------------------------------------------*/
#maincont .left{
	width:48%;
}

#maincont .right{
	width:48%;
}

#maincont .left h3 img,
#maincont .right h3 img{
	width:100%;
	height:auto;
}


#maincont .left dt,
#maincont .right dt{
	background:#eee;
	padding:10px;
	margin-bottom:20px;
}

#maincont .left dd,
#maincont .right dd{
	float:none;
	width:90%;
	padding:0 5%;
}

#maincont .left .detail a,
#maincont .right .detail a{
	width:94%;
}

/*--------------------------------------------
 
      ピックアップコンテンツ
 
---------------------------------------------*/

h3.pickup{
	font-size:140%;
}

.pickup-area li{
	width:100%;
	float:none;
	margin:0 0% 20px 0;
	border-bottom:1px dotted #ccc;
}

.pickup-area li:last-child{
	margin:0 0 0 0;
	padding-bottom:10px;
}

.pickup-area li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .pickup-area li:after { zoom:1; }
*:first-child+html .pickup-area li:after { zoom:1; }


.pickup-area li p{
	width:40%;
	float:left;
}

.pickup-area li p img{
	width:100%;
	height:auto;
}

.pickup-area li dl{
	border:none;
	padding:0%;
	width:54%;
	float:right;
}

.pickup-area li dt{
	font-size:110%;
	margin-bottom:0px;
}

/*--------------------------------------------
 
      お知らせ
 
---------------------------------------------*/

h3.information{
	font-size:140%;
	text-align:left;
}

#information .detail a{
	display:block;
	position:absolute;
	right:0;
	top:-30px;
	box-shadow: 0 0 0 2px #cfcfcf inset;
	background:url(../img/icon-arrow.png) no-repeat 90% center #fff;
	padding:10px;
	width:36%;
	margin:15px auto 0;
	text-align:center;
	text-decoration:none;
	color:#000;
}

#information .detail a:hover{
	background:url(../img/icon-arrow.png) no-repeat 90% center #ddd;}
	
.newsline{
	width:100%;
	height:100%;
	overflow:auto;
}

.newsline li dl dt{ float: none; width: auto; margin-bottom: 5px; }
.newsline li dl dd{ float: none; width: auto; }