@charset "utf-8";
html{
	line-height: normal;
}
body{
  margin:0;
}
input, button, select, textarea {
  -webkit-appearance: none;
}
.rstMaB10{
padding:0 !important;
}
.smp_main{
	width:100%;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}
div.smp_2_column{
	width:100%;
	/*display: inline-block;*/
	margin-bottom:10px;
}
.smp_2_column img{
	width: calc(100% - 6px) !important;
	margin-right: 3px !important;
	margin-left: 3px !important;
}
.new_notice_item h3 {
	background: #ffffff;
	/*border: dashed 1px #ffffff;*/
	padding: 0.2em 0.5em;
	margin: 5px;
	color: #454545;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", sans-serif!important;
	font-size:15px !important;
}
.popular_item h3 {
	background: #ffffff;
	/*box-shadow: 0px 0px 0px 5px #b03d5a;*/
	/*border: dashed 1px #ffffff;*/
	padding: 0.2em 0.5em;
	margin: 5px;
	/*color: #ffffff;*/
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", sans-serif!important;
	font-size:15px !important;
}
.rstSearchSubmit input[type=submit]{
    color: #080404 !important;
    background: #c9bc9c !important;
    border-radius: 0 5px 5px 0 !important;
    border: 3px solid #c9bc9c;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0;
    /* height: 100%; */
    height: 30px;
}
.rstSearchSubmit {
    width: 30%;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    box-sizing: border-box;
}
.rstSearch input[type=text]{
    width: 63%;
    display: inline-block;
    border: #c9bc9c 3px solid !important;
    border-radius: 5px 0 0 5px !important;
    height: 30px;
    box-sizing: border-box;
}
/* 商品説明のすぐ下にする */
.blockHeading,.blockWrap{margin: 0 !important;}
/* スマホ商品ページ共通 iframe */
#iframe_common_smp_item{
	width: 100%;
}
.smp_tmp_cat {
    position: fixed;
    bottom: 260px;
    text-align: center;
    right: 0;
    z-index: 900000;
    width: 52px;
    height: 52px;
}
.smp_tmp_cat a img {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
/*スマホキャッチコピー*/
#itemName > h2{
	font-size: 20px;
	font-weight: bold;
}
/*スマホ商品ページの文字*/
#itemDescription{
font-size:14px !important;
}
/*スマホ商品ページのワイン詳細table調整*/
#itemDescription table:first-of-type td {
    width: 80px;
}
#itemDescription table:first-of-type td + td {
    width: calc(100% - 80px);
}