#wrapper {
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#main {
    padding-top: 10px;
    flex: 1;
}
.row-height {
    display: flex;
    flex-wrap: wrap;
}
/* ---------------------------------
共通
------------------------------------ */
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

h2 {
	position: relative;
	padding-top: .4em;
	border-top: 2px solid #CCC;
	font-size: 1.6em;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
h2::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #666!important;
}
.h2-no h2 {
	padding-top: .4em;
	border-top: none;
	font-size: 1.6em;
	font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.h2-no h2::after {
    display: none;
}
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.deco-ul a{
    color: #333;
    font-weight: normal;
}
.deco-ul a:hover{
    text-decoration:underline;
}
.well-green{
    background-color: #ffffff!important;
    border: 1px solid #3C9530!important;
}

.btn-purple{
	color:#FFFFFF;
	background-color: #937DBB;
    border-color: #8D72C7;
}
.btn-green {
    color: #fff;
    background-color: #5CB85C;
    border-color: #5CB85C;
}
.btn-green.focus,
.btn-green:focus {
    color: #fff;
    background-color: #46A246;
    border-color: #3D8D3D;
}
.btn-green:hover {
    color: #fff;
    background-color: #46A246;
    border-color: #3D8D3D;
}
.btn-green.active,
.btn-green:active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #46A246;
    border-color: #3D8D3D;
}
.btn-green.active.focus,
.btn-green.active:focus,
.btn-green.active:hover,
.btn-green:active.focus,
.btn-green:active:focus,
.btn-green:active:hover,
.open > .dropdown-toggle.btn-green.focus,
.open > .dropdown-toggle.btn-green:focus,
.open > .dropdown-toggle.btn-green:hover {
    color: #fff;
    background-color: #3D8D3D;
    border-color: #3D8D3D;
}
.btn-green.active,
.btn-green:active,
.open > .dropdown-toggle.btn-green {
    background-image: none;
}
.btn-green.disabled.focus,
.btn-green.disabled:focus,
.btn-green.disabled:hover,
.btn-green[disabled].focus,
.btn-green[disabled]:focus,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green.focus,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:hover {
    background-color: #83C983;
    border-color: #83C983;
}
.btn-green .badge {
    color: #5CB85C;
    background-color: #fff;
}

