@charset "utf-8";
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	font:14px/1.3 Geneva, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",          Sans-Serif;
	
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

#wrap{
	overflow:hidden;
}

header{
	position:relative;
	width:100%;
	border-bottom:1px solid #CCC;
	z-index:999;
	
}

h1{
	width:100%;
}

h1 img{
	display:block;
	width:50%;
	margin:0 auto;
	padding:10px 0;
}

.siryou a{
	display:block;
	position: absolute;
    top: 0;
	border-radius:5px;
	margin:5px;
	padding:3px 8px;
	background:#F90;
	color:#fff;
}




/*---------topに戻るボタン------------*/
#page-top a{
	display:block;
	text-align:center;
	color:#535353;
	padding:15px 0;
	font-size:116%;
	background:#ccc;
	clear:both;
}


/*-------------フッター---------------*/
footer{
	background:#8dd5e8;
	clear:both;
	width:100%;
}

.footer_logo img{
	display:block;
	width:70%;
	margin:0 auto;
	padding:20px 0;
}

.copy_right{
	color:#fff;
	font-size:77%;
	text-align:center;
	padding:10px 0;
	background:#1baad1 !important;
}


