@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: url("../images/back1.png");
}
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:1300px;margin:auto;}
.wrapUp{
	background: url(../images/bg_up.png) no-repeat;
	background-size:cover;
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1300px !important;
	display: block;
}

h1{
	font-size: 21px;
	padding:10px;
	color: #333;
	position:relative;
	z-index:10px;
	line-height:1.5em;
	border-bottom:4px solid #43B587;
	margin-bottom:10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
}
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:left;
	margin-top:30px;
}
.siteTitle a{
	color: #004D83;
	font-size:30px;
	text-decoration:none;
	font-weight:bold;
	
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.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;
}

/*END HEADER*/


/*BANNER*/

#banner{
	background: url(../images/back.png) no-repeat;
	min-width:1300px;
	
	zoom:1;
	position:relative;
	
	
}
#banner:after{
	content: "";
	
	width:100%;
	height: 3px;
	position:absolute;
	bottom:0;
}
.mv{
	background: url(../images/iphone.png) no-repeat;
	width:277px;
	height:368px;
	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;
}
/*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 {
	display:none;
}
.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:right;
}
.content_middle{
	width:1000px;
	float:right;
}
.content_right{
	width:250px;
	float:left;
}

/********************************CONTENT ELEMENT STYLES*********************************/


/*NAV*/
.nav{
	
	border-bottom:1px solid #333;
	border:1px solid #ccc;
	margin-bottom:30px;
}
.nav h3{
	background: #86afb1;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav li a{
	background: #F8F8F6;
	text-decoration:none;
	color: #333;
	padding:20px;
	-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;
	line-height:1.5em;
	border-bottom:1px solid #ccc;
	border-left:3px solid #43B587;
	
	
}
.nav li a:hover{
	background-color: #43B587;
	color: #fff;
	border-left:3px solid #fff;
}
/*BLOGPARTS*/
.blogparts{
	position:relative;
	background: #fff;
	margin-top:20px;
	padding:10px;
	border-top:4px solid #43B587;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.blogparts h3{

border-bottom:4px solid #43B587;
	margin-bottom:10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: inset 0 0 1px #fff;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #333;
	position:relative;
	z-index:10px;
	line-height: 1.5;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	padding:10px;
	background:#ECF7F3;
}
.blogparts2{
	margin-bottom:20px;
	position:relative;
	background: #D5C6E0;
}
.blogparts2 h3{
	background-color: #192A51;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #fff;
	border-bottom: 1px solid #000;
	position:relative;
	z-index:10px;
}
.blogparts2 h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts2 center{
	background-color: #D5C6E0;
	border: 1px solid #292929;
	padding:15px;
	margin-top:-20px;
	padding-top:30px;
}
/*MAIN CONTENT*/
.textWrap{
	zoom:1;
	background:#ECF7F3;
	padding:10px;
	
}
.text01{
	margin-bottom:10px;
}
.text01{
	border-bottom:1px solid #d9d9d9;
	position:relative;
	background:rgba(255,255,255,0.5);
	padding:20px;
	
	border-top:5px #43B587 solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.text01:after{
	content: "";
	position:absolute;
	border:1px solid #fff;
	width:100%;
	left:0;
	bottom:-3px;
}
.text01 p{
	padding:10px 0;
	font-size:16px;
	line-height:2em;
	letter-spacing:0.03em;
	text-align:justify;
	color: #999;
}
.text01 .capImg{
	float:left;
	margin:20px 10px 10px 0;
	padding:10px;
	background: #eee;
	border:1px solid #eee;
	border-radius:200px;
}
.text01 .capImg img{
	border:1px solid #a29f9a;
}
.link01 a{
	text-decoration:none;
	color: #D20000;
	line-height: 1.5;
	font-size:14px;
	display:block;
	font-weight:lighter;
	padding:15px;
	background: #fff;

	border:1px solid #D20000;
	-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{
	
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	background:#ECF7F3;
}
/*NEWS AND UPDATES*/

.new{
	
	background:#43B587;
	min-width:1300px;
	
}
.new h3{
	
	
	padding:10px;
	font-weight:bold;
	color: #fff;
	position:relative;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new ul{
	
	text-align: center;
}
.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: #fff;
	display:inline-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;
	padding:10px 33px;
	letter-spacing:0.2em;
	
	
}
.new li a:hover{
	color: #b85130;
	background:#fff;
	
}
.new li a span{
	color: #fff;
	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:#333;
}

/*FOOTER*/

#footer{
	background: #43B587;
	margin-top:20px;

	border-top:1px solid #eee;
}
#footer .copy{
	color: #fff;
	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 15px;
}
#footer .fNav li a{
	color: #fff;
	font-weight:normal;
	font-size:12px;
	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;
	padding:5px 30px;
	border-right:1px dotted;
	border-top:1px dotted transparent;
	border-left:1px dotted transparent;
	border-bottom:1px dotted transparent;
}
#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;
	
	border:1px dotted #fff;
}
/*
#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);
}*/


.site-information_navs {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.site-information_navs li {
	font-size: 16px;
	line-height: 50px;
}

.site-information_navs li a {
	color: #999;
	text-decoration: underline;	
}
















































