@charset "utf-8";

html {
	height:100%;
}
body {
	color: #111;
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
	min-width: 980px;
	 overflow: auto;
}
article {
	position: relative;
	z-index: 1;
	background-color:#fff;
	
	width: 100%;
	overflow: hidden;
}

article.nobg {
	background:none;
}


/*-----------------------------------------------------------------------
* clearfix
-------------------------------------------------------------------------*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}

a {
	opacity:1;
	transition:.3s;
}
a:hover {
	opacity:.7;
	transition:.3s;
}

br.spbr {
	display:none;
}

sub {
    vertical-align: baseline;
    font-size: small;
}