.btn-pink-gyoutai { display: block; padding: 1.25em 2em; color: #333; text-decoration: none; background: #f3ede6; transition: all ease .3s; position: relative;}
.btn-pink-gyoutai::before { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 1em); height: calc(100% - 1em); border: 1px solid #797471; content: ""; transition: all ease .3s;}
.btn-pink-gyoutai:hover::before { width: 100%; height: 100%;}

.btn-left-sm {
    padding:4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    width:100%;
}
.btn-left-sm.focus,
.btn-left-sm:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-left-sm:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-left-sm.active,
.btn-left-sm:active,
.open > .dropdown-toggle.btn-left-sm {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-left-sm.active.focus,
.btn-left-sm.active:focus,
.btn-left-sm.active:hover,
.btn-left-sm:active.focus,
.btn-left-sm:active:focus,
.btn-left-sm:active:hover,
.open > .dropdown-toggle.btn-left-sm.focus,
.open > .dropdown-toggle.btn-left-sm:focus,
.open > .dropdown-toggle.btn-left-sm:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-left-sm.active,
.btn-left-sm:active,
.open > .dropdown-toggle.btn-left-sm {
    background-image: none;
}
.btn-left-sm.disabled.focus,
.btn-left-sm.disabled:focus,
.btn-left-sm.disabled:hover,
.btn-left-sm[disabled].focus,
.btn-left-sm[disabled]:focus,
.btn-left-sm[disabled]:hover,
fieldset[disabled] .btn-left-sm.focus,
fieldset[disabled] .btn-left-sm:focus,
fieldset[disabled] .btn-left-sm:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-left-sm .badge {
    color: #fff;
    background-color: #333;
}
.btn-newprice {
    color: #FF6262;
    background-color: #fff;
    border-color: #FF6262;
}
.mrg-top4 {
	margin-top : 4px;
}
.mrg-top10 {
	margin-top : 10px;
}
.mrg-top20 {
	margin-top : 20px;
}

.mrg-top40 {
	margin-top : 40px;
}

.mrg-5 {
	margin : 5px;
}

.mrg-r5 {
	margin-right : 5px;
}
.mrg-l5 {
	margin-left : 5px;
}

.mrg-10 {
	margin : 10px;
}

.mrg-r10 {
	margin-right : 10px;
}

.mrg-15 {
	margin : 15px;
}
.mrg-20 {
	margin : 20px;
}

.mrg-l20 {
	margin-left : 20px;
}

.mrg-r20{
	margin-right : 20px;
}

.mrg-b6 {
	margin-bottom : 6px;
}

.mrg-b20 {
	margin-bottom : 20px;
}

.mrg-b40 {
	margin-bottom : 40px;
}
.mrg-tb10{
	margin: 10px 0;
}
.mrg-tb20{
	margin: 20px 0;
}
.mrg-tbr10{
	margin: 10px 10px 10px 0;
}
.pad-b10{
	padding-bottom : 10px;
}
.pad-t10{
	padding-top : 10px;
}
.pad-10{
	padding : 10px;
}
.pad-20{
	padding : 20px;
}
.pad-5{
	padding-bottom : 5px;
}
.pad-b6 {
	padding-bottom : 6px;
}
.pad-tb10{padding: 10px 0;}
.pad-tb20{padding: 20px 0;}
.pad-r10 {
	padding-right : 10px;
}
.bg-EC {
    background-color: #ECECEC!important;
}
.bg-EA {
    background-color: #EAEAEA!important;
}
.bg-FFF, #container {
    background-color: #FFF!important;
}
.bg-E7F3DC {
    background-color: #E7F3DC!important;
}
.bg-FFFF00 {
    background-color: #FFFF00!important;
}
.bg-66 {
    background-color: #666666!important;
}
.bg-be {
    background-color: #eee8dd!important;
}
.bg-yellow {
    background-color: #FFFFCC!important;
}
.bg-gray-set {
    color: #fff;
    background-color: #666666!important;
}
.bg-gray-set a{
    color: #fff;
    font-size: 1.1em;
}
.btn-gray {
    background-color: #EAEAEA!important;
    color: #333;
    border: 1px solid #CCC;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-gray:hover, .btn-gray:focus {
    background: #DDD!important;
}
.btn-gray:active {
    background: #DDD!important;
}
.btn-lgray {
    background-color: #F6F6F6!important;
    color: #333333;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-go {
    display:block;
    background-color: #F33A94;!important;
    margin:10px auto 20px;
    border-radius:5px;
    text-align:center;
    /*padding:20px 0px;
    font-size:18px;*/
    font-weight:bold;
    color: #FFF;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-go:hover, .btn-next:focus {
	opacity: 0.7;!important;
    color: #FFF;
}
.btn-ff{background-color:#FFFFFF!important;}
.btn-lgray:hover, .btn-gray:focus {
    background: #DDD!important;
}
.btn-lgray:active {
    background: #DDD!important;
}
.btn-next {
    background-color: #FF6600!important;
    color: #FFF;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-next:hover, .btn-next:focus {
    background: #F606!important;
    color: #FFF;
}
.btn-next:active {
    background: #F606!important;
}
.btn-boxB {
    border: 2px solid #0066CC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
    color: #0066CC;
    font-size: 12px;
    font-weight: bold;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    margin: 8px 28px 8px 8px;
    padding: 2px 12px 2px;
}
.btn-boxB:hover {
    color: #0066CC;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btn-xxs {
    font-size: .8em;
}
.btn-xl {
  padding: 14px 0;/*right-left52px*/
  font-size: 1.2em;
  border-radius: 8px;
}
.btn-l {
  font-size: 1.6em;
  padding: 14px;
}
.red {
	color:#FF0000;
}
.orange {
	color:#FF6600;
}
.yellow {
	color:#FFFF99;
}
.gold {
	color:#FC0;
}
.stripe {
	background: -webkit-repeating-linear-gradient(-45deg, #f2efeb, #f2efebf 3px,#eaeaea 3px, #eaeaea 7px);
    background: repeating-linear-gradient(-45deg, #f2efeb, #f2efeb 3px,#eaeaea 3px, #eaeaea 7px);
}
.center{
	text-align:center;
}
.font-ss {
    font-size: 80%;
}
.font-250{font-size: 250%;}
.font-200{font-size: 200%;}
.font-150{font-size: 150%;}
.font-120{font-size: 120%;}
.font-110{font-size: 110%;}

.bold{
	font-weight:bold;
}
.underline_dotted {
	border-bottom:1px #ccc dotted;
}
.topline_dotted {
    border-top: 1px dotted #ccc;
    line-height: 200%;
}
.dropdown {
    list-style-type: none;
}
.dropdown-menu.right {
 right:0;
 left:auto;
 &::before {left:auto !important; right:9px;}
 &::after {left:auto !important; right:10px;}
}
.well-white {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	
}
#push {
    height: 170px;
}
.line_h150{
line-height:150%;
}
.line_h200{
line-height:200%;
}

.title_fukidasiA {
	position: relative;
	padding: .5em .75em;
	background-color: #d9ec76;
	border-radius: 6px;
}
.title_fukidasiA::after {
	position: absolute;
	top: 90%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #d9ec76;
}
.title_fukidasiB {
	position: relative;
	padding: .8em .75em;
	background-color: #7dc8d2;
	border-radius: 6px;
}
.title_fukidasiB::after {
	position: absolute;
	top: 90%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #7dc8d2;
}

.title_gra_green {
	padding: .5em .75em;
	background: -webkit-linear-gradient(top, #AFD013 0%, #00B000 100%);
	background: linear-gradient(to bottom, #AFD013 0%, #00B000 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
a.widelink {
	display: block;
}
.navbar-inverse .navbar-brand {
    color: #333 !important;
}

/* ---------------------------------
トップ通信バー
------------------------------------ */
#topBanner {
    position: relative;
    background-color: #666666!important;
    border-color: #666666;
    color: #666666 !important;
}
#topBanner .box {
    width:980px; margin:auto;
}
#topBanner .box02 {
    width:980px; margin:auto;
    color:#FFF;
    padding: 5px 5px 6px 5px;
}
#topBanner .btnBox {
    float: left;
    padding: 10px;
}
#topBanner .btnBox a {
    background:#ffffff!important;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    color:#000000;
    padding: 9px 0 7px 5px;
    position: absolute;
    text-align: center;
    width: 120px;
    font-size: 12px;
}
#topBanner .btnBox a:hover {
    background:#f0f0f0!important;
    text-decoration:none;
}
#topBanner .tit {
    color: #ffffff; float: left;
    height: 60px;
    line-height: 1.3;
    margin: 0 0 0 5px;
    /*width: 200px;*/
}

