@charset "UTF-8";

/*

    東京マルイ - m870.css
	COPYRIGHT(C) TOKYO MARUI Co., Ltd. All rights reserved.

*/

/* main visual
----------------------------------------------------*/
#visual_inner {
  left: 323px;
}

#visual_inner .line1 {
  top: 55px;
}

#visual {
  background-image: url(/news/images/bg_visual_01.jpg);
}

/* layout-C
----------------------------------------------------*/
.layout_c #visual {
	height: 119px;
	min-width: 960px;
	max-width: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	*zoom: 1;
}

/* Topic_path margin
----------------------------------------------------*/
#topic_path {
	margin-bottom: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #afafaf;
	font-size: 91%;
}

#topic_path li {
	display: inline;
}

#topic_path li a {
	padding-right: 12px;
	background-image: url(/common/images/ic_arrow_07.svg);
	background-position: right -5px center;
	background-repeat: no-repeat;
	color: #545454;
	text-decoration: none;
	*zoom: 1;
}

#topic_path li a:hover {
	text-decoration: underline;
}

#topic_path li a:visited {
	text-decoration: none;
}

.main {
  width: 680px;
  margin: auto;
  font-size: 14px;
}

/* warningBox
----------------------------------------------------*/

.warningBox {
  border: 4px solid #e91b00;
  padding: 15px 18px;
}

.warningBox .important {
  color: #e91b00;
  font-weight: bold;
}

.warningBox dl {
  margin: 0 0 10px 0;
}

.warningBox dl dt {
  font-weight: bold;
}

.warningBox dl dt span {
  color: #e91b00;
}

.warningBox dl dd {
  padding: 0 0 0 1em;
}

.warningBox dl dd p {
  margin: 0;
}

.warningBox dl .point {
  margin: 5px 0;
}

.subtitle01 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #999999;
  font-size: 116%;
  line-height: normal;
}

/* sup
----------------------------------------------------*/
.sup {
  margin-left: 1em;
  text-indent: -1em;
}

.sup02 {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 100%;
}

/* border box
----------------------------------------------------*/
.bdbox01 {
  border-bottom: 1px solid #999999;
  margin: 0 0 60px 0;
  padding: 0 0 20px 0;
}
