@charset "utf-8";

/*
	default.css
	要素の基本スタイルをリセット。
 	Ver 1.0
*/

/*

*/

/* ----------------------------------------------------------------- */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, input, select, textarea,
pre, code, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------------------- */

body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiriyo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
}

/* ----------------------------------------------------------------- */

img{
	border: none;
	vertical-align: bottom;
}

object{
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var{
	font-weight: normal;
	font-style: normal;
}

em, strong{
	font-weight: bold;
	font-style: normal;
}

sup{
	vertical-align: text-top;
}

sub{
	vertical-align: text-bottom;
}

fieldset{
	border: none;
}

input, textarea, select, label{
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: middle;
}

label{
	cursor: pointer;
}

textarea{
	overflow: auto;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	line-height: 1.2;
}

hr{
	display: none;
}

q:before, q:after{
	content: '';
}

abbr, acronym{
	border: none;
	font-variant: normal;
}

pre, code{
	font-family: monospace;
}

ul, ol{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td{
	text-align: left;
	vertical-align: top;
}