@charset "utf-8";

/* CSS初期化のスタイルを記載 */
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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
/* ------------------------
	global
------------------------ */

ul,ol,li {
	list-style: none;
}
br {
	letter-spacing: 0px;
}
a {
	text-decoration: none;
	color: #333;
	outline:none;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
fieldset,img,abbr {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}

/* ------------------------
	font
------------------------ */

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
}
body *, 
body p{
	line-height:1;
} 
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	font-size: 100%;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
table{ 
    font-size:1em; 
}


/* ------------------------
	clearfix
------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

