@charset "utf-8";
/*================================================================

リセット／共通

================================================================*/

/*	fontsize : 12px[default]
---------------------------------
10px	84%		19px	159%
---------------------------------
11px	92%		20px	167%
---------------------------------
12px	100%	21px	175%
---------------------------------
13px	109%	22px	184%
---------------------------------
14px	117%	23px	192%
---------------------------------
15px	125%	24px	200%
---------------------------------
16px	134%	25px	209%
---------------------------------
17px	142%	26px	217%
---------------------------------
18px	150%			
---------------------------------*/

@charset "utf-8";

/* default.css */



/*-------------------------------------------------
///	リセット設定
-------------------------------------------------*/

a {
}

a img, img {
	border:0;
}

address, caption {
	font-style:normal;
	font-weight:normal;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}

caption, th {
	text-align:left;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

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

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

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


/*-------------------------------------------------
///	basic設定
-------------------------------------------------*/

/* form */
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}

input, textarea {
	line-height:1.4;
	padding:0;
	vertical-align:middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align:text-bottom;
}

input[type="submit"] {
	padding:0.1em;
}

input[type="reset"] {
	padding:0.1em;
}

input[type="button"] {
	padding:0.1em;
}

legend {
	background:#FFFFFF;
	padding:0.3em;
}

select {
	padding:0;
}

/* for IE6 */
* html input {
	padding:0.1em;
}

* html input.checkbox,
* html input.radio {
	vertical-align:-0.3em;
}

* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}

* html select {
	vertical-align:-0.2em;
}

/* for IE7 */
*+html input {
	padding:0.1em;
}

*+html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}

*+html select {
	vertical-align:-0.2em;
}

/* for Opera9.27 */
	html:first-child input {
	padding:0.1em;
}

html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
	vertical-align:middle;
}

html:first-child input[type="submit"] {
	padding:0.3em;
}

html:first-child select {
	padding:0.2em 0.5em;
}

/* for Opera9.5+ [Safari3 & Chrome] */
body:first-of-type input {
	padding:0.1em;
}

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align:text-top;
}

body:first-of-type input[type="submit"] {
	padding:0.3em 0.3em 0.2em 0.3em;
}

/* for Safari3 & Chrome */
html:not(:only-child:only-child) input {
	padding:0;
	vertical-align:baseline;
}

html:not(:only-child:only-child) select {
	vertical-align:0;
}

option {
	padding-right: 10px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

ol, ul {
	text-align:left;
}


ol li {
	list-style: none;
}

ul li {
	list-style: none;
}


th {
	font-weight:bold;
	text-align:center;
}

em, strong {
	font-weight:bold;
}

p {
	text-align:left;
	width:auto;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
html { 
	overflow-y: scroll; /* firefoxのスクロールバーを常に表示 */
	height: 100%;
}
body {
	width: 100%;
	line-height: 1.5;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;			
	font-size: 12px;
}
/* for IE6 */
* html body { 
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* for IE7 */
*:first-child+html body { font-size: 75%; }

table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: inherit;
}
td, th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li { list-style: none; }
caption, th {
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #7aa20b;
	outline: none;
}
a:hover { color: #7aa20b; text-decoration: underline; }
br { letter-spacing: normal; }
hr { display: none; }
img {
	vertical-align: bottom;
	border: none;
}
