@charset "utf-8";
/************************************************************************************
RESET
*************************************************************************************/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
html { line-height: 1; }
ol, ul { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img { border: none; }
img { vertical-align: bottom; }
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	margin: 0 0;
	color: #323232;
	font-size: 80%;
}
/* text */
a:link {
	color: #323232;
	text-decoration: none;
}
a:visited {
	color: #323232;
	text-decoration: none;
}
a:hover {
	color: #323232;
	text-decoration: underline;
}
a:active {
	color: #323232;
	text-decoration: none;
}
.fr {
color:#e61e1e;
}
/* parts
---------------------------------------------*/
.disc ul {
	list-style-type: disc;
	padding-left: 1.5em;
 text-indent: -.1em;
}
.fs { font-size: 11px; }
.b { font-weight: bold; }
strong { font-weight: bold; }
.fl { font-size: 110%; }
.pad-cap {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad-cap2 {
	padding-top: 20px;
	padding-bottom: 5px;
}
.pt15 { padding-top: 15px; }
.txt-c { text-align: center; }
.txt-l { text-align: left; }
.txt-r { text-align: right; }
.left { float: left; }
.left_img {
	float: left;
	padding-right: 10px;
	padding-bottom: 8px;
}
.right { float: right; }
.right_img {
	float: right;
	padding-bottom: 8px;
	padding-left: 10px;
}
.clear { clear: both }
.overflow {
	overflow: hidden;
	_zoom: 1;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
.next {
	clear: both;
	margin-top: 40px;
}
.next2 {
	clear: both;
	margin-top: 80px;
}
