@charset "utf-8";
/* ========================================
*	
*	Display
*	
======================================== */
.displayPC {
	display: block !important;
}
.displaySP {
	display: none !important;
}
.headerSpNav, .bergerMenu {
	display: none;
}
.btnClip{
	display: none;
}
#sideMenu .mfp-hide {
	display: block !important;
}
#footer .bnrList01, #footer .banner_small {
	display: none;
}
@media only screen and (max-width: 767px) {
/* ========================================
*	
*	Preset
*	
======================================== */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    min-width: 100%;
	font-family: 'monospace', 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	border: none;
	overflow-x: hidden;
}
a, a:visited, a:active {
	color: #16428f;
	text-decoration: none;
}
a:hover{
	color: #16428f;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], select {
	width: 100%;
	height: 32px;
	padding: 3px;
	display: block;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
}
select{
	padding: 3px 30px 3px 3px;
}
select+select {
	margin: 5px 0 0;
}
select::-ms-expand {
    display: none;
}
textarea {
    width: 100% !important;
    border: 2px solid #e7e7e7;
	padding: 3px;
	border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
}
#sideMenu .mfp-hide {
	display: none !important;
}
.displayPC {
	display: none !important;
}
.displaySP {
	display: block !important;
}
/* ========================================
*	
*	Component
*	
======================================== */
.blockGoogleAd{
	margin-left: -20px;
	margin-right: -20px;
    margin-bottom: 10px;
}
ins {
    padding: 0 !important;
    margin: 0 !important;
}
.blockGoogleAd > ins {
	max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
/*		cover
-------------------------------------------------- */

/*		btn
-------------------------------------------------- */
p.linkIco01 {
	margin: 15px 0;
	text-align: right;
	font-size: 14px;
}
p.linkIco01 a.btn {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
p.linkIco01 a.btn::after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
/*		textLink
-------------------------------------------------- */
p.linkIco01 a.textLink {
	position: relative;
	margin: 0;
	padding-left: 16px;
	background: none;
	font-size: 16px;
	line-height: 1;
}
p.linkIco01 a.textLink::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-size: 22px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #ec6e00;
}
/*		checkbox
-------------------------------------------------- */
.checkbox input[type="checkbox"] {
	display: none;
}
.checkbox input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
}
/*通常時の見た目*/
.checkbox input[type="checkbox"] + label::before {
	width: 20px;
	height: 20px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	content: "\f00c";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: transparent;
	padding: 0;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/*hover時の見た目*/
.checkbox input[type="checkbox"] + label:hover {
	color: #000;
}
.checkbox input[type="checkbox"] + label:hover::before {
	background-color: #fff;
}
/*checked時の見た目*/
.checkbox input[type="checkbox"]:checked + label {
	color: #ec6e00;
}
.checkbox input[type="checkbox"]:checked + label::before {
	font-size: 12px;
	border: #ec6e00 !important;
	color: #ec6e00 !important;
}
/*		radioBtn
-------------------------------------------------- */
.radioList li, .checkList li {
	white-space: pre-wrap;
	float: left;
	margin: 0 15px 10px 0;
}
.checkList li .radioBtn {
	padding: 0;
	width: auto;
	height: auto;
}
.radioBtn input[type="radio"] {
	display: none;
}
.radioBtn input[type="radio"] + label {
	display: block;
	cursor: pointer;
	line-height: 1.6;
}
/*通常時の見た目*/
.radioBtn input[type="radio"] + label::before {
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	border: 1px solid #000 !important;
	border-radius: 20px;
	vertical-align: middle;
	background-color: #fff;
	margin: 0 5px 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/*hover時の見た目*/
.radioBtn input[type="radio"] + label:hover {
	color: #808080;
}
.radioBtn input[type="radio"] + label:hover::before {
	background-color: #fff;
}
/*checked時の見た目*/
.radioBtn input[type="radio"]:checked + label {
	color: #ec6e00;
	cursor: default;
}
.radioBtn input[type="radio"]:checked + label::before {
	border: 1px solid #000 !important;
	background-color: #ec6e00 !important;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}
/*		heading
-------------------------------------------------- */
#mainArea h2 {
	padding: 0;
	margin: 0 0 10px;
}
#mainArea h2 span {
	border-left: #EC6E00 4px solid;
	font-size: 16px;
	display: block;
	padding: 0 0 0 8px;
	font-weight: bold;
}
#mainArea .titbtnArea01 .titTxt{
	width: 100%;
	float: none;
}
#mainArea h2.btnTitArea01 span.btnTittxt01 {
	width: 100%;
	float: none;
}
/*		icon
-------------------------------------------------- */
.newIco {
	position: relative;
	background: none;
	padding-right: 60px;
	line-height: 1;
}
.newIco::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "NEW!";
	padding: 5px;
	background-color: #ec6e00;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.iconMarket{
    padding: 1px 28px 1px 0;
	display: inline-block;
    background-image: url(/jinjour/common/img/ft_icon_market.svg);
    background-position: right top 1px;
    background-size: 12%;
    background-repeat: no-repeat;
}
/*		text
-------------------------------------------------- */

/*		table
-------------------------------------------------- */
.tblSty01 {
    width: 100%;
    margin-bottom: 15px;
}
.tblSty01 th {
    width: 100%;
    padding: 16px 0 0;
	display: block;
    background: none;
    font-weight: bold;
    border-bottom: none;
}
.tblSty01 td {
    width: 100%;
    padding: 8px 0;
	display: block;
    background: url(../img/line_dot01.gif) repeat-x bottom;
    border-bottom: none;
}
.tblSty01 td input{
	display: inline-block;
}
	
#articleWrap #article table{
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: auto !important;
    border: none !important;
    white-space: nowrap !important;
}
#articleWrap #article table::-webkit-scrollbar {
	height: 15px;
	-webkit-box-shadow: 0 0 0 5px #f7f7f7 inset;
	        box-shadow: 0 0 0 5px #f7f7f7 inset;
}
#articleWrap #article table::-webkit-scrollbar-track {
	background: #f2f2f2;
}
#articleWrap #article table::-webkit-scrollbar-thumb {
	background: #aaa;
	-webkit-box-shadow: 0 0 0 5px #f7f7f7 inset;
	        box-shadow: 0 0 0 5px #f7f7f7 inset;
}
	/*
#articleWrap #article table::-webkit-scrollbar {
　　height: 50px;
	-webkit-box-shadow: 0 0 0 5px #f7f7f7 inset;
	        box-shadow: 0 0 0 5px #f7f7f7 inset;
}
#articleWrap #article table::-webkit-scrollbar-track {
	background: #f2f2f2;
}
#articleWrap #article table::-webkit-scrollbar-thumb {
	background: #aaa;
	-webkit-box-shadow: 0 0 0 5px #f7f7f7 inset;
	        box-shadow: 0 0 0 5px #f7f7f7 inset;
}
	*/
#articleWrap #article tbody {
    width: 1000px !important;
}
#articleWrap #article tr {
    width: 100% !important;
    white-space: nowrap !important;
}
#articleWrap #article td {
    white-space: nowrap !important;
    padding: 5px !important;
    border: 1px solid #888888 !important;
}
#articleWrap #article table img{
	max-width: none !important;
}
/*
.original_table{
    width: 100%;
}
.original_table td:first-of-type{
    width: auto;
    padding: 10px;
    display: block;
    float: left;
}
.original_table td{
    text-align: left;
    width: auto;
    padding: 10px;
    display: block;
}
*/
#articleWrap #article a{
	word-break: break-all;
}
/* ========================================
*	
*	Header
*	
======================================== */

