@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;
	
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;}
	body{line-height:1;}
	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;}
a{
	text-decoration:none;
}
body { 
	margin: 0;
	padding: 0 0;
	-webkit-text-size-adjust: 100%;
	 }

#container{
		width:95%;
		margin-right:auto;
		margin-left:auto;
	}
.nodis-sm{
	display:none;
}

.clear{
	 clear:both;
 }
/*------------------------------------------
color/bg/border
---------------------------------------------*/
.settebluetxt{
	color:#2781b4;
}
.setebluebg{
	background-color:#5ab0e1;
}

.ebired{
	color:#7F0F0F;
}
.bgebired{
	background-color:#600101;
}
.border-grey{
	border:1px solid #ccc;
}

.hr{
	border-bottom:1px dashed #ccc;
	margin:25px 0;
}
/*------------------------------------------
padding/margin
---------------------------------------------*/
.pad_b_20{
	padding-bottom:20px;
}
.pad_b_30{
	padding-bottom:30px;
}
.pad_tb_80{
	padding:80px 0;
}
	

#contentainer{
		width:100%;
		margin:0;
		padding:0;
	}

#btm {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.btmnv ul{
	list-style-type:none;
	width: 95%;
	overflow: hidden;
	margin:0 2.5%;
}
.btmnv ul li {
	float: left;
	width: 49%;
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
}
.btmnv ul .btmnv-r {
	float: right;
	
}

.btmnv ul li a{
	font-size: 14px;
	color:#666;
	width:100%;
	display:inline-block;
	padding:15px 0;
	text-align:center;
	
}
.btmnv ul li a:hover{
	color:#fff;
	background-color:rgba(99,99,87,0.2);
}

.btmnv ul li a::before,
.btmnv ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btmnv ul li a,
.btmnv ul li a::before,
.btmnv ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}


.button {
	display: inline-block;
	width: 90%;
	padding:6px 0;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color:#606060;
	color: #fff;
}
.button:hover {
	background-color: #939393;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*--------btm notes----------------*/
#btmnts {
	clear: both;
	width: 95%;
	margin: 0 2.5% 5%;
}
.btm2{
	display:none;
}
.btm3{
	overflow:hidden;
	width:100%;
	border-top:1px solid #ccc;
}

.btm3 ul li{
	float:left;
	width:45%;
	margin-right:5%;
	padding:10px 0;
}
.btm3 ul li a{
	font-size:12px;
	color:#666;
}
/*#btm{
	display:none;
}
#btmnts{
	display:none;
}*/
/*------------------------------
backtop
------------------------------*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 11px;
}
#page-top a {
	background: #999999;
	text-decoration: none;
	color: #fff;

	padding:8px 10px;
	text-align: center;
	display: block;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	margin:0;
	line-height:1.25em;
}
#page-top a:hover {
	text-decoration: none;
	background: #D1D1D1;
}

@media only screen and (min-width:780px) {
	.nodis-sm{
	display:block;
}

.buttondv ul{
	margin:30px auto 30px;
	padding:0;

}
/*--------------------------------------------
bottom nav&company info
-------------------------------------------*/
#btm{

	width:90%;
	margin:0 auto 15px;
}

.btmnv{
	
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
.btmnv ul{
	margin:0;
	padding:0;

}
.btmnv ul li{
	width:19.75%;
	float:left;	
	border-left:1px solid #ccc;
	margin:0;
	border-bottom:none;
}
.btmnv ul .btmnv-r {
	float: left;
	
}
.btmnv ul li.last{
		
	border-right:1px solid #ccc;
}
.btmnv ul li a{
	font-size: 16px;
	
}
.copy {
	font-size: 0.9em;
}
#btmnts{
	display:block;
	width:100%;
	clear:both;
	overflow:hidden;
	background-color:#B3B3B3;
	color:#fff;
	margin:-13px 0 0 0;
	padding:0;
}
#btmntsbox{
	width:90%;
	padding:0 5%;
	margin:0 auto;
}
#btmnts ul li a{
	text-decoration:none;
	color:#fff;
	font-size:13px;
	line-height: 1.4em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#btmnts ul li a:hover{
	color:#666;
}
.small07{
	font-size:0.6em;
	padding-right:18px;
}
#btmnts ul{
	list-style-type:none;
	}


.btm1{
	width:15%;
	float:left;
	margin:0 2% 0 0;
}

.btm2{
	width:35%;
	float:left;
	margin:0 2.3% 0 0;
	border:none;
	
}
.btm3{
	width:45%;
	float:right;
	
	border:none;
}


/*------------------------------
backtop
------------------------------*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #888;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}




@media only screen and (min-width:1250px) {

#container{
		width:1250px;
		margin-right:auto;
		margin-left:auto;
	}


}
