
/*--search form--*/
#mailmagazine{
    margin-top: 3px;
}

.point_announce{
	padding: 20px;
}

.point_announce p{
	margin-bottom: 10px;
}

.point_announce ul{

	line-height: 180%;
	border: 1px solid #DAD0CB;
	padding: 15px;
	padding-bottom: 5px;
}
.point_announce ul li{
	margin-bottom: 10px;
}
.point_announce ul li .space{
	display: inline-block;
	width: 21px;
}

#search_form_wrapper{
	width: 100%;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#search_form{
	width: 100%;
	display: inline-block;
	position: relative;
	}
#mlmg_btn {
    display: inline;
    float: right;
    width: 50px;
    height: 20px;
    margin-right: 80px;
}

.detail_s_btn_op{
    display: inline-block;
    line-height: 18px;
    border: 1px solid #583730;
    text-align: center;
    width: 57px;
		height: 18px;
    position: absolute;
    font-size: 10px;
		right: 0;
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.detail_s_btn_op a{color: #583730;}
.detail_s_btn_op:hover{
	text-decoration: none;
	background: #fcf9e3;}

.detail_s {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0;
		/*margin-top: 184px;*/
		margin-top: 94px;
		background: rgb(91,56,41);
    background: rgba(91,56,41,0.95);
    padding: 25px 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;	
}
.detail_s_inner{
		width: 980px;
    margin: 0 auto;
		position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show{ visibility: inherit; opacity: 1; overflow: scroll; height: 100%;}
.md-show .detail_s_inner {
    opacity: 1;
		margin-bottom: 200px;
}
#container.container_bg  {
    position: fixed;
    left: 50%;
    margin-left: -490px;
		height: 100%;
}

.detail_s_btn_op.md-show{
    width: 130px;
    height: 42px;
    line-height: 42px;
    display: block;
    position: absolute;
    right: -0px;
    top: 0px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    border: 1px solid #333;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    padding-left: 34px;
    box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
.md-
.detail_s_btn_op span{ display: none;}
.detail_s_btn_op.md-show span{
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0px;
    top: 50%;
    left: 82px;
    margin-top: -5px;
}
.detail_s_btn_op.md-show span:before,
.detail_s_btn_op.md-show span:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    background: rgba(91,56,41,1);
    top: 0;
    left: 5px;
}
.detail_s_btn_op span:before{
    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg);  
		}
.detail_s_btn_op span:after{
    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);
		}

.detail_s_btn_cl{
    width: 130px;
    height: 42px;
    line-height: 40px;
    display: block;
    position: absolute;
    right: -0px;
    top: 0px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    border-left: 1px solid #482A25;
    border-top: 1px solid #482A25;
    border-right: 1px solid #482A25;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    padding-left: 34px;
    box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
.detail_s_btn_cl:hover{
	text-decoration: none;
    background: #fcf9e3;
		}
.detail_s_btn_cl.md-show{
		opacity: 1;
    visibility: visible;}
.detail_s_btn_cl span{
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0px;
    top: 50%;
    left: 82px;
    margin-top: -5px;
}
.detail_s_btn_cl span:before,
.detail_s_btn_cl span:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    background: rgba(91,56,41,1);
    top: 0;
    left: 5px;
}
.detail_s_btn_cl span:before{
    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg);  
		}
.detail_s_btn_cl span:after{
    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);
		}


.detail_check{
	font-size: 0;
	width: 910px;
	margin: 0 auto;
			}
.detail_check > dt{
		color: #fff;
		padding: 0px 0px 0 15px;
		margin-bottom: 1px;
		line-height: 38px;
		display: inline-block;
		width: 115px;
		height: 40px;
		font-size: 10px;
		vertical-align: top;
		border: 1px solid #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		vertical-align: top;
	 }
.detail_check > dd{
		background: #fff;
		padding-left: 27px;
		padding-top: 8px;
		margin-bottom: 1px;
		display: inline-block;
		width: 795px;
		height: 40px;
		font-size: 10px;
		vertical-align: top;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		vertical-align: top;
	 }
.detail_check dd label {
    line-height: 24px;
    display: inline-block;
		margin-right: 8px;
}
.detail_check > dd label { font-size: 10px; cursor: pointer; vertical-align: middle;}
.detail_check > dd dt label { font-size: 10px; font-weight: bold; font-family: Montserrat;}
.detail_check input{ display: none;}
.detail_check > dd.category_check{ padding-left: 0;}
.category_check dl{ font-size: 0; padding: 8px 0 25px 30px;}
.category_check dt{
	background: #fff; line-height: 23px;
	/*padding: 0 10px; */display: inline-block; width: 130px;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	vertical-align: top;
	}
.category_check dt.mt35{ margin-top: 35px;}
.category_check dd{
	background: #fff; line-height: 23px;
	/*padding: 0 25px;*/ font-size: 10px;
	font-size: 12px;
	display: inline-block; width: 80%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	vertical-align: top;
	}
