/* ===========================================================================
 PC mobile 共通スタイル 
=========================================================================== */


/* PC用／モバイル用 */
body.mobile .forPC,
body:not(.mobile) .forMobile {
	display: none !important;
}


/*見出し3*/
.areaContent h3 {
	position: relative;
	margin: 20px 0px 10px;
	padding: 8px 0px;
	background-color: #333;
	color: #fff;
	text-align: center;
	clear: both;
	border-left: 5px solid #d068a7;
}
h3 span {
	font-weight : normal;
}



/*見出し4*/
.areaContent h4 {
	position: relative;
	color: #b383a4;
	font-weight: normal;
	padding: 1px;
	margin-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 3px;
	border-bottom: 2px solid #b383a4;
	_zoom: 1;
	overflow: hidden;
	clear: both;
}



/*情報ボックス*/
.infoBox {
	border: 2px solid #c00;
	margin: 10px 5px 20px;
}
.infoBox > h4 {
	margin: 0;
/*	background-color: #eee;*/
	background-color: #c00;
	padding: 15px;
/*	border-bottom: 1px solid #333;
	color: #000;*/
	border-bottom: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
body.mobile .infoBox > h4 {
	font-size: 16px;
}
.infoBox > h4:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f05a";
	margin-right: 10px;
	font-size: inherit;
	display: inline-block;
}


.infoBox p ,
.infoBox .inner {
	padding: 15px;
	overflow: hidden;
}



/*定義リスト*/
dl {
	margin-top: 5px;
}

dl.interval dd {
	margin-bottom: 10px;
}

dt, dd {
	margin-bottom: 5px;
	line-height: 1.4;
}
dt {
	padding: 2px 3px 2px 6px;
	float: left;
	position: relative;
	width: 100px;
	border-radius: 0 0 0 8px;
	z-index: 1;
}
dd {
	position: relative;
	padding: 2px 6px;
	margin-left: 100px;
	border-left: 2px solid  #E2A5CA;
}
dd:after {
	content: " ";
	position: absolute;
	left: -104px;
	top: 0;
	bottom: 0;
	width: 100px;
	background-color: #F4DDEB;
	z-index: 0;
}

dl.dt50  dt { width: 55px; }
dl.dt50  dd { margin-left: 59px; }
dl.dt50  dd:after { left: -59px; width: 55px; }

dl.dt150 dt { width: 150px; }
dl.dt150 dd { margin-left: 154px; }
dl.dt150 dd:after { left: -154px; width: 150px; }



/*ラウンドライン*/
.roundLine {
	color: #fff !important;
	margin: 0 4px;
	padding: 0 10px;
	border-radius: 3px;
	text-decoration: none;
}
a.roundLine {
	transition: opacity 0.3s;
}
a.roundLine:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	transition: opacity 0.3s;
}
a.roundLine:not(.noTgt)[target="_blank"] {
	padding-right: 6px;
}
a.roundLine:not(.noTgt)[target="_blank"]:after {
	content:" ";
	display:inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";

	font-size: 85%;
	line-height: 1;
	margin-left: 10px;
}


/*リンクライン*/
.areaContent a.linkLine {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 1px 0 5px;
	padding: 3px 5px 3px 18px;
    box-sizing: border-box;
	border-radius: 3px;

	color: #fff;
	font-size: 8pt;
	text-decoration: none;
	transition: opacity 0.3s;
	text-align: left;
}
.areaContent a.linkLine img {
	float: right;
	margin-right: 0.5em;
}

a.linkLine:hover {
	opacity: 0.7;
}
a.linkLine:before {
	content: "\25B6";/*▶*/
	position: absolute;
	left: 5px;
	top: calc(50% - 7px);
	line-height: 14px;
}
.w468 {
	width: 468px !important;
}

/*リンクボタン（BOX）*/
.linkButton {
	position: relative;
	display: inline-block;
	vertical-align: middle;

	border-radius: 6px;
/*	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4),
		-1px -1px 1px #fff inset,
		1px 1px 1px #fff inset,
		-1px -1px 6px rgba(0,0,16,0.7) inset,
		1px 1px 6px rgba(0,0,16,0.7) inset;
*/
	background-image: linear-gradient(rgba(255, 255, 255, 0.7) -40%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, rgba(0, 0, 0, 0.4) 100%) !important;
/*	border-top		: 1px solid #ccc;
	border-left		: 1px solid #888;
	border-right	: 1px solid #888;
	border-bottom	: 1px solid #444;
*/
	outline: none;
	padding: 8px 44px 8px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	line-height: 1.2;
	color: #fff !important;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4);

	transition: 0.3s;
}
span.linkButton ,
button:disabled.linkButton {
	background-color: #888;
	opacity: 0.5;
	cursor: not-allowed;
}
.linkButton.back {
	padding: 12px 16px 12px 44px;
}
.linkButton:visited {
	color: #fff;
}
.linkButton:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
	display: block;
	width: 20px;
	line-height: 1;
	font-size: 20px;
	text-align: center;
}
.linkButton.back:after {
	right: auto;
	left: 4px;
	transform: rotate(180deg);
}

a.linkButton:hover ,
button:not(:disabled).linkButton:hover {
	color: #fff;
	background-color: #c00;
	cursor: pointer;
	opacity: 0.85;
}
a.linkButton:hover:after ,
button:not(:disabled).linkButton:hover:after {
	content: "\f138";
}
.linkButton.nowrap {
	 white-space: nowrap;
}


/*ヘッダーイメージ*/
.header_image img {
	width: 100%;
	height: auto;
}



/* フッター：toPageTop */
#footer .toPageTop a ,
#toPageTop {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;

	background-size: 36px auto;
	background-image: url('../mobile/buttons.png');
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 5px;

	z-index: 2;

	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px rgba(255,255,255,1);

	background-position: 0px -252px;

	outline: none;
	transition: all 0.3s ease-in-out 0s;
}

#footer .toPageTop a:hover {
	background-color: #c00;
}

.build-menu-open #toPageTop {
	display: none;
}


/*マージン指定*/
body.bomile .mbMt0 { margin-top: 0 !important; }/*mobileのみ*/
.mt0 { margin-top: 0px !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }


/*パディング指定*/
.pt0 { padding-top: 0px !important; }



.aps {display:none !important;}



/* ==========================================================================
 NEW アイコン
========================================================================== */
#globalNavi li:after ,
.recommendNavi a:not(.omitNew):after ,
#updateLog div.new a:after ,
.feedIcons	a.new:after {
	content: "N";
	position: absolute;
	right: 4px;
	top: 4px;
	width: 8px;
	height: 16px;
	padding: 0 4px;

	line-height: 16px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px #fff;

	background-color: #c00;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-indent: 0;

	transition-duration: 0.3s;
}

#globalNavi li:after ,
.recommendNavi a:after {
	display: none;
}

body:not(.mobile) #globalNavi li:hover:after ,
body:not(.mobile) .recommendNavi a:not(.omitNew):hover:after ,
body:not(.mobile) #updateLog div.new a:hover:after ,
body:not(.mobile) .feedIcons	a.new:hover:after {
	content: "NEW";
	width: 26px;
}


/* [EOF] */