@charset "UTF-8";
/* CSS Document */

/*
=======================================
	Crop
=======================================
*/
#cropArea{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden !important;
}


/*
=======================================
	MainVisual
=======================================
*/
#mainVisual{
	margin:0 auto;
	width:100%;
	height: 100%;
}

#slider{
	*zoom:1;
	position: relative !important;
}
#slider:after{
	content: "";
	display: block;
	clear: both;
}
#slider li{
	float: left;
}
#slider img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

#btnPrev{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -540px;
}
#btnNext{
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -540px;
}

/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}


/*
=======================================
  Global Menu
=======================================
*/

.gnav{
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 51px;
	background: #eae6dd;
	z-index: 10;
}
.gnav li{
	float: left;
}
.gnav a{
	display: block;
	width: 161px;
	height: 51px;
	background: url(../img/top/bg_menu.png) no-repeat;
	text-indent: -9999px;
}

.gnav .gnav_01 a{ width: 158px; background-position: 0 0;}
.gnav .gnav_02 a{ background-position: -158px 0;}
.gnav .gnav_03 a{ background-position: -319px 0;}
.gnav .gnav_04 a{ background-position: -480px 0;}
.gnav .gnav_05 a{ background-position: -641px 0;}
.gnav .gnav_06 a{ width: 158px; background-position: -802px 0;}

.gnav .gnav_01 a:hover,
.gnav .gnav_01 a.current{background-position: 0 -51px;}
.gnav .gnav_02 a:hover,
.gnav .gnav_02 a.current{background-position: -158px -51px;}
.gnav .gnav_03 a:hover,
.gnav .gnav_03 a.current{background-position: -319px -51px;}
.gnav .gnav_04 a:hover,
.gnav .gnav_04 a.current{background-position: -480px -51px;}
.gnav .gnav_05 a:hover,
.gnav .gnav_05 a.current{background-position: -641px -51px;}
.gnav .gnav_06 a:hover,
.gnav .gnav_06 a.current{background-position: -802px -51px;}


/*
=======================================
  Drop Menu
=======================================
*/

/* Drop Menu Base
--------------------------*/
.dropMenu{
	position: absolute;
	left: 0;
	top: auto;
	/*bottom: 51px;*/
	bottom: -300px;
	z-index: 5;
}

/*
=======================================
  Contents Area
=======================================
*/
.info{
	margin-bottom: 40px;
	border: #c69292 1px solid;
	background: #eae6dd;
	overflow: hidden;
	_zoom:1;
}
.info h2{
	width: 200px;
	margin: 10px 20px;
	font-weight: normal;
	font-size: 100%;
	color: #B34646;
	float: left;
}
.infoTable{
	width: 710px;
	background: #fff;
	float: right;
}
.infoTable th{
	width: 100px;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.infoTable td{
	padding: 10px 0;
}
.infoTable tr+tr{
	border-top: #eae6dd 2px solid;
}
.infoTable .acrBody{
	padding: 0;
}
.infoTable .infoTitle{
	padding-left: 15px;
	background: url(../img/top/ico_bullet01.png) left center no-repeat;
}

#pickupList .caption{
	margin-bottom: 8px;
}

/*
=======================================
  Twitter
=======================================
*/

#twitter{
	width: 473px;
	height: 70%;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	position: fixed;
	left: 30px;
	bottom:30px;
	z-index: 100;
	overflow: hidden;
}
.oldie #twitter{
	border:#ccc 1px solid;
}
.twitter_header{
	padding-top: 30px;
}
.twitter_title{
	width: 220px;
	height: 30px;
	margin-left:10px;
	text-indent: -9999px;
	background: url(../img/top/tw_title.png) left center no-repeat;
	float: left;
	overflow: hidden;
}
.twitter_follow{
	float: right;
	margin-right: 10px;
}

.twitter_btn{
	position: absolute;
	right:1px;
	top:1px;
	cursor: pointer;
}
.twitter_open{
	display: none;
}

#twitter.close .twitter_header{
	padding:10px 0;
}
#twitter.close .twitter_close{
	display: none;
}
#twitter.close .twitter_open{
	display: block;
}
#twitter.close .twitter_title{
	width: 30px;
	margin-left: 20px;
}
#twitter.close .twitter_follow,
#twitter.close iframe{
	display: none;
}