@charset "utf-8";

/* 共通
 ======================================== */
* {
	margin: 0;
	padding: 0;
}

html, body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, label, input,
table, caption, tbody, thead, tfoot, th, td,
header, hgroup, nav, article, section, aside, footer,
address, small, strong, sub, sup {
/*	position: relative;	*/
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
	background:transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}

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

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table, th, td {
	vertical-align: top;
}

ul ,ol, li, dl, dt, dd {
	list-style: none;
}

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

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

a {
	margin: 0;
	padding :0;
	outline: none;
	border: 0;
	text-decoration: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #272727;
}

input, select {
	vertical-align: middle;
}

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

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

object, embed {
vertical-align: top;
}

.cfx:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0;
}
.cfx { display: inline-table; zoom:1; }
/* hides from ie mac \*/
* html .cfx { height: 1%; }
.cfx { display: block; }
/* end hide from ie mac */

.hidetxt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

html {
/*	overflow-y:scroll;	*/
}

body {
	word-break: break-all;
	font: 12px/1.22 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;	
}

.font10 { font-size: 83.3%; }
.font11 { font-size: 91.7%; }
.font12 { font-size: 100%; }
.font13 { font-size: 108.3%; }
.font14 { font-size: 116.7%; }
.font15 { font-size: 125%; }
.font16 { font-size: 133%; }
.font17 { font-size: 141.7%; }
.font18 { font-size: 150%; }
.font19 { font-size: 158.3%; }
.font20 { font-size: 166.7%; }
.font21 { font-size: 175%; }
.font22 { font-size: 183.3%; }
.font23 { font-size: 191.7%; }
.font24 { font-size: 200%; }
.font25 { font-size: 208.3%; }
.font26 { font-size: 216.7%; }
.font30 { font-size: 250%; }