@charset "utf-8";


/*-----reset-----*/
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
table, tr, th, td, address, form,
blockquote, pre, code{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}

 
/*--------------------基本設定---------------------*/
body{
	background-color:#fff;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	/font-family:"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;	/*forIE*/
	font-size:12px;
	/font-size:75%;	/*forIE*/
	line-height:1.5;
	color:#000;
	text-align:center;
}


/*-----見出し-----*/
h1, h2, h3, h4, h5, h6{ font-size:100%;}

/*-----段落-----*/
p{ margin-bottom:4px;}

/*-----リスト-----*/
ul{}
ol{}
dl{}

/*-----表組み-----*/
table{
	border-collapse:separate;
	border-spacing:0;
}

/*-----罫線-----*/
hr{
	position:absolute;
	left:-9999em;
	width:10px;
	height:0;
}

/*-----リンク-----*/
a{ color:#000;}
a:hover{
	color:#808080;
	text-decoration:none;
}

/*-----強調-----*/
strong{ font-weight:bold;}
em{ font-style:normal;}

/*-----略語/頭文字-----*/
abbr,
acronym{ cursor:help;}

/*-----画像設定-----*/
img{
	border:none;
	vertical-align:bottom;
	font-family:sans-serif;
	line-height:1;
}

/*-----form部品設定-----*/
input,
select,
select option,
textarea{
	margin:0;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
}

body:last-child:not(:root:root) input,
body:last-child:not(:root:root) textarea{ font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}

