@charset "UTF-8";

/*
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: local("Noto Sans CJK JP"),
+    local("Noto Sans JP"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
*/

@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: local("Noto Sans CJK JP"),
+    local("Noto Sans JP"),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 500;
src: local("Noto Sans CJK JP"),
+    local("Noto Sans JP"),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 700;
src: local("Noto Sans CJK JP"),
+    local("Noto Sans JP"),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 900;
src: local("Noto Sans CJK JP"),
+    local("Noto Sans JP"),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}

body * {
box-sizing:border-box;
}

html {
font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-size: 13px;
font-size: 1.3rem;
line-height:1.6;
/* sets the default sizing to make sure nothing is actually 10px */
}
/*
@media screen and (max-width: 768px) {
html { font-size: 70%; }
}
*/
a { color: #222; }


/* #gotop */
#gotop {
z-index:200;
_display:none;
position:fixed;
bottom:0;
left:50%;
margin: 0;
padding: 0;
margin-left:450px;
line-height: 1;
}
#gotop a {
width:50px;
display: block;
}

#gotop a img {
width: 100%;
height: auto;
}

table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: none;
}

@media screen and ( max-width: 1000px ) {
#gotop {
left: auto;
right:10px;
margin-left:0px;
}
#gotop a {
width:45px;
}

}



/*   Button -------------------------------------------    */
.btn01 {
clear: both;
margin: 1em auto;
text-align: center;
}
.btn01 a {
display:block;
padding: .8em 0em;
font-weight: 400;
text-decoration: none;
color: #fff;
background-color: #222;
	-webkit-transition : background-color 0.3s ease ;
	transition : background-color 0.3s ease ;
}
.btn01 a:hover {
background-color: #777;
}



/*   Header -------------------------------------------    */
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
header > div {
position: relative;
margin: 0 auto;
width: 100%;
max-width: 900px;
background-color: rgba(255,255,255,0.9);
}

header h1 {
margin: 0 auto;
padding: 12px 0 30px;
width: 80px;
z-index: 100;
line-height: 1;
background-color: rgba(255,255,255,0.9);
}
header h1 img {
width: 100%;
height: auto;
}

header nav {
position: relative;
z-index:110;
}
header nav ul {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1000px;
list-style-type: none;
border-bottom: solid 1px #C2C2C2;
}
header nav ul li {
letter-spacing: 1px;
line-height: 1;
text-align: center;
font-weight: 500;
border-bottom: solid 1px #C2C2C2;
}
header nav ul li a {
display: block;
padding: 20px 10px;
font-size: 1.7rem;
text-decoration: none;
background:rgba(245,245,245,.95);
	-webkit-transition : background 0.3s ease ;
	transition : background 0.3s ease ;
}
header nav ul li.visit a {
background:rgba(205,205,205,.95);
}

header nav ul li a:hover {
background:rgba(225,225,225,.95);
}

@media screen and ( min-width: 769px ) {
header > div {
overflow: hidden;
width: 90%;
}
header h1 {
float: left;
padding: 20px 0 12px;
}
header h1 img { width: 60px; }

header nav { margin-top: 20px; }
header nav ul {
border-bottom: none;
text-align:right;
}
header nav ul li {
display: inline-block;
padding: 10px 5px;
font-weight: 700;
border-bottom: none;
}
header nav ul li a ,
header nav ul li.visit a{
display: block;
padding: 15px 5px;
font-size: 1.5rem;
background:none;
	-webkit-transition : color 0.3s ease ;
	transition : color 0.3s ease ;
}
header nav ul li a:hover {
color: #999;
background:rgba(255,255,255,0);
}

header nav ul li.visit a {
border-bottom: solid 5px #333;
}

}




/*   Main -------------------------------------------    */
main {
margin:140px auto 0;
width: 100%;
z-index: 1;
}

main .BreadcrumbList {
list-style-type: none;
margin: 0 auto;
padding: 0;
max-width: 1000px;
width: 95%;
}
main .BreadcrumbList li {
display: inline;
}
main .BreadcrumbList li:before {
content: " ＞ ";
}
main .BreadcrumbList li:first-child:before {
content:"";
}
main .BreadcrumbList li a {
padding: 5px 10px;
text-decoration: none;
}

main .BreadcrumbList li:first-child a {
padding-left: 0;
}

main > article {
margin: 0 auto;
max-width: 1000px;
width: 95%;
}

main .fl { float: left; }
main .fr { float: right; }

main hr {
clear: both;
border: none;
border-bottom: solid 1px #ccc ;
height: 30px;
margin:0 0  30px;
}

@media screen and ( max-width: 768px ) {

main .BreadcrumbList li {
font-size: 1rem;
}

main { margin:170px auto 20px; }
main .BreadcrumbList { width: 90%; }
main > article { width: 90%; }

}


/*   Footer -------------------------------------------    */
footer {
margin-bottom: -1px;
width: 100%;
text-align: center;
background-color: #000;
}
footer p {
margin: 0 auto;
padding: 10px 0;
color: #fff;
}
footer p small {
font-size: 1.3rem;
}