charset:utf-8;

*{
	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;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size:12px;
  color:#555;
}

a::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;
}
a:hover::after {
  transform: scale(1, 1);
}

a:hover {
  color: #999999;
}

h3{
 	font-size:24px;
}

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

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

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



.this_page{
	color:#999;
}

html,body{
	
	width:100%;
	height:100%;
}

section{
	width:100%;
	height:100%;
}

header{
	width:100%;
	height:100%;
	position:relative;
	
}

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

.index{
	opacity:0;
}

.logo{
	height:442px;
	opacity:0.6;
	background-image:url(../images/all/index_ki.jpg);
	background-repeat:no-repeat;
	background-size:auto 1050px;
	background-position:center -300px;	
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}


.logo a{
	background-image:url(../images/all/logo2.png);
	background-repeat:no-repeat;
        background-size: 86%;
	display:inline-block;
	width:126px;
	height:100px;
	text-indent:100%;
	white-space: nowrap;	
	overflow: hidden;
	position:absolute;
	right:25%;
	top: 16px;	
	bottom:0;
	margin:auto;
}


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

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

#button1,#button2{
	display:none;
}