#topBanner .titInner {
    font-weight: bold;
    padding: 12px 0 0 0;
}
#topBanner .titInner a {
    color:#ffffff!important;
}
#topBanner .titInner a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#topBanner .tit {
    font-size: 16px;
}
#topBanner .topInfo {
    color: #ffffff;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    float:left;
    margin: 11px 0 0 5px;
}
#topBanner .btnBox01 {
    left: 50%;
    margin-left: 220px;
    position: absolute;
    top: 12px;
}
#topBanner .btnBox01 a {
    background:#ffffff!important;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    color:#000000;
    display: block;
    padding: 9px 0 7px 5px;
    position: absolute;
    text-align: center;
    width: 120px;
    font-size: 12px;
}
#topBanner .btnBox01 a:hover {
    background:#f0f0f0!important;
    text-decoration:none;
}
#topBanner .btnBox02 {
    border: 1px solid #ffffff;
    border-radius:4px; -webkit-border-radius:4px;
    -moz-border-radius:4px; box-sizing: border-box;
    color: #ffffff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    margin: 12px 10px 0 0;
    padding: 7px 10px 7px;
}
#topBanner .btnBox02 a {
    color: #ffffff;
    text-decoration: none;
}
#topBanner .btnBox02 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#topBanner02 {
    position: relative;
    background-color: #FFFFCC!important;
    border-color: #666666;
    color: #333 !important;
}
#topBanner02 .box {
    width:980px; margin:auto;
}
#topBanner02 .btnBox {
    float: left;
    padding: 10px;
}
#topBanner02 .btnBox a {
    background:#666!important;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    color:#fff;
    padding: 9px 0 7px 5px;
    position: absolute;
    text-align: center;
    width: 120px;
    font-size: 12px;
}
#topBanner02 .btnBox a:hover {
    background:#f0f0f0!important;
    color:#333!important;
    text-decoration:none;
}
#topBanner02 .tit {
    color: #333; float: left;
    height: 60px;
    line-height: 1.3;
    margin: 0 0 0 5px;
    width: 200px;
}
#topBanner02 .titInner {
    font-weight: bold;
    padding: 12px 0 0 0;
}
#topBanner02 .titInner a {
    color:#333!important;
}
#topBanner02 .titInner a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#topBanner02 .tit {
    font-size: 16px;
}
#topBanner02 .topInfo {
    color: #333;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    float:left;
    margin: 11px 0 0 5px;
}
#topBanner .btnBox02 {
    border: 1px solid #ffffff;
    border-radius:4px; -webkit-border-radius:4px;
    -moz-border-radius:4px; box-sizing: border-box;
    color: #ffffff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    margin: 12px 10px 0 0;
    padding: 7px 10px 7px;
}
#topBanner .btnBox02 a {
    color: #ffffff;
    text-decoration: none;
}
#topBanner .btnBox02 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#topBanner03 {
    position: relative;
    background-color: #666666!important;
    border-color: #FFF;
    color: #FFF !important;
}
#topBanner03 .box {
    max-width:980px;
    margin:auto;
    padding: 10px;
}
#topBanner03 .box a {
    color:#FFF;
}
#topBanner03 .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    text-decoration:underline;
}
#topBanner03 .box .yellow a {
    color:#FFFF99;
}
#topBanner03 .yellow .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    text-decoration:underline;
}
/* ---------------------------------
ヘッダ
------------------------------------ */
.header {
    border-top: 3px solid #000;
}
.header h1{
	text-align:center;
	font-size:75%;
	margin:5px 0!important;
	padding:0!important;
	}
