@charset "UTF-8";
/*----------------------------------------

	+ common
		- body

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

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

strong {
	font-weight: bold;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

img, table {
	border: 0;
}

sup, sub {
	position: relative;
	height: 0;
	padding: 0 2px;
	vertical-align: baseline;
	_vertical-align: bottom;
	font-size: 10px;
	line-height: 1;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------------
	body
-----------------------------------------*/

body {
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.fontLL {
	font-size: 18px;
}

.fontL {
	font-size: 16px;
}

.fontM {
	font-size: 14px;
}

.fontS {
	font-size: 12px;
}

.fontSS {
	font-size: 10px;
}

a {
	color: #c82929;
	text-decoration: none;
}
