
@charset "UTF-8";

body { margin: 0; padding: 0; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif; line-height: 1.5; background: #fff; color: #4c4a40; }
body { font-size: 87.5%; }

a { color: #000; text-decoration:none}
a:visited { color: #000; background:#ccc }
a.no_visited { color: #000; }

img { border: 0; vertical-align: middle; }
form, p, dl, dt, dd { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; }
ul, ol { list-style: none !important; margin: 0; padding: 0;  }
table { width: 100%; border-collapse: collapse; }
code { color: #a65d19; font-family: monospace; }
fieldset { border: 1px solid #eae8e3; background: #fff; }
label { cursor: pointer; }

/* ここからヘッダー */
div.hd-nav.column-nav {
	background: #fff;
	padding-bottom: 20px;
	border-top: 3px solid #777;
	width: 100%;
}

div.hd-nav.column-nav ul {
	padding: 0 2px;
}

div.hd-nav.column-nav img {
	width: calc(100% - 40px);
	margin: 5px 20px 10px 20px;
}

div.hd-nav.column-nav li {
	border: 1px solid #c6c6c6;
  font-size: 14px;
  padding: 6px 2px;
  text-align: center;
}

div.hd-nav.column-nav li:not(:last-child) {
	margin-right: 4px;
}

div.hd-nav.column-nav li:first-child {
  flex-grow: 3;
}

div.hd-nav.column-nav li:nth-child(2) {
  flex-grow: 1;
}

div.hd-nav.column-nav li:nth-child(3) {
  flex-grow: 4;
}

div.hd-nav.column-nav li:nth-child(4) {
  flex-grow: 2;
}

div.hd-nav.column-nav li a {
	display: block;
}
/* ここまでヘッダー */

#column_bk_menu {
	padding:0 0 30px 0;
  background: #fff;
}

#column_bk_menu .main-visual{
	position: relative;
}

#column_bk_menu .main-visual a {
  display: block;
}

#column_bk_menu .main-visual p#visual-text {
	position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: calc(100% - 10px);
  /*max-height: 72px;*/
  padding: 10px 5px;
  word-wrap: break-word;
  overflow: hidden;
}

.title_bar {
	background: #c6c6c6;
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: 53px;
  height: 50px;
	margin-top: 25px;
}
.title_border { padding: 2px 0; margin: 5px 0; border-bottom: 1px solid #dedcd7; font-weight: bold; }
.title_circle, .questionnaires_controller.show_action dt, .tiny_enquete_form .question { padding: 3px 0 3px 20px; margin: 5px 0; no-repeat 0 50%; color: #4c4a40; font-weight: bold; -webkit-background-size: 18px 18px; -moz-background-size: 18px 18px; background-size: 18px 18px; background-position: 0 3px; }
.more_link{
	text-align:right;
	padding:10px;}
#sns_button{
}
#sns_button ul li{
	float:right;
	padding:10px 5px;}

@font-face {
    font-family: "MaidoGothic";
    font-style: normal;
    font-weight: normal;
}
.maido_font {
    font-family: MaidoGothic;
    font-weight: normal !important;
}
.maido_font .tax_information {
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic",arial,helvetica,sans-serif;
    font-weight: bold;
}

/*↓*/

a {
	outline:none;
	overflow:visible !important;
}
ul {list-style: outside none disc;}
.pagination {
    padding: 20px 0;
    text-align: center;
}
.pagination li {
    display: inline;
}

.pagination li .selected {
    background: #4d2200 none repeat scroll 0 0;
    color: white;
}
.pagination li .selected {
    border: 1px solid #99958a;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    width: 32px;
}
.pagination li .next img {
    padding-top: 10px;
}

.pagination li .selected {
    background: #4d2200 none repeat scroll 0 0;
    color: white;
}
.pagination li a, .pagination li .selected {
    border: 1px solid #99958a;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    width: 32px;
}



.next_page_link {
    font-weight: bold;
    text-align: center;
}


/**↑新規追記**/


.article_wrapper {
    padding: 20px 0;

}



.article_wrapper .article_contents {
    padding: 15px;
}

.article_wrapper .article_contents p {
    color: #333;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 25px;
    word-wrap: break-word;
}

.article_wrapper .article_contents .productInfo {
	border: #ccc solid 1px;
	padding: 5px;
}
.article_wrapper .article_contents .productInfoMini {
	border-bottom: #000000 solid 1px;
	padding: 5px;
	margin-bottom: 5px;
}

.article_wrapper .article_contents p::after {
    clear: both;
    content: "";
    display: block;
}



.article_wrapper .article_contents h2 {
    font-size: 17px;
    padding: 5px 10px;
	margin-bottom: 0px !important;
	background:#eee;
}




.article_wrapper .article_contents h3 {
    border-left: 6px solid #000;
    color: #000;
    font-size: 16px;
    margin: 15px 0 0 0!important;
    padding-left: 12px !important;
 background-color: #FFFFFF;
}




.article_wrapper .article_contents h4 {
    color: #4d2200;
    font-size: 15px;
    margin-bottom: 7px;

}
.article_wrapper .article_contents h5 {
    color: #4d2200;
    font-size: 14px;
    margin-bottom: 7px;
}
.article_wrapper .article_contents ol {
    list-style-type: decimal;
}
.article_wrapper .article_contents ul {
    list-style: outside none disc;
}

.article_wrapper .article_contents ul.paginationNB {
	  width: calc(100% + 30px);
	  position: relative;
	  left: -15px;
		margin-top: 30px;
}

.article_wrapper .article_contents ul, .article_wrapper .article_contents ol {
    font-size: 15px;
    line-height: 24px;
    list-style-position: inside;
    margin-bottom: 15px;
}
.article_wrapper .article_contents li ul, .article_wrapper .article_contents li ol {
    padding-left: 40px;
}
.article_wrapper .article_contents hr {
    border-color: #eae8e3;
    border-style: solid;
    border-width: 1px 0 0;
    height: 1px;
    margin: 20px 0 25px;
}
.article_wrapper .article_contents strong {
    font-weight: bold;
}
.article_wrapper .article_contents em {
    font-weight: bold;
}
.article_wrapper .article_contents img {
    max-width: 100%;
}
.article_wrapper .article_contents .main_content img {
    vertical-align: top;
	margin:5px 0;
}
.article_wrapper .article_contents .main_content img.left {
    float: left;
    margin: 5px 10px 5px 0;
    max-width: 150px;
}
.article_wrapper .article_contents .main_content img.right {
    float: right;
    margin: 5px 0 5px 10px;
    max-width: 140px;
}

.article_wrapper .article_contents .main_content img.spleft {
    float: left;
    margin: 5px 10px 5px 0;
    max-width: 150px;
}
.article_wrapper .article_contents .main_content img.spright {
    float: right;
    margin: 5px 0 5px 10px;
    max-width: 150px;
}

.article_wrapper .article_contents .main_content img.p_right {
    float: right;
    margin: 5px 0 5px 10px;
    max-width: 100px;
	clear:both;
}


.article_wrapper .article_contents .right {
	color:#666;
	font-size:12px;
}
.article_wrapper .article_contents .main_content{
	line-height:1.8em}


.article_wrapper .article_contents .main_content img.center {
    display: block;
    margin: 0 auto;
}
.article_wrapper .article_contents .main_content .image_with_caption {
    display: block;
}
.article_wrapper .article_contents .main_content .image_with_caption.center {
    display: block;
    margin: 0 auto;
}
.article_wrapper .article_contents .main_content .image_with_caption.left {
    float: left;
    margin: 0 10px 5px 0;
}
.article_wrapper .article_contents .main_content .image_with_caption.right {
    float: right;
    margin: 0 0 5px 10px;
}
.article_wrapper .article_contents .main_content .image_with_caption .image_caption {
    color: #66645a;
    display: block;
    font-size: 11px;
    line-height: 140%;
    padding-top: 8px;
    text-align: left;
}

.article_wrapper .clmProductLink{
	font-weight: bold;
	font-size: 120%;
}

.article_wrapper .article_contents .article_title {
    font-size: 18px;
    font-weight: bold;
	  padding:0 0 5px 0;
	  margin-bottom:10px;
}

.article_wrapper .article_contents {
  	/*border-bottom:1px solid #000;*/
}

.article_wrapper .article_contents .published_date {
    color: #99958a;
    font-size: 12px;
    margin: 5px 0 15px;
    text-align: right;
  	display: block;
    float: none;
}
.article_wrapper .article_contents .main_image {
    margin-bottom:10px;
    text-align: center;
}
.article_wrapper .article_contents .article_description {
    border: 1px solid #eae8e3;
    color: #66645a;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.article_wrapper .article_contents .article_author {
    color: #66645a;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: right;
}
.article_wrapper .article_contents .media_info {
    text-align: right;
}
.article_wrapper .article_contents .media_info .media_name {
    margin-bottom: 10px;
}
.article_wrapper .article_contents .media_info img {
    max-width: 100px;
}

.article_wrapper .article_nav_wrapper a {
    border-bottom: 1px solid #eae8e3;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.article_wrapper .article_nav_wrapper .nav:last-child a {
    border-bottom: medium none;
}
.article_wrapper .article_nav_wrapper .label {
    color: #99958a;
    font-size: 12px;
    margin-bottom: 5px;
}
.article_wrapper .related_articles img, .article_wrapper .series_articles img {
    border-radius: 4px;
    height: 40px;
    width: 40px;
}


.article_wrapper .related_contents.android_app .title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa, #f0eee6) repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    box-shadow: none;
    font-weight: bold;
    padding: 15px 10px;
}






.productslinks a, a:hover{
}
/***/

.product_title {
    font-size: 16px;
}

.product_title, .product_title:link, .product_title:visited, .product_title:hover {
    color: #000 ;
    font-weight: bold;
}


.product_snippet a {
    display: block;

    text-decoration: none;
}
.product_snippet .kakaku {
    color: #666;
	text-align:right;
    font-size: 77%;
}
.product_snippet .text {
    min-width: 260px;
}
.product_snippet .image {
    margin: 5px 0;
max-width: 100%;
}

.product_snippet::after {
    clear: both;
    content: "";
    display: block;
}

.product_snippet h4 {
    color: #4d2200;
    font-size: 15px;
    margin: 2px 0 !important;
}


/*.shokai_item {
    font-size: 16px;
	    color: #4d2200;
    font-weight: bold;
}



/**レシピ**/

.recipe_snippet {
    margin-bottom: 15px;
}
.recipe_snippet a {
    display: block;
    height: 80px;
}


.recipe_snippet_normal::after {
    clear: both;
    content: "";
    display: block;
}

.recipe_snippet_normal .image {
    margin-right: 10px;
    width: 80px;
    vertical-align: top;
	float:left;
}


.text .recipe_title {
    font-size: 16px;
}
.recipe_title, .recipe_title:link, .recipe_title:visited, .recipe_title:hover {
}

.recipe_snippet_normal .text .author_name {
    margin-left: 10px;
}

.recipe_snippet_normal .text {
    min-width: 260px;
}*/

.text .author_name .by {
    color: #99958a;
    font-size: 86%;
}
.text .description {
	display:none;
}

/*
******************************************
160714　追加
*/
h1,#Contents div.column{float:none;}
#column_bk_menu h1{margin:20px 0 20px!important; text-align: center; padding-top:20px; -webkit-margin-before: 0em;  -webkit-margin-after: 0em; -webkit-margin-start: 0px; text-align:center}
#column_bk_menu h1 img{width:50%;}

.menu_list > li:first-child,
.recipe  {
	margin-top: 15px;
}
.menu_list > li {
	margin: 0;
	border-bottom:1px solid #adadad;
	overflow:hidden;
}
.menu_list > li:last-child {padding-bottom: 10px}
.menu_list > li > a {display: block; padding-top:2%; text-align: left; text-decoration: none; background:#fff }
.menu_list > li > a.with_image {
	padding: 3%;
	padding-bottom: 8px;
	overflow:hidden!important;
	position: relative;
}
.menu_list > li > a.with_image .image {
	overflow: hidden;
  width: 40%;/* トリミングしたい枠の幅 */
  padding-top: 40%;/* トリミングしたい枠の高さ */
  position: relative; float: left; margin: 0; border: 0;
}
.menu_list > li > a.with_image .text {
	width: 55%;
	height: auto;
	float: left;
	margin:0;
	border: 0;
	padding: 2% 0 2% 5%;
}
.menu_list > li > a.with_image .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
	max-height: 150%;
	width: auto;
}

.menu_list > li .item_desc {
  position: absolute;
	right: 3%;
	bottom: 3%;
}
.menu_list >  li .item_catch, .menu_list > li .item_desc { line-height: 1.2; }
.menu_list > li .item_title, .menu_list  { margin: 0 0 5px; }
.menu_list > li .item_desc, .menu_list > li .item_catch { font-size: 10px; font-weight:normal; margin-top: 10px;}
.recipe.content {
	margin-top: 10px;
}

.recipe.content .col2 {
	display: flex;
  flex-wrap: wrap;
}

.recipe.content .col2 li:nth-child(odd) {
	width: calc(50% - 4%);
	margin-right: 2%;
	margin-left: 2%;
}

.recipe.content .col2 li:nth-child(even) {
	width: calc(50% - 4%);
	margin-right: 2%;
	margin-left: 2%;
}

.recipe.content .col2 li {
	margin-bottom: 15px;
}

.recipe.content .col2 li p {
	font-weight: bold;
}

.recipe.content .col2 li a {
	display: block;
	width: 100%;
	padding-top: 100%;
	overflow: hidden !important;
	position: relative;
}

.recipe.content .col2 li a img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
	width: auto;;
}

