@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* プレビュー用ログイン */
body#preview_login {
	background: #021441 url(../img/preview_login_bg.jpg)
}

/* ログイン */
body#login {
	background: #021441 url(../img/login_bg.jpg) center 0 repeat-y;
}
#logincontens {
	width: 500px;
	text-align: center;
	margin: auto;
}
#logincontens .loginmain img.logo {
	position: relative;
	top: 150px;
	z-index: 2;
}
#logincontens .loginform {
	background: #FFFFFF;
	border-radius: 20px 20px 0 0;
	padding: 120px 80px 20px 80px;
	margin-top: 50px;
	margin-bottom: 0;
}
#logincontens .loginform .form-group {
	margin-bottom: 5px;
}
#logincontens .loginform  .form-horizontal .control-label {
	text-align: left;
}
#logincontens .loginform .btn {
	margin: 20px auto;
}
#logincontens .loginfooter {
	background: #EEEEEE;
	border-radius: 0 0 20px 20px ;
	padding: 20px 0 20px 80px;
}
#logincontens .loginfooter p {
	font-size: 14px;
}
#logincontens p.copyright {
	text-align: center;
	padding: 10px;
}
#logincontens .login-help-links {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e8e8e8;
	text-align: center;
}
#logincontens .login-help-item {
	margin: 0 0 10px;
	line-height: 1.5;
}
#logincontens .login-help-item:last-child {
	margin-bottom: 0;
}
#logincontens .login-help-item a {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
#logincontens .login-help-item--guide a {
	text-decoration: none;
	color: #337ab7;
	text-align: center;
}
#logincontens .login-help-item--guide a:hover .login-help-title {
	text-decoration: underline;
}
#logincontens .login-help-item--guide .login-help-title {
	display: block;
	line-height: 1.5;
}
#logincontens .login-help-item--guide .login-help-sub {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

/* ログイン画面から開く使い方動画（動画のみ） */
body.login-usage-video {
	background: #000;
}
.login-usage-video-page {
	padding: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
.login-usage-video-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.login-usage-video-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* トップページ */
#index .topimg {
	background: #021441;
}
#index h1 {
	line-height: 40px;
	margin-bottom: 10px;
}
#index h1 img {
	vertical-align: middle;
	margin-right: 10px;
}
#index .topics h1 {
	margin-bottom: 5px;
}
#index .topics .btn {
	margin-top: 5px;
 }
#index .topicsbody {
	border: 1px solid #333333;
	padding: 15px;
	height: 400px;
	overflow: auto;
}
#index .topicsbody dl {
	margin-bottom: 0;
}
#index .topicsbody dd {
	border-bottom: 1px dotted #BBBBBB;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#index .topicsbody dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#index .topicsbody dt .label {
	display: inline-block;
	margin-left: 5px;
	vertical-align: 2px;
	padding: 3px 5px;
}
#index .buy_search .form-control {
	display: inline-block;
}


/*--- タブコンテンツ ---*/
#index .nav-tabs {
	border-bottom: none;
	margin-bottom: 5px;
	clear: both;
}
#index .tab-pane {
	background: #EEEEEE;
}
#index .tab-pane img {
	margin: 0 0 15px 0;
}
#index #buy dl {
	margin-bottom: 0;
	border: 1px solid #CCC;
	border-radius: 5px;

}
#index #buy dd {
	border-radius: 5px;

}
.inline-block .title {
	display: inline-block;
	width: 100px;
}
.inner {
	padding: 15px;
}
#index #buy .btnarea {
	background: #EEEEEE;
	padding: 5px;
	border-radius: 0 0 10px 10px;
}

