@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: #fcf1d3;
}
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:1200px;margin:auto;}
h1{
	padding:15px;
	font-size:21px;
	color: #f9f9f9;
	line-height:1.5em;
	text-align:center;
	font-weight:bold;
	position: relative;
	border-radius: 10px;
	background: RGB(62, 189, 195);
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}

h2{
	font-size: 11px;
	color: #fff;
	line-height:1.5em;
	font-weight:bold;
}
	
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*/
.header{
	position:absolute;
	z-index:1;
	left:23%;
	margin-top:13%;
}
.siteTitle{
	text-align: center;
}
.siteTitle a{
	color: #fff;
	text-shadow: 1px 1px 1px #666;
	border: 2px solid #3EBDC3;
	font-weight:bold;
	font-size:40px;
	border-radius: 10px;
	background: rgba(62, 189, 195,.5);
	padding: 20px;
	text-decoration:none;
	display:block;
	text-shadow: 3px 3px 3px #191B10;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
}
.siteTitle img{
	vertical-align:middle;
}

/*END HEADER*/

/*BANNER*/

#banner {
	zoom:1;
	width:100%;
	min-width:1200px;
	position:relative;
}

.sup{position:relative;}
.mv{
	width:100%;
	overflow:hidden;
	*margin: 0 auto;
	min-width: 1200px;
	position:relative;
}
.mv img{
	text-align:center;
	width: 100%;
	height: auto;
	min-width: 1200px;
}

/*GNAV*/
    #GNav {
        background: transparent;
			position: relative;
			z-index: 100;
    }
.gnav{
	margin-bottom:20px;
	margin-top: 30px;
}
.gnav h3{
	padding:15px;
	font-size:21px;
	color: #f9f9f9;
	line-height:1.5em;
	text-align:center;
	font-weight:bold;
	background: #34B0FA;
}
.gnav ul{
	font-size: 0;
	letter-spacing: 0;
}
.gnav li a{
	color: #fff;
	padding: 20px;
	font-size: 11px;
	transition: all 0.5s ease-in;
	text-decoration:none;
	display:block;
	margin-top: 5px;
	box-shadow: inset 0 0 5px #006cae;
	background: #34B0FA;
	zoom:1;
}
.gnav li a:hover{
	background: #000;
	zoom:1;
}



/*slider*/
.bxslider {
 *height:500px !important;
 *overflow:hidden;
}
.bxslider li img {
 
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
	min-height:237px;
}
.bx-wrapper .bx-pager{
	width:150px !important;
	margin:auto !important;
	padding:20px 0;
	position:absolute;
	left:0 !important;
	top:-120px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px !important;
	height:10px !important;
	display:none !important;
	background: #999 !important;
	position:relative;
	margin-left:10px;
	border-radius:10em !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #fff !important;
	border-radius:10em !important;
}
/*CONTENT*/

#content{
	clear:both;
	margin-top:30px;
	position:relative;
	z-index:99;
	zoom:1;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:1200px;
	float:left;
}
.content_right{
	width:250px;
	float:right;
}
/********************************CONTENT ELEMENT STYLES*********************************/


/*nav*/
    .nav {
        position: relative;
    }
    .nav ul {
		font-size:0;
		letter-spacing:0;
		text-align:center;
			padding: 20px 0; 
	}
    .nav ul li {
		display:inline-block;
		*display:inline;
		zoom:1;
			margin-bottom: 10px;
    }
    .nav ul li:last-child {}
    .nav ul li a {
        display: block;
        font-size: 12px;
        color:#fff;
			margin-left: 5px;
			font-weight: normal;
			text-decoration: none;
        letter-spacing: 0.1em;
        padding: 12px 10px;
        transition: all 0.3s;
			border-radius: 10px;
			border:solid #3EBDC3 1px;
			color:#3EBDC3;
    }
    .nav ul li a:hover {
			border:solid transparent 1px;
			color:#fff;
			background: #e6d29d;
    }
