@charset "utf-8";

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: Meiryo, "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
	font-size: 80%;
	line-height: 120%;
}

option {
	margin-right: 3px;
	font-size: 100%;
}

input,
textarea {
	margin-right: 3px;
}

select {
	font-size: 100%;
}
select.top,
input.top,
textarea.top {
	margin-bottom: 5px;
}

.page_rows {
	margin-bottom: 20px;
}

hr {
	display: none;
}

#h1-wrap-full {
    width: 100%;
    height: 32px;
    background: url(../img/contents/subtitle_back_02.jpg) repeat-x;
    font-size: 100%;
    line-height: 100%;
    border-top: 1px solid #b3b4bd;
    border-bottom: 1px solid #d9dadf;
}

#h1-wrap {
	margin: 0 auto;
	width: 1230px;
}

h1 {
	height: 30px;
	line-height: 30px;
	color: #444757;
	background: url('../img/contents/subtitle_back_02.jpg') repeat-x;
	font-size: 130%;
}

h1 span.title {
	display: block;
	padding-top: 2px;
	padding-left: 20px;
	background: url('../img/contents/subtitle_back.gif') no-repeat;
}

h1 span.subtitle {
	display: block;
	padding-top: 2px;
	padding-left: 10px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
#	 border-bottom: 3px solid #ccc;
#	 color: #444757;
	border-bottom: 3px solid #cc0000;
	color: #cc0000;
	font-size: 100%;
}

h3 {
	margin-bottom: 20px;
	padding: 5px;
	color : #fff;
	background: #999;
	font-size: 90%;
}

/* ----------------------------   size */
.q_8 {
	font-size: 8px;
}
.q_9 {
	font-size: 9px;
}
.q_10 {
	font-size: 10px;
}
.q_11 {
	font-size: 11px;
}
.q_12 {
	font-size: 12px;
}
.q_10 {
	font-size: 10px;
}
.q_14 {
	font-size: 14px;
}
.q_16 {
	font-size: 16px;
}
.q_18 {
	font-size: 18px;
}
.q_20 {
	font-size: 20px;
}
.q_22 {
	font-size: 22px;
}
.q_24 {
	font-size: 24px;
}
.q_30 {
	font-size: 30px;
}
.q_36 {
	font-size: 36px;
}
.q_40 {
	font-size: 40px;
}
.q_42 {
	font-size: 42px;
}


/* ======================================================================================= */
/*  3 : スペース                                                                           */
/* ======================================================================================= */

/* ----------------------------   マージン */
.m0 {
	margin: 0;
}
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.m20 {
	margin: 20px;
}
.m30 {
	margin: 30px;
}

.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}

.mb0 {
	margin-bottom: 0;
}
.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}

.ml0 {
	margin-left:0;
}
.ml3 {
	margin-left:3px;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.ml30 {
	margin-left:30px;
}
.ml35 {
	margin-left:35px;
}
.ml50 {
	margin-left:50px;
}

.mr0 {
	margin-right:0;
}
.mr3 {
	margin-right:3px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr25 {
	margin-right:25px;
}
.mr30 {
	margin-right:30px;
}
.mr50 {
	margin-right:50px;
}


/* ----------------------------   パディング */
.p0 {
	padding: 0px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}

.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}

/* ======================================================================================= */
/*  5 : 行揃え 　                                                                          */
/* ======================================================================================= */

.t_center { /* 中央 */
	text-align: center !important;
}
.t_left { /* 左 */
	text-align: left !important;
}
.t_right { /* 右 */
	text-align: right !important;
}

/* Line */
.b_top {
	border-top: 1px solid;
}

/*テーブル設定*/
table {
	margin: 0 0 20px;
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
}

th,
td {
	padding: 5px;
	border: 1px solid #ccc;
}

th {
	width: 240px;
	background: url('../img/contents/table_back.png') repeat-x #f4f5f5;
	font-weight: normal;
	text-align: left;
}

table.form th {
	width: 240px;
	text-align: left;
}

table.list th {
	background: #f4f5f5;
	text-align: center;
}

table.list th.column {
	background: url('../img/contents/table_back.png') repeat-x #f4f5f5;
	text-align: left;
}

table.list .edit,
table.list .delete {
	width: 10%;
}

table.list {
	width: 100%;
}

table.list th.left {
	text-align: left;
}

table.list th.right {
	text-align: right;
}

table.list td.id,
table.list td.thumbnail {
	text-align: center;
}

table.list td.menu {
	vertical-align: middle;
	text-align: center;
}

table tr.last {
	background: #ffffdf;
}

#popup-container table th.column {
	width: 200px;
}

/* ======================================================================================= */
/*  6 : カラー 　                                                                          */
/* ======================================================================================= */
.invalid_color {
	background: #C9C9C9;
}

.contents-main .btn-area,
.contents-main .btn-area-rank,
#popup .btn-area,
#form_edit .btn-area {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	background: #f5f5f5;
	text-align: center;
}

.contents-main .btn-area li,
.contents-main .btn-area-rank li,
#popup .btn-area li,
.btn-area li {
	margin-right: 10px;
	display: inline;
}

.contents-main .raku2_btn-area_product_select {
	position: fixed;
	bottom: 0px;
	padding: 10px 0;
	clear: both;
	width: 95%;
	background: #f5f5f5;
	text-align: center;
}

.contents-main .raku2_btn-area_product_select li {
	margin-right: 10px;
	display: inline;
}

.addnew {
	margin-bottom: 20px;
}

a.icon_help {
    display: inline-block;
    background: #fff;
    border: solid 1px #999;
    font-size: 11px;
    padding: 0 2px;
    margin-left: 5px;
	color: #39c !important;
}

/*おすすめ商品管理*/

table.recommend-table {
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 50px;
	width: 100%;
}

.recommend-product.hidden td{
	background: #C9C9C9;
}

div.table-wrap {
	margin-top: 6px;
}

div.table-wrap div.table-img {
	float: left;
	padding-left: 6px;
}

div.table-wrap div.table-detail {
	float: left;
	text-align: left;
	padding-left: 11px;
}

div.table-wrap div.table-detail div.detail-name {
	margin-bottom: 5px;
}

td.AlignLeft {
	text-align: left;
	padding-left: 11px;
}

/*おすすめ商品検索画面*/

#recommend-search-results .hidden td,
#recommend-search-results .hidden th{
	background: #C9C9C9;
}

/*通常ボタン*/
.btn-normal,
a.btn-normal:link,
a.btn-normal:visited {
	margin-right: 5px;
	padding: 2px 10px;
	border: solid 1px #bcbecb;
	display: inline-block;
	color: #444757;
	background-image: url('../img/button/white-grad.png');
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #eee;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;

	/* CSS3 radius */
	border-radius: 5px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 5px;
	/* Firefox radius */
	-moz-border-radius: 5px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 5px;
	/* Firefox radius */
	-moz-border-radius: 5px;
}


/*ツールボタン 共通部分*/
.btn-tool-format,
a.btn-tool-format:link,
a.btn-tool-format:visited,
.upper_limit_container a.plan_entry,
.upper_limit_container a.plan_entry:link,
.upper_limit_container a.plan_entry:visited {
	padding: 6px 10px;
	border: none;
	display: inline-block;
	color: #fff;
	background-color: #333;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	cursor: pointer;
    transition-property: all;
    transition: 0.2s linear;

	/* CSS3 radius */
	border-radius: 3px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 3px;
	/* Firefox radius */
	-moz-border-radius: 3px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 3px;
	/* Firefox radius */
	-moz-border-radius: 3px;
	letter-spacing: 1px;
	font-weight: normal;
}
a.btn-tool-format:link:hover {
    color: #fff;
    text-decoration: none;
    background: #797979;
}

