/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
}

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, 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, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    -webkit-appearance: none;
}

html{margin:0;padding:0;}

body{
	line-height: 1.5;
	font-size: 16px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	position: relative;
}

.ctlg_button {
	color: #7F7F7F;
	 font-size: 20px;
	 line-height: 1.2;
}

.ctlg{
	color: #FFF;
	/*background-color: #222;*/
    /*border: 2px solid #222*/
    border-radius: 50px;
    /*width: 13em;*/
	width: auto;
    text-align: center;
}
.ctlg a{
	padding: 4px 22px 4px 12px;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 50px;
}

.thumbFolderImg {
    background-color: #FFF;
    position:relative;
}
.thumbFolderImg img {
    opacity: 1.0 ;
}
.thumbFolderImgBookCount {
    position: absolute;
    margin: 0 0;
    text-align:center; 
    font-size: 0px; 
    color: #FFF;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.nothumb {
    border: 1px solid #222;
    /*border-radius: 15px;*/
    padding: 30px;
    font-size: large;
    text-align: center;
    /*max-width: 200px;*/
}

.cate-box-categorysub li a {
    text-decoration: none;
}

.userSelectable {
    user-select: auto !important;
    -moz-user-select: auto !important;
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
}

#my-divider {
    background: #e50012 !important;
}
h1{
	font-size:1.8em;
	font-weigth:bold;
	padding:10px 0 0 0;
	margin:0;
}

a {color:#222; text-decoration:none;}
a:hover{color:#e50012;text-decoration:none;transition: 0.3s;}
a:visited{color:#222;text-decoration:none;}

ol,ul {list-style: none;}

table{
	width:100%;
    border-collapse:collapse;
    border-top:1.1px solid #3E3A39;
    border-right:1.1px solid #3E3A39;
}
    th{
        font-weight:bold;
        padding:0.75em;
        background:#3E3A39;
        color:#FFF;
        border-left:1px solid #FFF;
        border-bottom:1px solid #3E3A39;
        text-align:center;
        vertical-align:middle;
    }
    th:first-child{border-left:1px solid #3E3A39;}

    td{
        padding:0.75em;
        border-left:1px solid #3E3A39;
        border-bottom:1px solid #3E3A39;
        text-align:center;
        vertical-align:middle;
    }

p{
	line-height:1.6;
	margin-bottom:15px;
}


img{
	max-width:100%;
	height:auto;
    /*
    margin:0;
    padding:0;
    */
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:1.0;
	-webkit-backface-visibility:hidden;
}

.figure img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
    .figure:hover img{
        opacity: .7;
    }
i.material-icons { color:#7F7F7F; vertical-align:middle;}
a:hover i.material-icons{ transition: 0.3s;}


/* iOS Reset */
*{ -webkit-appearance : none}

/* Layout -------------------------*/

#wrapper{
    padding:0;
    margin:0 auto;
}
#main{
    padding:2.0em;
    margin:0 auto;
	min-height: calc(100vh - 210px);
}

#browseMain{
    padding:0em;
    padding-top: 10px;
    margin:0 auto;
    user-select: none; /* CSS3 */
	-moz-user-select: none;
}

#content{
    width:auto;
    box-sizing:border-box;
}
.inner{
    max-width:1000px;
    background:none;
    margin:0 auto;
}

/* custom kurosaki */
#addToCartButton {
	margin-bottom: 0px;
    position:fixed;
    z-index:1000;
    bottom:0px;
    right:0px;
    background-color:none;
}

/* Page-top -------------------------*/

#backToTop{
    position:fixed;
    z-index:9999;
    bottom:120px;
    right:1%;
    background-color:none;
}
#backToTop a{
    display:block;
    width:60px;
    height:60px;
    font-size:16px;
    text-decoration:none;
    color:#F7931E;
    padding:0.5em 0.75em;
    line-height:1.0;
    text-align:center;
    font-weight:normal;
    background:#FFF;
    border-radius:100px;
    border:1px solid #F7931E;
    box-sizing:border-box;
}
    #backToTop a i{
        display:block;
        margin:0 0 5px 0;
    }

    #backToTop a:hover{
        color:#FFF;
        background:#F7931E;
    }