#header, #tabList {
	display: none;
}
/* headerSpNav
-------------------------------------------------- */
.headerSpNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 3px double #16428f;
	z-index: 99;
}
.headerSpNav h1 {
	width: 40%;
	max-width: 95px;
	height: auto;
	padding: 10px 10px 8px;
	display: block;
}
.headerSpNav .headerSpMenu {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.headerSpNav .headerSpSearch a, .headerSpNav .headerSpLogin span, .headerSpNav .headerSpLogin.afterLogin a, .headerSpNav .headerSpBerger {
	width: 65px;
	position: relative;
	padding: 30px 4px 6px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.headerSpNav .headerSpSearch {
	background-color: #ec6e00;
	border-right: 1px solid #fff;
}
.headerSpNav .headerSpSearch a {
	color: #fff;
}
.headerSpNav .headerSpSearch a:hover {
	text-decoration: none;
}
.headerSpNav .headerSpSearch a::after {
	position: absolute;
	top: 5px;
	left: 50%;
	content: "\f002";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.headerSpNav .headerSpLogin {
	background-color: #ec6e00;
	color: #fff;
}
.headerSpNav .headerSpLogin span::after {
	position: absolute;
	top: 5px;
	left: 50%;
	content: "\f023";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.headerSpNav .headerSpLogin.afterLogin span::after {
	position: absolute;
	top: 5px;
	left: 50%;
	content: "\f007";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.headerSpNav .headerSpBerger {
	background-color: #fff;
	color: #e8690f;
}
.headerSpNav .headerSpBerger::after {
	position: absolute;
	top: 5px;
	left: 50%;
	content: "\f0c9";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* bergerMenu
-------------------------------------------------- */
.bergerMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	;
	padding: 0 20px 20px;
	display: block;
	background-color: #ec6e00;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	z-index: 999;
}
.bergerMenu.open {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.bergerMenu .headerNavHead {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.bergerMenu .headerNavHead h2 {
	padding: 6px 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.bergerMenu .headerNavHead .btnClose {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	color: #fff;
	font-size: 36px;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-family: Arial, Baskerville, monospace;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
}
/*
.bergerMenu .headerNavHead .btnClose::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "\f00d";
	font-family: "Font Awesome 5 free";
	font-size: 36px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
*/
.bergerMenu .bergerMenuList {
	margin: 0 0 12px;
	padding: 0 18px;
	background-color: #fff;
}
.bergerMenu .bergerCatMenu {
	margin: 0 0 12px;
	padding: 14px 18px;
	background-color: #fff;
}
.bergerMenu .bergerCatMenu .titleCat {
	padding: 0 0 8px;
	border-bottom: 1px solid #aaa;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.bergerMenu .bergerUtilityNavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
}
.bergerMenu .bergerUtilityNavi li {
	width: 48%;
	margin-right: 4%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bergerMenu .bergerUtilityNavi li:last-of-type {
	margin-right: 0;
}
.bergerMenu .bergerMenuList li a, .bergerMenu .bergerTabList li a, .bergerMenu .bergerUtilityNavi li a {
	padding: 12px;
	display: block;
	background: url(../img/line_dot01.gif) repeat-x bottom;
	color: #000;
	text-decoration: none;
}
.bergerMenu .bergerUtilityNavi li a {
	position: relative;
	padding: 14px 0 14px 24px;
	display: block;
	border-bottom: none;
	background: none;
	color: #000;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
}
.bergerMenu .bergerUtilityNavi li a.mail::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f0e0";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.bergerMenu .bergerUtilityNavi li a.rss::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f09e";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* Toggle
-------------------------------------------------- */
.bergerMenu .titleToggle {
	position: relative;
	height: auto;
	margin-bottom: 0;
	padding: 14px 30px;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.bergerMenu .titleToggle .btnToggle {
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 25px;
	display: block;
	background-color: #fff;
	content: "";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.bergerMenu .titleToggle .btnToggle::before {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 12px;
	height: 2px;
	display: block;
	background-color: #000;
	content: "";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.bergerMenu .titleToggle .btnToggle::after {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 2px;
	height: 12px;
	display: block;
	background-color: #000;
	content: "";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.bergerMenu .titleToggle.open .btnToggle::after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}
.bergerMenu .menuToggle {
	display: none;
}
.bergerMenu .menuToggle li:last-of-type {
	margin: 0 0 14px;
}
/* ========================================
*	
*	MainVisual
*	
======================================== */
#mainArea {
	width: 100%;
}
#mainArea .topLine {
	background: none;
}
#mainArea #rightArea {
	width: 100%;
	margin: 0;
	float: none;
}
#wrapper #content #mvArea {
	height: 100%;
	margin-bottom: 0;
}
#wrapper #content #mvArea .mvSty01{
	display: none;
}
#wrapper #content #mvArea .mvArticleIn .mvSty01 {
	width: 100%;
	display: block;
}
#wrapper #content #mvArea #mainVisunavi {
	width: 100%;
	height: auto;
	background: none;
	float: none;
}
#wrapper #content #mvArea .mvArticleIn {
	width: 100%;
	height: auto;
	margin: 0;
}
#wrapper #content #mvArea .mainColor01_top {
	display: none;
}
#wrapper #content #mvArea .mvBottom02 {
	width: 100%;
	margin: 0;
}
#wrapper #content #mvArea .mvBottom02 .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
}
#wrapper #content #mvArea .mvBottom02 .formRail.left {
	margin: 0 0 12px;
}
#wrapper #content #mvArea .mvBottom02 .formRail.left input[type="text"]{
    width: 73%;
    height: 32px;
    padding: 3px;
    display: block;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fff;
    line-height: 32px;
    font-size: 16px;
}
#wrapper #content #mvArea .mvBottom02 .formRail span.txt01 {
    width: 100%;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
#wrapper #content #mvArea .mvBottom02 .formRail span.btn01 {
    position: relative;
    width: 25%;
    min-width: 70px;
    height: 30px;
    margin-left: 2%;
    border-radius: 5px;
    background-color: #535353;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#wrapper #content #mvArea .mvBottom02 .formRail span.btn01 img {
	display: none;
}
#wrapper #content #mvArea .mvBottom02 .formRail span.btn01::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "検索";
	padding-left: 15px;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
	white-space: pre;
}
#wrapper #content #mvArea .mvBottom02 .formRail span.btn01::after {
	position: absolute;
	top: 50%;
	left: 10px;
	content: "\f002";
	font-family: "Font Awesome 5 free";
	font-size: 12px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* mainArea > leftMenu
-------------------------------------------------- */
#mainArea #leftMenu {
	width: 100%;
	margin-right: 0;
	float: none;
}
#mainArea #leftMenu .sideBox01 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 15px;
	border: 2px solid #e7e7e7;
	border-bottom: none;
	background: #fff;
}
#mainArea #leftMenu .sideBox01:last-of-type {
	margin: 0 0 30px;
	border-bottom: 2px solid #e7e7e7;
}
#mainArea #leftMenu .sideBox01 h4 {
	position: relative;
	left: auto;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px 15px;
	background-color: transparent;
	font-weight: bold;
}
#mainArea #leftMenu .sideBox01 h4 img {
	display: none;
}
#mainArea #leftMenu .sideBox01 h4.titGenre {
	background-color: #f3dac4;
}
#mainArea #leftMenu .sideBox01 h4.titGenre::before {
	content: "ジャンルで絞り込む";
}
#mainArea #leftMenu .sideBox01 h4.titClassification {
	background-color: #bee0f6;
}
#mainArea #leftMenu .sideBox01 h4.titClassification::before {
	content: "区分で絞り込む";
}
#leftMenu .sideBox01 .sideBoxIn {
	width: 100%;
	margin: 0;
	padding: 15px 0 5px;
	background: #fff;
}
#leftMenu .sideBox01 .sideBoxIn ul li {
	margin: 0 8px 8px 0;
	display: inline-block;
	float: none;
}
#leftMenu .sideBox01 .sideBoxIn .radioBtn {
	width: auto;
	height: auto;
	padding: 0;
	float: none;
}
#leftMenu .sideBox01 .sideBoxIn label {
	width: auto;
	float: none;
}
/* mainArea > rightArea
-------------------------------------------------- */
#contentMain #rightArea .dlSty02 {
	border: none;
	padding: 0;
}
#contentMain #rightArea .dlSty02 dt.tit {
	position: relative;
	left: auto;
	width: auto;
	margin-bottom: 0;
	padding: 8px 15px;
	border-top: none;
	background: none;
	background-color: #bee0f6;
	font-weight: bold;
}
#contentMain #rightArea .dlSty02 dt.keywordTitle {
	border: 2px solid #e7e7e7;
	border-bottom: none;
}
#contentMain #rightArea .dlSty02 dt.keywordTitle + dd{
	margin: 0 0 30px;
	border: 2px solid #e7e7e7;
	border-top: none;
}
#contentMain #rightArea .dlSty02 dd .ddSty01 {
	width: 100%;
	margin-bottom: 0;
	padding: 15px 0 5px;
	background: #FFF;
}
#contentMain #rightArea .dlSty02 dd.keywordBlock .ddSty01 {
	padding: 15px 15px 5px;
	border-top: none;
}
#contentMain #rightArea .dlSty02 dd .ddSty01 .checkList li {
	width: auto;
	margin-bottom: 0;
	padding: 8px 0;
	background: #FFF;
}
#contentMain #rightArea .dlSty02 dd .box01 {
    width: 100%;
    border: #CCC 1px solid;
    padding: 10px;
    text-align: center;
}
#contentMain #rightArea .dlSty02 dd .box02 {
    width: 100%;
    border: #CCC 1px solid;
    padding: 10px;
}
#contentMain #rightArea .dlSty02 dd .box02 p{
	text-align: left;
}
#contentMain #rightArea .dlSty02 dd .btnArea04 a{
	display: none !important;
}
/* ========================================
*	
*	Content
*	
======================================== */

#wrapper {
	width: 100%;
}
/*
#wrapper ins{
	display: none !important;
}
*/
#wrapper #content {
	width: 100%;
	padding: 55px 20px 0;
	float: none;
}
/* #wrapper .mainColor01_top
-------------------------------------------------- */
#mainArea .profileBox01 {
    width: 100%;
    margin: 0;
	padding: 0;
    background: #EEE;
    border: #DDD 1px solid;
}
#mainArea .profileBox01 .profileBox01In {
    width: 100% !important;
	margin: 0 !important;
}
#mainArea .profileBox01 .profileBox01In .right > div > div{
	width: auto !important;
	margin: 0 !important;
    padding: 10px !important;
    display: block !important;
    float: left !important;
}
#mainArea .profileBox01 .profileBox01In .right > div > p{
    padding: 10px !important;
}
/* #wrapper .mainColor01_top
-------------------------------------------------- */
#wrapper #content .mainColor01_top {
	position: relative;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	left: 0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bee0f6;
	background: #e8f4fc;
}
#wrapper #content .mainColor01_top .mainColor01_btm {
	width: 100%;
	margin-right: 0;
	padding: 0;
	background: none;
}
#wrapper #content .mainColor01_top .mainColor01_btm .mvArticleIn02 {
	width: 100%;
	padding: 0;
}
#wrapper #content .mainColor01_top .mainColor01_btm .searchLeft {
	width: 100%;
	float: none;
}
#wrapper #content .mainColor01_top .mainColor01_btm .titSearch01 {
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 10px 0 10px 45px;
	background: url(../img/ico_mv_search01.gif) no-repeat left center;
}
#wrapper #content .mainColor01_top .mainColor01_btm .searchRight {
	width: 100%;
	background: url(../img/img_mv_market01.gif) no-repeat center top 10px;
	text-align: center;
	padding-top: 60px;
	float: none;
}
#wrapper #content .mainColor01_top .mainColor01_btm .searchRight a {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #16428f;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#wrapper #content .mainColor01_top .mainColor01_btm .searchRight a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "人事労務に役立つ商品・サービス検索";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: bold;
	white-space: pre;
}
#wrapper #content .mainColor01_top .mainColor01_btm .searchRight a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
#wrapper #content .mainColor01_top .mainColor01_btm .searchRight a img {
	display: none;
}
/* contentMain
-------------------------------------------------- */
#contentMain {
	width: 100%;
	float: none;
}
/* contentMain > twoColumnWrap
-------------------------------------------------- */
#contentMain .twoColumnWrap {
	width: 100%;
	background: none;
}
#contentMain .twoColumnWrap h3 {
	margin-bottom: 16px;
	padding: 0 10px 10px;
	text-align: center;
}
#contentMain .twoColumnWrap h3 span {
	border-left: none;
	font-size: 18px;
	padding-left: 0;
	font-weight: bold;
}
/* contentMain > twoColumnWrap > twoColumn01
-------------------------------------------------- */
#contentMain .twoColumnWrap .twoColumn01 {
	width: 100%;
	margin: 0;
	border: 2px solid #ccc;
	float: none;
}
#contentMain .twoColumnWrap .tab03 + .twoColumn01 {
	border-top: none;
}
#contentMain .twoColumnWrap .twoColumn01.left {
	margin: 0 0 30px;
}
#contentMain .twoColumnWrap .right {
	width: 100%;
	float: none;
}
#contentMain .twoColumnWrap .twoColumn01In {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 16px 10px 0;
	font-size: 14px;
}
/* contentMain > tileLine
-------------------------------------------------- */
#contentMain .tileWrap .tileLine {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
#contentMain .tileWrap .tileLine .panelBox01 {
	margin: 0;
	padding: 0 20px;
}
#contentMain .tileWrap .tileLine:nth-of-type(1) .panelBox01:nth-of-type(1) {
	margin-bottom: 0 !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