/* リピート用 */
.btn-tool-format,a.btn-tool-format:link,a.btn-tool-format:visited {
    color: #fff;
    font-weight: normal;
}
#container a.btn-tool-format:hover {
    color: #fff;
    text-decoration: none;
    background: #797979;
}

/*ツールボタン コンテンツ*/
.btn-tool,
a.btn-tool:link,
a.btn-tool:visited {
	padding: 0 6px;
	border: solid 1px #999;
	display: inline-block;
	color: #444757;
	background: url('../img/button/white-grad.png') repeat-x #eee;
	background-origin: padding-box;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #c9cbcb;
	font-size: 100%;
	text-decoration: none;
	cursor: pointer;

	/* CSS3 radius */
	border-radius: 4px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 4px;
	/* Firefox radius */
	-moz-border-radius: 4px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 4px;
	/* Firefox radius */
	-moz-border-radius: 4px;
}


/*登録する・検索するボタン*/
.btn-action,
a.btn-action:link,
a.btn-action:visited {
	padding: 5px 10px;
	border: solid 1px #bcbecb;
	display: inline-block;
	color: #444757;
	background: url('../img/button/white-grad04.png') top repeat-x #eee;
	background-attachment: scroll;
	background-clip: border-box;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;

	/* CSS3 radius */
	border-radius: 5px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 5px;
	/* Firefox radius */
	-moz-border-radius: 5px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 5px;
	/* Firefox radius */
	-moz-border-radius: 5px;
}

/*商品を選択するボタン(2/18追加)*/
.btn-action-m,
a.btn-action-m:link,
a.btn-action-m:visited {
	padding: 3px 10px;
	border: solid 1px #bcbecb;
	display: inline-block;
	color: #444757;
	background: url('../img/button/white-grad04.png') top repeat-x #eee;
	background-attachment: scroll;
	background-clip: border-box;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;

	/* CSS3 radius */
	border-radius: 5px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 5px;
	/* Firefox radius */
	-moz-border-radius: 5px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 5px;
	/* Firefox radius */
	-moz-border-radius: 5px;
}


/*戻るボタン*/
.btn-action .btn-prev {
	padding: 0 0 0 20px;
	display: inline-block;
	background: url('../img/button/ico_prev.gif') left no-repeat;
	font-weight: bold;
	font-size: 114%;
}


/*進むボタン*/
.btn-action .btn-next {
	padding: 0 20px 0 0;
	display: inline-block;
	background: url('../img/button/ico_next.gif') right no-repeat;
	font-weight: bold;
	font-size: 114%;
}

a.btn-normal:hover,
a.btn-action:hover,
a.btn-tool:hover {
	border: solid 1px #d5d7df;
	color: #6d728b;
}

a.btn-tool-format:hover {
	border: none;
	color: #6b728b;
}

a.btn:active,
a.btn-normal:active {
	background-image: url('../img/button/white-grad-active.png');
}


/*LINK*/
a:link,
a:visited {
	color: #39c;
	text-decoration: none;
}

a:link:hover,
a[href]:hover {
	color: #74badc;
	text-decoration: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.attention {
	color: #f00;
}

.attention2 {
	color: #008800;
}


/* ヘッダー
----------------------------------------------- */
#errorHeader {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #129900;
	text-align: center;
	padding: 5px;
	height: 20px;
	top: 0;
	width: 100%;
}
.uppper_limit {
	display: flex;
	font-weight: bold;
	background-color: #ffcbcb;
	padding: 10px 0;
}
.uppper_limit .message {
	width: 1230px;
	margin: auto;
	font-size: 1.0em;
}

.uppper_limit .link {
	margin-left: 30px;
	font-size: 1.1em;
}
.uppper_limit .link a {
	color: red;
	text-decoration: underline;
}

#header,#raku2Header,#raku2bbcHeader,#raku2bbHeader,#raku2CartHeader,#raku2RtoolsHeader,#raku2stockholderHeader, #raku2CsmsHeader{
	width: 100%;
	height: 46px;
	background-color: #fff;
	display: inline-block;
}
#csms-search {
	font-size: 18px;
	text-align: right;
	padding-top: 5px;
	width: 100%;
	height: 36px;
	background: #fff;
}
#csms-search-wrap {
	margin: 0 auto;
	width: 1230px;
}
#csms-search.navi_fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}
#header-contents {
	margin: 0 auto;
	width: 1210px;
}
#logo {
	padding: 4px 0 0 8px;
	float: left;
	width: 184px;
}
#logo img{
    width: auto;
    height: 35px;
}
#site-check {
	float: right;
	width: 985px;
}
#site-check p.info {
	padding-top: 4px;
	float: left;
/*	  width: 580px;
	width: 550px;*/
	color: #333;
	font-size: 80%;
	width: 530px;
}

#site-check ul {
	padding-top: 10px;
	float: right;
}

#site-check ul li {
	margin-right: 10px;
	float: left;
}

#navi-wrap-full.navi_fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}
#fixed_header {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}

.env_message {
    display: block;
    width: 100%;
    height: 34px;
    padding: 20px 0;
    top: 0;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    background: #444;
    z-index: 10000;
    text-align: center;
    line-height: 20px;
}
.env_message.raku2rep{
    background: #0083bf;
}
.env_message.raku2bb{
    background: #008c00;
}
.env_message.raku2bbc{
    background: #e2007d;
}
.env_message.raku2cart{
    background: #d25600;
}
.env_message.raku2stockholder{
    background: #03004C;
}
.env_message p {
    display: inline;
    margin: 0 5px;
}

p.env_version_message {
    font-size: 11px;
    letter-spacing: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* ヘッダーナビ
----------------------------------------------- */
#navi-wrap-full {
    width: 100%;
    font-size: 100%;
    line-height: 100%;
    box-shadow: 0px 3px 3px -3px #bfbfbf;
}

/* リピート用 */
#navi-wrap-full {
    background: #444;
}
#navi-wrap {
	margin: 0 auto;
	width: 1230px;
}
#navi {
	z-index: 90;
	font-size: 96%;
	line-height: 100%;
}
#navi li {
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
}
#navi li a,
#navi li a span {
	display: block;
	_float: left;/*IE6対策*/
	cursor: pointer;
}
#navi li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    transition-property: all;
    transition: 0.05s linear;
}
#navi li a span {
    padding: 29px 17px 7px 17px;
    font-weight: normal;
    letter-spacing: 1px;
}
#navi li a:hover {
	background:#616161;
}

#navi li a:hover span {
	background:#616161;
}
#navi li.on a {
	background:#616161;
}
#navi li.on a span {
	background:#616161;
}
#navi li.sfhover a {
	background:#616161;
}
#navi li.sfhover a span {
	background:#616161;
}
#navi li ul {
	position: absolute;
	top: 46px;
	left: -9999px;
	width: 14px;
	font-weight: normal;
	clear: both;
}
#navi li a:before {
	width: 17px;
	display: inline-block;
	left: 50%;
	margin-left: -7.5px;
	top: 8px;
	position: absolute;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
}
.navi-rep #navi li a:before {
	color: #5acbff;
}
.navi-bbc #navi li a:before {
	color: #f559a8;
}
.navi-bb #navi li a:before {
	color: #4fbf4f;
}
.navi-cart #navi li a:before {
	color: #f96d0d;
}
.navi-stockholder #navi li a:before {
	color: #96b2f3;
}
.navi-other #navi li a:before {
	color: #fccf03;
}
.navi-csms #navi li a:before {
	color: #999999;
}