/*end nav*/
/*BLOGPARTS*/
.blogparts{
	display:inline-block;
	margin-bottom:20px;
	margin-right: 145px;
	vertical-align: top;
}
.blogparts h3{
	padding:15px;
	font-size:21px;
	color: #fff;
	line-height:1.5em;
	text-align:center;
	font-weight:bold;
	background: #3EBDC3;
	border-radius: 5px;
	margin-bottom: 20px;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:20px 0;
}
.blogparts1{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-bottom:20px;
}
.blogparts1 h3{
	padding:15px;
	font-size:21px;
	color: #fff;
	line-height:1.5em;
	text-align:center;
	font-weight:bold;
		background: #3EBDC3;
	border-radius: 5px;
	margin-bottom: 20px;
}
.blogparts1 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts1 center{
	padding:20px 0;
}
/*MAIN CONTENT*/

.text01{
	position:relative;
	border-radius: 20px;
	background: url(../images/01.png) repeat top left;
	padding: 10px;
	border: 1px solid #E9D6A4;
}
.textWrap{
	padding:15px;
}
.text01 p{
	font-size:16px;
	line-height:1.5em;
	text-align:justify;
	color: #9C823C;
	padding:10px;
	letter-spacing:0.05em;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 0 5px;
	border: 10px solid #3EBDC3;
	border-radius: 50%/200px;
}
.text01 .capImg1{
	float:right;
	margin:20px 5px 0 10px;
	border: 10px solid #3EBDC3;
	border-radius: 50%/200px;
}
.link01{padding:10px;}
.link01 a{
	text-decoration:none;
	color: #fff;
	padding:15px 20px;
	font-size:14px;
	display:block;
	font-weight:lighter;
	zoom:1;
	position:relative;
	margin-top:10px;
	background: #3EBDC3;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease;
	border-radius: 10px;
		border:1px solid #3EBDC3;
}

.link01 a:hover{
	background: transparent;
	color: #3EBDC3;
}
/*NEWS AND UPDATES*/

.new{
	margin-bottom:20px;
}
.new h3{
	font-size: 15px;
	z-index:10px;
	color: #4b4b4b;
	background: #8bca3b;
	padding:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new li{
	list-style:none;
	line-height:20px;
	font-weight:bold;
}
.new li a{
	background: url(../images/new_nav2.png) no-repeat 10px #fff;
	text-decoration:none;
	color: #888888;		
	display:block;
	padding:15px 40px;
	font-size:13px;
	-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;
	border-bottom:1px solid #eee;
}
.new li a:hover{
	background: url(../images/new_nav.png) no-repeat 10px;
	background-color: #f05f4c;
	color: #fff;
	-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;
}
.new li a span{
	font-weight:normal;
	display:block;
}
/*---------------*/
/***** my custom animation *****/
/*---------------*/
.effect-wrap-box{
	  position: relative;
	  float: left;
	  overflow: hidden;
	  margin: 2px;
	  min-width: 120px;
	  max-width: 120px;
	  max-height: 120px;
	  width: 48%;
	  background: #18A367;
	  text-align: center;
	  cursor: pointer;
}
.effect-custom img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}
.effect-custom .effect-target {
	text-align: center;
}
.effect-target h2 a{
	text-decoration:none;
	color: #fff;
}
.effect-custom .effect-target  {
	position: absolute;
	top: 20px;
	left: 0;
	/*padding: 2em;*/
	width: 100%;
	height: 50%;
}

.effect-custom h2,
.effect-custom p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
.effect-custom h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.effect-custom p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	font-size:12px;
}

.effect-custom:hover img,
.effect-custom:hover p {
	opacity: 1;
}

.effect-custom:hover img,
.effect-custom:hover h2,
.effect-custom:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-custom:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*FOOTER*/

#footer{
	text-align:center;
	margin-top:30px;
	background: #3EBDC3;
	min-width:1200px;
	zoom:1;
}
#footer .copy{
	color: #fff;
	font-size:12px;
	font-weight:normal;	
	padding:20px 20px 20px 20px;
}
#footer .fNav ul{
	padding:10px 0;
}
#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:0px 20px;
}
#footer .fNav li:first-child{
	border:0;
}
#footer .fNav li a{
	color: #fff;
	font-weight:normal;
	font-size:12px;
	display:block;
	font-weight: bold;
	padding:20px 10px;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	border-radius:5px;
	zoom:1;
	border:1px transparent solid;
}
#footer .fNav li a:hover{
	border:1px solid #fff;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	zoom:1;
	color: #fff;
}















































