/* Your custom css code goes here */

nav.navbar {
	/* [disabled]position: fixed; */
	right: 0;
	left: 0;
	z-index: 970;
}


/* ヘッダーの固定 */
#header-fixed{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}


/* コンテンツ位置 */
#content{
	top;100px;
}

#headcontent{
	margin-top:8em;
}


#border{
	border-top: 1px solid rgba(0,0,0,.1);
}


.abouttext{
	margin-bottom: 2em;
	padding-left: 15px;
	padding-right: 15px;
}

.abouttext2{
	font-size:22px;
	line-height:1.5em;
	margin-bottom: 2em;
	padding-left: 15px;
	padding-right: 15px;
}

.abouttext3{
	padding-top:2em;
	margin-bottom: 2em;
	padding-left: 15px;
	padding-right: 15px;
}


.suisen{
	max-width:90%;
	}

.arrow{
	margin:2em 0;
}


.textpadding{
	padding-left:15px;
	padding-right:15px;
}


.shiro h3{
	color:#FFF;
	font-size:20px;
}

.shiro h4{
	color:#FFF;
	font-size:30px;
	font-weight:bold;
}


.syourei{
	padding-top:5em;
	border-top: 1px solid rgba(0,0,0,.1);
}


.ls{letter-spacing:-2px
}


/* 
.syoureitext h3{
	font-size:20px;
}



.banner1 {
	background:url(../img/douga_img.jpg) no-repeat; ロールオーバー時のチラつき防止

.banner1 a {
    width: 100%;
    height: 100%;
	background:url(../img/douga_img.jpg) no-repeat;
    display: block;
    text-indent: -9999px;
}

.banner1 a:hover {
	background-image:url(../img/douga_img_over.jpg)
}
 */
