@charset "utf-8";

/*
汎用スタイル
---------------------------*/
/*タイトル*/
.title01__common{
	border-bottom: 2px solid #003922;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.mb0__common{
	margin-bottom: 0px!important;
}
.mb5__common{
	margin-bottom: 5px!important;
}
.mb10__common{
	margin-bottom: 10px!important;
}
.mb20__common{
	margin-bottom: 20px!important;
}
.mb25__common{
	margin-bottom: 25px;
}
.pa3__common{
	padding: 3px;
}
.pa5__common{
	padding: 5px;
}
.pa10__common{
	padding: 10px;
}
.pa3-5__common{
	padding: 3px 5px;
}
.pt40__common{
	padding-top: 40px;
}
.pr10__common{
	padding-right: 10px;
}
.pb10__common{
	padding-bottom: 10px;
}
.text-left__common{
	text-align: left!important;
}
.text-center__common{
	text-align: center;
}
.text-right__common{
	text-align: right!important;
}
.text-white__common{
	color: #FFF;
}
.text-gray__common{
	color: #CCC;
}
.text-red__common{
	color: #B20000;
}
.text-blue__common{
	color: #415CA9;
}
.text-small__common{
	font-size: 0.8em;
}
.text-middle__common{
	font-size: 0.9em;
}
.text-big__common{
	font-size: 1.2em;
}
.line15{
	line-height: 1.5;
}
.bg-gray__common{
	background: #F5F7F4;
}
.table__common{
	width: 100%;
	display: table;
}
.table-cell__common{
	display: table-cell;
}
.cell-center__common{
	vertical-align: middle;
	text-align: center;
}
.cell-center__common img{
	vertical-align: middle;
}
.cell-middle__common{
	vertical-align: middle;
}
.cell-bottom__common{
	vertical-align: bottom;
}
.link-btn-center__common{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.pointer__common{
	cursor: pointer;
}
.w-initial__common{
	width: initial;
}
.w10__common{
	width: 10%;
}
.w20__common{
	width: 20%;
}
.w30__common{
	width: 30%;
}
.w40__common{
	width: 40%;
}
.w50__common{
	width: 50%;
}
.w60__common{
	width: 60%;
}
.w70__common{
	width: 70%;
}
.w75__common{
	width: 75%;
}
.w80__common{
	width: 80%;
}
.w90__common{
	width: 90%;
}
.w100__common{
	width: 100%;
}

/*
メインコンテンツ
-----------------------------------------*/
.feature__bnr-area{
	margin-bottom: 10px;
}
.feature__bnr{
	padding: 0px 6px;
}
.feature__sub-title{
	background: #262157;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

/* ▼▼▼特集ページアイコン追加▼▼▼ */
.main_column .text-icon {
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
    height: 30px;
}
.main_column .text-icon p.release-date {
    width: 150px;
    box-sizing: border-box;
    margin: 13px 2px -2px 2px;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: right;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}
.main_column .text-icon p.icon-block {
    width: 120px;
    height: 30px;
    padding: 8px 10px 4px 9px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size:14px;
}

/*▼▼▼背景色▼▼▼*/
.main_column .text-icon p.bgcolor-org {
    background-color: #E67A00;
}
.main_column .text-icon p.bgcolor-red {
    background-color: #ff0000;
}
.main_column .text-icon p.bgcolor-black {
    background-color: #000000;
}
.main_column .text-icon p.bgcolor-blue {
    background-color: #012FBF;
}

.main_column .text-icon p.bgcolor-yellow {
    background-color: #FFF000;
}

.main_column .text-icon p.bgcolor-peru {
    background-color: #CD853F;
}

.main_column .text-icon p.bgcolor-green {
    background-color: #008000;
}

.main_column .text-icon p.bgcolor-darkslategray {
    background-color: #2F4F4F;
}

.main_column .text-icon p.bgcolor-purple {
    background-color: #800080;
}
/*▲▲▲背景色▲▲▲*/
/* ▲▲▲特集ページアイコン追加▲▲▲ */