.header .csm-name{
	text-align:right;
	padding-right:10px;
}
.logo {
    margin: 0.5em auto;
    display: block;
}
.logo img {
    max-width: 100%;
}
@media only screen and (max-width:320px) {
.logo img {
    max-width: 90px;
}
}

.form-control {
    height: 28px;
}
.form-control-history {
    /*display: block;
    width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.form-control-history:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control-history::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control-history:-ms-input-placeholder {
    color: #999;
}
.form-control-history::-webkit-input-placeholder {
    color: #999;
}
.form-control-history::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control-history[disabled],
.form-control-history[readonly],
fieldset[disabled] .form-control-history{
    background-color: #eee;
    opacity: 1;
}
.form-control-history[disabled],
fieldset[disabled] .form-control-history {
    cursor: not-allowed;
}
textarea.form-control-history {
    height: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control-history,
    input[type=datetime-local].form-control-history,
    input[type=month].form-control-history,
    input[type=time].form-control-history {
        line-height: 34px;
    }
}

.headerNavBtn {
    text-align: center;
    height: 3em;
    line-height: 3;
    color: #5F5F5F;
    font-size: .8em;
}
.headerNavBtn:hover {
    background: #BBB!important;
}
/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.input-group {
    top: 6px;
    margin-right: 5px;
}
.something td{
margin:0!important;
padding:3px 0 0 0!important;
}

.dropdown-menu {
    top: 90%;
    z-index: 9999999;
}
/*.list-inline > li {
    padding-right: 0;
}*/
.detail {
    width: 200px;
    padding: 10px 0 0 0;
    font-size: .86em;
}
.detail .btn{margin:5px 0 0 0!important;}
.top-icon {
    font-size: 1.2em;
}
.top-toolbar{
	margin-bottom:3px;
}
.top-toolbar .btn {
    float: right !important;
}

.top-toolbar .btn a:hover,
.top-toolbar .btn a:focus{
    background: #eee!important;
}

.btn-headerSize {
    font-size: .8em;
	padding:8px 0;
}
.btn-headerGroup {
    padding: 4px 0;
}
.btn-headerGroup2 {
    padding-bottom: 4px;
}
.top-search .col-md-5 {
    padding-right: 0;
    padding-left: 0;
}
.tj-nav {
    z-index: 20;
}
/* ---------------------------------
パンくず⇒bootstrap.cssに統一予定/goto
------------------------------------ */
.breadcrumb {
    padding: 5px 0 0 0;
    list-style: none;
	border-bottom: 2px dotted #CCC;
	margin-bottom:-2px;

}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li+li:before {
    padding: 0 5px;
    color: #ccc;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054"; 
}
.breadcrumb > .active {
    color: #777;
}

/* ---------------------------------
レフトメニュー
------------------------------------ */
.active {
    list-style: none;
    max-width: 100%;
}
.leftMenu h2 {
    border-top: none;
    font-size: 14px;
    font-weight: bold;
    padding-left: 14px;
}
.L-h2{
    margin-top: 1em;
    padding: 1em;
    border-radius: .2em;
    text-shadow: 0 0 5px white;
    background: -webkit-repeating-linear-gradient(-45deg, #f2efeb, #f2efebf 3px,#eaeaea 3px, #eaeaea 7px);
    background: repeating-linear-gradient(-45deg, #f2efeb, #f2efeb 3px,#eaeaea 3px, #eaeaea 7px);
}
.leftMenu h2::after{
    display: none;
}
.L-h2::after{
    display: none;
}
.leftMenu li a {
    text-decoration: none;
    color:#333;
}
.nav-stacked li {
    border-bottom: 1px dotted #CCC;
    margin-bottom: -2px;
    font-size: 1.2em;
}
.leftmenu_btn a{
color: #ffffff!important;
text-decoration: initial;
border:initial;
background-img:none;

}
.leftmenu_btn a:hover{
color: #ffffff;
text-decoration: initial;
border:initial;
background:none!important;

}

@media only screen and (max-width:768px) {
    .nav-stacked img {
       width:20%;
    }
    .nav-stacked .L-bnr{
       width: 100%;
    }
	.nav-stacked li{
      font-size:0.8em!important;
    }
}
.btnNew {
    padding: 2px;
    text-align: center!important;
}
.btnNew a {
    color: #E2211A;
}
.btnStop {
    padding: 2px;
    text-align: center!important;
}
.btnStop a {
    color: #937DBB;
}
.leftMenu li {
    font-size: .9em;
}
.leftMenu li a { text-decoration: none; }
.leftMenu li a img {
    vertical-align: middle;
    border: 0;
    margin-right: 5px;
}
#sidebar {
    padding-left: 0;
}
.left-bnr a img {
    padding: 10px 13px 0;
}
/* ---------------------------------
メイン
------------------------------------ */
.sateliteBox {
    box-sizing: border-box;
}
.panel {
    margin-bottom: 6px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.panel-body {
    padding: 6px;
}
.topiclist_body dl {
    line-height : 1;
    overflow : auto;
}

.topiclist_body dt {
    float : left;
    clear : both;
    width : 7em;
    padding-top : 17px;
}

.topiclist_body dd {
    border-bottom-width : 1px;
    margin-left : 7em;
    padding-top : 17px;
    padding-left : 1em;
}
.catalog img {
    outline: solid 1px #CCC;
}
.catalog figure {
    margin-bottom: 6px;
}
.bxslider li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .bxslider li {
  display: block !important; /*JSが読み込まれたら表示*/
}
.bxslider li:not(:first-child){
    display: none;
}
.bxslider01 h3 {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;

}
figcaption .btn {
    margin-top: 6px;
}
.topic {
    margin: 4px 1px;
    padding: 4px;
    border: 1px solid #CCC;
    background-color: #fff!important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
ul.bxslider01 li {
    margin:0 10px 10px 0;
    padding:10px;
}
#top-listItem ul.bxslider03 {
    width:100%;
	margin:0;
	padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#top-listItem ul li {
    margin:0 10px 10px 0;
    padding:10px;
    list-style:none;
    max-width: 158px;
    border:2px solid #EAEAEA;
    position: relative;
    padding-bottom: 2em;
}
#top-listItem .photo img{
    /*max-width: 150px;*/
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#top-listItem .number {
    background-color: #EAEAEA;
    text-align: center;
}
#top-listItem .price {
    color: #FF0000;
    text-align: right;
    display: block;
    position: absolute;
    bottom: 0;
}
/* ---------------------------------
ライトメニュー
------------------------------------ */
.nav-r {
    list-style: none;
    max-width: 250px;
    padding:10px 0 0 0px;
}
.nav-r li {
    padding-bottom: 10px;
}

.nav-r table,
.nav-r td{padding-right:3px!important;padding-left:3px!important;}


.table-r01 {
    list-style: none;
    max-width: 250px;
    font-size: .8em;
    padding: 0!important;
    margin: 0;
    font-family: "DFP平成丸ゴシック体W4", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.table-r01 a {
    color: #333;
}
.table-bordered-red > tbody > tr > td {
    border: 4px solid #E2211A;
}

.table-bordered-gray {
    border-collapse: collapse;
    border: 4px solid #CCC;
}
.table-bordered-gray tr {
    border-style: dotted;
    border-width: 2px;
    border-color: #CCC;
}
.leftMenu .table-bordered-gray{font-size:80%;}
.r01red {
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #E2211A;
}
.r02red {
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #E2211A;
}
.r01gray {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}
.r-cm {
    background-color: #F5F5F5;
    padding:0.5em;
    text-align:center;
}
/* ---------------------------------
フッタ
------------------------------------ */
.footer1 {
    width: 100%;
    background-color: #EAEAEA!important;
	padding-top: 20px;
	margin-top:40px;
}
.footer1 h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
}
.footer1 a{
    color: #333;
    font-weight: normal;
}
.footer1 a:hover{
    text-decoration:underline;
}
.footer2 {
    width: 100%;
    background-color: #EAEAEA !important;
    padding-top: 20px;
}
.footer-nav {
    float: left;
    margin: 0;
    text-align: center;
	padding:10px 0;
    width: 100%;
}
.footer-nav li {
    color: #888;
    display: inline-block;
    float: none;
    list-style: none outside none;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
    margin: 0 auto;
}
.widget_archive ul li {
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}
.widget_nav_menu ul li {
    font-size: 0.9em;
    font-weight: 700;
	position: relative;
    margin-bottom: 3px;
    padding-bottom: 3px;
	border-bottom:1px dotted #ddd;
	width:95%;
}
.copyright {
    text-align: center;
    margin: 0.5em auto;
    display: block;
}
/* ---------------------------------
ランキング
------------------------------------ */
#cat-ranking .section {
    padding: 16px 0 16px;
    margin: 20px auto;
}
#top-ranking .photo {
    max-width: 200px;
}
.cat-ranking-h3 {
    padding: 10px 6px;
    font-size: 16px;
    /*background-color: #666;
    color: #FFF;
    max-width: 100%;
    border-radius: 4px;*/
    margin-bottom: -10px;
}
#cat-ranking img {
    border-radius: 4px;
}
.rank-name {
  white-space: nowrap;
  width: 100%;                   /* IE6 では width の指定が必要 */
  overflow: hidden;              /* "overflow" の値は "visible" 以外のものを指定する */ 

  -o-text-overflow: ellipsis;    /* Opera 9-10 */
  text-overflow:    ellipsis;
}
/* ---------------------------------
バッジ
------------------------------------ */
.badge-rank1, .badge-rank2, .badge-rank3 {
    position: absolute;
    margin: 4px;
}
.badge-rank1 { background-color:#EDAE00;}
.badge-rank2 { background-color:#9C9C9C;}
.badge-rank3 { background-color:#7A592F;}


/* 注目 -------------------- */
.badgeFeatured { border-color:#c00101; background-color:#c00101; color:#d2bb73; }
/* ---------------------------------
ページトップ
------------------------------------ */
#page-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 1em;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
#page-top a {
    background: #666!important;
    text-decoration: none;
    color: #fff;
    width: 44px;
    padding: 14px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999!important;
}

/* ---------------------------------
20240109ヘッダ改修
------------------------------------ */
.DSmenu {
  width: 300px;
  background:#FFF;
  -webkit-transform:translateX(-280px);
  transform:translateX(-280px);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  position:absolute; 
  position:absolute;
  top:0; 
  left:-20px;
  z-index:99999;
  letter-spacing: 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.DSmenu.action {
  width: 300px;
  background:#FFF; 
  -webkit-transform:translateX(0);
  transform:translateX(0);
  height: 700px;
  overflow-y: scroll;
}
.DSmenu .DSbtn {
  position: fixed;
  top: -4.4px;
  right:-50px; 
  width:50px; 
  height:50px; 	
  -webkit-transition:ease .5s;
  transition:ease .5s;
  cursor:pointer;
}

.DSmenu .DSbtn:hover {
  position:absolute; 
  top:0; 
  right:-45px; 
  with:40px; 
  height:40px;
}
.DSmenu.action .DSbtn {
  position: fixed;
  top: 0;
  right: -0px;
}

.DSmenu ul {
  width:100%;
  padding-left: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.DSmenu ul li {
  list-style: none;
  padding:10px 20px;
  background:#FFF;
  width:100%;
}
.DSmenu ul a li {
    display: block;
    padding: 1px 15px 1px 10px;
    clear: both;
    font-weight: 400;
    line-height: 2.5;
    color: #333;
    white-space: nowrap;
}
.DSmenu ul li:hover {
  list-style-type:none;
  padding:10px 20px;
  background:#F6F6F6;
  width:100%;
}
.DSmenu .DSbtn .hambarg:nth-child(1) {
  position:absolute;
  top:30%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width: 25px;
  height: 3px;
  background:#333;
  -webkit-transition:ease .5s;
  transition:ease .5s;
}
.hambarg:nth-child(2) {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width: 25px;
  height: 3px;
  background:#333;
  -webkit-transition:ease .5s;
  transition:ease .5s;
}
.hambarg:nth-child(3) {
  position:absolute;
  top:70%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width: 25px;
  height: 3px;
  background:#333;
  -webkit-transition:ease .5s;
  transition:ease .5s;
}
.DSmenu.action .DSbtn .hambarg:nth-child(1) { 
  top:50%;
  -webkit-transform:translate(-50%,-50%) rotate(45deg);
  transform:translate(-50%,-50%) rotate(45deg);
}
.DSmenu.action .DSbtn .hambarg:nth-child(2) { 
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  opacity:0;
}
.DSmenu.action .DSbtn .hambarg:nth-child(3) { 
  top:50%;
  -webkit-transform:translate(-50%,-50%) rotate(-45deg);
  transform:translate(-50%,-50%) rotate(-45deg);
}
.DSmenu-in { 
  height: 100vh;
  padding-left: 30px;
}
.DSmenu-in ul li{ 
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}
.DSmenu-in a{ 
  color: #333;
  text-decoration: none;
}

.hambarg-text {
  display: block;
  height: 3px;
  margin-top: 40px;
  margin-left: 7.5px;
  transition: 0.4s;
  font-size:7pt;
}
.xs-name {
  text-align:right;
  padding-right: .5em;
}
.container.blur {
  opacity:0.25;
  transform:translateX(100px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  position:fixed;
  overflow: hidden;
  pointer-events: none;
}
.container.blur::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51,51,51, .2);
  position: absolute;
  top: 0;
  left: 0;
}
.header-blur {
  border-top: none;
}
.xs-name-blur, .hambarg-text-blur, .chatbot-container-blur {
  display:none;
}
.DSbtn-blur {
  background-color: #f7f7f7;
}

/* ---------------------------------
カラム崩れ対策
------------------------------------ */
.flex{
    display: flex;
    flex-wrap: wrap;
}
/*==================================================
Bootstrap 3 センタリンググリッドシステム
==================================================*/
.row-center {
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}
.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}
/*==================================================
Bootstrap 3 ガター幅を調整
==================================================*/
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-6{ margin-left:-3px;  margin-right:-3px}
.row-6 >div{ padding-right:3px;  padding-left:3px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}
.left-btnBox .col-sm-6, .left-btnBox .col-lg-6 { padding: 0 10px 0 0;}
/*==================================================
印刷時URL非表示
==================================================*/
@media print {
 a[href]:after {
 content: "" !important;
 }
 abbr[title]:after {
 content: "" !important;
 }
}
/*==================================================
Bootstrap 3 メディア・クエリ
==================================================*/
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (min-width : 319px) {
.headerNavBtn {
    font-size: .72em;
}
}

/* XSサイズ : Extra Small Devices, Phones */ 
@media only screen and (max-width : 320px) {
#topBanner .btnBox a , #topBanner02 .btnBox a , #topBanner02 .btnBox a {
    width: 80px;
}
#topBanner .tit {
    width: 280px;
}
.top-logo {
    margin-left: -17px;
}
.top-toolbarA {
    /*margin-left: -40px;*/
}
.hidden-se {
display: none;
}
}

@media only screen and (max-width : 767px) {
.sm-invisible {
    display: none;
}
#topBanner .topInfo , #topBanner02 .topInfo {
    display: none;
}
#topBanner .btnBox , #topBanner .btnBox {
    margin-left: 20px;
}
#topBanner .btnBox02 {
}
.input-group {
    top: 0;
}
.btn-xxs {
    padding: 6px 2px;
    margin: 0;
    font-size: .65em;
}
.headerNavBtn {
    font-size: .72em;
}
.top-icon {
    font-size: 2.5em;
}
.btn-group-sm > .btn, .btn-sm {
    /*font-size: .8em;*/
    font-size: .7em;
}
#topBanner .tit {
    width: 360px;
}
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media print,screen and (min-width : 768px) {
.input-group {
    top: 0;
}
.footer-h3 {
    margin: 0;
}
.top-toolbar, .top-toolbarA {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.btn-headerSize {
  font-size: .9em;
}

}
@media print,screen and (min-width : 721px) {
.cart_fix02 {
    display: none;
}
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
.widget_nav_menu ul li {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#topBanner .box02 {
	width: 100%;
}
}
@media only screen and (min-width : 992px) {
.input-group {
    top: 6px;
}
.headerNavBtn {
    font-size: .9em;
}
.btn-xl {
  font-size: 1em;
}
#top-ranking .section {
    border-bottom: solid 1px #ccc;
    padding: 16px 0 16px;
}
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.btn-headerGroup2 {
    padding-bottom: 12px;
}
}