/*--- 商品詳細ページ ---*/
#goods_detail .goodsinfo h1 {
	font-size: 25px;
}
.goodsinfo .table {
	border-bottom: 1px solid #ddd;
	color: #454545;
}
.goodsinfo .table th {
	border-right: 1px solid #ddd;
	font-size: 1.1em;
	width: 10em;
}
.goodsinfo .table td span {
	padding-right: 5px;
}
img.cart {
	margin-right: 30px;
}
.goodsinfo .table_list ul.list-group-item-heading {
	background: #EEEEEE;
}
.goodsinfo .table_list {
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.goodsinfo p {
	color: #454545;
}
.goodsinfo .table_list li div {
	border-right: 1px solid #DDDDDD;
}
.goodsinfo .table_list li div:last-child {
	border-right: none;
}
.goodsinfo select.form-control {
	margin-bottom: 0;
}

/*--- 注文内容確認 ---*/
.calculate ul {
	background: #EEEEEE;
	padding: 0 15px;
}
.calculate li {
	border-bottom: 1px solid #CCC;
	padding:15px 0;
}
.calculate li:last-child {
	border: none;
}
.calculate p {
	margin-bottom: 0;
}

/*--- 注文内容確認 wrapp dl.table_row ---*/
#cart dl.table_row dt {
	width: 10em;
	padding: 15px;
}
#cart dl.table_row dd {
	background: #FFF;
	margin-left: 10em;
	padding: 15px;
}
#cart dl.table_row .waku {
	background: #F0F0E1;
}
#cart dl.table_row .waku p {
	margin: 0;
	font-size: 0.9em;
	color: #454545;
}
#cart dl.table_row .waku table {
	margin-bottom: 0;
}
#cart dl.table_row .waku table td {
	border-top: none;
	border-bottom: 1px solid #FFF;
}
#cart dl.table_row .waku table td.checkradio {
	padding: 0;
	vertical-align:middle;
	width: 30px;
	text-align: center;
}
#cart dl.table_row .waku table tr:last-child td {
	border: none;
}
#cart .btnarea a {
	padding: 5px 8px;

}
#cart dl.table_row dd {
	padding-left: 0;
	padding-right: 0;
}


/*--- カテゴリトップページ ---*/
#categorytop .navbar h1,
#categorylist .navbar h1 {
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
#categorytop .navbar ul li,
#categorylist .navbar ul li {
	border-top: 1px dotted #BBBBBB;
}
#categorytop .navbar ul li:first-child,
#categorylist .navbar ul li:first-child {
	border: none;
}
#categorytop .navbar ul li a,
#categorylist .navbar ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px 5px 25px;
	background: #EEEEEE url(../img/icon_navbar_right.png) no-repeat 15px 11px;
}
#categorytop .navbar ul.sub,
#categorylist .navbar ul.sub  {
	margin-bottom: 10px;
}
#categorytop .navbar ul.sub li,
#categorylist .navbar ul.sub li {
	border: none;
	margin-left: 20px;
}
#categorytop .navbar ul.sub li a,
#categorylist .navbar ul.sub li a {
	background: #FFFFFF url(../img/icon_navbar_sub.png) no-repeat 10px center;
	padding-left: 20px;
}

#categorytop .navbar ul a:link,
#categorylist .navbar ul a:link    { text-decoration: none;}
#categorytop .navbar ul a:visited,
#categorylist .navbar ul a:visited { text-decoration: none;}
#categorytop .navbar ul a:hover,
#categorylist .navbar ul a:hover   { text-decoration: underline;}
#categorytop .navbar ul a:active,
#categorylist .navbar ul a:active  { text-decoration: underline;}

#categorytop h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	margin-top: 0;
}
#categorylist .note h3 {
	margin: 0;
	text-align: center;
}
#categorylist .note dl {
	background: #EEE;
	padding: 10px;
}
#categorylist .note dl dd .label {
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
#categorylist .dl-horizontal dd {
	margin-left: 140px;
}

#categorylist h1.style_lg {
	background: #E1E9FC;
}
#categorylist h1.style_lg .menu {
	background: #00133F;
	text-align: center;
	font-size: 30px;
}
#categorylist h1.style_lg .menu a.dropdown-toggle {
	color: #FFF;
	display: block;
	margin: 20px 10px;
	cursor: pointer;
}
#categorylist h1.style_lg .dropdown-menu {
	top: auto;
}
#categorylist h1.style_lg .menu a p {
	font-weight:bold;
	margin-bottom: 0;
}
#categorylist h1.style_lg .main {
	padding: 10px 20px;
	display: inline-block;
}
#categorylist .goodslist {
	border: 1px solid #CCC;
	padding-top: 30px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