#contentMain .tileWrap .tileLine:nth-of-type(1) .panelBox01:nth-of-type(2) {
	margin-bottom: 0 !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
#contentMain .tileWrap .tileLine:nth-of-type(1) .panelBox01.panelBoxArticle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
#contentMain .tileWrap .tileLine:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}
#contentMain .tileWrap .tileLine .panelBox01 .tile01 {
	margin-bottom: 0;
}
/* contentMain > tileWrap
-------------------------------------------------- */

#contentMain .tileWrap {
	width: 100% !important;
}
#contentMain .tileWrap .tabtileWrap {
	width: 100%;
}
#contentMain .tileWrap ul.tileLine > li {
	width: 100%;
	float: none;
	margin: 0;
}
#contentMain .tileWrap .tileLine .tile01 {
	width: 100%;
	height: auto;
	background: none;
	border: 2px solid #e7e7e7;
}
#contentMain .tileWrap .tile01 h4 {
	padding: 10px 12px;
	background: none;
	background-color: #dfe1d6;
	font-size: 18px;
}
#contentMain .tileWrap .tileIn {
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	line-height: 1.3;
}
#contentMain .tileWrap .tileIn .seriesName {
	margin-bottom: 5px;
	font-size: 14px;
	color: #aaaaaa;
}
#contentMain .tileWrap .tileIn .articleName, #contentMain .tileWrap .tileIn .itemName {
	font-size: 14px;
}
#contentMain .tileWrap .tile01 .tileIn .tileInTop {
	height: 145px;
	padding-bottom: 0;
	margin-bottom: 15px;
	border-bottom: none;
	overflow: hidden;
}
#contentMain .tileWrap .tileIn .tileImg {
    width: auto;
    min-width: 100px;
    max-width: 100px;
    float: left;
    margin-right: 5px;
}
#contentMain .tileWrap .tileIn .categoryName {
	font-size: 14px;
	color: #000;
	margin: 0 0 5px;
	padding: 5px;
	background-color: #e7e7e7;
	display: inline-block;
    font-weight: bold;
}
#contentMain .tileWrap .tile01 div.cate {
	display: none;
}
#contentMain .tileWrap .tileIn .tileImg img {
	width: 100px;
    border: 1px solid #e7e7e7;
}
_:-ms-input-placeholder, :root #contentMain .tileWrap .tileIn .tileImg img  {
	min-height: 50px;
}
/* contentMain > panelBoxArticle
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxArticle {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
	padding: 20px;
	background: #F3DAC4;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxArticle {
	margin-bottom: 30px;
}
#contentMain .tileWrap .tabtileWrap .tabtile01 .articlesBox {
	font-size: 10px;
	height: 265px;
	overflow-y: auto;
}
#contentMain .tileWrap .tabtileWrap .tabtile01 .articlesBox {
	font-size: 14px;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow-y: auto;
}
#contentMain .tileWrap .tabtileWrap .tabtile01 .articlesBox::-webkit-scrollbar {
 width: 12px;
}
#contentMain .tileWrap .tabtileWrap .tabtile01 .articlesBox::-webkit-scrollbar-thumb {
 background: #aaa;
 border-radius: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
#contentMain .panelBoxArticle .tabtileWrap .tabtile01 p.linkIco01 a {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
/* contentMain > panelBoxSns
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxSns {
	padding: 20px;
	background: #bee0f6;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxSns {
	margin: 30px 0;
}
#contentMain .panelBoxSns .tabtileWrap .tabtile02 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	border-top: none;
	background-color: #fff;
}
#contentMain .panelBoxSns .tabtileWrap .tabtile02 .tabtile02In {
	width: 100%;
	margin: 0;
	background: #FFF;
}
#contentMain .panelBoxSns .tabtileWrap .tabtile02 .tabtile02In iframe {
	width: 100% !important;
}
.fb_iframe_widget {
	width: 100% !important;
}
.fb_iframe_widget span {
	width: 100% !important;
}
/* contentMain > panelBoxRecommend
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxRecommend {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxRecommend {
	margin: 0 0 30px;
}
#contentMain .tileWrap .panelBoxRecommend .tile01 {
	margin-bottom: 0;
}
#contentMain .tileWrap .panelBoxRecommend .tileIn .categoryName {
	border: 2px solid #ec6e00;
	background-color: #fff;
}
#contentMain .panelBoxRecommend .tileIn .articleName, #contentMain .panelBoxRecommend .tileIn .itemName {
	font-size: 14px;
	font-weight: bold;
	color: #005caa;
}
#contentMain .tileWrap .panelBoxRecommend ul.list02 li {
	margin: 0;
	float: none;
}
#contentMain .tileWrap .panelBoxRecommend ul.list02 li:first-of-type {
	padding: 15px 0 0;
	background: url(../img/line_dot01.gif) repeat-x top;
}
#contentMain .tileWrap .panelBoxRecommend .list02 a {
	position: relative;
	display: block;
}
#contentMain .tileWrap .panelBoxRecommend .list02 a::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 15%;
	display: block;
}
#contentMain .tileWrap .panelBoxRecommend .list02 a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/jinjour/common/img/ft_link_market.svg);
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
#contentMain .tileWrap .panelBoxRecommend .list02 img {
	display: none;
}
#contentMain .tileWrap .panelBoxRecommend .fix {
	display: none;
}
/* contentMain > panelBoxSeminar
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxSeminar {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxSeminar {
	margin: 0 0 30px;
}
#contentMain .tileWrap .panelBoxSeminar .tile01 {
	margin-bottom: 0;
}
#contentMain .tileWrap .panelBoxSeminar .tileIn .categoryName {
	background-color: #f3dac4;
}
#contentMain .panelBoxSeminar .tileIn .articleName, #contentMain .panelBoxSeminar .tileIn .itemName {
	font-size: 14px;
	font-weight: bold;
	color: #005caa;
}
/* contentMain > panelBoxQanda
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxQanda {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxQanda {
	margin: 0 0 20px;
}
#contentMain .tileWrap .panelBoxQanda .tile02 {
	width: 100%;
	height: auto;
	background: none;
	border: 2px solid #e7e7e7;
}
#contentMain .tileWrap .panelBoxQanda .tile02 h4 {
	padding: 10px 12px;
	background: none;
	background-color: #bee0f6;
	font-size: 20px;
}
#contentMain .tileWrap .panelBoxQanda .tile02 h5 {
	height: auto;
	margin: 0 0 10px;
	padding: 2px 4px;
	display: inline-block;
	background: none;
}
#contentMain .tileWrap .panelBoxQanda .tile02 .bgArea01 {
	height: auto;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 4px solid #bee0f6;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
#contentMain .tileWrap .panelBoxSeminar .tile01 {
	margin-bottom: 0;
}
#contentMain .tileWrap .panelBoxSeminar .tileIn .categoryName {
	background-color: #f3dac4;
}
#contentMain .panelBoxSeminar .tileIn .articleName, #contentMain .panelBoxSeminar .tileIn .itemName {
	font-size: 14px;
	font-weight: bold;
	color: #005caa;
}
/* contentMain > panelBoxSeminar
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxSeminar {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxSeminar {
	margin: 0 0 30px;
}
#contentMain .tileWrap .panelBoxSeminar .tile01 {
	margin-bottom: 0;
}
#contentMain .tileWrap .panelBoxSeminar .tileIn .categoryName {
	background-color: #f3dac4;
}
#contentMain .panelBoxSeminar .tileIn .articleName, #contentMain .panelBoxSeminar .tileIn .itemName {
	font-size: 14px;
	font-weight: bold;
	color: #005caa;
}
/* contentMain > panelBoxQanda
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxQanda {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxQanda {
	margin: 0 0 20px;
}
#contentMain .tileWrap .panelBoxQanda .bgArea02 {
	display: none;
}
#contentMain .tileWrap .panelBoxQanda .formRail {
	display: none;
}
#contentMain .tileWrap .panelBoxQanda .tile02 {
	width: 100%;
	height: auto;
	background: none;
	border: 2px solid #e7e7e7;
}
#contentMain .tileWrap .panelBoxQanda .tile02 h4 {
	padding: 10px 12px;
	background: none;
	background-color: #bee0f6;
	font-size: 20px;
}
#contentMain .tileWrap .panelBoxQanda .tile02 h5 {
	height: auto;
	margin: 0 0 10px;
	padding: 2px 4px;
	display: inline-block;
	background: none;
	background-color: #f3dac4;
}
#contentMain .tileWrap .panelBoxQanda .tile02 .bgArea01 {
	height: auto;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 4px solid #bee0f6;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
/* contentMain > panelBoxGlossary
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxGlossary {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxGlossary {
	margin: 0 0 20px;
}
#contentMain .tileWrap .panelBoxGlossary .bgArea02 {
	display: none;
}
#contentMain .tileWrap .panelBoxGlossary .formRail {
	display: none;
}
#contentMain .tileWrap .panelBoxGlossary .tile02 {
	width: 100%;
	height: auto;
	background: none;
	border: 2px solid #e7e7e7;
}
#contentMain .tileWrap .panelBoxGlossary .tile02 h4 {
	padding: 10px 12px;
	background: none;
	background-color: #bee0f6;
	font-size: 20px;
}
#contentMain .tileWrap .panelBoxGlossary .tile02 h5 {
	height: auto;
	margin: 0 0 10px;
	padding: 2px 4px;
	display: inline-block;
	background: none;
	background-color: #bee0f6;
}
#contentMain .tileWrap .panelBoxGlossary .tile02 .bgArea01 {
	height: auto;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 4px solid #bee0f6;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
/* contentMain > panelBoxDocument
-------------------------------------------------- */
#contentMain .tileWrap .panelBoxDocument {
	padding: 0 20px;
}
#contentMain .tileWrap ul.tileLine > li.panelBoxDocument {
	margin: 0 0 20px;
}
#contentMain .tileWrap .panelBoxDocument .bgArea02 {
	display: none;
}
#contentMain .tileWrap .panelBoxDocument .formRail {
	display: none;
}
#contentMain .tileWrap .panelBoxDocument .tile02 {
	width: 100%;
	height: auto;
	background: none;
	border: 2px solid #e7e7e7;
}
#contentMain .tileWrap .panelBoxDocument .tile02 h4 {
	padding: 10px 12px;
	background: none;
	background-color: #bee0f6;
	font-size: 20px;
}
#contentMain .tileWrap .panelBoxDocument .tile02 h5 {
	height: auto;
	margin: 0 0 10px;
	padding: 2px 4px;
	display: inline-block;
	background: none;
	background-color: #bee0f6;
}
#contentMain .tileWrap .panelBoxDocument .tile02 h5:empty {
	background-color: #fff;
}
#contentMain .tileWrap .panelBoxDocument .tile02 .bgArea01 {
	height: auto;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 4px solid #bee0f6;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
