@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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
/*	overflow-x: hidden;*/
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

/* Default */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	font-family: YakuHanMP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	width: 100%;
	font-weight: normal;
	letter-spacing: 1px;
	overflow-x: hidden;
}
a {
	color: #E50112;
	text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	color: #008CD5;
	text-decoration: underline;
}
a img {
	border-style: none;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
	color: #666;
	font-size: 100%;
	margin: 0.6em 0 0.4em 0;
	font-weight: bold;
}
P, ul, ol, dl {
	margin-bottom: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
	p {
		margin-bottom: 2.5em;
	}
}
ul li, ol li {
	margin-bottom: 0.2em;
}
dl {
	margin: 0 0 2em 0;
}
dl dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0.4em 0;
	padding: 0;
}
ul {
	list-style-position: outside;
	margin-left: 1.8em;
}
ol {
	list-style: decimal outside;
	margin-left: 1.8em;
}
table {
	margin-bottom: 2em;
}
hr {
	width: 100%;
	height: 1px;
	margin: 3em 0 3.5em 0;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
}
