.float_clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.margin-top5 {
	margin-top: 5px;
}
.margin-top10 {
	margin-top: 10px;
}
.margin-top15 {
	margin-top: 15px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-top50 {
	margin-top: 50px;
}
.margin-top70 {
	margin-top: 70px;
}
.margin-top120 {
	margin-top: 120px;
}
.margin-r9 {
	margin-right: 9px;
}
.pad_left15 {
	padding-left: 15px;
}
.pad_left10 {
	padding-left: 10px;
}
.pad_right10 {
	padding-right: 10px;
}
.pad_top5 {
	padding-top: 5px;
}
.pad_top10 {
	padding-top: 10px;
}
.pad_top30 {
	padding-top: 30px;
}
.pad-btm10 {
	padding-bottom: 10px;
}
.pad10px {
	padding: 10px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.bk {
	color: #000;
}
.bk_b {
	font-weight: bold;
	color: #000;
}
.red {
	color: #F00;
	font-weight: bold;
}
.orange {
	color: #F60;
}
.border1px {
	border: 1px solid #CCC;
}
.border_btm_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #671231;
}
.border_r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.border_r_dot {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.box980 {
	height: auto;
	width: 980px;
}
.box720 {
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.box680 {
	height: auto;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.mw800 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.mw900 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.mw1000 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.mw1100 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.mw1200 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.mw1400 {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.txt_center {
	text-align: center;
}
.fsize16 {
	font-size: 16px;
}
.bg-bk {
	background-color: #000;
}
.bg-wh {
	background-color: #FFF;
}
.hover_opacity:hover {
	filter: alpha(opacity: 70);
	opacity:0.7;
	-moz-opacity: 0.7;
}

.pc_only,
.pc_only02,
.pc_only03 {
  display: block!important;
}

.mobile_only,
.mobile_only02,
.mobile_only03 {
  display: none!important;
}

@media (max-width: 1000px) {
  .pc_only02 {
    display: none!important;
  }
  .mobile_only02 {
    display: block!important;
  }
}

@media (max-width: 736px) {
  .pc_only {
    display: none!important;
  }
  .mobile_only {
    display: block!important;
  }
}

@media (max-width: 600px) {
  .pc_only03 {
    display: none!important;
  }
  .mobile_only03 {
    display: block!important;
  }
}