.category_check label:before{
content: "";
    width: 9px;
    height: 9px;
    line-height: 24px;
    border: 1px solid rgba(91,56,41,1);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: -1px;
    margin-right: 2px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
.detail_check input[type="radio"] + label:before{
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid rgba(91,56,41,1);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%; 
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	left: 0;
	top: 0;
	margin-right: 2px;
	}
.detail_check input:checked + label{
	color: #e4007f;
}
.detail_check input:checked + label:before{
	border: 1px solid #e4007f;
	background: #e4007f;
}



	/*-#star-*/
	#star{
		/*height: 20px;
		padding: 16px 0 16px 18px;*/
			}
	#star input{ display: none;}
	#star label{
		text-indent: -9999px;
		margin-right: 20px;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		line-height: 20px;
		}
	#star .star_01{
		background: url(../images/search/star_01.png);
		background-size: 20px 20px;
		}
	#star .star_02{
		width: 18px;
		height: 20px;
		line-height: 19px;
		background: url(../images/search/star_02.png);
		background-size: 18px 20px;
		}
	#star .star_03{
		background: url(../images/search/star_03.png);
		background-size: 20px 20px;
		}
	#star .star_04{
		width: 19px;
		height: 19px;
		line-height: 19px;
		background: url(../images/search/star_04.png);
		background-size: 19px 19px;
		}
	#star .star_05{
		width: 23px;
		height: 18px;
		line-height: 18px;
		background: url(../images/search/star_05.png);
		background-size: 23px 18px;
		}
	#star .star_06{
		width: 19px;
		height: 18px;
		line-height: 18px;
		background: url(../images/search/star_06.png);
		background-size: 19px 18px;
		margin-right: 0;
		}
			/*:checked*/
	#star input:checked + .star_01{
		background: url(../images/search/star_h_01.png);
		background-size: 20px 20px;
	}
	#star input:checked + .star_02{
		background: url(../images/search/star_h_02.png);
		background-size: 20px 19px;
	}
	#star input:checked + .star_03{
		background: url(../images/search/star_h_03.png);
		background-size: 20px 20px;
	}
	#star input:checked + .star_04{
		background: url(../images/search/star_h_04.png);
		background-size: 19px 19px;
	}
	#star input:checked + .star_05{
		background: url(../images/search/star_h_05.png);
		background-size: 23px 18px;
	}
	#star input:checked + .star_06{
		background: url(../images/search/star_h_06.png);
		background-size: 19px 18px;
	}

	/*-#color-*/
	#color{
		height: auto;
		padding: 8px 0 8px 27px;
		font-size: 0;
			}
	#color input{ display: none;}
	#color label{
		text-indent: -9999px;
		margin-right: 5px;
		vertical-align: middle;
		width: 25px;
		height: 25px;
		line-height: 25px;
		background: #000;
		position: relative;
		}
	#color input:checked + label:before{
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid #e4007f;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%; 
		display: inline-block;
		vertical-align: text-top;
		position: absolute;
		left: auto;
		right: -6px;
		top: -6px;
		margin-right: 2px;
		}
	#color .color_01{ background: #a24900;}
	#color .color_02{ background: #ff001f;}
	#color .color_03{ background: #ff0097;}
	#color .color_04{ background: #a000ff;}
	#color .color_05{ background: #00a3ff;}
	#color .color_06{ background: #00e825;}
	#color .color_07{ background: #ffef00;}
	#color .color_09{ background: #dbdcdc;}
	#color .color_10{ background: url(../images/search/color_mix.png); background-size: 25px 25px;}
.btn_box{ text-align: center; width: 100%;}
.search_b{
    width: 302px;
    border: none;
    padding: 12px 0;
    margin: 25px 5px 5px;
    height: 40px;
    line-height: 16px;
    background: #e4007f;
    color: #fff;
    font-size: 13px;
		display: inline-block;
		cursor: pointer;
}
.reset{
    width: 302px;
    border: none;
    padding: 12px 0;
    margin-top: 5px;
		margin: 25px 5px 5px;
    height: 40px;
    line-height: 16px;
    background: none;
		border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
		cursor: pointer;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		display: inline-block;
}
.detail_check > dt.category_title, 
.category_title + dd{ height: 270px;}
.detail_check > dt.category_title{ padding: 8px 0 0 15px;}
.star_title + dd{ padding: 10px 27px;}


/*--top_navi--*/

.t_navi{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-size: 12px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

#navi ul li.t_navi {
    border-right: ##e0d7d3 1px solid;
}
#main_navi .t_navi > a{
	font-family: 'Montserrat', sans-serif;
     font-size: 10px;
    /*letter-spacing: 1px;*/
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 32px;
    margin: -6px 0 0 0;
    padding-top: 12px;
    padding: 6px 20px 0;
    text-align:center;
	}
	#main_navi .t_navi > a:hover{background: #fcf9e3;}
.t_navi > a span{ display: block; font-size: 8px; margin-top: 2px; font-weight: 100; font-family: Arial, Helvetica, sans-serif;}
#navi {
    padding-top: 50px;
}
#navi ul li {
        display: inline-block;
    float: none;
    margin-right: 0px;
    height: 25px;
}
#navi ul li ul li {
    display: inline;
    float: none;
    margin-right: 0px;
    height: auto
}
#nav ul {
    top: 30px;
}
/*--sld--*/
#main_v {
    /*margin-top: 90px;
*/}