#navi li#navi-design-pc ul li a.navi-design-layout-10_sub_link:before,#navi li#navi-design-sp ul li a.navi-design-layout-2_sub_link:before{
    content: none;
}
#navi li.on_level2 a.navi-raku2-set-config_sub_link:before{
    content: none;
}
#navi li#navi-ownersstore ul li a:before {
    content: none;
}
  

/*プルダウンメニュー 第1階層*/
#navi li ul.level1 {
	z-index: 100;
}

#navi li li {
	display: block;
	top: 2px;
	width: 203px;
	height: 30px;
	line-height: 24px;
	color: #fff;
	background: #616161;
	font-weight: normal;
}

#navi li li a {
	display: block;
	top: 2px;
	width: 203px;
	height: 30px;
	line-height: 24px;
	color: #fff;
	background:#333;
	font-weight: normal;
}

#navi li li a span {
	display: block;
	top: 2px;
	width: 196px;
	height: 26px;
	line-height: 24px;
	color: #fff;
	background:#333;
	font-weight: normal;
}

#navi li li {
	border: solid #7d7d7d;
	border-width: 0 0 1px 0;
}

#navi li li a span {
	padding: 4px 0 0 8px;
	text-indent: 8px;
}

#navi li li a:hover {
	background:#797979;
}

#navi li li a:hover span {
	background: #666;
}

#navi li.on li a,
#navi li.on li a span,
#navi li li.on a,
#navi li li.on a span {
	background: transparent;
}

#navi li.sfhover li a,
#navi li.sfhover li a span,
#navi li li.sfhover a,
#navi li li.sfhover a span {
	background: transparent;
}
#navi li li a:hover span {
    border-left: 5px solid #fccf00;
    padding-left: 3px;
    width: 195px;
}
.navi-rep #navi li li a:hover span {
    border-left: 5px solid #5acbff;
}
.navi-bbc #navi li li a:hover span {
    border-left: 5px solid #f559a8;
}
.navi-bb #navi li li a:hover span {
    border-left: 5px solid #00ad00;
}
.navi-cart #navi li li a:hover span {
    border-left: 5px solid #f96d0d;
}
.navi-stockholder #navi li li a:hover span {
    border-left: 5px solid #03004C;
}

.navi-csms #navi li li a:hover span {
    border-left: 5px solid #999999;
}

#navi li li li a:hover span {
	height: 26px;
}
#navi li.sfhover li a:hover {
	background:#797979;
}

#navi li li.sfhover a:hover {
	background:#797979;
}
#navi li li.line {
	height: 0;
	border-bottom: #8e8e8e 4px solid;
	margin-top: -1px;
}

#navi li li i.fa-lock {
	display: initial;
	vertical-align: middle;
	padding: 0 0 0 5px;
	color: #FACC2E;
	font-size: 1.2em;
}

/*プルダウンメニュー 第2階層*/
#navi li ul.level2 {
	position: absolute;
	top: 27px;
	left: -9999px;
	width: 14px;
	font-weight: normal;
}
#navi li li li,
#navi li li a,
#navi li li li a span {
	margin-left: 0;
	display: block;
	width: 203px;
	top: 1px;
	height: 30px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	background: #424242;
}
#navi li li li.sfhover a:hover {
	width: 220px;
	top: 1px;
	height: 30px;
	color: #fff;
	background: #797979;
}
#navi li ul ul {
	margin: -28px 0 0 203px;
	_margin: -28px 0 0 187px;/*IE6応急 */
}
#navi li:hover ul ul,
#navi li:hover ul ul ul,
#navi li.sfhover ul ul,
#navi li.sfhover ul ul ul {
	left: -9999px;
}
#navi li:hover ul,
#navi li li:hover ul,
#navi li li li:hover ul,
#navi li.sfhover ul,
#navi li li.sfhover ul,
#navi li li li.sfhover ul {
	left: auto;
}
#navi ul.level1 li.on_level2 {
	background: #616161;
	position: relative;
}
li.on_level2:after {
    content: url('../img/header/subnavi_arrow.png');
    position: absolute;
    right: 9px;
    top: 9px;
}
#navi li ul.level2 li {
    width: 220px;
}

#navi li ul.level2 li a {
    width: 220px;
}

#navi li ul.level2 li a span {
    width: 212px;
    height: 26px;
}
#navi ul.level1 li.on_level2 a:hover {
	background:#797979;
}

#navi ul.level1 li.on_level2 ul.level2 li a:hover {
	background:#797979;
}

/*subnavi*/
.subnavi a {
	padding: 6px 5px 4px 5px;
	display: block;
	width: 140px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
.subnavi a:visited {
	color: #fff;
	text-decoration: none;
}
.subnavi a:hover {
	color: #000;
	background-color: #666;
	text-decoration: none;
}
.subnavi_text {
	padding: 0 0 0 8px;
	font-size: 71%;
}
.subnavi-on a {
	padding: 6px 5px 4px 5px;
	display: block;
	width: 140px;
	color: #000;
	background-color: #666;
	text-decoration: none;
}
.subnavi-on a:visited {
	color: #000;
	text-decoration: none;
}
.subnavi-on a:hover {
	color: #000;
	background-color: #666;
	text-decoration: none;
}
.number-on a:visited {
	color: #fff;
	text-decoration: none;
}
.number a:visited {
	color: #fff;
	text-decoration: none;
}

#agreement {
	margin: 0;
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	width: 480px;
	height: 120px;
	overflow: auto;
	background-color : #fff;
}


/* ページャ */
#contents .pager ul {
	margin: 10px 0;
	list-style-type: none;
}

.pager li {
	display: inline;
}

.pager li a {
	padding: 3px 5px;
	border: 1px solid #999;
}

.pager li.on a {
	background: #f4f5f5;
}

.pager li a:hover,
.pager li.on a:hover {
	background: #f8f8f8;
	border: 1px solid #ccc;
}


/* コンテンツ
----------------------------------------------- */
* html div#container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

body > #container {
	height: auto;
}
a[name="top"] {
	position: absolute;
    display: inline-block;
}
#container {
	position: relative;
	min-height: 100%;
}

#contents-left {
	position: relative; 
	top : -160px;
	padding: 20px 20px;
	width: 1200px;
}

#contents {
	margin: 0 auto;
	padding: 20px 20px 100px;
	width: 1200px;
}

#footer {
	margin-top: 30px;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: url('../img/contents/footer_back.jpg') 0 0 repeat-x;
}

#footer-contents {
	margin: 0 auto;
	padding-top: 10px;
	width: 1200px;
	text-align: right;
}

#footer #copyright {
	margin-left: 20px;
	float: left;
	color: #fff;
	font-size: 85%;
	text-align: left;
}

#footer #topagetop {
	float: right;
}


/* ログイン
----------------------------------------------- */
#login {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

#login-wrap {
	margin: 150px auto 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 556px;
	z-index: 2;
	background: url('../img/contents/admin_login_bg.jpg') center top repeat-x;
	-moz-box-shadow: 0 0 5px #000;/* Firefox */
	-webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}