h1.style_lg p.title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/logomark.png) no-repeat 0 center;
	padding-left: 30px;
	margin-bottom: 5px;
}
h1.style_lg .subtitle {
	font-size: 45px;
	font-weight: bold;
	color: #00133F;
	margin-bottom: 0;
	display: inline-block;
	padding-bottom: 0;
	line-height: 1.2em;
}

/*--- ローラーシリーズ ---*/
#categorytop.roller .navbar h1,
#categorylist.roller .navbar h1 {
	background: #00133F;
}
#categorytop.roller .navbar > ul,
#categorylist.roller .navbar > ul {
	border-top: 2px solid #00133F;
}
#categorytop.roller h2 {
	background: #E1E9FC;
}

/*--- マイページ ---*/
.mybox{
	border: 1px solid #CCC;
	margin: 15px auto;
	border-radius: 5px;
	padding: 8px;
}
.mybox:hover{
   box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
   cursor: pointer;
}
.mybox dl {
	margin-bottom: 0;
}
.mybox dt{
	border-right: 1px solid #CCC;
	padding-right: 10px;
	margin-right: 15px;
	float: left;
}
.mybox dd {
	border: none;
}
.mybox dd.title {
	color: #00133F;
	font-size: 18px;
	margin: 5px auto;
	display: inline-block;
}
.mybox dd.text {
	margin-bottom: 0;
	color: #565656;
	line-height: 1.4em;
}

/*--- スマホ時ヘッダー固定対応 ---*/
#header .fixheader {
    position: absolute;
    background-color: white;
    width: 100%;
    top: 25px;
    z-index: 100;
}
#header.fixed .fixheader {
    position: fixed;
    top: 0px;
}
#header.fixed .fixheader .logo {
    display: none;
}
/*スマホのヘッダー固定時のズレ修正*/
.header_correction {
    padding-bottom: 260px;
}
/*お買上げ商品スクロール時のズレ修正*/
.buy_fix_scroll {
    margin-top:-170px;
    padding-top:170px;
    z-index: 10;
}
/*お買上げ商品スクロール時のズレ修正*/
.topics {
    z-index: 20;
}

/*--- TOpカートメッセージ ---*/
.topCart + .tooltip > .tooltip-inner {
    color: black;
    border: 1px solid gray;
    padding: 5px;
    width: 12em;
    height: 3em;
    font-size: 12px;
    background-color: white;
}

