@charset "utf-8";
/* CSS Document */
.blue{color:#234a86;}
.red{color:#ff0000;}
.yellow{color:#fff000;}
.merun {color: #b10002;}
.green {color: #2cc200;}
.strikeout, .strikeout2 {position: relative;}
.strikeout::after, .strikeout2::after{
  border-bottom: 0.12em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;  
}
.strikeout::after{
	transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);  
}
.strikeout3 { 
  position: relative;
}
.strikeout3::after {
  border-bottom: 0.10em solid #000;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 57%;  
}
/*===================================
			start footer
====================================*/
footer{padding:45px 0;border-top:1px solid #dbdbdb;background:#fafafa;}
ul.ftrlist{padding:0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	padding:0 15px;
	font-size:16px;
	line-height:16px;
	color:#333333;
	text-align:center;
	position:relative;
}
ul.ftrlist li a{color:#333;}
ul.ftrlist li:after{
	content:"";
	position:absolute;
	right:0;
	top:4px;
	height:15px;
	background:#333;
	width:1px;
}
ul.ftrlist li:last-child:after{display:none;}
.ftrtxt, .ftrtxt2{
	font-size:16px;
	line-height:26px;
	color:#333;
	text-align:center;
	margin-top:6px;
}
.ftrtxt2{margin-top:18px;}
@media only screen and (max-width: 1000px){
ul.ftrlist li{font-size:16px;line-height:16px;}
ul.ftrlist li:after{top:3px;}
.ftrtxt, .ftrtxt2{
	font-size:14px;
	line-height:24px;
}
}
@media only screen and (max-width: 767px){
footer{padding:30px 0;}
ul.ftrlist li{
	padding:0 10px;
	font-size:12px;
	line-height:12px;
}
ul.ftrlist li:after{height:12px;}
.ftrtxt, .ftrtxt2{
	font-size:12px;
	line-height:22px;
	margin-top:4px;
}
.ftrtxt2{margin-top:10px;}
}
/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .show-389{display:none;}
@media only screen and (max-width: 1000px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 389px){
.show-389{display:block;}
.hide-389{display:none;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}
