@charset "utf-8";

/*******************************************
Font-size Adjustment
63% = 10px	|	100% = 16px	|	138% = 22px
69% = 11px	|	107% = 17px	|	144% = 23px
75% = 12px	|	113% = 18px	|	150% = 24px
82% = 13px	|	119% = 19px	|	157% = 25px
88% = 14px	|	125% = 20px	|	163% = 26px
94% = 15px	|	132% = 21px	|
********************************************/

/*---------------------------------------
Reset
----------------------------------------*/
html, body, 
h1, h2, h3, h4, h5, h6, 
div, p, dl, dt, dd, ol, ul, li, 
span, a, strong, em, b, i, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, 
table, caption, tbody, tfoot, thead, tr, th, td, 
fieldset, form, label, legend, input, select, textarea
object, iframe, blockquote, pre, abbr, address, cite, code, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
}
body {
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size:16px;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
}
header, hgroup, menu, nav, section, article, aside, details, figcaption, figure, footer { 
	display:block;
}
strong { 
	font-weight:bold;
}
em {
	color:#F00;
}
table {
	border-collapse:collapse;
}
th, td {
	vertical-align:top;
}
p {
	margin-bottom:15px;
}
caption, th, td {
	text-align:left;
}
ul, ol {
	list-style:none;
}
address {
	font-style:normal;
}

mark {font-weight: bold;}
object {vertical-align: middle; outline: none;}
a {color:#0066CC; -webkit-tap-highlight-color: rgba(00,33,99,0.1);}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.faceBold {font-weight:bold;}
.faceRed {color:#F00; font-weight:normal;}
.faceBoldRed {color:#F00; font-weight:bold;}
.faceBoldSiteColor {color:#1F661F; font-weight:bold;}
.note {
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
	color:#666666;
	font-size:77%;
}
