﻿/* overlay */
.modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.3);
}
.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-content {
	position:absolute;
	width:980px;
	margin:auto;
	padding:1px;
	display:none;
	z-index:2;
	box-sizing:border-box;
	overflow:auto;
    height:calc(100% - 20px);
	margin-top:10px;
}
.modal-content h1 {
	background:url(../image/icon_caption2.png) 10px center no-repeat #c4b02d;
	box-shadow:0px 0px 0px 1px #c4b02d inset,0px 0px 0px 2px #f6f2df inset;
	color:#000000;
	font-size:22px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	padding:5px 10px 5px 40px;
	letter-spacing:0.1em;
	margin-bottom:1px;
	line-height:1.3em;
}
.modal-content h1 span {
	text-shadow:1px 0px 0px #ffffff;
}

.modal-content span {
	text-shadow:1px 0px 0px #ffffff;
}
.modal-content .divProductDetail > article {
	margin:0px;
}

.modal-content .content {
	padding-top:20px;
}
.modal-content h3 {
	font-size:20px;
	color:#780000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:normal;
	padding:8px 15px;
	background:#f6f2df;
	border-top:solid 2px #c51414;
}
/*.modal-content:after{
	content:"+";
	position:absolute;
	display:table;
	top:-0.5em;
	right:-0.5em;
	cursor:pointer;
	background:#111111;
	color:#ffffff;
	border:solid 1px #ffffff;
	box-shadow:0 0 0 1px #111111,0 0 0 2px #ffffff;
	transform:rotate(-45deg);
	line-height:1.4em;
	height:1.4em;
	width:1.4em;
	text-align:center;
}*/
.modal-content .modal-content-product-close{
	position:absolute;
	display:table;
	top:-0.5em;
	right:-0.5em;
	cursor:pointer;
	background:#111111;
	color:#ffffff;
	border:solid 1px #ffffff;
	box-shadow:0 0 0 1px #111111,0 0 0 2px #ffffff;
	transform:rotate(-45deg);
	line-height:1.4em;
	height:1.4em;
	width:1.4em;
	text-align:center;
}

.popup_close{
	display:table;
	position:absolute;
	right:-3px;
	top:-3px;
	cursor:pointer;
}
.categoryList {
	display:table;
	text-align:center;
	margin:5px auto;
	border:double 3px #cccccc;

	padding:5px 10px;
	background:rgba(252,251,245,0.8);
}
.categoryListBox{
	margin:0px;
}
.categoryList input{
	display: none;
}
.categoryList label{
	display: block;
	float: left;
	cursor: pointer;
	width: 120px;
	margin: 0;
	padding: 10px 2px;
	border-right: 1px solid #c4c3b7;
	background: #eeeeee;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: 0.2s;
}
.categoryList td {
	padding:1px 0px;
}
.categoryList td:first-of-type label{
	border-radius: 3px 0 0 3px;
}
.categoryList td:last-of-type label{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.categoryList tr:last-of-type td:nth-of-type(3) label{
	border-right: 0px;
	border-radius: 0px 3px 3px 0px;
}
.categoryList input[type="radio"]:checked + label {
	background-color: #8f2b2b;
	color: #fff;
}
.search_btn {
	box-sizing:border-box;
	display:table;
	width:260px;
	padding:5px 5px 5px 40px;
	margin:10px auto 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:18px;
	font-weight:lighter;
	letter-spacing:0.3em;
	text-align:center;
	line-height:2em;

	background:url(../image/billet4.png) 20px center no-repeat;
	color:#ffffff;
}




.lock {
    overflow:hidden;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