/* Clearfix -------------------------*/
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.clearfix{
    zoom: 1; /* for IE6/7 */
}

/* Header -------------------------*/
#header {
	position: relative;
	padding: 0;
	border-top: 3px solid #7F7F7F;
	background-color: #fff;
	overflow: hidden;
}
#header a {color:#222; outline:none; text-decoration:none;}
#header a:link {color:#222; outline:none; text-decoration:none;}
#header a:hover {color:#e50012;}
#header .h_box1 { padding:4px 28px 0; border-bottom: 1px solid #dedede; overflow: hidden;}
#header .h_box2 { padding:10px 15px; background: #f5f5f5; overflow: hidden;}
#header .headerlogo { float: left;}
#header .logo_img,
#header .logo_txt { float: left;}
#header .logo_img { padding:20px 0 0;}
#header .logo_img a {
	display: block;
	width: 190px;
	height: 42px;
	text-indent: -9999px;
	background: url(/asset.php?path=images/common/logo.png) no-repeat;
	background-size: 190px auto;
}
#header .logo_txt {
	margin:20px 0 0 20px;
	padding:11px 20px 9px 20px;
    color:#999;
	font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.0;
	border-left:1px solid #ddd;
}
#header .headernav { float: right; padding:5px 0 0;}
#header .headernav p { float:left; position: relative; margin-bottom: 0;}
#header .headernav p+p { margin-left: 25px;}
#header .headernav a { font-weight:400;}
#header .headernav a i.material-icons { margin-left:8px;}
#header .headernav a i.material-icons { color:#222;}
#header .headernav a:hover i.material-icons { color:#e50012;}
#header .headernav .nav_box {margin: 0 0 3px 0;}
#header .headernav .nav_box::after { display: block; clear: both; content: "";}
#header .headernav .nav_box:nth-child(1) p { float:right;}
#header .headernav #numItems .iconbadge {
	display: block;
	position: absolute; top:-15px; right:-15px;
	padding: 5px 0;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	border-radius:15px;
	background:rgba(184,0,3,1.00);
	box-sizing: border-box;
}
#header .breadcrumb {
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 0 10px;
	background: none;
	padding: 8px 10px 0 10px;
	margin-bottom: 0;
}
#header .breadcrumb ul { overflow: hidden; margin-bottom: 0;}
#header .breadcrumb ul:last-child { /*min-width: 210px !important;*/ white-space: nowrap}
#header .breadcrumb li { float: left;}
#header .breadcrumb li+li { margin-left:10px;}
#header .gnav { float: left;}
#header .gnav ul {}
#header .gnav ul li {float: left;}
#header .gnav ul li+li { margin-left:10px;}
#header .gnav ul li a { display: block; padding: 5px; }
#header .gnav ul li i.material-icons  { font-size:33px; color:#222;}
#header .gnav ul li a:hover i.material-icons  { opacity: 0.5;}
#header .headernav p#cartParent { margin-top: 5px; }
#header #goPage,
#header #goPageButton {
	margin:0;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #FFF;
    border:1px solid #dedede;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
}	
#header #goPage { padding:0 10px; width: 80px; height:40px; font-size: 16px; }
#header #goPageButton { margin-left:5px; height:40px; font-size:14px !important; line-height:14px;}
#header #goPageButton:hover { color: #fff; background:#666;}
#header #Navi { display: none;}

#header .ctlg a , #header .ctlg a i.material-icons { color: #FFF; background: #222; }
#header .ctlg a:hover i.material-icons { color: #FFF;}
#header .ctlg a:hover { opacity: 0.8; }

/* Footer -------------------------*/
footer {
	width: 100%;
	padding: 20px;
	background:#7F7F7F;
	overflow: hidden;
	position: fixed;
	bottom: 0;
}
#footer ul,
#footer ul li { margin: 0; padding: 0; list-style: none;}
#footer ul { float: left; padding:5px 0;}
#footer ul li { display:inline;}
#footer ul li+li { margin-left: 20px;}
#footer ul li a:link {color:#fff; outline:none; text-decoration: none;}
#footer ul li a:visited { color:#fff; text-decoration: underline;}
#footer ul li a:hover {color:#fff; opacity: 0.8;}
#footer .copy { float: right; text-align:right; color: #fff;}	
#footer .copy span { display: block;}	
#footer .copy span:nth-child(1) { font-family: Arial, Helvetica, "sans-serif"; font-weight: bold;}
#footer .copy span:nth-child(2) { font-size:0.7em;}