#login-wrap-raku2bb {
	margin: 150px auto 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 556px;
	z-index: 2;
	background: url('../img/contents/admin_login_bg_raku2bb.jpg') center top repeat-x;
	-moz-box-shadow: 0 0 5px #000;/* Firefox */
	-webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}

#login-wrap-raku2cart {
	margin: 150px auto 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 556px;
	z-index: 2;
	background: url('../img/contents/admin_login_bg_raku2cart.jpg') center top repeat-x;
	-moz-box-shadow: 0 0 5px #000;/* Firefox */
	-webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}
#login-wrap-raku2rep {
	margin: 150px auto 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 556px;
	z-index: 2;
	background: url('../img/contents/admin_login_bg_raku2rep.jpg') center top repeat-x;
	-moz-box-shadow: 0 0 5px #000;/* Firefox */
	-webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}
#login-wrap-raku2bbc {
	margin: 150px auto 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 556px;
	z-index: 2;
	background: url('../img/contents/admin_login_bg_raku2bbc.jpg') center top repeat-x;
	-moz-box-shadow: 0 0 5px #000;/* Firefox */
	-webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}
#login-wrap-raku2stockholder {
	margin: 150px auto 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 556px;
	z-index: 2;
	background: url('../img/contents/admin_login_bg_raku2bbc.jpg') center top repeat-x;
	-moz-box-shadow: 0 0 5px #000;/* Firefox */
	-webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}
#login-form h1 {
	margin: 46px auto 20px;
	padding-left: 50px;
	padding-bottom: 40px;
	border: none;
	float: left;
	width: 140px;
	height: 150px;
	background: none;
}

#input-form {
	margin-top: 40px;
	padding-right: 30px;
	float: right;
	width: 255px;
}

#input-form p {
	margin-top: 10px;
	color: #fff;
	font-size: 100%;
}

#input-form .btn-tool {
	margin-top: 5px;
}

#login #copyright {
	margin: 0 auto;
	padding-top: 10px;
	width: 556px;
	color: #000000;
	font-size: 80%;
	text-align: left;
}


/* エラーメッセージ
----------------------------------------------- */


/*以下インストールページと共通■触るべからず*/

#out-wrap {
	margin: 100px auto;
	width: 560px;
}

#out-wrap .logo {
	padding-bottom: 5px;
	float: right;
}

#out {
	margin: 0 auto;
	width: 560px;
}

#error .out-top {
	clear: both;
	width: 560px;
	height: 10px;
	background: url('../img/contents/login_back_top.jpg') bottom left no-repeat;
}

/*以上インストールページと共通■触るべからず*/


#error .contents {
	border-right: solid 1px #d9dadf;
	border-left: solid 1px #d9dadf;
}

#error .contents .message {
	padding: 20px 30px;
	text-align: center;
}

#error .btn-area-top {
	width: 560px;
	height: 10px;
	background: url('../img/contents/login_back_btn_top.jpg') left no-repeat;
}

#error .btn-area ul {
	padding: 20px 0 10px 0;
	width: 560px;
	background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5;
}

#error .btn-area ul li {
	text-align: center;
}

#error .btn-area-bottom {
	width: 560px;
	height: 10px;
	background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0;
}


/* 完了メッセージ
----------------------------------------------- */
#complete {
	margin: 40px 0 0 80px;
	width: 560px;
}

#complete .complete-top {
	clear: both;
	width: 560px;
	height: 10px;
	background: url('../img/contents/login_back_top.jpg') bottom left no-repeat;
}

#complete .contents {
	border-right: solid 1px #d9dadf;
	border-left: solid 1px #d9dadf;
}

#complete .contents .message {
	padding: 20px 30px;
	color: #b77615;
	font-weight: bold;
	text-align: center;
}

#complete .btn-area-top {
	width: 560px;
	height: 10px;
	background: url('../img/contents/login_back_btn_top.jpg') left no-repeat;
}

#complete .btn-area ul {
	margin: 0;
	padding: 20px 0 10px 0;
	width: 560px;
	background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5;
	text-align: center;
}

#complete .btn-area ul li {
	margin-right: 10px;
	display: inline;
}

#complete .btn-area-bottom {
	clear: both;
	width: 560px;
	height: 10px;
	background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0;
}


/* メインページ
----------------------------------------------- */
div#home_outer {
    width: 100vw;
    position: absolute;
    top: auto;
    left: 0;
    background: #f3f3f3;
}
div#home {
    width: 1240px;
    margin: 20px auto;
}
#home-main {
	margin-right: 300px;
}

#home-main table {
	width: 100%;
}

* html #home-main table {
	width: 99%;
}

#home .shop-info {
	margin: 0 0 20px;
}

#home .shop-info td {
	width: 60%;
	text-align: right;
}

#home-info {
	float: right;
	width: 280px;
	background: #fff;
	overflow: hidden;
}
#home-info iframe {
    margin-left: -10px;
}
.home-info-item {
	margin: 0 0 15px 20px;
	width: 260px;
	line-height: 14px;
	font-size: 85%;
}

.home-info-item .body {
	margin: 5px 0 0 0;
}

.home-info-item .date {
	background: #ddd;
	padding: 5px 10px 0px;
}

.home-info-item .title {
	padding: 0 10px 5px;
	background: #ddd;
}
.home-box-layout {
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0 auto 20px;
}

/* 基本情報管理
----------------------------------------------- */
/* 郵便番号DB登録 */
.basis-zip-item {
	margin-bottom: 30px;
}

.basis-zip-item.end {
	margin-bottom: 60px;
}

.basis-zip-item.info {
	padding-top: 20px;
}

.basis-zip-item p {
	margin-bottom: 10px;
}


/* 商品管理
----------------------------------------------- */
#products-category-left,
#products-rank-left {
	float: left;
	width: 285px;
	min-height: 200px;
}

#products-category-right,
#products-rank-right {
	margin-left: 285px;
}

#products-class-list .action {
	width: 100px;
}

#contents-filemanager-tree #tree {
	float: left;
	min-height: 200px;
}

#products-category-left,
#products-rank-left {
	min-height: 200px;
	padding: 10px;
	border: 3px solid #ddd;
	width: 230px;
	background-color: #f3f3f3;
}

#products-category-left li ul,
#products-rank-left li ul {
	margin-left: 20px;
}

#products-category-right .now_dir {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

#products .class-payment {
	padding-top: 15px;
	font-size: 88%;
}
#products label {
	white-space: nowrap;
}
#products .class-product-type label {
	white-space: normal;
}
#products .list-info {
	padding-top: 10px;
	border-top: solid 1px #ccc;
}
#products .list-info .btn {
	float: left;
	margin-right: 20px;
}
#products .list-info p {
	float: right;
	color: #444757;
}

.attr_readonly {
	background-color: #f7f7f7;
}

#products .forward_input_area {
	margin-left: 185px;
}
#products .forward_input_area .msg_area {
	width:300px;
}

#products .forward_input_area .deliv_msg_area {
	width: 612px;
}
/* 受注管理
----------------------------------------------- */
/* 対応状況管理 */
#order-status-list th.id {
	width: 40px;
}

.print_on {
    color: #222;
    background-color: orange;
    padding: 1px 4px;
    border-radius: 9px;
}

.raku2_item_read_only {
	pointer-events: none;
	border-width: 0px; 
	box-shadow: none;
}

.raku2_item_hide {
    display: none;
}

