@charset "UTF-8";

/* 東京マルイ - attention.css */

/* ページタイトル */
.heading_lv3 {
	text-align: center;
	line-height: 1;
}
.heading_lv3_line {
	width: 100%;
	height: 1px;
	background-color: #01b5e2;
	margin: 4px 0 2px;
	display: block;
}

/* ブロック */
.block {
	margin-top: 25px;
	border: solid 1px #01b5e2;
	font-size: 12px;
	line-height: 1.75;
}
/* ブロックタイトル */
.heading_lv4 {
	background-color: #01b5e2;
	padding: 8px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.heading_lv4_label {
	display: inline-block;
	background-color: #000000;
	padding: 5px 2px;
	color: #e91b00;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}
/* ブロック内 padding */
.block_inner {
	padding: 10px 15px;
}

/* ブロック内 汎用スタイル */
.block .img {
	margin-bottom: 10px;
	text-align: center;
}
.block .img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.block .strong {
	font-weight: bold;
}
.block .notes {
	font-size: 10px;
}

/* 接頭辞系 */
.ic_circle {
	padding-left: 1.5em;
}
.ic_circle:before {
	margin-left: -1.3em;
	content: "● ";
	color: #01b5e2;
}
.ic_cation {
	padding-left: 3em;
}
.ic_cation:before {
	margin-left: -3em;
	content: "【！】";
	color: #e91b00;
}

/* 個別スタイル */
.block .cation span {
	display: inline-block;
	border: solid 2px #e91b00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fde8e5;
	padding: 0 10px;
	color: #e91b00;
}
.sub {
	border-top: dotted 1px #000;
	padding: 15px 0;
}
.sub.first {
	margin-top: 20px;
	border-top: solid 1px #01b5e2;
}
.heading_lv5 {
	margin-bottom: 10px;
	font-size: 16px;
	text-decoration: underline;
}
.ban {
	background-color: #fde8e5;
	padding: 10px;
}
.ban .word {
	display: inline-block;
	margin-right: 1em;
}
.list_qa .question {
	border-top: dotted 1px #000;
	padding-left: 2em;
	padding-top: 10px;
	font-weight: bold;
}
.list_qa .question:first-child {
	border-top: 0;
}
.list_qa .question:before {
	margin-left: -2em;
	content: "Ｑ：";
	color: #01b5e2;
	font-weight: bold;
}
.list_qa .answer {
	padding-left: 2em;
	padding-bottom: 10px;
}
.list_qa .answer:before {
	margin-left: -2em;
	content: "Ａ：";
	color: #01b5e2;
	font-weight: bold;
}
.ic_notice {
	padding-left: 1em;
}
.ic_notice:before {
	content: "※";
	margin-left: -1em;
}

/* adjustment */
.mt10 {
	margin-top: 10px;
}
.fc_red {
	color: #e91b00;
}

#attention-1,
#attention-2{
	padding-top: 73px;
	margin-top: -73px;
}