/* PAGENATION */
#navOuter{ padding: 0.5em 0; }
.pagination { margin-bottom: 20px; border-radius:0 !important;}
.pagination>li>a {
	 padding:4px 12px !important;
	 margin: 0 6px !important;
	 color:#e50012 !important;
	 background-color:#fff !important;
	 border:1px solid #7F7F7F !important;
}
.pagination>li.first>a,
.pagination>li.prev>a,
.pagination>li.next>a,
.pagination>li.last>a { padding: 4px 0 !important; border: none!important;}
.pagination>li:first-child>a,
.pagination>li:first-child>span { border-radius:0 !important;}
.pagination>li:last-child>a,
.pagination>li:last-child>span { border-radius:0 !important;}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover
.pagination>li.active .page-link {
	 color:#e50012 !important;
	 background-color:#fff !important;
	 border-color:#7F7F7F !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
	 color: #fff !important;
	 background-color:#e50012 !important;
	 border-color:#e50012 !important;
}
.pagination .disabled,
.pagination .disabled a,
.pagination .disabled a i.material-icons,
.pagination .disabled>a.page-link:focus,
.pagination .disabled>a.page-link:hover { color:#fff !important; border: none !important;}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span { border: none !important; border-radius:0 !important;}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span { border: none !important; border-radius:0 !important;}
.pagination-sm>li>a,
.pagination-sm>li>span { font-size:14px;}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {border-radius:0 !important;}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {border-radius:0 !important;}

/* Modal -------------------------*/
.modal-header { color: #FFF; background: #222; }
.modal-header h4{ margin-bottom: 0.25em;}
.modal-header h5{ font-weight: bold; }
.modal-body { padding: 30px !important; height: auto !important;}
.modal-body h4{ font-size: 1.2em; border-left: 5px solid #222; padding-left: 0.5em;}
.modal-footer { padding: 20px !important; }

.modal-body .pdf-button-list li { margin: 0 auto 20px; width: 80%;}
.modal-body .pdf-button-list li button { display: inline-block; padding: 1.0em; width: 100%; cursor: pointer; border: 2px solid; }
.modal-body .pdf-button-list li button:hover { opacity: 0.8;}

/* Form -------------------------*/
input {
	border:0;
    padding:8px 16px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:solid 1px #9FA0A0;
    background:#FFF;
	margin:0 2px;
    font-size:18px;
    border-radius:3px;
}
input[type="submit"]{cursor:pointer;}
input[type="submit"]:hover{background:#e4e4e4;}
input[type="submit"] { background-color:#e50012!important; color: #fff!important; border:1px solid #e50012!important; box-shadow: none !important;}
input[type="submit"]:hover {background-color:#e50012 !important; border-color:#e50012 !important; color: #fff!important; box-shadow: none !important;}
input[type="submit"]:active {background-color:#D4ECEE !important; border-color:#D4ECEE !important; color: #e50012 !important; box-shadow: none !important;}
input[type="submit"]:focus { background-color:#D4ECEE !important; border-color:#D4ECEE !important; color: #e50012 !important; box-shadow: none !important;}
input[type="submit"].hover { background-color:#D4ECEE !important; border-color:#D4ECEE !important;}

/* Book -------------------------*/
#listTable th { padding:0.25em 1.0em ;}
#listTable th.partname{ min-width: 200px !important; }

/* Display -------------------------*/

.mb{display:none;}
.pc{display:inherit;}

#prevPageButtonSP {
	display: none;
}

#nextPageButtonSP {
	display: none;
}


/* 768px -------------------------*/
@media only screen and (max-width: 1024px) {

    body{
        width:100%;
    }
    #main{
        float:none;
        width:100%;
        margin:0;
        padding:20px;
        box-sizing: border-box;
    }
    #browseMain{
        float:none;
        width:100%;
        margin:0;
        padding-top:20px;
        box-sizing: border-box;
    }

    #content{
        float:none;
        padding:0px 0px;
        width:100%;
        margin:0;
        box-sizing: border-box;
    }
    input{
        font-size:1.0em;
    }
    /* Breadcrumb ---*/

    .breadcrumb{
        padding:0;
        /*margin-bottom:-10px;*/
        margin-bottom:-10px;
    }


    /* Display -----*/

    .mb{display:inherit;}
    .pc{display:none;}
	
	
	#header #Navi { display: block;}
	#header .nav_btn,
	#header .nav_btn span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	#header .nav_btn {
	  position:absolute; top: 25px; right: 15px;
	  width: 40px;
	  height: 30px;
	  background: none;
	  border: none;
	  appearance: none;
	  cursor: pointer;
	}
	#header .nav_btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color:#7F7F7F;
	  border-radius: 4px;
	}
	#header .nav_btn span:nth-of-type(1) { top: 0;}
	#header .nav_btn span:nth-of-type(2) { top: 13px;}
	#header .nav_btn span:nth-of-type(3) { bottom: 0;}
	#header .nav_btn.active span:nth-of-type(1) { transform: translateY(13px) rotate(-45deg);}
	#header .nav_btn.active span:nth-of-type(2) { opacity: 0;}
	#header .nav_btn.active span:nth-of-type(3) { transform: translateY(-13px) rotate(45deg);}
	#header .type_list { position: relative; z-index: 999; background: #f5f5f5; border-bottom: 1px solid #dedede;}
	#header .type_list ul { padding:20px; overflow:hidden;}
	#header .type_list ul li { margin:1%; background:#fff;}
	#header .type_list ul li a { display: block; padding:15px 20px; color: #222; text-decoration: none;}
	#header .type_list ul li a:hover { background: rgba(255,255,255,0.10);}
	#header .type_list ul li a img { margin-left:20px; max-width:25px; max-height:25px; vertical-align: middle;}
	
	#header .logo_img,
	#header .logo_txt { float:none;}
	#header .logo_img { margin-bottom:5px}
	#header .logo_img a { display: block; width: 130px; height: 30px; }
	#header .logo_txt { margin:0; padding:0 0 10px; font-size:90%; border-left:none;}
	
	#header .headernav p { display: none;}
	#header .headernav p#cartParent {
		display:block;
		position: absolute; top: 17px; right:90px;
	}
	
	#header .gnav { float: right;}
	#header .gnav ul li:nth-child(2),
	#header .gnav ul li:nth-child(3){ display:none !important;}
	#header #goPage { width:120px; }
	
	#footer ul { float:none; padding:5px 0 20px; text-align: center;}
	#footer ul li+li { margin-left:10px;}
	#footer ul li a:link {font-size: 80%;}
	#footer .copy { float:none; padding: 20px 0 0; text-align: center; border-top:1px solid #dedede;}	
	

}

#cartList {
	position: relative;
	display: table !important;
	overflow:auto !important;
	padding: 0 !important;
	width: 100% !important;
	word-wrap: break-word;
	border: solid 1.1px;
}
#cartList tr th:nth-child(1),
#cartList tr td:nth-child(1) { min-width:15% !important; border-left: none;}
#cartList tr th:nth-child(2),
#cartList tr td:nth-child(2) { min-width: 30% !important; text-align:left}
#cartList tr th:nth-child(3),
#cartList tr td:nth-child(3) { min-width: 15%;}
#cartList tr th:nth-child(4),
#cartList tr td:nth-child(4) { min-width:25% !important;}
#cartList tr th:nth-child(5),
#cartList tr td:nth-child(5) { min-width: 20% !important;}
#cartList tr th:nth-child(6),
#cartList tr td:nth-child(6) { min-width:10%; border-right: 1px solid #000 !important;}
#cartList tr th.cart_zero { 
	position:absolute; top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	padding: 50px 0;
	text-align: center;
	display: block; width: 100% !important; height: 30px;
	color: #222;
	background:none;
	border:none;
}

