@charset "utf-8";

/* base style ------------------------------ */

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-family: 'Sawarabi Gothic', '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}
html {
	background-color: #e60012;
}
body {
	background: #ffffff;
	color: #000000;
}
#wrapper {
	background: #ffffff;
}

a:link,
a:visited {
	color: #000000;
}
a:hover,
a:active {
	color: #000000;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

ul {
 list-style-type: none;
}


.hover {
 display: inline-block;
	backface-visibility: hidden;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
a.hover:link,
a.hover:visited {
	opacity: 1.0;
}
a.hover:hover,
a.hover:active {
	opacity: 0.6;
}



.loader {
	display: block;
	font-size: 10px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin: -15px 0px 0px -15px;
	text-align: left;
	overflow: hidden;
	text-indent: -9000px;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
	border-left: 0.5em solid #000000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.1s infinite linear;
	animation: loading 1.1s infinite linear;
}
@-webkit-keyframes loading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes loading {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}



/* to pagetop */
#foot-topagetop {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
#foot-topagetop.show {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
#foot-topagetop.show.restart,
#foot-topagetop.show.stop {
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}





/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0;
}
/* ----- clerfix */

.clear {
	clear: both;
}

.txXXL {
	font-size: 160%;
	line-height: 145%;
}
.txXL {
	font-size: 140%;
	line-height: 145%;
}
.txL {
	font-size: 116%;
	line-height: 145%;
}
.txM {
	font-size: 100%;
	line-height: 160%;
}
.txS {
	font-size: 84%;
	line-height: 135%;
}
.txXS {
	font-size: 70%;
	line-height: 135%;
}
.txXXS {
	font-size: 60%;
	line-height: 135%;
}

.txBold {
	font-weight: 500;
}

.txNormal {
	font-weight: 400;
}

.strong {
	font-weight: 600;
}

.error {
	color: #ff0000;
}

.txRed {
	color: #e60012 !important;
}

.nowrap {
	white-space: nowrap !important;
}

.break-all {
	word-break: break-all;
	word-wrap: break-word;
}

.alnC {
 text-align: center !important;
}
.alnL {
 text-align: left !important;
}
.alnR {
 text-align: right !important;
}

.underline {
	border-bottom: 1px solid #22537d;
}

.indent01 {
	margin-left: 1.0em;
}



.list01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
.list01 > li {
	margin: 0px;
	padding: 0px;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.list02 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
.list02 > li {
	margin: 0px;
	padding: 0px;
	text-indent: -2.5em;
	margin-left: 2.5em;
}