.raku2_un_forcus {
	pointer-events: none;
}

.continuation_number {
	color: blue;
}


.raku2_no_spin::-webkit-inner-spin-button,
.raku2_no_spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

/* 期間別集計
----------------------------------------------- */
#graph-image {
	margin: 0 0 20px 0;
}


/* デザイン管理
----------------------------------------------- */
/* レイアウト設定 */
.design-layout {
	table-layout: fixed;
}

.design-layout th,
.design-layout td {
	vertical-align: top;
	text-align: center;
}

#design-layout-used {
	width: 525px;
}

#design-layout-unused {
	width: 175px;
}

.design-layout #LeftNavi,
.design-layout #MainHead,
.design-layout #RightNavi {
	width: 33.33%;
}

.design-layout #TopNavi,
.design-layout #HeadNavi,
.design-layout #HeaderTopNavi,
.design-layout #LeftNavi,
.design-layout #MainHead,
.design-layout #MainFoot,
.design-layout #RightNavi,
.design-layout #BottomNavi,
.design-layout #FooterBottomNavi,
.design-layout #HeaderInternalNavi,
.design-layout #Unused {
	padding-bottom: 20px;
	height: 10px; /*IE6応急処置 */
}

.design-layout div.sort {
	margin: 5px 0;
	padding: 5px 2px;
	border: 1px solid #000;
	color: #333;
	background: #eee;
	font-size: 100%;
}

.design-layout .anywherecheck {
	white-space: nowrap;
}

.placeholder {
	border: 1px dashed #aaa;
	height: 20px;
}

#layout-header {
	vertical-align: middle;
}

/* カスタムコンテンツ */
td.custom_layout a,
td.custom_layout span {
    position: relative;
    display: inline-block;
    margin: 15px 0 15px 3px;
}
td.custom_layout img {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
}
a.activ_tpl::before,
span.activ_tpl::before {
    position: absolute;
    border: 5px solid #39c;
    left: -5px;
    top: -5px;
    content: '';
    width: 222px;
    height: 104%;
    border-radius: 10px;
    max-height: 272px;
    box-sizing: border-box;
}

/* コンテンツ管理
----------------------------------------------- */
#contents-csv-sqltbl {
	margin-bottom: 40px;
}

/* システム設定
----------------------------------------------- */
/* プラグイン管理 */
td.plugin_img {
	border-width: 1px 0px 1px 1px;
}
td.plugin_info {
	border-width: 1px 1px 1px 0px;
}
td.plugin_info p.description {
	margin: 8px 0 10px 5px;
}

td.plugin_info span.ec_cube_version {
	font-style: italic;
	font-size: 80%;
}

td.plugin_info span.plugin_name {
	font-weight: bold;
}

td.attention_fookpoint {
	background-color: #FEB;
}

/* フォーム
----------------------------------------------- */
div.btn,
p.remark {
	margin: 0 0 20px 0;
}

/*FORM*/
.box3 {
	width: 33px;
}

.box4 {
	width: 40px;
}

/*W3*/

.box6 {
	width: 54px;
}

.box7 {
	width: 62px;
}
/*W6*/

.box10 {
	width: 82px;
}
/*W10*/

.box20 {
	width: 152px;
}
/*W20*/

.box25 {
	width: 187px;
}
/*W25*/

.box30 {
	width: 222px;
}
/*W30*/

.box33 {
	width: 243px;
}
/*W33*/

.box35 {
	width: 257px;
}
/*W35*/

.box40 {
	width: 276px;
}
/*W40*/

.box45 {
	width: 341px;
}
/*W45*/

.box50 {
	width: 362px;
}
/*W50*/

.box52 {
	width: 376px;
}
/*W52*/

.box54 {
	width: 390px;
}
/*W54*/

.box60 {
	width: 432px;
}
/*W60*/

.box65 {
	width: 467px;
}
/*W65*/

.box68 {
	width: 488px;
}
/*W68*/

.box76 {
	width: 544px;
}
/*W76*/

.box111 {
	width: 800px;
}
/*W111*/

.box98p {
	width: 98%;
}
/*W98%*/

.area40 {
	width: 302px;
	height: 134px;
}
/*W40×H8*/

.area45 {
	width: 337px;
	height: 290px;
}
/*W40×H20*/

.area46 {
	width: 337px;
	height: 134px;
}
/*W40×H8*/

.area50 {
	width: 372px;
	height: 82px;
}
/*W50?H4*/

.area55 {
	width: 407px;
	height: 82px;
}
/*W50?H4*/

.area59 {
	width: 432px;
	height: 134px;
}
/*W59×H8*/

.area60 {
	width: 433px;
	height: 134px;
}
/*W60?H8*/

.area61 {
	width: 433px;
	height: 82px;
}
/*W60?H4*/

.area65 {
	width: 444px;
	height: 290px;
}
/*W65×H20*/

.area70 {
	width: 512px;
	height: 186px;
}
/*W70?H12*/

.area75 {
	width: 547px;
	height: 186px;
}
/*W75?H12*/

.area80 {
	width: 572px;
	height: 134px;
}
/*W80×H8*/

.area90 {
	width: 650px;
	height: 420px;
}

.area96 {
	width: 694px;
	height: 420px;
}
/*W80×H30*/

.area96_2 {
	width: 694px;
	height: 160px;
}
/*W80×H10*/

.area99 {
	width: 715px;
	height: 523px;
}
/*W99?H40*/

.area100 {
	width: 680px;
	height: 100px;
}

/*COLOR*/
.red {
	color: #f00;
}


/*FONT*/
.bold {
	font-weight: bold;
}


/* フロート解除 */
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
}


/* 権限 */
x-dummy,
.authority_1 #navi-basis-masterdata,
.authority_1 #navi-contents-file,
.authority_1 #navi-design-bloc,
.authority_1 #navi-design-template,
.authority_1 #navi-design-add,
.authority_1 #navi-system,
.authority_1 #navi-ownersstore {
	/* display: none; --- IE で不具合 */
	border: none;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}


/* DnD並び替え系の設定 */
tr.movingHandle td {
	background-color: #eee;
}


/* ハンドルの設定 */
.dragHandle {
	font-weight: bold;
	text-align: center;
	cursor: n-resize;
}


/* アクティブハンドルの設定 */
.activeHandle {
	color: #f9a406;
}


table.layout,
table.layout th,
table.layout td {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	vertical-align: top;
}


/* ログ表示用 */
.log td {
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
}

.log .date {
	white-space: nowrap;
}


/* ポップアップ画面用 */
body#popup {
	width: 100%;
}

#popup-header {
	margin-bottom: 30px;
	width: 100%;
	height: 35px;
	background: url('../img/header/popup_back.jpg') repeat-x;
	text-align: right;
}

#popup-logo {
	padding: 8px 10px 0 0;
}

#popup-container {
	margin: 0 auto;
	padding: 0 20px;
	width: 800px;
}


/*以下インストールページと共通■触るべからず*/

#outside {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

/*以上インストールページと共通■触るべからず*/

.contents-main .btn-area-update {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	background: #ffa500;
	text-align: center;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	
}

.contents-main .update-edit {
	width: 90%;margin: 10px auto;
	background: #ffffff;
}

.contents-main .btn-area-export {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	background: #00bfff;
	text-align: center;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	
}

.contents-main .btn-area-stock-export {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	background: #32cd32;
	text-align: center;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	
}