/*==================================================
画像NEWマーク
==================================================*/

.ico_new{
    position: relative;
}

.ico_new:after{
    position: absolute;
    content: "NEW";
    font-weight: 700;
    line-height: 1;
    top: 5px;
    left: 5px;
    background: #d9534f;
    color: #fff;
    border-radius: 0.25em;
    padding: 6px;
}

.ico_new img{
    width: 100%;
}

/* ---------------------------------
アンケート
------------------------------------ */

.common_headline1_ {
font-size:22px;

}

.common_headline2_ {
font-size:18px;
margin-top:40px;
}

.questionnaire_box_content_ input{
margin-left:10px;
}

/* ---------------------------------
20190426sanui
------------------------------------ */

.title_gra_blue02 {
    padding: .5em .75em;
    background: -webkit-linear-gradient(top, #b1caff 0%, #759bea 100%);
    background: linear-gradient(to bottom, #b1caff 0%, #759bea 100%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

/* ---------------------------------
20190703suga カテゴリ名リンクボタン
------------------------------------ */
.comment_ a{
text-decoration:underline;

}

/*20191024gotoEC−being標準アンケートフォーム*/
.questionnaire_ td,
.questionnaire_ th {
border:1px solid #ccc;padding:10px;}
.questionnaire_confirm_{margin-bottom:30px;}
/* ---------------------------------
20202026 Webカタ終了用
------------------------------------ */
.alert {
    margin-bottom: 0;
}
/* ---------------------------------
カートに入れる
------------------------------------ */
.cart_kazu{
width: 100%;
white-space: nowrap;
}