/* contentMain > usefulBtnArea
-------------------------------------------------- */
#contentMain #usefulBtnArea {
	margin-left: -20px;
	margin-right: -20px;
	border-bottom: 5px solid #aaa;
	background: #e7e7e7;
}
#contentMain #usefulBtnArea .pageJumpList01 {
    margin: 0 0 8px;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none;
    background: url(../img/line_dot01_brack.gif) repeat-x bottom;
    font-size: 14px;
}
#contentMain #usefulBtnArea .pageJumpList01::after {
	content: none;
}
#usefulBtnArea .pageJumpList01 li {
    margin: 0 0 10px;
    padding: 0;
    border-right: 0;
    border-left: 0;
    text-align: center;
    float: none;
}
	/*
#usefulBtnArea .pageJumpList01 li:nth-of-type(1) {
    order: 3;
}
#usefulBtnArea .pageJumpList01 li:nth-of-type(2) {
    order: 1;
}
#usefulBtnArea .pageJumpList01 li:nth-of-type(3) {
    order: 2;
}
#usefulBtnArea .pageJumpList01 li:nth-of-type(4) {
    order: 4;
}
#usefulBtnArea .pageJumpList01 li:nth-of-type(5) {
    order: 5;
}*/
#usefulBtnArea .pageJumpList01 li:last-of-type a{
    border-right: 0;
}
#usefulBtnArea .pageJumpList01 li.here, #usefulBtnArea .pageJumpList01 li:hover {
    background-color: transparent;
}
#usefulBtnArea .pageJumpList01 li a {
    padding: 2px 20px;
    display: block;
    border-right: 1px solid #666;
    font-size: 12px;
    color: #000000;
}
#usefulBtnArea .pageJumpList01 li a:hover{
    color: #000000;
}
#usefulBtnArea .btnArea .rightBtns {
	width: 100%;
	padding: 0 20px;
	float: none;
}
#usefulBtnArea .btnArea .rightBtns .boxBtnsUp, #usefulBtnArea .btnArea .rightBtns .boxBtnsDown {
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#usefulBtnArea .btnArea .rightBtns .boxBtnsUp {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background: url(../img/line_dot01_brack.gif) repeat-x bottom;
}
/* contentMain > usefulBtnArea > utilityBtn
-------------------------------------------------- */
#usefulBtnArea ul.utilityBtn {
	display: none;
}
#usefulBtnArea ul.snsBtns li.tit {
	display: none;
}
#usefulBtnArea ul.snsBtns {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	float: none;
}
#usefulBtnArea ul.snsBtns li {
    margin-right: 16px;
	float: none;
}
#usefulBtnArea ul.snsBtns li:nth-of-type(4n) {
	display: none;
}
#usefulBtnArea ul.snsBtns li:nth-of-type(3n) img{
	width: auto;
}
#usefulBtnArea ul.snsBtns li img {
	width: 20px;
	vertical-align: middle;
}
/* contentMain > usefulBtnArea > fontSize
-------------------------------------------------- */
#usefulBtnArea ul.fontSize {
	width: 60%;
	margin-right: 0;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	float: none;
}
#usefulBtnArea ul.fontSize li {
	margin-right: 12px;
	float: none;
}
#usefulBtnArea ul.fontSize li:last-of-type {
	margin-right: 0;
}
#usefulBtnArea ul.fontSize li.tit {
	width: auto;
	padding: 0;
	font-size: 14px;
}
#usefulBtnArea ul.fontSize li.btn {
	width: 50px;
	height: 24px;
}
#contentMain #usefulBtnArea ul.fontSize li span {
	width: 100%;
	height: 100%;
}
#contentMain #usefulBtnArea ul.fontSize li span a {
	width: 100%;
	height: 100%;
	padding: 2px;
	display: block;
	border-radius: 5px;
	background: none;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
}
#contentMain #usefulBtnArea ul.fontSize li span a.on {
	background: none;
	background-color: #16428f;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 320px) {
#usefulBtnArea ul.fontSize li.tit {
 width: auto;
 padding: 0;
 font-size: 12px;
}
#usefulBtnArea ul.fontSize li.btn {
 width: 40px;
 height: 24px;
}
#contentMain #usefulBtnArea ul.fontSize li span a {
 padding: 3px;
 font-size: 12px;
}
#contentMain .tileWrap .tileIn .tileImg {
    width: auto;
    min-width: 90px;
    max-width: 90px;
    height: 100%;
    float: left;
    margin-right: 5px;
}
}
/* contentMain > usefulBtnArea > btnClip
-------------------------------------------------- */
#usefulBtnArea .btnClip {
	width: 40%;
	padding-right: 20px;
	display: block;
	text-align: right;
}
#usefulBtnArea .btnClip a {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 22px 6px 5px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#usefulBtnArea .btnClip a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: "\f0c6";
	font-family: "Font Awesome 5 free";
	font-size: 14px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
#usefulBtnArea .btnClip a img {
	display: none;
}
/* contentMain > articleWrap
-------------------------------------------------- */
#contentMain #articleWrap #article {
	width: 100%;
	padding: 0;
	margin-right: 0;
	float: none;
	border: none;
}
#article p.title_S a {
	padding: 5px 0 5px 15px;
	display: block;
	border-left: 5px solid #005caa;
	font-size: 18px;
	color: #005caa;
}
#article p.title_L {
	margin: 25px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
#article .blockTrial01 {
	margin: 0 0 30px;
	padding: 24px 20px;
	border: 2px solid #E86A0F;
}
#article .blockTrial01 a.btn {
    width: 100%;
    padding: 12px;
    display: block;
    border-radius: 5px;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 1;
}
#article .blockTrial01 a.btn span{
	padding: 2px 0 2px 26px;
}
#article .blockTrial01 a.btn:hover {
    text-decoration: none;
    opacity: 1;
}
#article .blockTopCategories01 {
	margin-bottom: 30px;
	padding: 20px;
	border: 2px solid #e7e7e7;
}
#article .blockTopCategories01 p {
	margin: 0 0 15px;
	padding: 0 0 8px;
	border: none;
	background: url(../img/line_dot01.gif) repeat-x bottom;
	font-size: 16px;
	color: #000;
	text-align: center;
}
#article .blockTopCategories01 ul li {
	width: 49%;
	margin: 0 2% 2% 0;
}
#article .blockTopCategories01 ul li:nth-of-type(2n) {
	margin: 0 0 2% 0;
}
#article .blockTopCategories01 ul li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#article .blockTopCategories01 ul li a {
	border-radius: 0;
	padding: 10px 15px;
	border: none;
	background-color: #f3dac4;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
}
#article .blockTopCategories01 ul li a:hover {
	background-color: #f3dac4;
	color: #000000;
    text-decoration: none;
}
#articleWrap #rightMenu {
	position: relative;
	width: 100%;
	margin: 30px 0 15px;
	padding: 0 15px;
    float: none;
}
#articleWrap #rightMenu h4 {
	position: relative;
	left: auto;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px 15px;
	border: 2px solid #e7e7e7;
	border-bottom: none;
	background-color: #ec6e00;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#articleWrap #rightMenu .listSideDate01 {
	position: relative;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0;
	padding: 16px 0 8px;
	z-index: 1;
}
#articleWrap #rightMenu .listSideDate01::after{
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    display: block;
    border-right: 2px solid #e7e7e7;
    border-left: 2px solid #e7e7e7;
	z-index: -1;
}
#articleWrap #rightMenu .listSideDate01:last-of-type::after{
    border-bottom: 2px solid #e7e7e7;
}
#articleWrap #rightMenu .listSideDate01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 8px;
	background: none;
}
#articleWrap #rightMenu .listSideDate01 li:last-of-type{
	margin-bottom: 0;
}
#articleWrap #rightMenu .listSideDate01 li .date {
	display: block;
	width: auto;
	padding-right: 8px;
	float: none;
}
#articleWrap #rightMenu .listSideDate01 li .tit {
	display: block;
	float: none;
}
/* contentMain > Tab
-------------------------------------------------- */
.tab01:after, .tab02:after, .tab03:after {
	content: none;
}
#contentMain .panelBoxArticle .tab02 {
	width: 100%;
	margin-bottom: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 3px solid #ec6e00;
}
#contentMain .panelBoxArticle .tab02 img {
	display: none;
}
#contentMain .panelBoxArticle .tabtileWrap .tabtile01 {
	width: 100%;
	height: auto;
	padding: 16px 5px 0 12px;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	border-top: none;
	background-color: #fff;
}
#contentMain .panelBoxArticle .tab02 span {
	position: relative;
	width: 50%;
	height: 36px;
	margin-right: 0;
	display: block;
	background-color: #e7e7e7;
	float: none;
}
#contentMain .panelBoxArticle .tab02 span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: bold;
	white-space: pre;
}
#contentMain .panelBoxArticle .tab02 span.left::before {
	content: "新着記事";
}
#contentMain .panelBoxArticle .tab02 span.right::before {
	content: "人気記事";
}
#contentMain .panelBoxArticle .tab02 .active {
	background-color: #ec6e00;
}
#contentMain .panelBoxArticle .tab02 .active::before {
	color: #fff;
}
#contentMain .panelBoxSns .tab02 {
	width: 100%;
	margin-bottom: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 3px solid #005caa;
}
#contentMain .panelBoxSns .tab02 img {
	display: none;
}
#contentMain .panelBoxSns .tabtileWrap .tabtile01 {
	width: 100%;
	height: auto;
	padding: 12px;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	border-top: none;
	background-color: #fff;
}
#contentMain .panelBoxSns .tab02 span {
	position: relative;
	width: 50%;
	height: 36px;
	margin-right: 0;
	display: block;
	background-color: #e7e7e7;
	float: none;
}
#contentMain .panelBoxSns .tab02 span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: bold;
	white-space: pre;
}
#contentMain .panelBoxSns .tab02 span.left::before {
	content: "Twitter";
}
#contentMain .panelBoxSns .tab02 span.right::before {
	content: "facebook";
}

