
*{
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#555555;
}

.back_color_gray{
	background:#f6f5f2;
	position:relative;
	overflow:hidden;
}

a{
	text-decoration:none;

}

a:hover{
		cursor:pointer;
	color:#999;
}

h3{
 	font-size:24px;
}

h2{
	width:370px;
	font-size:16px;
	line-height:1.8em;

	font-family:"游ゴシック";
}

img{
	opacity:0.6px;
}

p{
	font-size:12px;
	line-height:2.2em;
	font-family:"游ゴシック";
}



.this_page{
	color:#999;
}


header{
	width:100%;
	max-width:1250px;
	position:relative;
	height:auto;
	overflow:auto;
}

.clearfix:after{
	content:" ";
	display:block;
	clear:both;
}

header .logo{
	width:760px;
	height:240px;
	padding:90px 0 0 100px;
	box-sizing:border-box;
	overflow:hidden;
	float:left;

}


.logo a{
	background-image:url(../images/all/logo2.png);
	background-repeat:no-repeat;
	background-size:110px;
	display:inline-block;
	width:126px;
	height:240px;
	text-indent:100%;
	white-space: nowrap;	
	overflow: hidden;
}


header ul{
	width:800px;
	height:100px;
	text-align:right;
	position:absolute;
	top:20px;
	right:30px;
}

header li{
	display:inline-block;
	padding:13px;
  	font-size:12px;
	text-align:center;
}

/* header_nav:hover時のCSS
------------------------------------*/
header .biyon {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size:12px;
  color:#555;
}

header .biyon::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  color: #999999;
  background: #999999;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header .biyon:hover::after {
  transform: scale(1, 1);
}

/* ここまで
------------------------------------*/ 

.footer_bar{
	width:100%;
	height:355px;
	clear:both;
	padding:80px 0;
	box-sizing:border-box;
}


.footer_bar ul{
	width:80%;
	height:195px;
	margin:0 auto;
	box-sizing:border-box;
	line-height:195px;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	text-align:center;
}

.footer_bar .pagetop{
	height:60px;
	text-align:center;
	position:relative;

}

.sankaku{
	
	height:0px;
	width:0px;
	margin:0 auto;
	border-bottom:9px solid #555555;
	border-right:5px solid transparent;
	border-top:9px solid transparent;
	border-left:5px solid transparent;
	position:absolute;
	top:12px;
	left:60px;
	padding-right:3px;
}


.footer_bar li{
	display:inline-block;	
	height:60px;
	line-height:50px;
	box-sizing:border-box;
	border-right:1px solid #777;
}

.footer_bar a{
	display:block;
	height:60px;
	padding:0 20px 0 20px;
	text-align:center;
}

footer{
	width:100%;
	max-width:1250px;
	height:240px;
	margin-top:80px;
	position:relative;	
}

footer hr{
	width:80%;
	color:#777;
}

footer .right a{
	width:110px;
	height:140px;
	background-size:110px;
	background-repeat:no-repeat;
	box-sizing:border-box;
	position:absolute;
	top:140px;
	right:140px;
}


footer .right a img{
	width:110px;
}

footer ul{
	width:500px;
	position:absolute;
	bottom:20px;
	left:130px;
}

footer li{
	font-size:12px;
	line-height:25px;
}

footer h5{
	font-size:10px;
}

footer .copyright{
	font-size:8px;
}

footer .time{
	display:inline-block;
	width:170px;
}