li ul:not([class]) {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

li.tgIn a {
	background: url(../images/img_column/icon-tag-interior.png) no-repeat;
}

li.tgKi a {
	background: url(../images/img_column/icon-tag-kitchen.png) no-repeat;
}

li.tgBa a {
	background: url(../images/img_column/icon-tag-baby.png) no-repeat;
}

li.tgFa a {
	background: url(../images/img_column/icon-tag-fashion.png) no-repeat;
}

li.tgGi a {
	background: url(../images/img_column/icon-tag-gift.png) no-repeat;
}

li[class^="tg"] {
  /*width: 50%;*/
	border: 1px solid #adadad;
	background: #e3e3e3;
	font-size: 13px;
  margin: 5px;
	padding-right: 5px;
}

li[class^="tg"] a {
	background-size: 18px;
	background-position: 5px 50%;
  padding:5px 1px 5px 30px;
	display: block;
}

.btn_column{border: 1px solid #000; text-align: center; margin: 20px 0; border-radius: 5px; float: none; display: block;}
.btn_column a{padding: 10px; display: block;}
.recent_articles .text span{padding:2px 5px; margin:0 3px 3px 0; font-size:0.7em; color:#fff; display:inline-block}
.recent_articles .text span a{
	color:#fff!important;
  font-size: 85%;
}

/*記事詳細　cxxxxxxxx.aspx
--------------------------- */
.article_contents a{text-decoration:underline !important;}


.article_category{
	display:inline-block;
	margin:5px 0 10px 0;
}
.article_category span{padding:3px 5px; font-size:0.7em;  margin:0 3px 3px 0; font-size:0.7em; color:#fff; display:inline-block}
.article_category span a{color:#fff!important}

.paginationNB{
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
  padding: 10px 0;
  overflow: hidden;
}
.paginationNB li{
	float:left;
	width:33.3%;
  height: 25px;
	text-align:center;
}
.paginationNB li a.page_back{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/img_column/icon-arrow-prev.png) no-repeat;
	background-size: 25px;
	position: absolute;
	left: 10px;
}
.paginationNB li a.page_list{}
.paginationNB li a.page_next{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/img_column/icon-arrow-next.png) no-repeat;
	background-size: 25px;
	position: absolute;
	right: 10px;
}
.paginationNB li:first-child{
  text-indent: -9999px;

}
.paginationNB li:last-child{
	text-indent: -9999px;

}
.paginationHB {display:none}




/*連作特集用1612大西追記*/

.serialization_frame li .title{
	font-weight:bold;
	font-size:18px;
	color:#666;
	padding:5px 0 0 0;

}

.serialization_frame li .title a{
	font-weight:bold;
	font-size:18px;
	color:#b54d2a;
	text-decoration:none;

}

.serialization_frame li .title a:hover{
	color:#666;
	text-decoration:underline;

}

.serialization_frame .updated_date {
    color: #99958a;
    font-size: 12px;
    text-align: right;
}

.serialization_frame li .next a{
	text-align:right;
	display:block;}

.serialization_frame .sz_contents {
    border-bottom: 2px solid #330000;
    color: #330000;
    font-size: 18px;
    font-weight: bold;
    padding: 2px;
	margin:0 0 10px 0;
}


/**商品動画用おおにし追記170613**/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0 0 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**座談会用**/
.article_wrapper .article_contents .CommentBox {
    padding: 15px;
    background-color: #f3f3f3;
    border: solid 2px #ccc;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.article_wrapper .article_contents .CommentBox2 {
    padding: 15px;
    background-color: #ebf4ff;
    border: solid 2px #bfd3ec;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.CommentBoxthumbnail {
    vertical-align: middle !important;
    width: 107px;
    height: 61px;
}


/**太赤字**/
.txtBRed {
    color: #f00; font-weight: bold;
}
.txtBBRed {
    color: #f00; font-size: 120%; font-weight: bold;
}




/*writer*/



.series_list {
    padding-bottom: 0;
}

.series_list a {
text-decoration: none;
}


.block20 {
    padding: 20px;
    margin: 0;
}
.series_list li {
    margin-bottom: 20px !important;


}
.writer_box .writer_object.f_left {
    margin-right: 15px;
}
.f_left {
    float: left;
}
.series_list li .thumbnail {
    border-radius: 20px;
}
.writer_box .writer_object img {
    vertical-align: middle !important;
	width: 80px;
	height: 80px;
}
.writer_box .writer_body {
    overflow: hidden;
    zoom: 1;
}
.series_list li .series_title {
    font-weight: bold;
	text-decoration: none;
}
.series_list li .description {
    font-size: 88%;
    color: #666666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.writer_box   {display: block;
    clear: both;
    overflow: hidden;
    margin: 10px 0 !important;


}

.writer_box a  { text-decoration: none!important;
}

/*引用符*/

blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    background: #efefef;
    color: #222;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.marker_red {
    background: linear-gradient(transparent 70%, #FAD9DA 70%);
    font-weight: bold;
}

.marker_yel {
    background: linear-gradient(transparent 70%, #f0ecb0 70%);
    font-weight: bold;
}


.article_wrapper .article_contents table.type01{
  width: 100%;
  border-collapse: collapse;
}

.article_wrapper .article_contents table.type01 tr{
  border-bottom: solid 2px white;
}

.article_wrapper .article_contents table.type01 tr:last-child{
  border-bottom: none;
}

.article_wrapper .article_contents table.type01 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.article_wrapper .article_contents table.type01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.article_wrapper .article_contents table.type01 td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}



/*再入荷ページ用*/

.article_wrapper .article_contents .layout02 {
    width: 100%;
    min-height: 370px;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
position: relative;
}




.article_wrapper .article_contents .renewal {
    color: #fff;
    background-color: #ea83c7;
}

.article_wrapper .article_contents .restock {
    color: #fff;
    background-color: #7bb5d8;
}
.article_wrapper .article_contents .new {
    color: #474350;
    background-color: #ffff00;
    width: 70px;
background-image:none;
}
.article_wrapper .article_contents .eventicon {
    padding: 8px;
    margin: 0 10px 0 0;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.article_wrapper .article_contents h4 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
	padding: 10px 0;
    font-size: 17px;
}
.article_wrapper .article_contents h4 span.update {
    font-size: 10px;
}

.article_wrapper .article_contents img.campaignimg {
    margin-bottom: 20px;
  width: 100%;

}

.article_wrapper .article_contents figure.coming {

  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%)!important;
  -webkit-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*アイコン色*/
  font-size: 40px;/*サイズ*/
}
/*----------------------------------------------------------------------------------------------
 レコメンドアイテム
----------------------------------------------------------------------------------------------*/
#recommender_sp321 {
  margin-top: 32px;
}
#recommender_sp322 {
  margin-top: 16px;
}