#contents .message-area {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	color: #0000FF;
	background: #FFFFFF;
	text-align: center;
	border: 3px ridge #999;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;
	position: relative;
}

.message-area .message-panel-area  {
	display: inline-block;
	text-align: left;
}

.raku2_mscd_title {
	position: absolute;
	top:1%;
	right: 1%;
}

#contents .note {
	margin : 0 0 10px 0;
	padding: 20px 10px;
	clear: both;
	background: #FFFFFF;
	border: 3px ridge #999;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	
}

.contents-main .btn-area-sendmail {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	background: #32cd32;
	text-align: center;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	
}

.contents-main .btn-area-workflow {
	margin : 0 0 60px 0;
	padding: 20px 0;
	clear: both;
	width: 100%;
	background: #dda0dd;
	text-align: center;
	border-radius: 10px;			/* CSS3草案 */	
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	
}

/*以下オーバーレイ*/
#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	filter:alpha(opacity=50);
	opacity: 0;
}
* html #glayLayer{
	position:absolute;
}
#overLayer{
	display:none;
	width:200px;
	background:gray;
	color:white;
	padding:10px;
	position: fixed;
	top:50%;
	left:50%;
	text-align: center;
}
* html #overLayer{
	position: absolute;
}


.icon_cube{
	font-size:140%;
	color: #cc0000;
}

/* Viewエリア */
.viewarea_mobile {
	border:1px solid #000;
	width:240px;
	padding:3px;
}

.viewarea_smart {
	border:1px solid #000;
	width:320px;
	padding:3px;
}

.font_color_red {
	color:red;
}

.font_color_green {
	color:green;
}

.font_color_blue {
	color:blue;
}

#contents_upper {
	margin: 0 auto;
	padding: 20px 20px;
	width: 1200px;
}

#contents_list {
	padding: 20px 20px 100px;
}

#topagetop {
	position: fixed;
	bottom: 20px;
	right: 0;
}

/*ツールボタン（楽楽用） 共通部分*/
.btn-tool2-format,
a.btn-tool2-format:link,
a.btn-tool2-format:visited {
	/*padding: 0 6px;*/
	padding: 5px 10px;
	border: solid 1px #ff6f1f;
	display: inline-block;
	color: #ff6f1f;
	/*background: url('../img/button/white-grad03.png') repeat-x #eee;*/
	background-origin: padding-box;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1px;

	/* CSS3 radius */
	border-radius: 3px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 3px;
	/* Firefox radius */
	-moz-border-radius: 3px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 3px;
	/* Firefox radius */
	-moz-border-radius: 3px;
}

a.btn-tool2-format:hover {
	border: solid 1px #ff6f1f;
	color: #6b728b;
}

/*ツールボタン（アシスト用） 共通部分*/
.btn-tool3-format,
a.btn-tool3-format:link,
a.btn-tool3-format:visited {
	padding: 5px 10px;
	display: inline-block;
    border: solid 1px #fccf00;
    color: #333;
    background-color: #fccf00;
    font-weight: bold;
    transition-property: all;
    transition: 0.2s linear;
	font-size: 90%;
	text-decoration: none;
	cursor: pointer;

	/* CSS3 radius */
	border-radius: 3px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 3px;
	/* Firefox radius */
	-moz-border-radius: 3px;
	/* Safari, Chrome radius */
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 3px;
	/* Firefox radius */
	-moz-border-radius: 3px;
}

a.btn-tool3-format:hover {
    border: solid 1px #ffe466;
    color: #6b728b;
    background: #ffe466;
}

/* リピート用 */
#raku2Header .btn-tool2-format, #raku2Header a.btn-tool2-format:link, #raku2Header a.btn-tool2-format:visited {
    border: solid 1px #009ee7;
    color: #fff;
    background-color: #009ee7;
}
#raku2Header a.btn-tool2-format:hover {
    border: solid 1px #6bb6d8;
    background: #6bb6d8;
    transition-property: all;
    transition: 0.2s linear;
}
/* BB用 */
#raku2bbHeader .btn-tool2-format, #raku2bbHeader a.btn-tool2-format:link, #raku2bbHeader a.btn-tool2-format:visited {
    border: solid 1px #00ad00;
    color: #fff;
    background-color: #00ad00;
}
#raku2bbHeader a.btn-tool2-format:hover {
    border: solid 1px #4fbf4f;
    background: #4fbf4f;
    transition-property: all;
    transition: 0.2s linear;
}
/* カート用 */
#raku2CartHeader .btn-tool2-format, #raku2CartHeader a.btn-tool2-format:link, #raku2CartHeader a.btn-tool2-format:visited {
    border: solid 1px #dd5312;
    color: #fff;
    background-color: #dd5312;
}
#raku2CartHeader a.btn-tool2-format:hover {
    border: solid 1px #f1956a;
    background: #f1956a;
    transition-property: all;
    transition: 0.2s linear;
}
/* BBC用 */
#raku2bbcHeader .btn-tool2-format, #raku2bbcHeader a.btn-tool2-format:link, #raku2bbcHeader a.btn-tool2-format:visited {
    border: solid 1px #e62d8b;
    color: #fff;
    background-color: #e62d8b;
}
#raku2bbcHeader a.btn-tool2-format:hover {
    border: solid 1px #f55fb2;
    background: #f55fb2;
    transition-property: all;
    transition: 0.2s linear;
}
/* 株主優待用 */
#raku2stockholderHeader .btn-tool2-format, #raku2stockholderHeader a.btn-tool2-format:link, #raku2stockholderHeader a.btn-tool2-format:visited {
    border: solid 1px #03004C;
    color: #fff;
    background-color: #03004C;
}
#raku2stockholderHeader a.btn-tool2-format:hover {
    border: solid 1px #96b2f3;
    background: #96b2f3;
    transition-property: all;
    transition: 0.2s linear;
}

/* csms用 */
#raku2CsmsHeader .btn-tool2-format, #raku2CsmsHeader a.btn-tool2-format:link, #raku2CsmsHeader a.btn-tool2-format:visited {
    border: solid 1px #999999;
    color: #fff;
    background-color: #999999;
}
#raku2CsmsHeader a.btn-tool2-format:hover {
    border: solid 1px #b9b9b9;
    background: #b9b9b9;
    transition-property: all;
    transition: 0.2s linear;
}

/*続きを見る*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 1rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 7rem;
	font-family: FontAwesome;
	content: ' 続きを表示';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 100px;
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/*ダイアログボックスの調整*/
#common_dialog_message {
/*	text-align:center; */
	font-size: 130%;
}

/*管理画面履歴用スイッチ*/
.switch {
	margin-bottom: 10px;
	float: right;
}
.switch__label {
	width: 40px;
	position: relative;
	display: inline-block;
}
.switch__content {
	display: block;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	height: 21px;
	overflow: hidden;
}
.switch__content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	border: 1.5px solid #E5E5EA;
	border-radius: 30px;
	background-color: #fff;
}
.switch__content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.switch__input,
.switch__input2 {
	display: none;
}

.switch__circle {
	display: block;
	top: 2px;
	left: 2px;
	position: absolute;
	-webkit-box-shadow: 0 2px 6px #999;
	box-shadow: 0 2px 6px #999;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.switch__input:checked ~ .switch__circle,
.switch__input2:checked ~ .switch__circle {
	left: 21px;
}

.switch__input:checked ~ .switch__content:after {
	background-color: #87cefa;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.switch__input2:checked ~ .switch__content:after {
	background-color: #EC407A;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.date_link{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
/* サイトデザイン_レイアウト */
ul#site_layout_list input[type="radio"] {
    display: none;
}

ul#site_layout_list input[type="radio"]:checked + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 5px solid #39c;
	border-radius: 10px;
	top: -5px;
	box-sizing: border-box;
}

