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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, 
, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	line-height: 1;
	background:#797A4C ;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


*{padding:0;margin:0;}
.clear{clear:both;}
.container{width:1000px;margin:auto;}
h1{
	padding:10px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin:0 10px ;
	line-height:1.5em;
	text-align:center;
	font-weight: 900;
	font-family: kozuka mincho pro;
	background: #37372C;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
h1 > span{
	color: #E99E01;
	margin-right: 2px;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}

h2{
	padding:7px;
	font-size: 21px;
	color: #fff;
	background: #f05f4c;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}
strong{
	color: #292929;
	text-shadow: 0 1px 1px #000;
	font-weight:bold;
}



/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/


.siteTitle{
	padding: 30px 0;
	position: absolute;
	text-align: center;
	bottom: 150px;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
}
.siteTitle a{
	color: #e9ff00;
	font-weight:bold;
	font-size:30px;
	text-decoration:none;
	padding: 20px;
	background: rgba(0,0,0,0.5);
	font-family: kozuka mincho pro;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}
.design01{
	background: url(../images/design01.png) no-repeat;
	width:653px;
	height:53px;
	margin:auto;
	margin-bottom:50px;
	pointer-events:none;
}
.design02{
	background: url(../images/design02.png) no-repeat;
	width:653px;
	height:53px;
	margin:auto;
	margin-top:50px;
	pointer-events:none;
}

/*END HEADER*/

/*BANNER*/

#banner {
	zoom:1;
	width:100%;
	min-width:1000px;
	background: url(../images/banner.jpg) #e3e3e3;
}
.onHold{
	position:relative;
}
.mv{
	overflow:hidden;
	position:relative;
	border-radius: 30em;
	margin: -250px 0 30px 0;
	border: 20px solid #9FAE03;
	background: #fff;
}


.mv img{
	text-align:center;
	width: 100%;
	height: auto;
}

/*GNAV*/
.onhold{
	position:relative;
}
.gnav h3{
	padding:10px;
	color: #00ffd2;
	font-size: 18px;
	line-height:1.5em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1ffee+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(177,255,238,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(177,255,238,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(177,255,238,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position:relative;
	text-align:center;
	font-weight: 900;
	font-family: kozuka mincho pro;
	border: 1px solid #B1FFEE;
	border-radius: 3px;
	text-shadow: 1px 2px 0 #000;
}
.gnav{
	width: 980px;
	position: absolute;
	text-align: center;
	z-index: 999;
	bottom: 355px;
  background: #28281F;
	
}
.gnav li{
	display: inline-block;
	width: 170px;
	position: relative;
}
.gnav li:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(104,105,87,1) 0%, rgba(104,105,87,0.99) 1%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(104,105,87,1) 0%,rgba(104,105,87,0.99) 1%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(104,105,87,1) 0%,rgba(104,105,87,0.99) 1%,rgba(255,255,255,0) 100%);
}
.gnav li:after{
	content: '';
	position: absolute;
	top: 3px;
	left: -2px;
	z-index: -1;
	display: block;
	height: 0;
	width: 0;
	border: solid transparent;
	border-width: 6px 6px 0 6px;
	transform: rotate(-90deg);
	border-top-color: #8D9266;
}
.gnav li a{
	color: #fff;
	font-size: 12px;
	text-decoration:none;
	display:block;
	position: relative;
	padding:25px 0;
	border-radius: 3px;
	font-family: kozuka mincho pro;
	transition: all 0.3 ease;
}
.gnav li a:before{
	position: absolute;
	content: "";
	width: 0;
	height: 12px;
	left: 0px;
	top:0px;
	z-index: -2;
	background: #B4C101;
	transition: all 0.3s ease;
}

.gnav li a:hover:before{
  width: 170px;
}
.gnav li a:hover{
	color: #DD930C;
}

/*slider*/
.bxslider {
 *height:237px !important;
 *overflow:hidden;
}
.bxslider li img {
 
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
	min-height:709px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px !important;
	height:10px !important;
	display:none !important;
	background: #c4c5c0 !important;
	position:relative;
	margin-left:10px;
	border-radius:10em !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #0dbeea !important;
	border-radius:10em !important;
}
/*CONTENT*/

#content{
	clear:both;
}
#content .container{
	background: #28281F;
}
.content_left{
	width:250px;
	float:left;
	
}
.content_middle{
	width:600px;
	float:left;
	margin: 20px 0 0 0;
	
}
.content_right{
	width:400px;
	float:right;
	margin: 20px 0 0 0;
	background: #51533C
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	zoom:1;
	position:relative;
	margin-bottom:20px;
	border-radius: 10px;
	padding:10px;
	min-width: 1000px;
}
.nav h3{
	padding:10px;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	z-index:10px;
	background: #1cbab4;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav ul{
	margin-top:10px;
	font-size: 0;
	letter-spacing: 0;
}
.nav li a{
	text-decoration:none;
	color: #cfcfcf;
	padding:13px 30px;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
		transition:all .20s ease-in;
	display:block;
	font-size:12px;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */

	border-bottom:3px solid #fff;
}
.nav li a:hover{
	background-color: #363636;
	box-shadow: inset 0 4px 8px #000;
}
/*BLOGPARTS*/
.blogparts{
	background: #51533C;
}
.blogparts h3{
	padding:10px;
	font-size: 21px;
	color: #fff;
	font-weight:bold;
	line-height:1.5em;
	border-bottom:1px solid #ddd;
	background: #555;
	position:relative;
	text-align:center;
	margin-top:20px;
}