#contentMain .panelBoxSns .tab02 .active {
	background-color: #005caa;
}
#contentMain .panelBoxSns .tab02 .active::before {
	color: #fff;
}
#contentMain .twoColumnWrap .tab03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 3px solid #ec6e00;
}
#contentMain .twoColumnWrap .tab03 img {
	display: none;
}
#contentMain .twoColumnWrap .tab03 span {
	position: relative;
	width: 50%;
	height: 36px;
	margin-right: 0;
	display: block;
	background-color: #e7e7e7;
	float: none;
}
#contentMain .twoColumnWrap .tab03 span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: bold;
	white-space: pre;
}
#contentMain .twoColumnWrap .tab03 span.tabLeft::before {
	content: "新着サポーターボード";
}
#contentMain .twoColumnWrap .tab03 span.tabRight::before {
	content: "新着サポーター商品";
}
#contentMain .twoColumnWrap .tab03 .active {
	background-color: #ec6e00;
}
#contentMain .twoColumnWrap .tab03 .active::before {
	color: #fff;
}
/* cover
-------------------------------------------------- */
.cover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	background-size: 100% 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	z-index: 998;
}
.cover.open {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
/* btnArea01
-------------------------------------------------- */
.btnArea01 {
	width: 100%;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	margin-bottom: 20px;
}
.btnArea01 a {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.btnArea01 a:first-of-type {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	background-color: #aaa;
}
.btnArea01 a:last-of-type {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin: 0 0 20px;
}
.btnArea01 a::after {
	position: absolute;
	top: 50%;
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.btnArea01 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: bold;
	white-space: pre;
}
.btnArea01 a:first-of-type::before {
	content: "クリア";
}
.btnArea01 a:first-of-type::after {
	content: "\f104";
	left: 15px;
}
.btnArea01 a:last-of-type::before {
	content: "検索する";
}
.btnArea01 a:last-of-type::after {
	content: "\f105";
	right: 15px;
}
.btnArea01 a img {
	display: none;
}
/* btnArea02
-------------------------------------------------- */
.btnArea02 {
	width: 100%;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	margin-bottom: 20px;
}
.btnArea02 a {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.btnArea02 a:first-of-type {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	background-color: #aaa;
}
.btnArea02 a:last-of-type {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin: 0 0 20px;
}
.btnArea02 a::after {
	position: absolute;
	top: 50%;
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.btnArea02 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: bold;
	white-space: pre;
}
.btnArea02 a:first-of-type::before {
	content: "クリア";
}
.btnArea02 a:first-of-type::after {
	content: "\f104";
	left: 15px;
}
.btnArea02 a:last-of-type::before {
	content: "確認する";
}
.btnArea02 a:last-of-type::after {
	content: "\f105";
	right: 15px;
}
.btnArea02 a img {
	display: none;
}
/* btnArea05
-------------------------------------------------- */
.btnArea05 {
	width: 100%;
	margin: 30px 0;
	padding: 0 30px;
	background: none;
}
.btnArea05 a {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.btnArea05 a:first-of-type {
	margin: 0 0 20px;
}
.btnArea05 a::after {
	position: absolute;
	top: 50%;
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.btnArea05 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: bold;
	white-space: pre;
}
.btnArea05 a:first-of-type::before {
	content: "前の記事へ";
}
.btnArea05 a:first-of-type::after {
	content: "\f104";
	left: 15px;
}
.btnArea05 a:last-of-type::before {
	content: "次の記事へ";
}
.btnArea05 a:last-of-type::after {
	content: "\f105";
	right: 15px;
}
.btnArea05 a img {
	display: none;
}

/* btnArea06
-------------------------------------------------- */
.btnArea06 {
	width: 100%;
	margin: 30px 0;
	padding: 0 30px;
	background: none;
}
.btnArea06 a {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #ec6e00;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.btnArea06 a:first-of-type {
	margin: 0 0 0;
}
.btnArea06 a::after {
	position: absolute;
	top: 50%;
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.btnArea06 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: bold;
	white-space: pre;
}
.btnArea06 a img {
	display: none;
}
/* btnNextArea
-------------------------------------------------- */
.btnNextArea a::before {
	content: "次の記事へ";
}
.btnNextArea a::after {
	content: "\f105";
	right: 15px;
	left: auto;
}
/* btnPrevArea
-------------------------------------------------- */
.btnPrevArea a::before {
	content: "前の記事へ";
}
.btnPrevArea a::after {
	content: "\f104";
	left: 15px;
	right: auto;
}
	
/* btnAreaConf
-------------------------------------------------- */
.btnAreaConf a:first-of-type {
	background-color: #ec6e00;
}
.btnAreaConf a:first-of-type::before {
	content: "修正する";
}
.btnAreaConf a:last-of-type::before {
	content: "送信する";
}
/* btnAreaError
-------------------------------------------------- */
.btnAreaError a:first-of-type {
	background-color: #ec6e00;
}
.btnAreaError a:first-of-type::before {
	content: "戻る";
}
.btnAreaError a:first-of-type::after {
	content: "\f105";
	left: 15px;
	right: auto;
}
.btnAreaError a:last-of-type::after {
	right: 15px;
	left: auto;
}
/* btnAreaComp
-------------------------------------------------- */
.btnAreaComp a:first-of-type {
	background-color: #ec6e00;
}
.btnAreaComp a:first-of-type::before {
	content: "トップページへ戻る";
}
.btnAreaComp a:first-of-type::after {
	content: "\f105";
	left: 15px;
	right: auto;
}
.btnAreaComp a:last-of-type::after {
	right: 15px;
	left: auto;
}
/* btnTitArea01
-------------------------------------------------- */
#mainArea h2.btnTitArea01 span.btnTitbth01 {
    margin: 0 0 10px;
    width: 100%;
    float: none;
    border-left: none;
    font-size: 0;
    display: block;
    padding: 0;
}
#mainArea h2.btnTitArea01 span.btnTitbth01 a{
    position: relative;
    width: 100%;
    height: 30px;
    margin: 40px 0 0;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    background: none;
    background-color: #16428f;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
#mainArea h2.btnTitArea01 span.btnTitbth01 a img{
	display: none;
}
#mainArea h2.btnTitArea01 span.btnTitbth01 a::before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "一覧に戻る";
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    white-space: pre;
}
#mainArea h2.btnTitArea01 span.btnTitbth01 a::after{
    position: absolute;
    top: 50%;
    left: 15px;
    content: "\f104";
    font-family: "Font Awesome 5 free";
    font-size: 18px;
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
}

#article p.articleFoot {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 0;
    padding: 0 30px 30px;
    border-bottom: 5px solid #aaaaaa;
    text-align: center;
    font-size: 0;
    z-index: 1;
}
#article p.articleFoot br {
	display: none;
}
#article p.articleFoot span {
	font-size: 16px;
}
#article p.articleFoot a {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 40px 0 0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	background: none;
	background-color: #16428f;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#article p.articleFoot a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "\f106";
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
#wrapper #content #mvArea .bnrList01 {
	display: none;
}
/* ========================================
*	
*	SideMenu
*	
======================================== */
#sideMenu {
	width: auto;
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	float: none;
}
#sideMenu .advanced_search {
	display: none;
}
#sideMenu .panelBlockRanking {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
	background-color: #F3DAC4;
}
#sideMenu .panelBlockRanking .tab01 {
	width: 100%;
	margin-bottom: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 3px solid #ec6e00;
}
#sideMenu .panelBlockRanking .tab01 span {
	position: relative;
	width: 50%;
	height: 36px;
	margin-right: 0;
	display: block;
	background-color: #e7e7e7;
	float: none;
}
#sideMenu .panelBlockRanking .tab01 img {
	display: none;
}
#sideMenu .panelBlockRanking .tab01 span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: bold;
	white-space: pre;
}
#sideMenu .panelBlockRanking .tab01 .active {
	background-color: #ec6e00;
}
#sideMenu .panelBlockRanking .tab01 .active::before {
	color: #fff;
}
#sideMenu .panelBlockRanking .tab01 span.left::before {
	content: "注目商品ランキング";
}
#sideMenu .panelBlockRanking .tab01 span.right::before {
	content: "新着商品";
}
#sideMenu .panelBlockRanking .panelBoxRanking {
	padding: 16px 5px 16px 12px;
	border: none;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	background-color: #fff;
	float: none;
}
#sideMenu .panelBlockRanking .panelBoxRanking .sideBoxIn {
	width: 100%;
	height: 280px;
	padding: 0 20px 0 0;
	overflow-y: auto;
}
#sideMenu .panelBlockRanking .panelBoxRanking .sideBoxIn::-webkit-scrollbar {
 width: 12px;
}
#sideMenu .panelBlockRanking .panelBoxRanking .sideBoxIn::-webkit-scrollbar-thumb {
 background: #aaa;
 border-radius: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