ul#site_layout_list input[type="radio"] + label::before {
    display: none;
}

ul#site_layout_list li {
	position: relative;
	display: inline-block;
	margin: 15px 0 15px 15px;
}
ul#site_layout_list label {
    display: inline-block;
    margin: 5px;
}
ul#site_layout_list label img {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
}
ul#site_layout_list li label {
	display: inline-block;
}
ul#site_layout_list li label img{
	pointer-events: none;
}
/* 管理画面チェックボックス */
.chk_container,
.chk_container33,
.chk_container49,
.deliv_container {
	max-width: 900px;
	display: flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}

.chk_container > label {
	width: 24%;
}

.deliv_container > label {
	width: 24%;
}

.chk_container33 > label {
	width: 33%;
}

.chk_container49 > label {
	width: 49%;
}

.main-wrapper {
	border-radius: 4px;
	padding: 15px 5px;
	position: relative;
}

i.material-icons {
	font-size: 1.0rem;
	color: white;
	position: relative;
	border-radius: 50%;
	padding: 5px 12px;
	margin: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

i.material-icons:after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px;
	transform: scale(0.8);
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

i.material-icons:hover:after {
	transform: scale(1);
	box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

i.material-icons:nth-of-type(4) {
	background-color: #88b999;
}

i.material-icons:nth-of-type(4):hover {
	color: #88b999;
}

i.material-icons:nth-of-type(4):after {
	border-color: #88b999;
}

i.material-icons:nth-of-type(5) {
	background-color: #88b2b9;
}

i.material-icons:nth-of-type(5):hover {
	color: #88b2b9;
}

i.material-icons:nth-of-type(5):after {
	border-color: #88b2b9;
}

i.material-icons:nth-of-type(6) {
	background-color: #8897b9;
}

i.material-icons:nth-of-type(6):hover {
	color: #8897b9;
}

i.material-icons:nth-of-type(6):after {
	border-color: #8897b9;
}

i.material-icons:nth-of-type(7) {
	background-color: #af88b9;
}

i.material-icons:nth-of-type(7):hover {
	color: #af88b9;
}

i.material-icons:nth-of-type(7):after {
	border-color: #af88b9;
}

i.material-icons:nth-of-type(8) {
	background-color: #d59acb;
}

i.material-icons:nth-of-type(8):hover {
	color: #d59acb;
}

i.material-icons:nth-of-type(8):after {
	border-color: #d59acb;
}

i.material-icons:nth-of-type(1) {
	background-color: #cd8484;
}

i.material-icons:nth-of-type(1):hover {
	color: #cd8484;
}

i.material-icons:nth-of-type(1):after {
	border-color: #cd8484;
}

i.material-icons:nth-of-type(2) {
	background-color: #ec9f83;
}

i.material-icons:nth-of-type(2):hover {
	color: #ec9f83;
}

i.material-icons:nth-of-type(2):after {
	border-color: #ec9f83;
}

i.material-icons:nth-of-type(3) {
	background-color: #cdb274;
}

i.material-icons:nth-of-type(3):hover {
	color: #cdb274;
}

i.material-icons:nth-of-type(3):after {
	border-color: #cdb274;
}

i.material-icons:hover {
	background-color: transparent;
	transform: rotate(90deg);
	cursor: pointer;
	box-shadow: none;
}

.compile_success, 
.compile_fail,
.tag_error,
.jquery_conflict {
	display: none;
	width: 15%;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}

.compile_success {
	background-color: mediumaquamarine;
	line-height: 1.5em;
}

.compile_fail {
	background-color: lightCoral;
	color: #fff;
	line-height: 1.5em;
}
.tag_error,
.jquery_conflict {
	background-color: darkorange;
	color: #fff;
	line-height: 1.5em;
}
.tag_error {
	width: 30%;
}
.tag_error,
.jquery_conflict {
	padding-left: 5px;
	text-align: left;
	width: 80%;
}
.compile-ng {
	display: none;
}

/* 注意書き用ボックス */
.attention-box {
    position: relative;
    margin: 35px 0 10px 0;
    padding: 10px;
    border: solid 3px #e53935;
}
.attention-box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #e53935;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.attention-box p {
    margin: 0; 
    padding: 0;
}

.hone_out_of_stock{
	max-height: 300px;
	overflow-y: auto; 
}
div#contents_list td {
word-break: break-all;
word-wrap: break-word;
}

.master_option_table {
	width: 120px;
	display: inline-block;
}

/* FAQ吹き出し */
.faq-tooltip,
.processing-tooltip {
	position: relative;
	display: inline-block;
	margin-left: 2px;
	cursor: help;
}
.faq-tooltip a,
.processing-tooltip a {
	cursor: help;
}
.faq-tooltip .fa
.processing-tooltip .fa {
	font-weight: bold;
	font-size: 18px;
	vertical-align: inherit;
/* カラーはサービス毎 */
/*	color: #444757; */
	transition: 0.2s linear;
}

.faq-tooltip .navi-rep,
.processing-tooltip .navi-rep {
	color: #009ee7;
}
.faq-tooltip:hover .navi-rep,
.processing-tooltip:hover .navi-rep {
	color: #6bb6d8;
}

.faq-tooltip .navi-cart,
.processing-tooltip .navi-cart {
	color: #ea6000;
}
.faq-tooltip:hover .navi-cart,
.processing-tooltip:hover .navi-cart {
	color: #f1956a;
}

.faq-tooltip .navi-bb,
.processing-tooltip .navi-bb {
	color: #00ad00;
}
.faq-tooltip:hover .navi-bb,
.processing-tooltip:hover .navi-bb {
	color: #4fbf4f;
}

.faq-tooltip .navi-bbc,
.processing-tooltip .navi-bbc {
	color: #fd008c;
}
.faq-tooltip:hover .navi-bbc,
.processing-tooltip:hover .navi-bbc {
	color: #f55fb2;
}

.faq-tooltip .navi-stockholder,
.processing-tooltip .navi-stockholder {
	color: #03004C;
}

