@charset   "UTF-8";

/***************　reset　****************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

html{
	line-height:1
	overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size:14px;
	line-height:180%;

	font-family: "Lato","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	
	/*font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	/*font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
	text-align:center;
}
table {
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}
ol, ul{
    list-style:none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

nav ul {
	list-style:none;
}
.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
.text_left{
	text-align:left;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
#notice {
	display:inline-block;
	padding:20px 50px;
	border:2px solid red;
	background-color:white;
	font-size:1.3em;
	font-weight:bold;
	position:absolute;
	top:20px;
	left:center;
	margin-left:-250px;
}