.cartDetail tr td:nth-child(2) p { text-align:left;position: relative; margin: 0 auto !important; padding:25px 0 0;}
.cartDetail tr td:nth-child(3) p { position: relative; margin: 0 auto; margin-left:0px !important; }
.cartDetail tr td:nth-child(3) p:nth-child(3),
.cartDetail tr td:nth-child(3) p:nth-child(4){ /*float: none !important;*/ }
/*.cartDetail tr td:nth-child(3) p:nth-child(1) { margin-right: 20px;}
.cartDetail tr td:nth-child(3) p:nth-child(1) { margin-right: 20px;}*/
.cartDetail tr td:nth-child(4) p { position: relative; margin: 2px 0; padding:25px 0 0;}
.cartDetail tr td:nth-child(5) p { position: relative; margin: 2px 0; padding:25px 0 0;}
.cartDetail tr td span {
	display:block;
	/*position: absolute;*/
	margin-left:20px;
	padding: 2px 0px;
	width: 80px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #222;
}
.cartDetail tr td div { padding: 5px 0 0 0; position: relative; display: inline-block; }
.cartDetail tr td div .copyIcon{ position: absolute; padding-top: 4px; right: -20px; cursor: pointer; }
.cartDetail tr td:nth-child(1) span { position: relative;margin:0 auto;  top:0; left:0; right: 0;}
.cartDetail tr td:nth-child(3) span { margin: auto; top:0; left:0; right: 0;}
.cartDetail tr td:nth-child(2) span,
.cartDetail tr td:nth-child(4) span { margin: 0; top:0; left:0; right: 0;}
.cartDetail tr td:nth-child(5) span { margin: auto; top:0; left:0; right: 0;}





