@charset "utf-8";

/* initialize */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	color: #000;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
mark {
	background-color: #ff0;
	color: #000; 
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
a {
	color: #333;
	outline: none;
}
img {
	vertical-align: bottom;
}
body {
	font-size: 14px;
	font-family: Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','A-OTF 新ゴ Pro',Helvetica;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

/* BASE */
#wrapper {
	position: relative;
}

/* MARGIN */
.m5  {margin-bottom:  5px;}
.m10 {margin-bottom: 10px;}
.m15 {margin-bottom: 15px;}
.m20 {margin-bottom: 20px;}
.m25 {margin-bottom: 25px;}

/* PADDING */
.p5  {padding-bottom:  5px;}
.p10 {padding-bottom: 10px;}
.p15 {padding-bottom: 15px;}
.p20 {padding-bottom: 20px;}
.p25 {padding-bottom: 25px;}

/* FONT-SIZE */
.px11 {font-size: 11px;}
.px12 {font-size: 12px;}
.px13 {font-size: 13px;}
.px14 {font-size: 14px;}
.px15 {font-size: 15px;}
.px16 {font-size: 16px;}
.px17 {font-size: 17px;}
.px18 {font-size: 18px;}
.px19 {font-size: 19px;}
.px20 {font-size: 20px;}

/* LINE-HEIGHT */
.lh100 {line-height: 1;}
.lh110 {line-height: 1.1;}
.lh120 {line-height: 1.2;}
.lh130 {line-height: 1.3;}
.lh140 {line-height: 1.4;}
.lh150 {line-height: 1.5;}

/* EFFECT */
.box-shadow {
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.box {
	box-align: center;
	display: box;
	display: -moz-box;
	display: -webkit-box;
	width: 100%;
	-moz-box-align: center;
	-webkit-box-align: center;
}
.box > .flex {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