#recommender_sp321 .dv_recommend,
#recommender_sp322 .dv_recommend {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  width: 98%;
  margin-left: 2%;
}
#recommender_sp321 .dv_rc_header,
#recommender_sp322 .dv_rc_header {
	width: calc(100% - 2%);
	margin-right: 2%;
}
#recommender_sp321 .dv_rc_title,
#recommender_sp322 .dv_rc_title {
	width: calc(100% - 2%);
	margin-right: 2%;
}
#recommender_sp321 .dv_rc_items,
#recommender_sp322 .dv_rc_items {
  width: 30.6%;
	margin-right: 2%;
	margin-bottom: 16px;
  font-size: .6em;
}
#recommender_sp321 .dv_rc_name,
#recommender_sp322 .dv_rc_name {
	margin: 2px auto 0;
  width: 90%;
}

#recommender_sp321 .dv_rc_img,
#recommender_sp322 .dv_rc_img {
  width: 90%;
  margin: 108px;
   overflow: hidden;	
}
#recommender_sp321 .dv_rc_img img,
#recommender_sp322 .dv_rc_img img {
   display: block;
    height: 100px;
    max-width: 100%;
	object-fit: cover; 
}
#recommender_sp321 .dv_rc_img,
#recommender_sp322 .dv_rc_img {
  width: 90%;
  margin: auto;
}
#recommender_sp321 .dv_rc_img img,
#recommender_sp322 .dv_rc_img img {
    max-width: 100%;
}


#recommender_sp321 .dv_rc_description,
#recommender_sp322 .dv_rc_description {
	display: none;
  width: 90%;
  margin: auto;
}
#recommender_sp321 .dv_rc_price,
#recommender_sp322 .dv_rc_price {
	margin: 4px auto 0;
  width: 90%;
  display: none;
}
#recommender_sp321 .dv_rc_footer,
#recommender_sp322 .dv_rc_footer {
	width: calc(100% - 2%);
	margin-right: 2%;
}

summary {
  cursor: pointer;
}
details {
  margin: 7px;
  padding: 10px;
  transition: .5s;	
}
details[open] {
  background: #f5f5f5;
}


/* ボタン
--------------------------- */
.button a{background: #7f614c; border-radius: 10px; padding: 10px 40px; margin: 10px auto; text-align: center; width: 30% !important; display: block !important; color:#fff !important; text-decoration:none !important; font-size:1.2em;}