#sideMenu .panelBlockRanking .panelBoxRanking ul.rankingList li {
	font-size: 14px;
	background: none;
	margin: 0 0 20px;
}
#sideMenu .panelBlockRanking .panelBoxRanking ul.rankingList li p {
	padding-left: 50px;
}
/* sideMenu > panelBoxForm
-------------------------------------------------- */

.panelBoxForm {
	position: relative;
}
.panelBoxForm .loginBox01 {
	position: relative;
	padding: 20px;
	background-color: #16428f;
}
.loginBlock.panelBoxForm .loginBox01 {
}
.panelBoxForm .loginBox01 h4 {
	position: relative;
	height: 24px;
    display: flex;
}
.panelBoxForm .loginBox01 h4 .logout {
    margin: 28px 0 0 auto;
}
.panelBoxForm .loginBox01 h4 .logout a{
	color: #fff;
    padding: 2px 0 0 20px;
    display: block;
    background-image: url(../img/ico_allow02.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px,;
}
.panelBoxForm .loginBox01 h4 img {
	display: none;
}
.panelBoxForm .loginBox01 h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	white-space: pre;
	content: "ログイン"
}
.loginBlock.panelBoxForm .loginBox01 h4::before {
	content: "マイページ"
}
.loginBlock.panelBoxForm .loginBox01 .userName {
    margin: 5px 0 0;
    color: #fff;
}
.panelBoxForm .sideBoxIn {
	padding: 20px;
	background-color: #e7e7e7;
}
.panelBoxForm ul.listmgBt05 li {
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}
.panelBoxForm ul.listmgBt05 li input[type="text"], .panelBoxForm ul.listmgBt05 li input[type="password"] {
	width: 100%;
	font-size: 14px;
}
.panelBoxForm ul.imgList01 {
	margin: 25px 0;
}
.loginBlock.panelBoxForm ul.imgList01 {
	margin: 0;
}
.panelBoxForm ul.imgList01 li a {
	position: relative;
	width: 100%;
	height: 38px;
	display: block;
	background-color: #ec6e00;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.loginBlock.panelBoxForm ul.imgList01 li a {
	background-color: #16428f;
}
.panelBoxForm ul.imgList01 li a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "ログイン";
}
.panelBoxForm ul.imgList01 li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
.loginBlock.panelBoxForm ul.imgList01 li a::after {
	content: none;
}
.panelBoxForm ul.imgList01 li a img {
	display: none;
}
.panelBoxForm ul.linkIco02 {
}
.panelBoxForm ul.linkIco02 li {
	margin: 0 0 15px;
	padding-left: 0;
	background: none;
}
.panelBoxForm ul.linkIco02 li:last-of-type {
	margin: 0;
}
.panelBoxForm ul.linkIco02 li a {
	position: relative;
	width: 100%;
	padding: 6px;
	display: block;
	background-color: #16428f;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.panelBoxForm ul.linkIco02 li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
/* sideMenu > banner
-------------------------------------------------- */
#sideMenu > *{
	width: 100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
#sideMenu .bnrList01, #sideMenu .banner_small {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}
#sideMenu .bnrList01 li, #sideMenu .banner_small li {
	width: 49%;
	margin: 0 2% 2% 0;
    text-align: center;
}
#sideMenu .bnrList01 li:nth-of-type(even), #sideMenu .banner_small li:nth-of-type(even) {
	margin: 0 0 2% 0;
}
#sideMenu .bnrList01 li:nth-last-of-type(-n+2), #sideMenu .banner_small li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#sideMenu .bnrList01 li a, #sideMenu .banner_small li a {
	display: block;
}
/* ========================================
*	
*	List
*	
======================================== */

/* List > listDate01
-------------------------------------------------- */
#contentMain .listDate01 li .tit2 {
	width: 100%;
	display: block;
	font-size: 14px;
}
#contentMain .listDate01 li .category {
	padding: 0 8px;
	margin: 0 0 5px;
	display: inline-block;
	border: none;
	background: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#contentMain .listDate01 li .tit2 a {
	display: block;
}
#contentMain .tileWrap .tabtileWrap .tabtile01 .articlesBox .listDate01 li {
	margin: 0 0 10px;
	padding: 0;
	float: none;
	background: none;
}
/* List > listDate02
-------------------------------------------------- */
#contentMain .listDate02 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 8px;
}
#contentMain .listDate02 li .date {
	display: block;
	width: auto;
	padding-right: 8px;
	float: none;
}
#contentMain .listDate02 li .tit {
	display: block;
	float: none;
}
/* List > listTxtSty02
-------------------------------------------------- */
#contentMain .listTxtSty02 {
	padding: 0;
	background: none;
	border: none;
}
#contentMain .listTxtSty02 li {
	background: url(../img/line_dot01.gif) repeat-x bottom;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#contentMain .listTxtSty02 .title02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}
#contentMain .listTxtSty02 .title02 a {
	margin-right: 10px;
	display: inline-block;
	color: #16428f;
}
#contentMain .listTxtSty02 .date {
	margin-left: 0;
	font-size: 12px;
}
#contentMain .listTxtSty02 .auth {
	margin: 5px 0 0;
}
#contentMain .listTxtSty02 .left {
	width: 100%;
    margin: 0 0 10px !important;
    float: none;
}
#contentMain .listTxtSty02 .right {
	width: 100% !important;
	float: none;
}
#contentMain .listTxtSty02 .title a {
	font-size: 16px;
	color: #16428f;
}
/* List > dlSty01
-------------------------------------------------- */
#contentMain .dlSty01 {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
#contentMain .dlSty01 dt {
	position: static;
	left: auto;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
#contentMain .dlSty01 dt br {
	display: none;
}
#contentMain .dlSty01 dd {
	margin: 0 0 8px;
	padding: 0 0 8px;
	background: none;
	background: url(../img/line_dot01.gif) repeat-x bottom;
}
#contentMain .dlSty01 dd .ddSty01 {
	width: 100%;
	background: #FFF;
	padding: 0;
}
#contentMain .ddSty01 .checkList {
	margin: 0 !important;
}
#contentMain .ddSty01 .checkList li {
	line-height: 0;
}
#contentMain .ddSty01 .checkList li input[type="checkbox"] {
	display: none;
}
#contentMain .ddSty01 .checkList li input[type="checkbox"] + label {
	display: block;
	line-height: 1.6;
	cursor: pointer;
}
/*通常時の見た目*/
#contentMain .ddSty01 .checkList li input[type="checkbox"] + label::before {
	width: 20px;
	height: 20px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	content: "\f00c";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: transparent;
	padding: 0;
	border-radius: 5px;
	background: transparent;
	border: 2px solid #e7e7e7;
	margin: 0 5px 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/*hover時の見た目*/
#contentMain .ddSty01 .checkList li input[type="checkbox"] + label:hover {
	color: #000;
}
#contentMain .ddSty01 .checkList li input[type="checkbox"] + label:hover::before {
	background-color: #fff;
}
/*checked時の見た目*/
#contentMain .ddSty01 .checkList li input[type="checkbox"]:checked + label {
	color: #ec6e00;
}
#contentMain .ddSty01 .checkList li input[type="checkbox"]:checked + label::before {
	font-size: 12px;
	border-color: #ec6e00 !important;
	color: #ec6e00 !important;
}
/* List > dlSty02
-------------------------------------------------- */
#contentMain .dlSty02 {
	position: relative;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 15px;
	border: 2px solid #e7e7e7;
}
#contentMain .dlSty02 dt.tit {
	width: 100%;
	border-top: #E3E3E3 1px solid;
	background: #f8f8f8 url(../img/line_dot01.gif) repeat-x bottom;
	padding: 8px 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contentMain .dlSty02 dd .ddSty01 {
	width: 100%;
	background: #FFF;
	padding: 5px;
	margin-bottom: 25px;
}
#contentMain .dlSty02 dd .ddSty02 {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding: 15px 5px 15px 15px;
	border: 1px solid #ccc;
	overflow: visible;
}
#contentMain .dlSty02 dd .ddSty02 ul {
	width: 100%;
	height: 280px;
	padding: 0 20px 0 0;
	overflow-y: auto;
}
#contentMain .dlSty02 dd .ddSty02 ul::-webkit-scrollbar {
 width: 12px;
}
#contentMain .dlSty02 dd .ddSty02 ul::-webkit-scrollbar-thumb {
 background: #aaa;
 border-radius: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
#contentMain .dlSty02 dd p {
	margin: 10px 0;
	text-align: right;
}
	/*
#contentMain .dlSty02 dd p.btnArea04{
	display: none;
}
	*/
