@charset "utf-8";

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

#mainimg{
    position:relative;
    overflow:hidden;
	width:1200px; 
	margin:200px auto 50px;
}

#sp-mainimg{	display:none;}

#slider1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width:1200px;
	height:420px;
}


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

#mainimg .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

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

/* LOADER */

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

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

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

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

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

/* DIRECTION CONTROLS (NEXT / PREV) */

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

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

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

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

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

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



/*--------------------------------------------
 
      メインコンテンツ
 
---------------------------------------------*/

.infos:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	margin-bottom:50px;
}
* html .infos:after { zoom:1; }
*:first-child+html .infos:after { zoom:1; }

#maincont .left{
	float:left;
	width:48.6%;
}

#maincont .right{
	float:right;
	width:48.6%;
}

#maincont .left dl:after,
#maincont .right dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #maincont .left dl:after,
* html #maincont .right dl:after { zoom:1; }
*:first-child+html #maincont .left dl:after,
*:first-child+html #maincont .right dl:after { zoom:1; }


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

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

#maincont .left .detail a,
#maincont .right .detail a{
	display:block;
	box-shadow: 0 0 0 2px #cfcfcf inset;
	background:url(../img/icon-arrow.png) no-repeat 90% center #fff;
	padding:3%;
	width:86%;
	margin:15px auto 0;
	text-align:center;
	text-decoration:none;
	color:#000;
}

#maincont .left .detail a:hover,
#maincont .right .detail a:hover{
	background:url(../img/icon-arrow.png) no-repeat 90% center #ddd;}
	
/*--------------------------------------------
 
      ピックアップコンテンツ
 
---------------------------------------------*/

h3.pickup{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.pickup-area{
	width:100%;
	margin:0 0 50px;
}

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

.pickup-area li{
	width:31.3%;
	float:left;
	margin:0 3.05% 0 0;
}

.pickup-area li a{
	text-decoration:none;
	color:#000;
}

.pickup-area li a:hover{	opacity:.7;}

.pickup-area li:last-child{
	margin:0 0 0 0;
}

.pickup-area li dl{
	border:1px solid #eee;
	padding:5%;
}

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

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

#information{
	width:100%;
	position:relative;
}

h3.information{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

#information .detail a{
	display:block;
	position:absolute;
	right:0;
	top:-10px;
	box-shadow: 0 0 0 1px #cfcfcf inset;
	background:url(../img/icon-arrow.png) no-repeat center right 10px #fff;
	padding: 5px 10px;
	width: 16%;
	line-height: 26px;
	font-size: 12px;
	margin:15px auto 0;
	text-align:center;
	text-decoration:none;
	color:#000;
}

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

.newsline li{
	padding:15px;
}

.newsline li:nth-child(2n){
	background:#F1EFEB;
}

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

.newsline li dl{ margin: 15px 0; }
.newsline li span{
	text-align:center;
    font-weight:bold;
	color:#fff;
	padding: 2px 10px;
	margin:0 20px 0 0;
}
.newsline li .new{ background:#975C46; }
.newsline li .new_no{ background:#fff; }

.newsline li dl dt{ float: left; width: 15%; }
.newsline li dl dd{ float: right; width: 83%; }
.newsline li dl .txt > p{ display: inline; }