.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px;
	min-height:230px;
}
/*MAIN CONTENT*/

.text01{
	position:relative;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.textWrap{
	padding:15px;
	background: #37372C ;
	min-height: 750px;
}
.text01 p{
	font-size:16px;
	line-height:1.2;
	text-align:justify;
	color: .new li a;
	padding-top:10px;
	letter-spacing:0.003em;
	color: #d9dcbe;
	font-family: kozuka mincho pro;
}
.text01 .capImg{
	float:left;
	margin:15px;
	padding:10px;
}
.text01 .capImg1{
	float:right;
	margin:15px;
	padding:10px;
}
.link01{
	padding: 20px 0;
	
}
.link01 li{
	margin-bottom: 15px;
}
.link01 a{
	text-decoration:none;
	color: #E99E01;
	font-size:13px;
	padding: 6px 0 6px 30px;
	display:inline-block;
	position:relative;
	font-family: kozuka mincho pro;
	background: url(../images/link.png) no-repeat left center;
	transition: all 0.3s ease;
	border-radius: 30px;
}
.link01 a:hover{
	padding-left: 35px;
	text-decoration:underline;
}
/*NEWS AND UPDATES*/

.new{
}
.new h3{
	padding:12px 10px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin:0 10px ;
	line-height: 28px;
	text-align:center;
	font-weight: 900;
	font-family: kozuka mincho pro;
	background: #51533C;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.new h3 span{
	color: #D5E30A;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	font-size: 0;
	letter-spacing: 0;
	background: #51533C url(../images/bg_news.png) ;
	padding:0 15px;
}
.new li{
	display:block;
	border-bottom: 1px solid #94986e;
}
.new li:first-child{
		border-top: 1px solid #25261b;
}
.new li:first-child a{
		border-top: 1px solid #94986e;
}
.new li a{
	text-decoration:none;
	color: #fff;		
	display:block;
	position: relative;
	padding:25px 0 25px 70px;
	font-size:13px;
	line-height:1.5em;
	transition:all .20s ease-in;
	border-bottom: 1px solid #25261b;
	background: url(../images/news_hover.png) no-repeat left 20px center;
	font-family: kozuka mincho pro;
}
.new li a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	top: 0;
	z-index: 1;
	background:rgba(0,0,0,.2);
	transition: all 0.3s ease;
}
.new li a:hover:before{
	height: 100%;
}
.new li a:hover{
	color: #e9ff00;
		background: url(../images/news.png) no-repeat left 20px center;
}
.new li a span{
	font-weight:normal;
	display: block;
}


/*FOOTER*/

#footer{
	text-align:center;
	min-width:1000px;
}
#footer .container{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(40,40,31,0.99) 99%, rgba(40,40,31,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(40,40,31,0.99) 99%,rgba(40,40,31,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(40,40,31,0.99) 99%,rgba(40,40,31,1) 100%);
}
#footer .copy{
	color: #f4f8ac;
	font-size:13px;
	font-weight:normal;	
	padding:30px 0;;
	font-family: kozuka mincho pro;
}
#footer .fNav ul{
	padding:10px 0;
}
#footer .fNav li{
	display:inline-block;
	border-left:1px solid #00434d;
	margin: 5px 0;
}
#footer .fNav li a{
	color: #b1ffee;
	font-weight:normal;
	font-size:12px;
	display:block;
	text-decoration:none;
	padding: 10px 50px;
	transition: all .20s ease-in;
	border-left:1px solid #00616f;
	font-family: kozuka mincho pro;
}

#footer .fNav li a:hover{
	text-decoration:underline;
	color: #fff;
	background: #00616f;
}