@charset "utf-8";
/*
*
*
*	NORMAL
*
*
*/

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

	Outline

/////////////////////////////////////////////////////////////*/
body.home {
	background-size: 1% auto;
}
.header_top img:not([width]) {  
    zoom: 1; 
} 
/*////////////////////////////////////////////////////////

	Common

/////////////////////////////////////////////////////////////*/
.wrap_header{	
	background: #a5ccf0;
	background: -webkit-linear-gradient(top,  #a5ccf0 0%,#ffffff 65%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5ccf0), color-stop(65%,#ffffff));
}
.header{
	background: url(../images/home/bg_header.png) no-repeat top right;
	background-size:  auto 100px; 
}
.header .header_top{
	height: 155px;
	padding:8px 8px 0;
}
.header .header_top{

}
.header .header_btm{
	position:relative;
	z-index: 7;
	padding-top: 34px;
	background: url(../images/common/bg_header_btm.jpg) repeat-x top center #3c65a1;
	background-size:  auto 172px; 
}
.header_btm .logo_sub{
	position:absolute;
	right:6px;
	top: 3px;
	display: block;
	line-height: 0;
}
.header_btm .img_boat{
	position:absolute;
	left:0;
	top: -81px;
	z-index: 10;
}
.header_btm .img_iland{
	position:absolute;
	right:6px;
	top: -28px;
	z-index: 9;
}
.header_btm .logo_sub img{
	margin:0;
	z-index: 8;
}

.header_btm .btn_member{
	margin: 0 6px;
	padding:5px 5px 10px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(60,101,161,.7) 65%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.7)), color-stop(65%,rgba(60,101,161,.7)));
}
.header_btm .btn_member p{
	background: -webkit-gradient(linear, left top, right top, color-stop(22%,#6283bf), color-stop(22%,#122952));
	background: -webkit-linear-gradient(left, #6283bf 66px,#122952 66px);
	border:1px solid #344e7e;
	border-radius: 5px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
 	box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
.header_btm .btn_member p a{
	position: relative;;
	line-height: 0;
	display: block;
	height:27px;
	padding:25px 0 0 26%;
	font-size: 16px;
	text-shadow: 0 -2px 1px rgba(0, 0, 0, .6); 
	border-radius: 5px;
	overflow: hidden;
}
.header_btm .btn_member p a .icon{
	background: url(../images/common/icon.png) #6283bf;
	background-size: 220px auto;
	display: block;
	height: 35px;
	width: 55px;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -19px;
	background-position:  110px -35px !important;
}
.header_btm .btn_member a.touch {
	background: -webkit-gradient(linear, left top, right top, color-stop(66px,#6283bf), color-stop(66px,#33538d));
	background: -webkit-linear-gradient(left, #6283bf 66px,#33538d 66px);
}


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

	Plugin

/////////////////////////////////////////////////////////////*/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 100%;
	max-width: 680px;
	max-height: 145px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	max-height: 145px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:40%;
    z-index:9;
    display:block;
    text-indent:-9999px;
    cursor:pointer;
    width:25px;
    height:25px;
}
.nivo-prevNav {
    left:0px;
    background:url(../images/home/prev.png) no-repeat;
    background-size:25px 25px;
}
.nivo-nextNav {
    right:0px;
    background:url(../images/home/next.png) no-repeat;
    background-size:25px 25px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}