@charset "utf-8";
/*-------------- RESET --------------*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
 
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;600;700&display=swap');
html {
	background: url("../images/bg_body.jpg");
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	font-size: 100%;
	color: #333;
}
/*
body {
	background-image: url("../images/bg_im01_sp.png");
	background-repeat: no-repeat;
	background-position: top 120px center;
}
@media screen and (min-width: 768px) {
	body {
		background-image: url("../images/bg_im01_pc.png");
		background-position: top 230px center;
	}
}
*/
body,
div,
article,
section,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
	margin:0;
	padding:0;
	margin-block-start: 0;
    margin-block-end: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
ol,
ul {
	list-style:none;
}
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/* RESET + */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:none;
	font-size: 0%;
	line-height: 0%;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/*Hides from IE-mac \*/*html .clearfix {height:1%;} .clearfix {display:block;}/*End hide from IE-mac*/

.dis_pc {
	display: inherit;
}
.dis_sp {
	display: none;
}
@media only screen and (max-width:758px) {
	.dis_pc {
		display: none;
	}
	.dis_sp {
		display: inherit;
	}
}

/*img---*/
img {border:none; font-size: 0%; line-height: 0%;}
@media only screen and (max-width:758px) {
img{max-width: 100%; height: auto; width /***/:auto;　}
}

/*text---*/
.serif {font-family: 'Noto Serif JP', serif;}

.fw_300 {font-weight: 300;}
.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}

.c_r {color:#FF0000;}
.c_b {color:#3366cc;}
.c_lg {color:#999999}
.c_w {color:#FFFFFF;}
.c_g {color:#33a02c;}

.f10 {font-size:10px;}
.f12 {font-size:12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}

.ls01 {letter-spacing:0.1em;}
.ls02 {letter-spacing:0.2em;}
.l_h120 {line-height:120%;}
.l_h160 {line-height:160%;}
.l_h200 {line-height:200%;}

.t_r {text-align:right;}
.t_l {text-align:left;}
.t_c {text-align:center;}

/*Link---*/
a:link { color:#666666; }
a:visited { color:#666666; }
a:hover { color:#333333; text-decoration:underline}
a:active { color:#666666; text-decoration:underline}
a { text-decoration:none; }

/* Rollover ---*/
a:hover img.rollover {opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7;}

/*margin---*/
.t05 {margin-top:5px;}
.t10 {margin-top:10px;}
.t20 {margin-top:20px;}
.t30 {margin-top:30px;}
.t40 {margin-top:40px;}
.b05 {margin-bottom:5px;}
.b10 {margin-bottom:10px;}
.b20 {margin-bottom:20px;}
.b30 {margin-bottom:30px;}
.b40 {margin-bottom:40px;}
.b50 {margin-bottom:50px;}
.b70 {margin-bottom:70px;}
.b80 {margin-bottom:80px;}
.b100 {margin-bottom:100px;}
.b120{margin-bottom:120px;}
.l05 {margin-left:5px;}
.l10 {margin-left:10px;}
.l20 {margin-left:20px;}
.l30 {margin-left:30px;}
.l40 {margin-left:40px;}
.r05 {margin-right:5px;}
.r10 {margin-right:10px;}
.r20 {margin-right:20px;}
.r30 {margin-right:30px;}
.r40 {margin-right:40px;}
.all0 {margin:0; padding:0;}

/*float---*/
.float_r {float:right;}
.float_l {float:left;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/*Hides from IE-mac \*/*html .clearfix {height:1%;}.clearfix {display:block;}/*End hide from IE-mac*/

/*page_top---*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:0.7; filter:alpha(opacity=80); -moz-opacity:0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}