@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-color: #fff;
}
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:1400px;margin:auto;}
.wrapUp{
	background: url(../images/bg_up.png) no-repeat;
	background-size:cover;
	
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1400px !important;
	display: block;
}

h1{
	font-size: 21px;
	padding:10px;
	color: #FFEA2A;
	position:relative;
	text-align: center;
	z-index:10px;
	line-height:1.5em;
	background: #1C1C1C;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	
	color: #86afb1;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}




/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{
	margin-bottom:20px;
}
.siteTitle{
	float:right;
	position: relative;
	top:20px;
}
.siteTitle a{
	color: #FFE600;
	font-size:35px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 2px 4px 4px #000;
}
.siteTitle img{
	vertical-align:middle;
	padding-right:15px;
}
.maintitle{
	padding:20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top:70px;
}
.maintitle a{
	text-decoration:none;
	color: #999;
	font-size:30px;
	font-weight:bold;
}
	.col02 {
		width:450px;
		text-align:center;
		float:left;
	}
/*END HEADER*/


/*BANNER*/

#banner{
	background: url(../images/banner.jpg) no-repeat;
	position: cover;
	zoom:1;
	position:relative;
}
#banner:after{
	content: "";
	border-bottom: 5px solid #000;
	width:100%;
	height: 3px;
	position:absolute;
	bottom:0;
	
}
.mv{
	background: url(../images/iphone.png) no-repeat;
	width:277px;
	height:368px;
	left:860px;
	position:relative;
}
.mv:after{
	content: "";
	background: url(../images/reflect.png) no-repeat;
	width:71px;
	height:205px;
	z-index:1;
	position:absolute;
	top:62px;
	right:42px;
	
}
.mv img{
	width:150px;
	height:222px;
	margin:62px 75px;
}
.sup{
	position:relative;
	bottom: 5px;
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;
}
.bxslider li img {
 *width:1000px !important;
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	margin-left:140%;
	
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px !important;
	height:10px !important;
	display:block !important;
	background: #7e3127 !important;
	border:2px solid #5a2014;
	position:relative;
	margin-left:10px;
	top:-40px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:block !important;
	background: #eeffff !important;
	border:2px solid #5a2014;
}
/*CONTENT*/
#content{
	background: #fff;
	margin-top:20px;
}
.content_left{
	width:250px;
	float:left;
}
.content_middle{
	width:1130px;
	margin: 0 auto;
}
.content_right{
	width:250px;
	float:left;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*nav*/
    .nav {
        position: relative;
			  top: 40px;
    }
    .nav ul {
		font-size:0;
		letter-spacing:0;
		text-align:center;
	  background: rgba(255,255,255,0.5);
	}
    .nav ul li {
		display:inline-block;
		*display:inline;
		zoom:1;
        position: relative;
        margin: 5px 10px;
			
    }
    .nav ul li:last-child {}
    .nav ul li a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
			  text-shadow: 1px 1px 1px #333;
			  text-decoration: none;
        letter-spacing: 0.1em;
        padding: 11px 15px;
        text-transform: uppercase;
        
        line-height: 1.6;
        transition: all 0.3s;
    }
    .nav ul li a:hover, .nav > ul > li:hover > a {
        background-color: rgba(255, 230, 0,0.8);
        color: #333;
        
    }
        .nav ul li > ul {
            position: absolute;
            z-index: 10;
            top: 100%;
            left: 123%;
            margin-left: -142px;
            background: #501eac;
            width: 264px;
            padding: 10px;
            text-align: left;
            transition: all 0.2s ease-out;
            visibility: hidden;
            opacity: 0;
            background: rgba(51, 51, 51,0.7);
        }
        .nav ul li:hover > ul {
            visibility: visible;
            opacity: 1;
        }
        .nav ul li > ul li {
            display: block;
            margin: 0;
        }
        .nav ul li > ul li a {
            color: #fff;
            transition-duration: 0.1s;
        }
        .nav ul li > ul li a:hover {
            color: #333;
            box-shadow: none;
        }
/*end nav*/
/*BLOGPARTS*/
.blogparts{
	position:relative;
	background: #fff;
	text-align:right;
}
.blogpart h3 {
	font-size:17px;
	position:relative;
	padding:0 10px 0 20px;
	line-height:45px;
	*min-height:45px;
	color:#1C1C1C;
	text-transform:uppercase;
	letter-spacing:normal;
	background-color: #FFEA2A;
	margin-bottom: 10px;
	text-align: center;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogpart {
	position: relative;
	margin-bottom: 20px;
}

.blogpart img{
}
.blogwrap{
}
.blogpart .blog{
	text-align: center;
	padding: 10px 10px;
	background: rgba(0,0,0,0.7);
	border-radius: 5px;
}
.blogpart > .blog > div { 
	margin: 0 auto; 
}

/*MAIN CONTENT*/
.textWrap{
	zoom:1;
}
.text01{
	margin-bottom:10px;
}
.text01{
	
	position:relative;
}

.text01 p{
	padding:10px 0;
	font-size:13px;
	line-height:2em;
	letter-spacing:0.005em;
	text-align:justify;
	color: #999;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 0;
	padding:5px;
	background: #FFEE55;
	border:1px solid #1C1C1C;
	border-radius: 50%;
}
.text01 .capImg1{
	float:left;
	margin:20px 10px 10px 0;
	padding:10px;
	background: #FFEE55;
	border:1px solid #1C1C1C;
	border-radius: 50%;
}
.text01 .capImg img{
	border:1px solid #a29f9a;
}
.link01 a{
	text-decoration:none;
	color: #888;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	background: #FFF7AA;

	border:1px solid #1C1C1C;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	position:relative;
	margin-top:10px;
}
.link01 a:hover{
	background-color: #7B7329;
	border-color:#FFEE55;
	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;
}
/*NEWS AND UPDATES*/

.new{
	position:absolute;
	top:280px;
	left:350px;
}
.new h3{
	background :#86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	margin-top:10px;
}
.new li{
	display:inline-block;
	*display:inline;
	zoom:1;
}
.new li:first-child{
	border:0;
}
.new li a{
	text-decoration:none;
	font-size: 13px;
	line-height:1.5em;
	color: #000;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	font-style:normal;
	background: #ffffff;
	padding:10px 33px;
	letter-spacing:0.2em;
	border:2px solid #FFEA2A;
	border-radius:5px;
}
.new li a:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	
}
.new li a span{
	
	font-weight:bold;
	font-style:italic;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}
.new li a:hover span{
	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;
}

/*FOOTER*/

#footer{
	background: #202020;
	margin-top:20px;
	min-width: 1000px;
	border-top:1px solid #eee;
}
#footer .copy{
	color: #FFEE55;
	font-size:12px;
	text-align:center;
	position:relative;
	font-weight:normal;
	padding:20px;
}
#footer .fNav{
	text-align:center;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 10px 0;
	
	padding: 8px 5px;
}
#footer .fNav li a{
	color: #aaa;
	font-weight:normal;
	font-size:12px;
	padding: 10px;
	display:block;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	position:relative;
	border-radius:2px;
}
#footer .fNav li a:hover{
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	background: #FFEE55;
	color: #1C1C1C;
}
/*
#footer .fNav li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer .fNav li a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/


.sitemap_navs {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sitemap_navs li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_navs li a {
	color: #999;
	text-decoration: underline;	
}
















