/*--- 商品詳細カート追加メッセージ ---*/
#cartBtn + .tooltip > .tooltip-inner {
    color: black;
    border: 1px solid gray;
    padding: 5px;
    width: 20em;
    height: 4em;
    line-height: 3.2em;
    font-size: 16px;
    background-color: white;
}
.ajaxLoader {
    background: url('/common/img/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
.ajaxLoaderBig {
    background: url('/common/img/ajax-loader-big.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

/*--- 担当者追加メッセージ ---*/
#addPurchaserBtn + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid gray;
    padding: 5px;
    font-size: 12px;
}
/*--- 担当者削除メッセージ ---*/
#delPurchaserBtn + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid gray;
    padding: 5px;
    font-size: 12px;
}
/*--- お気に入り追加・削除メッセージ ---*/
.favorite + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid gray;
    padding: 5px;
    font-size: 12px;
}
/*--- お気に入り追加・削除(商品詳細)メッセージ ---*/
.favoritegoods + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid gray;
    padding: 5px;
    font-size: 12px;
}
/*--トップ&注文履歴--*/
#sCate, #shnm, #purchaser, #todo, #teki {
    width: 200px;
}
.totop_mobile {
  width: 20px;
  position: fixed;
  right:30px;
  bottom: 5px;
  z-index: 100;
}
/*--注文履歴--*/
.ship-quantity {
  display: inline-block;
  width: 70px;
  text-align: right;
}
/*--商品詳細：カートボタン・お気に入りボタン--*/
.itemdetailBtn {
  text-align: center;
  margin: 10px;
}
/*-- 利用規約 --*/
.terms-heading{
  margin-top: 60px;
  padding-bottom: 5px;
  font-size: 150%;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
/*-- プライバシーポリシー --*/
.privacy-heading{
  margin-top: 60px;
  padding-bottom: 5px;
  font-size: 105%;
  line-height: 1.2;
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
}

/*--- 処理中画面 ---*/
#progress{
  position: absolute;
  opacity:0.8;
  z-index: 1000;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#progress-text-div {
  text-align:center;
}
/*--- タブコンテンツ ---*/
#search .nav-tabs {
	border-bottom: none;
	margin-bottom: 5px;
	clear: both;
}
#search .tab-pane {
	background: #EEEEEE;
}
#search .tab-pane img {
	margin: 0 0 15px 0;
}
#search #buy dl {
	margin-bottom: 0;
	border: 1px solid #CCC;
	border-radius: 5px;

}
#search #buy dd {
	border-radius: 5px;

}
#search #buy .btnarea {
	background: #EEEEEE;
	padding: 5px;
	border-radius: 0 0 10px 10px;
}
.priitems-width {
    width: 200px;
}
.embed-responsive-210by297 {
  padding-bottom: 141.42%;
}
iflame{
    z-index: 0!important;
}
.orno-title {
    display: inline-block;
    font-weight: bold;
    color: #333;
}
.footer-waku1 {
    border: 2px solid #ccc;
    box-shadow: 1px 1px 2px #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
}
.footer-waku2 {
    border: 2px solid #ccc;
    box-shadow: 1px 1px 2px #ccc;
    padding-top: 10px;
}
.usage-guide .usage-guide-intro {
    margin-bottom: 20px;
}
.usage-guide .usage-guide-lead {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}
.usage-guide .usage-guide-note {
    font-size: 14px;
    color: #666;
    background: #F5F7FA;
    border-left: 3px solid #B8CEE0;
    padding: 10px 14px;
    margin-bottom: 0;
    line-height: 1.6;
}
.usage-guide .usage-guide-tabs {
    margin-bottom: 0;
    border-bottom: 1px solid #CCC;
    display: flex;
    width: 100%;
}
.usage-guide .usage-guide-tabs > li {
    flex: 1;
    float: none;
    margin-bottom: -1px;
    text-align: center;
}
.usage-guide .usage-guide-tabs > li > a {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 16px;
    color: #666;
    background-color: #F0F0F0;
    border: 1px solid #DDD;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
}
.usage-guide .usage-guide-tabs > li > a:hover {
    background-color: #E8E8E8;
    color: #00133F;
}
.usage-guide .usage-guide-tabs > li.active > a,
.usage-guide .usage-guide-tabs > li.active > a:hover,
.usage-guide .usage-guide-tabs > li.active > a:focus {
    background-color: #FFF;
    color: #00133F;
    border-color: #CCC;
    border-bottom-color: #FFF;
    box-shadow: inset 0 -3px 0 #00133F;
}
.usage-guide .usage-guide-content {
    padding: 15px 0;
    border: 1px solid #CCC;
    border-top: none;
    background-color: #fff;
}
.usage-guide .usage-guide-content .tab-pane {
    padding: 0 15px;
}
.usage-guide .usage-guide-pdf-viewer {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 400px;
    max-height: 900px;
    margin-bottom: 10px;
}
.usage-guide .usage-guide-pdf-fallback {
    text-align: right;
    margin-bottom: 10px;
}
.usage-guide .usage-guide-pdf-fallback-note {
    font-size: 13px;
    color: #666;
    margin: 0 0 6px;
}
.usage-guide .usage-guide-pdf-viewer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 767px) {
    .usage-guide .usage-guide-content .tab-pane {
        padding: 0 10px;
    }
    .usage-guide .nav-tabs > li > a {
        padding: 10px 8px;
        font-size: 15px;
    }
    .usage-guide .usage-guide-lead {
        font-size: 15px;
    }
    .usage-guide .usage-guide-pdf-viewer {
        height: 70vh;
        min-height: 320px;
    }
    .usage-guide .usage-guide-pdf-fallback {
        text-align: center;
    }
}