#contentMain .dlSty02 dd .linkIco01 li {
	position: relative;
	text-indent: 1em;
	background: none;
	padding: 0;
	margin: 0 0 15px;
}
#contentMain .dlSty02 dd .linkIco01 li::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 20px;
	background-color: #ec6e00;
	content: "";
}
/* List > dlSty03
-------------------------------------------------- */
#contentMain .dlSty03 {
	width: 100%;
}
#contentMain .dlSty03 {
	position: relative;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 15px;
	border: 2px solid #e7e7e7;
}
#contentMain .dlSty03 dt {
	position: relative;
	left: auto;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px 15px;
	background-color: #f3dac4;
}
#contentMain .dlSty03 dd {
	width: 100%;
	padding: 0;
	background: none;
}
#contentMain .dlSty03 dd .ddSty01 {
	width: 100%;
	background: #FFF;
	padding: 15px 0 5px;
}
/* List > listTxtSty01
-------------------------------------------------- */
.listTxtSty01 {
	background: url(../img/line_dot01.gif) repeat-x top;
	border: none;
	padding: 5px 0;
}
.listTxtSty01 .left{
    width: 100%;
    float: none;
}
.listTxtSty01 .right {
    width: 100%;
    float: none;
}
#contentMain .listTxtSty01 .right p.title,
#contentMain .listTxtSty01 .right p.txt {
    margin: 10px 0;
    text-align: left;
}
/* List > listTxtSty01
-------------------------------------------------- */
.listTxtSty02 .genre .genreItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.listTxtSty02 .genre .genreItem > span {
	position: relative;
	width: 4.5em;
	margin-right: 20px;
	padding: 2px 5px;
	display: block;
	font-size: 16px;
	white-space: nowrap;
}
.listTxtSty02 .genre .genreItem:first-of-type > span {
	margin-bottom: 5px;
	background-color: #e7e7e7;
}
.listTxtSty02 .genre .genreItem:last-of-type > span {
	background-color: #f3dac4;
}
.listTxtSty02 .genre .genreItem a {
	display: block;
}
/* ========================================
*	
*	data_download_area
*	
======================================== */
#article div.data_download_area {
    display: none;
}
/* ========================================
*	
*	sortArea
*	
======================================== */
#contentMain .sortArea {
	margin-bottom: 20px;
	padding: 10px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #DFDFDF;
}
#contentMain .sortArea ul.sortItem,
#contentMain .sortArea ul.changeNumber {
	width: auto;
	margin: 0 0 10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DFDFDF;
	float: none;
}
#contentMain .sortArea ul.sortItem {
	margin-right: 18px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#contentMain .sortArea ul.changeNumber {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#contentMain .sortArea ul::after {
	content: none;
}
#contentMain .sortArea li {
	padding: 0;
	margin-right: 12px;
	border: none;
	border-radius: 5px;
	float: none;
	font-size: 12px;
	font-weight: bold;
}
#contentMain .sortArea li:last-of-type {
	margin-right: 0;
}
#contentMain .sortArea li.here {
	padding: 3px 4px;
	background: #E86A0F;
	font-size: 12px;
	color: #fff;
}
#contentMain .sortArea li a {
	position: relative;
	padding: 3px 4px;
	border-radius: 5px;
	background: #fff;
	display: block;
	font-size: 12px;
	color: #000;
}
#contentMain .sortArea .displayNumber {
	width: 100%;
	text-align: right;
	float: none;
    margin-top: 0;
    padding: 0;
	font-size: 12px;
	background: #DFDFDF;
}
@media only screen and (max-width: 320px) {
	#contentMain .sortArea {
		margin-bottom: 20px;
		padding: 10px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #DFDFDF;
	}
	#contentMain .sortArea ul {
		width: auto;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #DFDFDF;
		float: none;
	}
	#contentMain .sortArea ul.sortItem {
		margin-right: 5px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#contentMain .sortArea li {
		padding: 0;
		margin-right: 5px;
		border: none;
		border-radius: 5px;
		float: none;
		font-size: 12px;
		font-weight: bold;
	}
}

/* ========================================
*	
*	Pager
*	
======================================== */
#contentMain ul.pager {
	margin: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
    font-size: 0;
}
#contentMain ul.pager li {
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 8px 10px 0;
	display: block;
	border-radius: 5px;
    font-size: 14px;
	font-weight: bold;
}
#contentMain ul.pager li:last-of-type{
	margin-right: 0;
}
#contentMain ul.pager li.here {
	padding: 0;
	background: #005caa;
	border: none;
	color: #fff;
}
#contentMain ul.pager li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	background-color: #e7e7e7;
	border: none;
	border-radius: 5px;
	color: #005caa;
}
#contentMain ul.pager li.prev, #contentMain ul.pager li.next {
	width: 80px;
}
#contentMain ul.pager li.prev a, #contentMain ul.pager li.next a {
	width: 80px;
}
#contentMain ul.pager li a:hover {
	text-decoration: none;
}
/* ========================================
*	
*	Footer
*	
======================================== */
#footer {
	width: 100%;
	margin: 0;
}
/* Footer > linkList
-------------------------------------------------- */
#footer #linkList {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 20px;
	border: none
}
#footer #linkList ul {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 2px solid #e7e7e7;
}
#footer #linkList ul li {
	width: 48%;
	margin: 0 4% 4% 0;
	display: block;
}
#footer #linkList ul li a {
	position: relative;
	display: block;
}
#footer #linkList ul li a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
#footer #linkList ul li a::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 25%;
	display: block;
}
#footer #linkList ul li:nth-of-type(2) a::after {
	background-image: url(/jinjour/common/img/ft_link_readers.svg);
	background-size: 70%;
}
#footer #linkList ul li:nth-of-type(3) a::after {
	background-image: url(/jinjour/common/img/ft_link_navi.svg);
	background-size: 65%;
}
#footer #linkList ul li:nth-of-type(4) a::after {
	background-image: url(/jinjour/common/img/ft_link_lab.svg);
	background-size: 80%;
}
#footer #linkList ul li:nth-of-type(5) a::after {
	background-image: url(/jinjour/common/img/ft_link_comp.svg);
	background-size: 95%;
}
#footer #linkList ul li:nth-of-type(odd) {
	margin: 0 0 24px 0;
}
#footer #linkList ul li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#footer #linkList ul li:first-of-type {
	position: relative;
	width: 100%;
	height: 18px;
	margin: 0 0 20px;
}
#footer #linkList ul li img {
	display: none;
}
#footer #linkList ul li:first-of-type::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "関連リンク";
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	color: #aaa;
	white-space: pre;
}
/* Footer > footNavi
-------------------------------------------------- */
#footer #footNavi {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	background: #e7e7e7;
	font-size: 14px;
}
#footer #footNavi::after {
	content: none;
}
#footer #footNavi ul {
	float: none;
	padding: 0 0 14px;
}
#footer #footNavi ul::after {
	content: none;
}
#footer #footNavi ul li {
	padding: 0;
	display: block;
	float: none;
	border-right: none;
}
#footer #footNavi ul li a {
	padding: 14px 12px 6px 12px;
	display: block;
	background: url(../img/line_dot01_brack.gif) repeat-x bottom;
	color: #000;
	text-decoration: none;
}
/* Footer > copyright
-------------------------------------------------- */
#footer p.copyright {
	padding: 16px 0;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 12px;
	text-align: center;
	color: #000;
}
/* footer > banner
-------------------------------------------------- */
#footer .bnrList01, #footer .banner_small {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .bnrList01 li, #footer .banner_small li {
	width: 49%;
	margin: 0 2% 2% 0;
}
#footer .bnrList01 li:nth-of-type(even), #footer .banner_small li:nth-of-type(even) {
	margin: 0 0 2% 0;
}
#footer .bnrList01 li:nth-last-of-type(-n+2), #footer .banner_small li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
#footer .bnrList01 li a, #footer .banner_small li a {
	display: block;
}
/* ========================================
*	
*	Form
*	
======================================== */
.formSize02 {
	width: 100%;
	height: 32px;
	line-height: initial;
}
.selectBox {
	position: relative;
}
.selectBox select{
	line-height: initial;
}
.selectBox:before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "\f107";
	font-family: "Font Awesome 5 free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #000;
	z-index: 1;
	pointer-events: none;
}
/* ========================================
*	
*	Login
*	
======================================== */

#sideMenu .loginBlock .sideBoxIn{
    width: 100%;
    margin: 0;
    padding: 20px 20px;
}
#sideMenu .loginBlock .loginBox01 .userName {
    padding: 5px 20px 10px;
    line-height: 1;
    color: #FFF;
}
#sideMenu .loginBlock .loginBox01 h4 {
    background: #16428F;
    padding: 10px 20px 5px;
}
.loginBlock .imgList01 img{
	display: none;
}
.loginBlock .imgList01 li{
	margin: 0 0 10px;
}
.loginBlock .imgList01 li:last-of-type{
	margin: 0;
}
.loginBlock .imgList01 a {
	position: relative;
    width: 100%;
    padding: 20px;
    display: block;
    background-color: #16428F;
    background-image: url(../img/iconArrow03.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px,;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #FFF;
}
.loginBlock .imgList01 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: bold;
	white-space: pre;
}
.loginBlock .imgList01 li:nth-of-type(1) a::before{
	content: "マイページトップ";
}
.loginBlock .imgList01 li:nth-of-type(2) a::before{
	content: "クリップBOX";
}
.loginBlock .imgList01 li:nth-of-type(3) a::before{
	content: "ウィッシュリスト";
}
.loginBlock .imgList01 li:nth-of-type(4) a::before{
	content: "参加セミナー情報";
}
.loginBlock .imgList01 li:nth-of-type(5) a::before{
	content: "購入商品情報";
}
/* ========================================
*	
*	Plagin
*	
======================================== */
#wrapper ul.termIndex {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#wrapper ul.termIndex li{
    width: 25px;
    height: 25px;
    margin: 2px;
    font-size: 16px;
    float: none;
    text-align: center;
    line-height: inherit;
    overflow: hidden;
    background: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}
#wrapper ul.termIndex li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#wrapper ul.termIndex li.on a, #wrapper ul.termIndex li a:hover {
    background: none;
    color: #16428f;
    text-decoration: none;
}
#wrapper ul.termIndex li.num {
    width: 54px;
    background: none;
    background-color: #fff;
}
#wrapper ul.termIndex li.num a {
    width: 54px;
    display: block;
    height: 25px;
}