.faq-tooltip:hover .tooltip-inner {
	visibility: visible;
	opacity: .95;  
}
.processing_link:hover .tooltip-inner {
	visibility: visible;
	opacity: .95;  
}
.faq-tooltip .tooltip-inner {
	position: absolute;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	left: -19px;
	padding: 4px 6px;
	min-width: 520px;
	color: #fff;
	background-color: #636363;
	border: 1px solid #444;
	-webkit-border-radius: 4px;
	      border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	z-index: 10;
}
.processing-tooltip .tooltip-inner {
	position: absolute;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.4em;
	left: -260px;
	padding: 4px 6px;
	min-width: 520px;
	color: #fff;
	background-color: #636363;
	border: 1px solid #444;
	-webkit-border-radius: 4px;
	      border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	z-index: 10;
	text-align: left;
}
.faq-tooltip .tooltip-inner:before,.processing-tooltip .tooltip-inner:before {
	width: 100%;
	height: 26px;
	display: block;
	content: '';
	position: absolute;
	top: -26px;
	left: 0;
}
.faq-tooltip.top .tooltip-inner,
.processing-tooltip.top .tooltip-inner {
	bottom: 32px;
}
.faq-tooltip.bottom .tooltip-inner,
.processing-tooltip.bottom .tooltip-inner {
	margin-top: 8px;
}
.tooltip-angle {
	position: absolute;
	border-left-width: 0;
	line-height: 0;
	left: 26px;
}
.processing-tooltip .tooltip-angle {
	left: 267px;
}
.tooltip-angle-inner {
	position: absolute;
	border-left-width: 0;
	line-height: 0;
	left: 2px;
}
.faq-tooltip.top .tooltip-angle,.processing-tooltip.top .tooltip-angle {
	bottom: -10px;
	border-right: solid 10px transparent;
	border-top: solid 10px #333;
}
.faq-tooltip.top.blue .tooltip-angle,.processing-tooltip.top.blue .tooltip-angle {
	border-top: solid 10px #455A64;
}
.faq-tooltip.top .tooltip-angle-inner,.processing-tooltip.top .tooltip-angle-inner {
	bottom: 5px;
	border-right: solid 5px transparent;
	border-top: solid 5px #444;
}
.faq-tooltip.top.blue .tooltip-angle-inner,.processing-tooltip.top.blue .tooltip-angle-inner {
	border-top: solid 5px #455A64;
}
.tooltip-inner ul {
	margin: 12px;
}
.tooltip-inner ul li {
	line-height: 1.3em;
	margin: 0 0 12px;
	letter-spacing: 0.5px;
}
.tooltip-inner ul li:last-child {
	margin-bottom: 0;
}
.tooltip-inner ul li a:link,
.tooltip-inner ul li a:visited {
	color: #81D4FA;
}
#contents .message-area .tooltip-inner ul li a:link, #contents .message-area .tooltip-inner ul li a:visited {
    color: #81D4FA;
}
.tooltip-inner ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.tooltip-inner ul li a {
	font-size: 12px;
	text-decoration: underline;
}
.faq-tooltip.bottom .tooltip-angle,.processing-tooltip.bottom .tooltip-angle {
	top: -10px;
	border-right: solid 10px transparent;
	border-bottom: solid 10px #333;
}
.faq-tooltip.bottom.blue .tooltip-angle,.processing-tooltip.bottom.blue .tooltip-angle {
	border-bottom: solid 10px #565656;
}
.faq-tooltip.bottom .tooltip-angle-inner,.processing-tooltip.bottom .tooltip-angle-inner {
	top: 5px;
	border-right: solid 5px transparent;
	border-bottom: solid 5px #444;
}
.faq-tooltip.bottom.blue .tooltip-angle-inner,.processing-tooltip.bottom.blue .tooltip-angle-inner {
	border-bottom: solid 5px #565656;
}
.faq-tooltip.tip .tooltip-angle,.processing-tooltip.tip .tooltip-angle {
	left: 10px;
}

/* お問い合わせ */
.contact_customer {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #ccc;
}

/* 上下ソート矢印 */
.updown {
	background: #333;
	display: block;
	color: #f5f5f5;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	cursor: grab;
}

.updown:active {
	cursor: grabbing;
}

.shop_list tr td:first-child {
	width: 20px;
}

/* CPM分析 */
.cpm_rihan {
	background:#ffa9a9;
}

.cpm_geneki {
	background:#a1befd;
}

.cpm_ryuko {
	background:#70f4e8;
}

.raku2_break_word {
	overflow-wrap: break-word;
	word-break: break-all;
}

.invalid_detail {
	background-color: #ccc;
}


/* Statusカラーボックス */
.status_color {
	margin-left: 91%;
	display: flex;
}
.status_color div {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	border-right: none;
}

.status_color div:last-child {
	border-right: 1px solid #ccc;
}


/* パーソナライズ */
.form_type_container,
.form_columns_container,
.theme_color_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
}
.form_type_container input[type="radio"],
.form_columns_container input[type="radio"],
.theme_color_container input[type="radio"] {
	display: none;
}
.form_type_container input[type="radio"] + label,
.form_columns_container input[type="radio"] + label,
.theme_color_container input[type="radio"] + label {
	cursor: pointer;
	display: block;
}
.form_type_item img,
.form_columns_item img {
    border: solid 1px #ccc;
    border-radius: 4px;
}
.form_type_container input[type="radio"]:checked + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 140px;
	border: 2px solid #C9A43E;
	border-radius: 4px;
	box-sizing: border-box;
}
.theme_color_container input[type="radio"]:checked + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 117px;
	height: 144px;
	border: 2px solid #C9A43E;
	border-radius: 4px;
	box-sizing: border-box;
}
.theme_color_container input[type="radio"]:checked + label::after {
	content: "\f058";
	font-family: FontAwesome;
	color: #C9A43E;
	font-size: 26px;
	position: absolute;
	top: 0;
	right: -5px;
	background: #ffffff;
	padding-bottom: 3px;
}
.form_columns_container input[type="radio"]:checked + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 100px;
	border: 2px solid #C9A43E;
	border-radius: 4px;
	box-sizing: border-box;
}
.form_columns_container input[type="radio"]:checked + label img,
.form_type_container input[type="radio"]:checked + label img,
.theme_color_container input[type="radio"]:checked + label img {
    background: #FCFAF3;
}
.form_columns_container .not_selectable + label img {
	border-radius: 4px;
	background-color: #ccc;
	opacity: 0.5;
	cursor: not-allowed;
}

.theme_color_container img {width: 115px;}

.form_type_item,
.form_columns_item {
	margin: 8px 12px;
}
.form_type_item {
	position: relative;
}

.alpha_range {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.alpha_letter {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

/* ▼ 上限アラート ▼ */
.upper_limit_container {
	display: flex;
	align-items: center;
}
.upper_limit_container .btn {
	margin-right: 30px;
}
.upper_limit_container .upper_limit {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.upper_limit_container .link {
	margin-left: 20px;
}

.progBar {
    width: 350px;
    height: 15px;
    background-color:#ececec;
    position:relative;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
}
.progBar .bar {
    position:absolute;
    height:100%;
    background-color:#299103;
}

.admin_product {
	font-size: 1.1em;
}
.admin_product .progBar {
    width: 200px;
    height: 10px;
	background-color: #ddd;
	margin-bottom: 3px;
}

/* ▲ 上限アラート ▲ */



/* 追加cssはこれより上に追記してください */
/* ▼▼▼ メールプレビュー打ち消し用cssのため最下部に記載 ▼▼▼ */
.preview_mail_content_html table {
	margin: initial;
	border-top: initial;
	border-left: initial;
	width: auto;
	border-collapse: initial;
	text-align: initial;
}
.preview_mail_content_html table th {
	padding: initial;
	border-right: initial;
	border-bottom: initial;
	color: initial;
	background-color: initial;
	font-weight: initial;
	background: none;
	border: none;
}
.preview_mail_content_html table td {
	padding: initial;
	border-right: initial;
	border-bottom: initial;
	background-color: initial;
}
.preview_mail_content_html #lp_wrapper h2 {
	padding: initial;
	margin-bottom: initial;
	border-bottom: initial;
	font-size: initial;
}
.preview_mail_content_html img{
	margin: initial;
	width: 100%;
}
.preview_mail_content_html a{
	display: inherit;
}
/* ▲▲▲ メールプレビュー打ち消し用cssのため最下部に記載 ▲▲▲ */
