
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*--▽Material Icons*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html{
	font-size: 15px;
}

body{
  min-width: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	margin: 0;
  padding: 0;
	font-size: 15px;
	background-color: #fff;
}

h1,h2,h3,h4,h5{
	margin: 2px;
}
h1{
	font-size: 1.4em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
h5{
	font-size: 1em;
}

.band-black{
	background-image: url('/images/indexBg_8Ab.png');
	background-size:100% 100%;
	background-repeat:repeat-x;
	background-position:top right;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 1em;
	line-height: 27px;
}
.band-black h2{
	font-size: 1em;
	font-weight: 900;
}

/*--▽配色 */
.red-text{
	color: red;
}
.size-8{
	font-size: 0.8em;
}
.btn-navy{
	background-color: navy !important;
	color: #fff !important;
}


/*--▽詳細ページ */
.detail-box h2,.detail-box h3,.detail-box h4,.detail-box h5{
	font-size: 1em;
	font-weight: normal;
}

/*--▽bootstrap*/
.row{/* 本来は-15px */
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.form-group .checkbox label, .form-group .radio label, .form-group label{
	color: #333;/* 本来は #BDBDBD glay */
}


/*--▽ナビ*/
.navbar-lapislazuli{
	background-color: #1f4788;
}
.navbar-navy{
	background-color: navy;
}
.navbar-navyblue{
	background-color: #003171;
}
.navbar-green{
	background-color: #7da701;
}
.nav .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar{
	color: rgba(255,255,255,1);
	position: relative;/* jsで fixed に置き換えている */
	top: 0;
	width: 100%;
}
.icon-bar{
	border: solid 1px #fff !important;
}
.dropdown-menu{
	/* 廃止2020.7.3 */
	/*width: 160px;*/
}



/*--▽フッター*/
.footer-logo, .footer-nav{
	width: 25%;
}

.footer .blanding{
	color: #fff;
	line-height: 1.4;
	height: 7em;
}
.footer .blanding .company{
	font-weight: bold;
}
footer{
	color: #fff;
	font-size: 17px;
}
footer a,footer a:focus,footer a:hover{
	color: #fff;
}
.footer-overlay {
	background-color: rgba( 0, 0, 0, 0.4);
}
.footer-topstrip-wrap .footer-topstrip-left {
	width: 100%;
	font-size: 1.3em;
}
.footer-topstrip-left .contact-hours {
    display: block;
}
#copyright-wrap {
    font-size: 1.3em;
}
#canuck-footer{
	position: relative;
	background-size: cover;
}

/*--▽左右カラム */
#left{
	display: inline-block;
	vertical-align: top;
}
#right{
	display: inline-block;
	vertical-align: top;
}
/*--▽パンくず */
.breadcrumb{
	margin-top: 10px;
	background-color: #fff !important;
	color: #000099;
}
ul.breadcrumb{
	margin: 0;
}
.breadcrumb a{
	/*color: orange !important;*/
	color: #000099;
}
.breadcrumb > .active,.breadcrumb strong{
	/*color: #fff !important;*/
	color: #000099;
}
.breadcrumb h1, .breadcrumb h2{
	font-size: 1em;
	display: inline;
}
.breadcrumb > li + li::before {
	color: #000099;
}

/* 後で見るボタン */
.breadcrumb > .see-later:before{
	content: "  ";
}

/*--▽ページャー */
.pager.green li > a, .pager.green li > span{
	background-color: #00cc00;
	color: #fff;
	margin: 1px 0;
	font-size: 0.7em;
}
.pager.gray li > a, .pager.gray li > span{
	background-color: #ddd;
	color: #3bafda;
	margin: 1px 0;
	font-size: 0.7em;
}
.pager.sky li > a, .pager.sky li > span{
	background-color: #3bafda !important;
	border-color: #3bafda !important;
	color: #fff !important;
}
.navbar-navy.pager{
	color: #fff !important;
	text-align: left;
	padding: 0.3em 1em;
	border-radius: 10px;
	margin: 0.3em 0;
}
.navbar-navy.pager a{
	color: #fff !important;
}
.navbar-navy.pager a.active{
	color: #ff00ff !important;
}

/*--▽ウォッチリスト */
#watch-list{
	color: #ff8040;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	margin: 2em 0 0.5em 0;
}

/*--▽売り切れ */
#soldout{
	background-color: red;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 27px;
	padding: 2px;
	margin-bottom: 0.5em;
}
/*--▽旧製品 */
#discontinued{
	background-color: #6f848f;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 27px;
	padding: 2px;
	margin-bottom: 0.5em;
}

/*--▽ログアウトボタン */
#logout-button{
	text-align: right;
}

/*--▽カテゴリボタン */
.btn-group-vertical.category a:hover{
	background-color: #9ac001 !important;
}
.btn-black{
	background-color: #000 !important;
	color: #fff !important;
	text-align: left !important;
	font-weight: bold;
	border: solid 1px #fff !important;
	padding: 5px 0 5px 20px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.btn-black.active{
	color: #ff00ff !important;
}

/*--▽バナー */
#banner ul{
	list-style: none;
	padding: 0;
	margin-top: 2em;
}
#banner li{
	text-align: center;
	margin: 4px 0;
}
#banner img{
	width: 100%;
	height: auto;
}

/*--▽コンテンツボックス */
.contents-box h2{
	font-size: 0.8em;
	font-weight: bold;
}
.contents-box h3,.contents-box h4{
	font-size: 1em;
	font-weight: bold;
}
.sold-out.contents-box{
	line-height: 0.8em;
}
.sold-out.contents-box h2,.sold-out.contents-box h3{
	font-size: 0.6em;
	display: inline;
	margin: 0 1px 0 1px;
}
.sold-out.contents-box h4{
	font-size: 0.7em;
	margin-bottom: 1em;
}

.contents-box a{
	text-decoration: none;
	color: #000;
}
.more{
	text-align: right;
}
.more img{
	width: 46px;
	height: 13px;
}


/*--▽管理画面一覧画像 */
.admin-list-img{
	width: auto;
	height: 40px;
}
.admin-vew-img{
	width: 100%;
	height: auto;
}