#wrapper #content #mvArea.sliderBlock {
    margin-left: -20px;
    margin-right: -20px;
}
#wrapper #content #mvArea .slick-slider {
	position: relative;
    width: 100%;
    height: auto;
	margin-bottom: 24px;
	padding: 5px;
	background-color: #ec6e00;
	overflow: hidden;
}
#wrapper #content #mvArea .slick-slider .mainVisual {
    width: 100% !important;
    height: auto !important;
    padding: 15px 12% !important;
    border-radius: 10px !important;
    background: #fff !important;
    float: none !important;
}
#wrapper #content #mvArea .slick-slider .mvSty01.topVisunavi {
	height: auto;
	margin: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#wrapper #content #mvArea .slick-slider .mvSty01::after{
	content: none;
}
#wrapper #content #mvArea .mvArticleIn .mvSty01.topVisunavi .img01 {
    width: 90px;
    min-width: 90px;
    margin-right: 2%;
}
#wrapper #content #mvArea .mvArticleIn .mvSty01 .img02 {
	display: none;
}
#wrapper #content #mvArea .mvArticleIn .mvSty01 .txt01 {
    width: 58%;
    height: 120px;
    overflow: hidden;
    font-size: 95%;
    float: none;
}
#wrapper #content #mvArea .mvArticleIn .mvSty01 .txt02 {
    width: 58%;
    height: 120px;
    overflow: hidden;
    font-size: 95%;
    float: none;
}
#wrapper #content .slick-slider .mvSty01.topVisunavi .linkIco01 {
    position: static!important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
}
#wrapper #content .slick-slider .txtGenre {
	font-size: 12px !important;
}
#wrapper #content .slick-slider .txtGenre span {
    padding: 0;
    background-color: #EC6E00;
    font-weight: bold;
    color: #fff;
	font-size: 12px;
}
#wrapper #content #mvArea .slick-slider .prev,#wrapper #content #mvArea .slick-slider .next{
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50px;
	background-color: #fff;
    font-size: 0;
    z-index: 9;
}
#wrapper #content #mvArea .slick-slider .prev{
	left: 12px;
}
#wrapper #content #mvArea .slick-slider .next{
	right: 12px;
}
#wrapper #content #mvArea .slick-slider .prev::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f137";
    font-family: "Font Awesome 5 free";
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #ec6e00;
    white-space: pre;
}
#wrapper #content #mvArea .slick-slider .next::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f138";
    font-family: "Font Awesome 5 free";
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #ec6e00;
    white-space: pre;
}

body .mfp-wrap .mfp-container {
    padding-left: 30px;
    padding-right: 30px;
}
body .mfp-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: #fff;
    border-radius: 72px;
    color: #16428f;
    font-size: 36px;
    opacity: 1;
}
body .mfp-close-btn-in .mfp-close {
    color: #16428f;
}
.mfp-close:active {
    top: -15px !important;
}
	p.error{
		color: red;
	}
/*
body .blockUI.blockOverlay{
	width: 100% !important;
	z-index: 9998 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.6 !important;
    cursor: default !important;
    position: fixed !important;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
	overflow: hidden;
}
*/
body .blockUI.blockMsg.blockPage{
	width: 90% !important;
	z-index: 9999 !important;
    position: fixed !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 5% !important;
    left: 5% !important;
    text-align: center !important;
    cursor: default !important;
}
body .blockUI.blockMsg.blockPage > div{
	width: 100% !important;
	height: auto !important;
	z-index: 9999 !important;
}
body .blockUI.blockMsg.blockPage > div > center > p:first-of-type{
	position: relative;
    width: 100%;
    height: 50px;
	border-top: 3px solid #ec6e00;
    background: url(../img/line_dot01_orange.gif) repeat-x bottom;
}
body .blockUI.blockMsg.blockPage > div > center > p:first-of-type::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	font-weight: bold;
	color: #16428f;
	white-space: pre;
	content: "新規会員登録";
}
body .blockUI.blockMsg.blockPage > div > center > p img{
	display: none;
}
body .blockUI.blockMsg.blockPage > div > center > div{
	width: 100% !important;
	float: none !important;
}
body .blockUI.blockMsg.blockPage > div > center > div > ul > li{
    width: 100% !important;
    float: none !important;
    margin: 0 0 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
body .blockUI.blockMsg.blockPage > div > center > div > ul > li:last-of-type{
    margin: 0 0 0 !important;
}
body .blockUI.blockMsg.blockPage > div > center > div > ul > li a{
    width: 100% !important;
    float: none !important;
	margin: 0 0 8px;
    display: block;
}
body .blockUI.blockMsg.blockPage > div > center > div > ul > li > br{
	display: none;
}
body .blockUI.blockMsg.blockPage > div > center > p:last-of-type{
	padding: 20px 0 !important;
}
body .mfp-hide{
	display: block !important;
}
/* ========================================
*	
*	Adjust
*	
======================================== */
.order01 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1 !important;;
}
.order02 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2 !important;;
}
.order03 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3 !important;;
}
.order04 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4 !important;;
}
.order05 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5 !important;;
}
.order06 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6 !important;;
}
.order07 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7 !important;;
}
.order08 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8 !important;;
}
.order09 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9 !important;;
}
.order10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10 !important;;
}

/* ------ MARGIN TOP ------ */
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt65{margin-top: 65px !important;}
.mt70{margin-top: 70px !important;}
.mt75{margin-top: 75px !important;}
.mt80{margin-top: 80px !important;}
.mt85{margin-top: 85px !important;}
.mt90{margin-top: 90px !important;}
.mt95{margin-top: 95px !important;}
.mt100{margin-top: 100px !important;}

/* ------ MARGIN RIGHT ------ */
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}
.mr55{margin-right: 55px !important;}
.mr60{margin-right: 60px !important;}
.mr65{margin-right: 65px !important;}
.mr70{margin-right: 70px !important;}
.mr75{margin-right: 75px !important;}
.mr80{margin-right: 80px !important;}
.mr85{margin-right: 85px !important;}
.mr90{margin-right: 90px !important;}
.mr95{margin-right: 95px !important;}
.mr100{margin-right: 100px !important;}

/* ------ MARGIN BOTTOM ------ */
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb60{margin-bottom: 60px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}
.mb75{margin-bottom: 75px !important;}
.mb80{margin-bottom: 80px !important;}
.mb85{margin-bottom: 85px !important;}
.mb90{margin-bottom: 90px !important;}
.mb95{margin-bottom: 95px !important;}
.mb100{margin-bottom: 100px !important;}

/* ------ MARGIN LEFT ------ */
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}
.ml55{margin-left: 55px !important;}
.ml60{margin-left: 60px !important;}
.ml65{margin-left: 65px !important;}
.ml70{margin-left: 70px !important;}
.ml75{margin-left: 75px !important;}
.ml80{margin-left: 80px !important;}
.ml85{margin-left: 85px !important;}
.ml90{margin-left: 90px !important;}
.ml95{margin-left: 95px !important;}
.ml100{margin-left: 100px !important;}


/*
---------------------------------------------
■ADJUST > PADDING
---------------------------------------------
*/

/* ------ PADDING TOP ------ */
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}
.pt65{padding-top: 65px !important;}
.pt70{padding-top: 70px !important;}
.pt75{padding-top: 75px !important;}
.pt80{padding-top: 80px !important;}
.pt85{padding-top: 85px !important;}
.pt90{padding-top: 90px !important;}
.pt95{padding-top: 95px !important;}
.pt100{padding-top: 100px !important;}

/* ------ PADDING RIGHT ------ */
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pr55{padding-right: 55px !important;}
.pr60{padding-right: 60px !important;}
.pr65{padding-right: 65px !important;}
.pr70{padding-right: 70px !important;}
.pr75{padding-right: 75px !important;}
.pr80{padding-right: 80px !important;}
.pr85{padding-right: 85px !important;}
.pr90{padding-right: 90px !important;}
.pr95{padding-right: 95px !important;}
.pr100{padding-right: 100px !important;}

/* ------ PADDING BOTTOM ------ */
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pb55{padding-bottom: 55px !important;}
.pb60{padding-bottom: 60px !important;}
.pb65{padding-bottom: 65px !important;}
.pb70{padding-bottom: 70px !important;}
.pb75{padding-bottom: 75px !important;}
.pb80{padding-bottom: 80px !important;}
.pb85{padding-bottom: 85px !important;}
.pb90{padding-bottom: 90px !important;}
.pb95{padding-bottom: 95px !important;}
.pb100{padding-bottom: 100px !important;}

/* ------ PADDING LEFT ------ */
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}
.pl55{padding-left: 55px !important;}
.pl60{padding-left: 60px !important;}
.pl65{padding-left: 65px !important;}
.pl70{padding-left: 70px !important;}
.pl75{padding-left: 75px !important;}
.pl80{padding-left: 80px !important;}
.pl85{padding-left: 85px !important;}
.pl90{padding-left: 90px !important;}
.pl95{padding-left: 95px !important;}
.pl100{padding-left: 100px !important;}


/*
---------------------------------------------
■ADJUST > WIDTH
---------------------------------------------
*/

/* ------ WIDTH PEERCENT ------ */
.wdh10per{width: 10% !important;}
.wdh15per{width: 15% !important;}
.wdh20per{width: 20% !important;}
.wdh25per{width: 25% !important;}
.wdh30per{width: 30% !important;}
.wdh35per{width: 35% !important;}
.wdh40per{width: 40% !important;}
.wdh45per{width: 45% !important;}
.wdh50per{width: 50% !important;}
.wdh55per{width: 55% !important;}
.wdh60per{width: 60% !important;}
.wdh65per{width: 65% !important;}
.wdh70per{width: 70% !important;}
.wdh75per{width: 75% !important;}
.wdh80per{width: 80% !important;}
.wdh85per{width: 85% !important;}
.wdh90per{width: 90% !important;}
.wdh95per{width: 95% !important;}
.wdh100per{width: 100% !important;}

/* ------ WIDTH PIXEL ------ */
.wdh10px{width: 10px !important;}
.wdh15px{width: 15px !important;}
.wdh20px{width: 20px !important;}
.wdh25px{width: 25px !important;}
.wdh30px{width: 30px !important;}
.wdh35px{width: 35px !important;}
.wdh40px{width: 40px !important;}
.wdh45px{width: 45px !important;}
.wdh50px{width: 50px !important;}
.wdh55px{width: 55px !important;}
.wdh60px{width: 60px !important;}
.wdh65px{width: 65px !important;}
.wdh70px{width: 70px !important;}
.wdh75px{width: 75px !important;}
.wdh80px{width: 80px !important;}
.wdh85px{width: 85px !important;}
.wdh90px{width: 90px !important;}
.wdh95px{width: 95px !important;}
.wdh100px{width: 100px !important;}
}