@charset "UTF-8";

/* ************************************************************************
* 
*	Base
*
************************************************************************ */

html,body{
	width: 100%;
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:16px;
	line-height:1;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
div, form, input, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr{
	margin:0px;
	padding:0px;
}
article, aside, footer, header, nav, section {
	margin:0px;
	padding:0px;
	display: block;
}
ul{
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img{
	vertical-align: top;
	border:none;
}
a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:link, a:visited{
	color:inherit;
	text-decoration:none;
}
a:hover, a:active{
	color:inherit;
}
sup,sub{
	height:0;
	line-height:1;
	vertical-align:baseline;
	_vertical-align:bottom;
	position:relative;
	_position:inherit;
}
sup{
	bottom:1ex;
}
sub{
	top:0.5ex;
}
.alt{
	position:absolute;
	top:-3000px;
	left:-3000px;
}
.clear{
	overflow:hidden;
	_zoom:1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.fit{
	width: 100%;
	height: auto;
}
.links{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.links:hover{
	opacity: .6;
}
@media screen and (max-width : 768px){
	.links:hover{
		opacity: 1;
	}
}
.transition{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

