 @charset "UTF-8";

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

CSS : common
DATE : 2012.06.01

[common] 
	0. Reset
	1. Modules

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

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */



/* -------- common  -------- */
*{
	margin:0;
	padding:0;
}
html,
body,
div,
dl,dt,dd,
ul,li,
h1,h2,h3,h4,h5,h6,
address,
form,
input,
p,
span,
table,tr,td,
img,
a{
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	/* vertical-align: middle; */
	font-style: normal;
	font-weight: normal;
}
dl,dt,dd,
ul,li{
	list-style: none;
}



/* -------- html5  -------- */

header,
nav,
section,
article,
aside,
footer,
hgroup {
	font-size: 100%;
	margin:0;
	padding:0;
	display:block;
}



/* -------- for mediaqueries  -------- */

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	display:block;
}


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

html{
	/* base 10px */
	font-size: 62.5%;
	line-height: 200%;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,"メイリオ", Meiryo, "MS PGothic", sans-serif;
}
body,
div,
dl,dt,dd,
ul,li,
address,
form,
input,
p,
span,
table,tr,td,
a{
	/* =12px */
	font-size: 13px;
	font-size: 1.3rem;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	/* =16px */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}


