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

file name  : reset.css
style info : スタイルリセット用

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

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, font, 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 {
	margin: 0;
	padding: 0;
}
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.0em;
}
html {
	font-size: 100%;
}
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/* font-family: arial, helvetica, sans-serif; */
	font-size:0.75em;
	line-height:1.8;
	color:#2a2a2b;
	text-shadow:#000 0 0 0;
}
/* IE
--------------------------------------------- */
*:first-child+html * {
	font-family:"メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
}
* html * {
	font-family:"メイリオ", Meiryo, sans-serif;
}
* {
	zoom:1;
}
/* for IE6
--------------------------------------------- */
ul, ol, li {
	zoom: normal;
}
/* SAFARI
--------------------------------------------- */
p {
	text-shadow:#000 0 0 0;
	margin-left:12px;
}
/* FIREFOX
--------------------------------------------- */
textarea {
	overflow: auto;
}
html {
	overflow: -moz-scrollbars-vertical;
}
p {
	/* [disabled]-moz-opacity: 0.99; */
}
/*
---------------------------------------------
TEXT
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: .238em;
}
h2 {
	clear:both;
	font-size: 1.4em;
	line-height: 1.15;
	margin-bottom: .357em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: 0.476em;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0.715em;
}
h5, h6 {
	font-size: 1.1em;
	margin-bottom: 0.715em;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
blockquote, q, cite {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}
pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: normal;
	font-variant: normal;
}
var {
	font-style: normal;
}
p {
}
.center {
	text-align: center;
}
.alertx {
	font-weight:bold;
	color:#E70012;
	border-bottom:3px double #E70012;
}
.colortx {
	color:#E70012;
}
.stx {
	font-size:0.85em;
}
.ltx {
	font-size:1.1em;
	line-height:1.1;
}
.lltx {
	font-size:1.3em;
	line-height:1.3;
}
.tx_left {
	text-align:left;
}
.tx_right {
	text-align:right;
}
/*
---------------------------------------------
clearfix
--------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*
MAC IE
--------------------------------------------- */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End MAC IE ------------------------------- */
, clear {
 clear:both;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	margin:0;
	height:0;
	visibility:hidden;
}
/*
---------------------------------------------
LINK
--------------------------------------------- */
a {
	color:#EF4E00;
	text-decoration:none;
	outline:none;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover, a:focus, a:active {
	color:#ff7300;
	text-decoration:none;
}
a:focus {
	outline:none;
}
/*
---------------------------------------------
margin
--------------------------------------------- */
.topmgn10 {
	margin-top:1.0em;
}
.topmgn20 {
	margin-top:2.0em;
}
.mgn10 {
	margin-left:1.0em;
}
.mgn20 {
	margin-left:2.0em;
}
.spacer10 {
	clear:both;
	height:10px;
	font-size:1px;
}
.spacer20 {
	clear:both;
	height:20px;
	font-size:1px;
}
/*
---------------------------------------------
float
--------------------------------------------- */
.fitRight {
	float:right;
	margin:0 0 10px 10px;
}
.fitLeft {
	float:left;
	margin:0 10px 10px 0;
}
/*
---------------------------------------------
Image
--------------------------------------------- */
img {
	border:0;
}
/*
---------------------------------------------
List
--------------------------------------------- */
ul {
	list-style: disc outside none;
}
ol {
	list-style: decimal outside none;
}
li {
	margin-left: 2em;
}
li ul, li ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
}
/*
---------------------------------------------
Presentation
--------------------------------------------- */
hr {
	border: 0;
}
big {
	font-size: 1.25em;
}
small, sub, sup {
	font-size: .85em;
}
sub, sup {
	line-height: 1;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
del, s, strike {
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dotted;
	text-decoration: none;
}
bdo {
	border-bottom: 1px dotted;
}
u {
	text-decoration: underline;
}
/*
---------------------------------------------
Form
--------------------------------------------- */
fieldset {
	padding: 1em;
}
legend {
	font-weight: bold;
	padding: 0 .25em;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}
input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}
input[type=text], input[type=password], textarea {
	padding: 1px;
}
textarea {
	line-height: 1.25;
	text-align: left;
}
/*
---------------------------------------------
Table
--------------------------------------------- */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.3;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}
th, td {
	padding: .5em 1em;
}
caption {
	padding-bottom: 1em;
}
th {
	font-weight: bold;
	white-space:nowrap;
}