/* 検索パネル */
.searchNote {padding-top: 1.0em; margin: 0 auto; width: 100%; font-size:12px; color:#aaa;}

#modal-content {
	width:90vw !important;
	max-width: 1250px;
	height:90vh !important;
	margin:auto !important;
	padding:20px !important;
	border:none !important;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 999999999999;
	box-sizing: border-box;
	
	user-select: none; /* CSS3 */
	-moz-user-select: none;
}
#modal-overlay {
	z-index: 99999 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
	
	user-select: none; /* CSS3 */
	-moz-user-select: none;
}
#messageModal {z-index: 100000;}




#p_index { margin:auto;}
#p_index .box dl{ display: block; margin: 0; padding: 0; list-style: none;}
#p_index .box dl+dl{ margin-top:60px;}
#p_index .box dt {
	margin:0;
	padding:1% 2%;
	color: #fff;
	background: #222;
}
#p_index .box dd {display: block;margin: auto; padding:2% !important;}
#p_index .box dd::after { /*float_clear*/ display:block; clear:both; content:"";}
#p_index .box dd p { float: left; margin: 1% 1% 1% 0; padding:0; width:8.2%;}
#p_index .box dd p a { 
	display: block;
	padding: 5px 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	background: #ddd;
	border-radius: 5px;
}
#p_index .box dd p a:hover { color: #fff; background:#999;}

.close {
	color: #FFF !important;
}

.close_cart {
	color: #000 !important;
}
/* PDFマーク */
.pdf-icon {
	margin-top: -3px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 5px;
	font-size: 14px;
	/*border-radius: 10px;*/
	color: white;
	background-color: red;
}
/* PDFファイルサイズ表示（category_sub_sub） */
.pdf-filesize {
	margin-top: -3px;
	padding: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 5px;
	font-size: 14px;
	/*border-radius: 5px;*/
	color: gray;
}
.webcatalog-icon {
	margin-top: -3px;
	margin-bottom: 3px;
	margin-right: 5px;
	padding: 5px;
	font-size: 14px;
	/*border-radius: 10px;*/
	color: white;
	background-color: #3678a9;
}



/*チェックマークのツールチップ*/
.checkmark-tooltip{
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkmark-tooltip p{
    margin:0;
    padding:0;
	display: inline;
}
.checkmark-tooltip-description {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 10px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: gray;
    width: 200px;
}
.checkmark-tooltip-description:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 82%;
    border: 15px solid transparent;
    border-top: 15px solid gray;
    margin-left: -10px;
    transform: rotateZ(180deg);
}
.checkmark-tooltip:hover .checkmark-tooltip-description{
    display: inline-block;
    top: 50px;
    left: -10px;
}

@media screen and (max-width: 768px) {
	.checkmark-tooltip:hover .checkmark-tooltip-description {
	  display: none;
	}
}