@charset "UTF-8";

.el-card__header h2 { display: inline-block; }
.el-card__header .el-button-group {
	position: absolute;
	right: -10px;
	top: -30px;
}
.el-card__header { background: #f1f3f5; }
.el-card,
.el-table { margin: 15px 0; }
.el-alert { margin-bottom: 10px; }

.el-dialog .line { text-align: center; }
.el-dialog .el-form-item__label { font-weight: bold;display: contents; }
.el-dialog p { margin-bottom: 10px; }

.iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Element-UIのテーブル調整
------------------------------------------------------------*/
.el-table th > .cell{
	padding-left: 5px;
	padding-left: 5px;
	line-height: 14px;
}
.el-table td > .cell{
	padding-left: 5px;
	padding-left: 5px;
	line-height: 20px;
}
.el-table th > div {
	padding-left: 5px;
	padding-left: 5px;
}
.el-table td > div {
	padding-left: 5px;
	padding-left: 5px;
}
.el-form--inline .el-form-item .el-button { margin: 0px; }

/* セラーセントラル評価画面のCSS
------------------------------------------------------------*/
.a-color-success { color: #008a00 !important; }
.a-color-error { color: #d00 !important; }

/* 点滅
------------------------------------------------------------*/
.blinking{
	display : inline!important;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
		-moz-animation:blink 1.0s ease-in-out infinite alternate;
		animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink {
	0% {opacity:0;}
	100% {opacity:1;}
}

/* Tip
------------------------------------------------------------*/
.tip,
.tip-gray,
.tip-success,
.tip-warning,
.tip-danger {
	margin:5px;
	padding: 8px 16px;
	line-height: 1.6;
	border-radius: 4px;
}

.tip {
	background-color: #ecf8ff;
	border-left: 5px solid #50bfff;
}

.tip-gray {
	background-color: #E5E9F2;
	border-left: 5px solid #475669;
}

.tip-success {
	background-color: #d4f3e3;
	border-left: 5px solid #13CE66;
}

.tip-warning {
	background-color: #fdf3d8;
	border-left: 5px solid #F7BA2A;
}

.tip-danger {
	margin:5px;
	padding: 8px 16px;
	background-color: #ffdede;
	border-radius: 4px;
	border-left: 5px solid #FF4949;
}

.tip-danger a{
	color:#FF4949;
}

.mySeller { background-color: #fdf3d8!important; }

/* default reset
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

/*---------------------------------------------------------------------
common
----------------------------------------------------------------------*/
body {
	margin: 0;
	background: #fafafa;
}

h1, h2 { font-weight: normal; }
h1,
h2.title { font-size: 1.8em; }
h2 { margin: 0; font-size: 1.2em; }

hr { margin: 20px 0; }

.center { text-align: center; }
.right { text-align: right; }

a {
	color: rgb(77, 179, 255);
	text-decoration: none;
}

ul.list { list-style-type: none; }
ul.list li a { color: #000; }
ul.list li a:hover { text-decoration: underline; color: rgb(77, 179, 255); }
ul.list li a span {
	margin-right: 5px;
	font-weight: bold;
}

.m-5  { margin-bottom: 5px; }
.m-20  { margin-bottom: 20px; }
.root { margin: 20px; }

.image {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%;
}


.text-smaller .el-button { padding-top: 15px; }
.text-smaller span { font-size: 12px; }
.scr {
	overflow: scroll;   /* スクロール表示 */
	overflow-x: hidden;
	width : 70%;
	font-size:12px;
	margin: 0 auto;
	border: solid 1px #888;
}

.el-button{
	margin :5px;
}

footer {
	color: #324057;
	width: 100%;
	background-color: #E5E9F2;
}

footer .container {
	padding: 20px;
	height: 100%;
	box-sizing: border-box;
}

footer ul li { display: inline-block; }
footer ul li:before { content: "■ "}
footer ul li:after { content: " / "; }
footer ul li:last-child:after { content: none; }
footer ul li a { color: #20a0ff; }

footer small { font-size: 80%; }

/*---------------------------------------------------------------------
 main
----------------------------------------------------------------------*/
/*------------- TOP PAGE ---------------------*/
dl.manual-switch { margin-top: 20px; width: 160px; }
dl.manual-switch dt {
	float:left;
	clear:left;
	width: 80px;
}
dl.manual-switch dd {
	float:left;
	margin: 0 10px;
}

h3 span.date,
ul li span.date { float: right; }

.cassette{
	border: 1px solid #eee;
	border-radius: 1em;
	margin-bottom:10px;
	padding-bottom:10px;
}
.bg-white-dark{ background-color: #EFF2F7; }
.cp-unit{ font-size:0.8em; }

.point h3 {
	position: relative;
	margin-bottom: 10px;
	font-size: 150%;
}

.point .price-unit {
	margin-left: 1px;
	text-align: bottom;
}
#app { font-family: 'Avenir', Helvetica, Arial, sans-serif; }

span.date { font-size: 14px; font-weight: normal; }

.time {
	font-size: 13px;
	color: #999;
}

.actionItemLink { margin-bottom: 20px; }
.actionItemLink li,.a-section li { display: block; margin: 0; }
.actionItemLink li span,.a-section li span { float: right; }
.actionItemLink li a {
	display: block;
	margin: 3px 0;
	padding: 6px 10px;
	height: 30px;
	line-height: 30px;
	color: #0066c0;
	font-weight: bold;
	background: #e6f0fa;
	border-radius: 3px;
}

.actionItemLink li a:hover {
 color: #c45500;
 background: linen;
}

.ranking h3 {
	text-align: center;
	font-size: 140%;
}
.tag-group span { margin-left: 5px; }

#sellerGraph{ height:350px; }
.width130 { width: 130px; }
.width120 { width: 120px; }
.width110 { width: 110px; }
.graphInline .el-form-item { margin-right: 0px; }
.notificationHeight { min-height:350px; }

/*------------- Report area ---------------------*/
.image-area { float: left; }
.image-area img{
	max-width: 70px;
	max-height: 70px;
}

.product-area {
	float: right;
	width: 72%;
}
.product-area h3 {
font-size: 12px;
line-height: 1.3em;
}
.price-area .fee { color: #f00; }
.price-area hr { margin: 3px 0; }
.price-area .profit { font-weight: bold; }

/*------------- STOCKS ---------------------*/

.stocks_list td,
.stocks_list .cell,
.stocks_list span,
.stocks_list span span.price-unit,
.stocks_list input,
.stocks_list .el-input-group__append { font-size: 12px !important; }

.shippingPrice span,
.amazonTotalFee span,
.profit span { font-weight: bold; }

.seller_box h3 {
	margin-bottom: 10px;
	padding: 5px;
	height: 32px;
	line-height: 32px;
	background: #e6f0fa;
}

.conditions .el-form-item__label { text-align: left; }

/* slick.grid area ----*/
.grid-height-fix { height:400px; }
.grid-height-full { height:800px; }
.el-form-item__content{ min-height:25px; }
.disabled-inner-contents { pointer-events: none; }
.el-form-item{ margin-bottom : 20px; }

.smartPhoneFormatter input{
	margin: 0 3px 5px 0;
	padding: 5px;
	box-sizing: border-box;
	font-size: inherit;
	max-width: 70px;
	height: 20px;
	line-height: 1;
	outline: none;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	-webkit-appearance: none;
	 -moz-appearance: none;
				appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid rgb(191, 203, 217);
}

.realtime{
	background-color: #13ce66;
	color:#fff;
	text-align: center;
	font-size: 12px;
	margin-bottom:5px;
}
.normalRevision{
	background-color: #f7ba2a;
	color:#fff;
	text-align: center;
	font-size: 12px;
	margin-bottom:5px;
}
.stopRevision{
	background-color: #ff4949;
	color:#fff;
	text-align: center;
	font-size: 12px;
}
.rivisionTab{
	width:46%;
	cursor: pointer;
	padding:2px;
	float: left;
	margin-bottom:4px;
}

.productImg{
	max-width:80px;
	max-height:74px;
}

#myGridSmart .el-tag{
	padding: 0 2px;
	height: 18px;
	line-height: 18px;
	border-radius: 0px;
}

@media (min-width: 500px) {
	.visible-xs {
		display: none !important;
	}
}
@media (max-width: 499px) {
	.hidden-xs {
		display: none !important;
	}
}

/*---------------------------------------------------------------------
 Global navigation
----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

h1.logo {
	float: left;
	margin: 0;
	padding: 3px 20px;
	color: #fff;
	display: inline;
}
h1.logo_sp{
	display: none;
}

#menu-container {
	clear: both;
	height: 46px;
	background: #556;
}

#neat-menu { float: left; }

#neat-menu a { text-decoration: none; }

#neat-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#neat-menu>ul>li {
	float: left;
}

#neat-menu ul li a {
	display: block;
	border: solid #fff;
	border-width: 0 1px 0 0;
	color: #fff;
	font-size: 14px;
	height: 46px;
	line-height: 48px;
	padding: 0px 15px 0px;
}


#neat-menu>ul>li:first-child>a { border-radius: 0 0 0 0; }

#neat-menu ul ul {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	padding: 0;
	height: 0;
	opacity: 0;
	width: 240px;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12), 0px 0px 6px 0px rgba(0,0,0,0.04);
}

#neat-menu ul li:hover ul {
	margin-top: 0\2;
	height: auto;
	opacity: 1;
	visibility: visible;
	z-index:2;
}

#neat-menu ul ul li:first-child a { border-top-width: 0; }
#neat-menu ul ul a {
	border-right-width: 0;
	border-top: 1px solid #D1D1D1;
	color: #444;
	height: 24px;
	line-height: 24px;
	padding: 7px 12px;
}

#neat-menu ul ul a:hover {
	background: #556;
	border-top: 1px solid #4791D6;
	color: #fff;
}


/*---------------------------------------------------------------------
 Mobile Setting
----------------------------------------------------------------------*/
@media screen and (min-width: 900px) {
	.mobile { display: none; }
	span.member a {
		margin-right: 10px;
		float: right;
		line-height: 46px;
		text-decoration: none;
		color: #fff;
	}
	span.member a:hover { text-decoration: underline; }

	#menu-search {
		float: right;
		margin: 8px 10px 0 0;
		background: #fff;
	}

	#menu-search form {
		height: 26px;
		padding: 0 8px;
		position: relative;
		width: 150px;
	}

	#menu-search form input {
		font-size: 13px;
		height: 26px;
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		float: left;
		outline: medium none;
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 899px) {
	/**
	.pc { display: none; }
	*/

	h1.logo {
		display: none;
	}
	h1.logo_sp{
		float: left;
		margin: 0;
		padding: 3px 4px;
		color: #fff;
		display: inline;
	}
	header {
		height: 50px;
		background: #556;
	}

	h1 {
		display: inline;
		margin: 0;
		padding: 0;
		color: #fff;
	}

	label i { color: #fff; }

	#neat-menu ul li {
        padding-bottom: 0px;
	}
	#neat-menu ul li a {
		padding: 16px 5px 13px 6px;
	    line-height: 18px;
    	height: 25px;
	}
	.member{
		display:none;
	}

	nav ul li { position: relative; }
	label i.fa-plus,
	label i.fa-minus {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	input[id^="dropdown"],
	ul[class^="dropdown"] { display: none; }

	input[id^="dropdown"]:checked+ul[class^="dropdown"] {
		height: auto;
		display: block;
	}

	#menu-search form { height: 40px; }
	#menu-search form input {
		margin: 4%;
		padding: 0 3%;
		font-size: 13px;
		height: 40px;
		width: 84%;
	}
}

@media screen and (max-width: 400px) {
	hr { margin: 5px 0; }
	#sellerGraph{ height:170px; }

	.box-card{
		margin-left: -10px;
		margin-right: -10px;
	}
	.el-card__body { padding: 5px; }
	.actionItemLink { margin-bottom: 8px; }
}

/* Tip
------------------------------------------------------------*/

.label {
	background-color: #8391a5;
	padding: 0 5px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid transparent
}
.label .el-icon-close {
	border-radius: 50%;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	-ms-transform: scale(.75, .75);
	transform: scale(.75, .75);
	height: 18px;
	width: 18px;
	line-height: 18px;
	vertical-align: middle;
	top: -1px;
	right: -2px
}
.label .el-icon-close:hover {
	background-color: #fff;
	color: #8391a5
}
.label-default {
	background-color: #e4e8f1;
	border-color: #e4e8f1;
	color: #48576a
}
.el-tag--gray .el-tag__close:hover {
	background-color: #48576a;
	color: #fff
}
.el-tag--gray.is-hit { border-color: #48576a }
.label-primary {
	background-color: rgba(32, 160, 255, .1);
	border-color: rgba(32, 160, 255, .2);
	color: #20a0ff
}
.label-primary .el-tag__close:hover {
	background-color: #20a0ff;
	color: #fff
}
.label-primary.is-hit { border-color: #20a0ff }

.label-info {
	background-color: rgba(32, 160, 255, .1);
	border-color: rgba(32, 160, 255, .2);
	color: #20a0ff
}
.label-info .el-tag__close:hover {
	background-color: #20a0ff;
	color: #fff
}
.label-info.is-hit { border-color: #20a0ff }

.label-success {
	background-color: rgba(18, 206, 102, .1);
	border-color: rgba(18, 206, 102, .2);
	color: #13ce66
}
.label-success .el-tag__close:hover {
	background-color: #13ce66;
	color: #fff
}
.label-success.is-hit { border-color: #13ce66 }
.label-warning {
	background-color: rgba(247, 186, 41, .1);
	border-color: rgba(247, 186, 41, .2);
	color: #f7ba2a
}
.label-warning .el-tag__close:hover {
	background-color: #f7ba2a;
	color: #fff
}
.label-warning.is-hit { border-color: #f7ba2a }
.label-important {
	background-color: rgba(255, 73, 73, .1);
	border-color: rgba(255, 73, 73, .2);
	color: #ff4949
}
.label-important .el-tag__close:hover {
	background-color: #ff4949;
	color: #fff
}
.label-important.is-hit { border-color: #ff4949 }


.info h1{
    margin: 4px 0 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    color:#333;
    font-weight:bold;
    vertical-align: baseline;
    background: transparent;
}

.info p{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: transparent;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}