@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements

 ======================================= */
 
html {
	font-size: 100%;
}
body {
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust:100%;
}
select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}


/* elements
--------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 75%;
	-webkit-text-size-adjust: none;
}
strong {
	font-weight: bold;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	overflow: hidden;
}
option {
	padding-right: 10px;
}

/* IE7以下の画像に対するテキストの回り込み適用対策として
全画像にvertical-alignを入れられないため
適宜ブロックごとにvertical-alignを入れていくこと */
img {
	border: 0;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}