@charset "UTF-8";
/*----------------------------------------------------
html5 reset
----------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul,ol{
	list-style:none;
}
blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

@media (max-width: 768px) {
	input, textarea{
		box-sizing: border-box;
		-webkit-appearance: none;
		max-width: 100%;
	}
	input, select {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}
}

/*----------------------------------------------------
全体の基本設定
----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: 0;
    height: 100%;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	position:relative
}


/*----------------------------------------------------
文字サイズ、マージン等の初期化設定
----------------------------------------------------*/

div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,input,
textarea,option,select,address,
caption,cite,code,dfn,em,strong,th,var,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-style: normal;
}


/*----------------------------------------------------
IE7の拡大表示機能での表示の崩れ問題の解決
----------------------------------------------------*/

*:first-child+html * {
	letter-spacing: 0;
}


/*----------------------------------------------------
img要素ボーダー無し
----------------------------------------------------*/

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}


/*----------------------------------------------------
見出し要素の初期化
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


/*----------------------------------------------------
SWFファイルの位置調整
----------------------------------------------------*/

object,embed {
	vertical-align:top;
}

fieldset {
	border: none;
}


/*----------------------------------------------------
フォーム系文字サイズ・行間
----------------------------------------------------*/

input,textarea,option,select {
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
}
button {
	border: none;
	background: none;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	margin: 0;
}
/*
--------------------------------------------------------------------*/
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* (旧reset.cssから引用)
--------------------------------------------------------------------*/
.clearfix{display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* End hide from IE-mac */
