@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, 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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*common*/
.mt0 {
	margin-top:0!important;
}
.mt5 {
	margin-top:5px!important;
}
.mt10 {
	margin-top:10px!important;
}
.mt15 {
	margin-top:15px!important;
}
.mt20 {
	margin-top:20px!important;
}
.mt30 {
	margin-top:30px!important;
}
.mt40 {
	margin-top:40px!important;
}
.mt50 {
	margin-top:50px!important;
}
.mb0 {
	margin-bottom:0!important;
}
.mb5 {
	margin-bottom:5px!important;
}
.mb10 {
	margin-bottom:10px!important;
}
.mb20 {
	margin-bottom:20px!important;
}
.mb30 {
	margin-bottom:30px!important;
}
.mb40 {
	margin-bottom:40px!important;
}
.mb50 {
	margin-bottom:50px!important;
}
.ml0 {
	margin-left:0!important;
}
.ml5 {
	margin-left:5px!important;
}
.ml10 {
	margin-left:10px!important;
}
.ml20 {
	margin-left:20px!important;
}
.ml30 {
	margin-left:30px!important;
}
.mr0 {
	margin-right:0!important;
}
.mr5 {
	margin-right:5px!important;
}
.mr10 {
	margin-right:10px!important;
}
.mr20 {
	margin-right:20px!important;
}
.mr30 {
	margin-right:30px!important;
}
.pt0 {
	padding-top:0!important;
}
.pt5 {
	padding-top:5px!important;
}
.pt10 {
	padding-top:10px!important;
}
.pt20 {
	padding-top:20px!important;
}
.pt30 {
	padding-top:30px!important;
}
.pb0 {
	padding-bottom:0!important;
}
.pb5 {
	padding-bottom:5px!important;
}
.pb10 {
	padding-bottom:10px!important;
}
.pb20 {
	padding-bottom:20px!important;
}
.pb30 {
	padding-bottom:30px!important;
}
.f9 {
	font-size:9px;
}
.f10 {
	font-size:10px;
}
.f11 {
	font-size:11px;
}
.f12 {
	font-size:12px;
}
.f13 {
	font-size:13px;
}
.f14 {
	font-size:14px;
}
.f15 {
	font-size:15px;
}
.f16 {
	font-size:16px;
}
.f17 {
	font-size:17px;
}
.f18 {
	font-size:18px;
}
.f19 {
	font-size:19px;
}
.f20 {
	font-size:20px;
}
.f21 {
	font-size:21px;
}
.f22 {
	font-size:22px;
}
.f23 {
	font-size:23px;
}
.f24 {
	font-size:24px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatNone {
	float:none;
}
.borderNone {
	border:none;
}
.taLeft {
	text-align:left;
}
.taRight {
	text-align:right;
}
.taCenter {
	text-align:center;
}
