@charset "UTF-8";

/* //////////////////////////////////////////////////

　default.css for html5

////////////////////////////////////////////////// */

/* Reset
-------------------------------------------------- */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, nav, section {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}




/* Normalize
-------------------------------------------------- */

/* Font */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:1;
}
address, em, i {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle; 
}
button, input {
	line-height: normal;
}
input, select {
	vertical-align: middle;
}



/* Common
-------------------------------------------------- */
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	content:"";
	font-size:0;
	visibility:hidden;
}
.clearfix {
	/display:inline-block;
}

a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}
input[type="image"]:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}

.hide  { display: none;}
.flL   { float: left;}
.flR   { float: right;}
.clear { clear: both;}

.m00  { margin:0 !important;}
.mt10 { margin-top: 10px;}
.mr10 { margin-right: 10px;}
.mb10 { margin-bottom: 10px;}
.ml10 { margin-left: 10px;}
.mt20 { margin-top: 20px;}
.mr20 { margin-right: 20px;}
.mb20 { margin-bottom: 20px;}
.ml20 { margin-left: 20px;}
.pt10 { padding-top: 10px;}
.pr10 { padding-right: 10px;}
.pb10 { padding-bottom: 10px;}
.pl10 { padding-left: 10px;}
.pt20 { padding-top: 20px;}
.pr20 { padding-right: 20px;}
.pb20 { padding-bottom: 20px;}
.pl20 { padding-left: 20px;}

.indent {
	padding-left:1em;
	text-indent:-1em;
}

.taR  { text-align: right !important;}
.taL  { text-align: left !important;}
.taC  { text-align: center !important;}
.fwB  { font-weight: bold !important;}
.fwN  { font-weight: normal !important;}

.fM   {	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
.fMM  { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;}

.tab a { outline:none; }

/* list */
.dl-float dt,
.dl-float dd {
	float:left;
}
.dl-float dt {
	clear:both;
}
.ul-float li,
.ol-float li {
	float:left;
}
.ul-inline li,
.ol-inline li {
	display:inline-block;
	/display:inline;
	/zoom:1;
}


