@charset "UTF-8";

/* 東京マルイ - special.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;
}

.heading_lv5{
	margin-top: 20px;
	text-align: center;
	color: #01b5e2;
}
.heading_lv5 span{
	font-size: 10px;
	font-weight: normal;
	color: #464646;
}

/* ブロック内 padding */
.block_inner {
	padding: 10px 15px 15px;
}

/* ブロック内 汎用スタイル */
.block .img {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
}
.block .img-narrow {
	margin-top: 10px;
	padding: 0 20px;
}
.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;
}

/* 個別スタイル */
.table_wrap{
	margin: 0 20px;
}
.table{
	width: 100%;
	box-sizing: border-box;
}
.table th,
.table td{
	vertical-align: middle;
	border-bottom: 3px solid #fff;
}
.table th{
	padding: 5px 10px;
	color: #fff;
	background: #01b5e2;
}
.table td{
	padding: 5px 10px;
	font-weight: bold;
	background: #fff1e6;
}

.notice{
	margin-top: 20px;
}
.notice li{
	padding-left: 1em;
	text-indent: -1em;
}

.cast li{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.cast li:before{
	content: '●';
    color: #01b5e2;
}
.list li{
	font-size: 13px;
	font-weight: bold;
}
.list li:before{
	content: '●';
    color: #01b5e2;
}

/* adjustment */
.mt30 {
	margin-top: 30px;
}
.mt10 {
	margin-top: 10px;
}
.fc_red {
	color: #e91b00;
}
.align-left{
	text-align: left;
}

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