@charset "UTF-8";
@scope (.oldComment) {
/* スマホ用全体スタイル用CSS */

/* @import url("https://diyshop.itembox.design/item/css/basic.css");
@import url("https://diyshop.itembox.design/item/smp/css/jquery.mmenu.all.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); */


/* 全体設定
==========================================*/

html { font-size: 62.5%; } /* 10px */
html * {
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
	list-style:none;
}
body , 
FS2_layout_body {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 12px; /* 14px */
	background:#FFF;
	word-wrap: break-word;
	line-height:1.5;
}
body{transition: all .5s;position: relative;}
body.active #wrap,
body.active #FS2_layout_body{
	 /* padding: 0 0 0 250px; */
	 overflow: hidden;
	 box-sizing: initial;
	 width: 100vw;
}
/* FSデフォルト設定打消し */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	font-size: 12px;
}
a {
	color:#000;
    text-decoration: none;
}


img {
	width:100%;
	vertical-align:top;
}
header , section , footer {
	display:block;
}
header{
	z-index:1;
}

.inner {padding:0 10px;}


/* 共通部分レイアウト
==========================================*/

#main {
	background:#FFF;
	overflow:hidden;
}
h1 {
	width:100%;
	font-size:9px;
	font-size: .9rem;
    position:absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
    color: #FFF;
    background: #000;
    padding: 2px;
	height:25px;
	z-index:1;
	margin:0;
	overflow:hidden;
}
h1.FS2_PageTitle {
	width:100%;
	font-size:9px;
	font-size: .9rem;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.2;
	color: #FFF;
	background: #000;
	padding: 2px;
	height:25px;
	z-index:1;
	margin:0;
	overflow:hidden;
}

 /*
  .active h1{
    transform: translateX(250px);
}
*/
.fixed h1.FS2_PageTitle {
	position:static !important;
	top:auto;
	left:auto;
	color: #000;
    background: none;
}

/* 共通スタイル
==========================================*/

/* フリックjQueryの基本スタイル
----------------------------------*/
.viewport {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.snap {
    width: 960px; /* 320px(item width) * 3(item count) */
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.snap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.item {
    width: 100px;
	font-size:1.2rem;
    font-size: 12px;
    margin:0 5px;
}
.item a {
	font-size:1.2rem;
	height: 152px;
    overflow: hidden;
}
/* フューチャーショップの調節
----------------------------------*/
.FS2_ReviewContents {
	border-top:solid 1px #CCC;
	border-bottom:none !important;
}
.FS2_ReviewContents.FS2_Alternateness_bg {background:none;}
.FS_Review .FS2_ReviewContents img , 
.FS2_ReviewStars_container {max-width:97px;}
.pan {margin:10px 0;}
#FS2_footer {
	background:#FFF;
	padding:15px 0 0;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	margin-bottom:50px;
}
#FS2_footer footer {
	padding:0;
	border-left:none;
	border-right:none;
}
.FS2_ItemThumbnails {background:#EEE;}
#FS2_AddressSearchButton {
	padding:5px;
}
.FS2_SettleEdit_icons img {
	width:auto;
}
.FS2_ReviewAverage img {
	width:auto;
}
.FS2_orderFlow {padding:5px 10px;}
.mm-opened .line-it-button {display:none;}
/* header
----------------------------------*/
/* headerのiframe */
#iHd {
	width:100%;
	height:240px;/* 通常時170px */
	margin-top:25px;
	z-index:99;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
}
.fixed #iHd {
	margin-top:0 !important;
}

#hdWrap div:after {
	content:normal;
}
#wrap {
	height:auto;
	padding: 25px 0 0 0;
}
/* フューチャーショップ共通部分にヘッダー埋め込みの調節 */
.FS2_body_Goods_GoodsDetail #iHd {
	margin-top:0 !important;
}
.FS2_body_Goods_GoodsDetail .menu-btn {
	top:0 !important;
}
.mm-opening .mm-page {
	position:fixed;
	top:0;
}
.mm-opened #FS2_layout_body {
	border-top:0;
}
#FS2_ItemDetail #FS2_layout_body #hdWrap {
	margin-top:0;
}
/*#FS2_layout_body ,
#FS2_CategoryList #FS2_layout_body , 
#FS2_body_Login #FS2_layout_body {
	border-top:solid 120px #FFF;
}
*/
/* headerのスタイル */
#hdTop {
	background:#000;
	height:40px;
	position: relative;
	/* margin: 25px 0 0; */
}
.FS2_body_Cart_ShoppingCart #hdTop {
	height:65px;
}
#FS2_body_Login #hdTop , 
#FS2_CategoryList #hdTop {
/*	margin-top: 25px;*/
}
#FS2_ItemDetail #hdTop {
	margin-top: 0;
}
#hdTop a {
	color:#FFF;
}
.menu-btn,
.FS2_body_Goods_GoodsDetail .menu-btn {
	vertical-align: middle;
	height: 35px;
	width: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 2.8rem;
	font-size: 28px;
	color:#FFF;
	z-index:9999;
	position: fixed;
	top: 25px!important;
	left: 5px;
	border-radius: 2px;
	background: url(https://diyshop.itembox.design/item/smp/img/common/btn_menu.png) no-repeat center center / auto 30px #2a2a2a;
}
.active .menu-btn,
.active .FS2_body_Goods_GoodsDetail .menu-btn {
    transform: translateX(250px);
}
.active .menu-btn:before{
	content:"";
	display: block;
	width: 100vw;
	height: 100vh;
}
.fixed.active .menu-btn {
}
.fixed .menu-btn {
}
#hdWrap a {
	display:block;
}
#index .active #hdTop {
	position:relative;
	margin: 25px 0 0;
}
#hdTopInf {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 230px;
	vertical-align: middle;
	text-align: center;
	display:table;
	border-spacing:5px;
}
#hdTopInf a {
	font-size:1.2rem;
	font-size:12px;
	background:#fafafa;
	padding: 0 5px;
	color:#000;
	margin-right:5px;
	display:table-cell;
	line-height:  30px;
	border-radius: 4px;
	font-weight:bold;
	text-decoration:none;
}
#hdTopInf a:after {
	content: "\f152";
    font-family: FontAwesome;
	margin-left:3px;
}
#hdBottom {
	height:50px;
}
#logo {
	width:100px;
    float: left;
}
#logo a {
    line-height: 40px;
    padding: 5px 3px 5px;
}
#logo img {
	vertical-align:middle;
}
#win {
	padding: 5px 0 0 5px;
    float: left;
    width: 85px;
    line-height: 50px;
}
#win img {
	vertical-align:middle;
}
#hdBtmInf {
    float: right;
    display:  table;
    width: 130px;
	height:50px;
	border-spacing: 5px;
}
#hdBtmInf a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:1.2rem;
	font-size:12px;
	border-radius: 4px;
	text-decoration:none;
}
#hdBtmInf a:nth-child(1) {
	background:#0E7AC4;
}
#hdBtmInf a:nth-child(2) {
	background:#FF6860;
}
#hdBtmInf a:after {
	content: "\f152";
    font-family: FontAwesome;
	margin-left:3px;
	font-weight: normal;
}
#hNav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #E8E8E8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #E8E8E8));
    background: -webkit-linear-gradient(top, white 0%, #E8E8E8 100%);
    background: -o-linear-gradient(top, white 0%, #E8E8E8 100%);
    background: -ms-linear-gradient(top, white 0%, #E8E8E8 100%);
    background: linear-gradient(to bottom, white 0%, #E8E8E8 100%);
}
#hNav li:not(:last-child) {
    border-right: 1px dotted #D5D5D5;
}
#hNav li {
    display: table-cell;
    text-align: center;
	height:35px;
	box-sizing:border-box;    
    font-weight: bold;
    color: #383838;
    vertical-align: middle;
    border-bottom: #cccccc 2px solid;
    width: 33.3%;
	padding:0;
}
#hNav li a {
	font-size: 11px;
}
/* スライダーメニュー
----------------------------------*/
/* スライダーメニューのiframe */
#iSlideMenu {
	width:100%;
	height:100vh;
}
/* slide-menuのスタイル */
#partsMenu .mm-menu {
	width:100% !important;
}

/* スライダーメニューの調節 */
.menuArea > div.mm-panels {
	display:none;
}
#wrap {
	background:#FFF;
	/* transition: 0.1s; */
}
.menu-btn img {
	width:60px;
	height:60px;
}
.mm-vertical .mm-panel:first-child {
	display:block !important;
}
.mm-listview {
	font-weight:bold;
}
.mm-opened > .mm-next.mm-fullsubopen+span {
	background:url("https://diyshop.itembox.design/item/smp/img/common/arrow_menu_up.svg") no-repeat right 20px center / auto 12px #999 !important;
color:#fff;}
.mm-listview .mm-next.mm-fullsubopen+span {
	background:url("https://diyshop.itembox.design/item/smp/img/common/arrow_menu_down.svg") no-repeat right 20px center / auto 12px #999;
	color:#fff;}
.mm-listview strong {
	color:#000;
	font-size:1.2rem;
	font-size:12px;
}


.mm-listview li li a {
	background:url("https://diyshop.itembox.design/item/smp/img/common/icn_menu-arrow.png") no-repeat right 20px center / auto 12px #fff;
}

/* 検索窓
----------------------------------*/
#searchBox {
	width:100%;
	height:30px;
    background:#f9f9f9;   
    display: block;  
    position: relative;
	border:solid 1px #999;
	 -webkit-border-radius:15px;
    -moz-border-radius:15px;  
    border-radius:15px;
}
#searchTxt {
	width:80%;
	height:25px;
	padding:2px 3px;
	vertical-align:middle;
	font-size:12px;
	background:#f9f9f9;
	position: absolute;
	top:2px;
    left:12px;
}
#SearchBtn{
	position: absolute;
	top:5px;
    right:7px;
	width:16px;
}
/* スライダー以外 */
.searchCon {
	padding:0;
}
/* スライダー内 */
#search {
	height:70px;
	padding:20px !important;
}

/* スライドショー
----------------------------------*/
/* スライドショー囲い枠 */
.slideArea {
	overflow:hidden;
	height: 0;
    padding-bottom: 58%;
	margin-bottom:20px;
}
/* スライドショーのスタイル */
.mm-opened .slideArea {
	width:100vw;
	height: auto;
    padding-bottom: 0;
}
#show .slick_container {
    position:relative;
}
#show .slick-dotted.slick-slider {
	margin-bottom:0;
}
#show #arrows {
	position:relative;
	top:20px;
}
#show .slick-prev:before, .slick-next:before {
    content:"";
}
#show button.slick-prev, button.slick-next {
    z-index:2;
}
#show .slick-prev{left:15px;}
#show .slick-next{right:15px;}
#show .slick-dots li {width:15px;}

/* pick1
----------------------------------*/
#index .pick1 {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#index .pick1 li {width:50%; margin-bottom:20px;}
#index .pick1 li:nth-child(odd) a {margin-right:5px;}
#index .pick1 li:nth-child(even) a {margin-left:5px;}

/* footer位置に固定枠
----------------------------------*/
footer {
	background:#FFF;
	width:100%;
	overflow:hidden;
	border-left:solid 10px #FFF;
	border-right:solid 10px #FFF;
}
/* footerのiframe */
#iFt {
	width:100%;
	/* width:100vw; */
	/* height:5770px; */
	height:5500px;
}

/* footerのスタイル */
#ftPage.fsFt {padding:0;}
#ftPage {padding:0 10px 0 0;}
#ftPage.fsFt > section {padding:0 0 30px 0;}	
#ftPage > section {
	padding:0 10px 30px 0;
	display:block;
}
#ftPage .viewport {
	padding: 0 0 20px;
    overflow: scroll;
}
#ftPage .viewport .itemWrap{
    width: 600px;
    display: flex;
}
#ftPage h2 {
    text-align: center;
    font-size: 1.4rem;
    font-size: 14px;
    padding:0 3px;
    background: #555;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
#ftPage .item > span:first-of-type {
	text-align:center;
	display:block;
	color:#C00;
	font-weight:bold;
	font-size:1.4rem;
	font-size:14px;
}
#ftPage .item a > span:last-of-type {
	display:block;
	margin-top:5px;
	color:#C00;
	font-weight:bold;
}
#ftPage .listBtn {
	width: 100%;
	height: 25px;
/*
    position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	bottom: 0;
*/
	background: #f0f0f0;
	padding: 3px 5px;
}
#ftPage .listBtn:after {
	content:">";
	position: absolute;
    right: 18px;
}
#ftPage .feature {
	height:auto;
}
#ftSearch {
	padding:0 20px;
}
#ftPage.fsFt #ftCate {padding: 20px 0 30px !important;}
#ftCate {
	border-top:solid 1px #000;
	margin: 0 0 30px;
    padding: 20px 10px 30px 0 !important;
	border-bottom:dashed 1px #333;
}
#ftCate li {
	background:url(https://diyshop.itembox.design/item/shop/img/smartphone/arrow_r.gif) no-repeat right 5px center #fff;
	border: 1px solid #969696;
	border-bottom: none;
	position:relative;
}
#ftCate ul:last-child li {
	border-bottom: 1px solid #969696 !important;
}
#ftCate ul li.cateTtl {
    background:url(https://diyshop.itembox.design/item/shop/img/smartphone/arrow_r.gif) no-repeat right 5px center #E8EEE8 !important;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    vertical-align: middle;
}
#ftCate ul li.cateTtl li {
	text-shadow:none;
}
#ftCate ul li.cateTtl.toggle {
	background:#E8EEE8 !important;
}
#ftCate ul li.cateTtl.toggle li {
	border:none;
}
#ftCate ul li.cateTtl.toggle ul li:last-child {
	border-bottom:none !important;
}
#ftCate li a {
    padding:10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
#ftCate a.menu  {
	position:relative;
}
#ftCate .toggle > ul {
	display:none;
}
#ftCate .menu:after {
    width: 20px;
    background:  #333;
    position: absolute;
    top: 22px;
    right: 10px;
    margin-top: -14px;
    content: '＋';
    font-size: 14px;
    font-weight: bold;
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    color:  #FFF;
    text-align:  center;
}
#ftCate .menu.active:after {
	top: 11px;
	content: '-';
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

#ftPage .bnrArea a:last-of-type {
	margin:0 auto;
}
#ftPage .bnrArea a {
	width:98%;
	margin:0 auto 15px;
	text-align:center;
}
#ftPage.fsFt .btmArea {
	padding:0;
}
#ftPage .btmArea {
	padding:0 10px 0 0;
}
#ftPage .btmArea li {
    border: solid 1px #000;
    background: url(https://diyshop.itembox.design/item/shop/img/smartphone/arrow_r.gif) no-repeat right 5px center #fafafa;
    padding: 5px;
    margin: 0 0 5px;
    border-radius: 5px;
}

#goTop {
	width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: fixed;
    bottom: 60px;
    right: 15px;
    border: solid 2px #000;
    padding: 10px;
    background-color: rgba(255,255,255,0.6);
}
/* bottom位置に固定枠
----------------------------------*/
#FS2_SystemNav {margin-bottom:50px;}
/* ボトムパーツのiframe */
#iBtmParts {
	position:fixed;
	bottom:0;
	height:0;
	width:100%;
	left:0;
}

/* トップページ
==========================================*/
#index section > section {
	margin-bottom:30px;
}
#index section > section > section {
	margin-bottom:20px;
}
#index h2 {
	text-align: center;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 3px;
    background: #222;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: normal;
}
#index .markA {
	background-size:auto 10px;
}
#index .markA , #index .markA:hover , #index .markA:visited , #index .markA:active , #index .markA:link  {
	text-decoration:underline;
}


.slick-arrow{z-index:10;}
/* 人気ランキング */
#index .rank h2 {
	background:url("https://diyshop.itembox.design/item/img/icn/icn_rank001.png") no-repeat center top / auto 30px;
	padding-top:40px;
	color:#000 !important;
    font-size: 1.4rem;
	font-size: 14px;
    font-weight: bold;
}
.rank ul {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:15px;
}
#index .rank li {
	width:50%;
	margin-bottom:15px;	
}
.rank li span:first-of-type {
	text-align:center;
	display:block;
	color:#C00;
	font-weight:bold;
}
.rank li a {
	color:#000;
/*	text-decoration:underline;*/
    display: block;
    margin: 5px 0 0 ;
}
#index .rank li:nth-child(odd) span , 
#index .rank li:nth-child(odd) a {
	margin-right:5px;
}
#index .rank li:nth-child(even) span , 
#index .rank li:nth-child(even) a {
	margin-left:5px;
}
#index .ttl001 {
	position: relative;
	background-color: #c9b289 !important;
	border-radius: 5px;
	font-weight:bold;
	color:#000;
	padding:3px 10px 2px;
	text-align:left;
	margin-bottom:25px;

}
#index .ttl001:after{
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #c9b289;
}
#index .wcRcm h3 {
	font-size:1.6rem;
	font-size:16px;
	padding-left:25px;
	font-weight:bold;
	background:url("https://diyshop.itembox.design/item/smp/img/icn/icn_check001.png") no-repeat left top / 20px auto;
}
#index .wcRcm p {
	padding:0 0 10px 25px;
}
#index #fav.rank h2 {
	background:url("https://diyshop.itembox.design/item/img/icn/icn_fav001.png") no-repeat center top / auto 30px;
}
/* カテゴリーページ・商品詳細ページ
==========================================*/
.user_content {
	padding:0 10px 20px;
}
.FS2_ItemComment {
	padding:0 0 20px;
}
.FS2_contents_container, .FS2_memberOnly, .FS2_NoItemMessage, .FS2_upper_comment, .FS2_lower_comment, .FS2_ItemComment, .FS2_middle_comment {
	margin:0;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
    border-radius:0;
}
#FS2_layout_body {
    background: #FFF;
	overflow:hidden;
}
.FS2_contents_container {
	margin-left:10px;
	margin-right:10px;
}
#FS2_groupList , 
.FS2_Button {
	margin:5px 0;
	border:solid 1px #666;
}
.FS2_Utility2_container {
	margin:5px 10px;
	border:solid 1px #666;
}
.FS2_ItemThumbnails {background:#f3f3f3;}
.pan a , .pan {
	font-size:1.2rem;
	font-size:12px;
}
.FS2_container_ItemList th {
	width:40%;
	padding:6px 6px 6px 0;
}
/* スライダーエリア
----------------------------------*/
.FS2_thumbnail_flick_btn_container {
	padding:5px;
}
.fs_sp_flick_item_container {
	width:240px;
	height:240px;
	background:#FFF;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
#FS2_ItemDetail .FS2_thumbnail_container img {
	max-width: 240px;
    width: 100%;
}
.FS2_additional_image_thumbnail_main {
	display:table;
	border-spacing:3px;
}
.FS2_additional_image_thumbnail_main a {
	width:40px;
	height:40px;
	display:table-cell;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
.fs_sp_drag_item {
	width:40px;
}
/* 商品名・商品番号・販売価格類エリア
----------------------------------*/
/* キャッチコピー・商品名 */
h1.itemTitle {
	position:static;
	background:none;
	color:#000;
	font-size:1.4rem;
	font-size:14px;
	height:auto;
	overflow:auto;
	display:block;
	font-weight:bold;
	padding:0;
}
h1.itemTitle .itemCatchCopy {
	display:block;
	margin-bottom:5px;
	font-size:1.2rem;
	font-size:12px;
	color:#666;
	font-weight:normal;
}
h1.itemTitle .itemCatchCopy:after {
	content:"商品名";
	display:block;
	margin:15px 0 0;
	color:#000;
	font-size:1.4rem;
	font-size:14px;
	border-bottom: dotted 1px #AAA;
	font-weight:bold;
}
/* 商品番号 */
.itemNumber:before {
	content:"商品番号：";
}


/* スペック表
----------------------------------*/
.products {
	border-collapse: collapse;
	width: 100%;
}

.products th,
.products td {
    padding: 5px;
    border: 1px solid #DDD;
    vertical-align: middle;
}

.products th {
    text-align: center;
    font-weight: bold;
	width:25%;
	background:#f5f5f5;
}
.products ul {
	padding:0;
	margin:0;
}

/* 商品説明
----------------------------------*/
.itemContents * {
	margin:0;
	padding:0;
	box-sizing:border-box;
	list-style:none;
}
.itemContents {
	line-height:1.5;
	padding-bottom:20px;
}
.itemContents h2 {
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
}

.itemContents img {
	vertical-align:top;
}
.itemContents h3 , .itemContents h4 , .itemContents h5 , .itemContents h6 {
	font-weight:normal;
}

.itemContents h3.main{
	font-weight:bold !important;
	text-align:center;
	margin:30px 0px;
	}

/* GA-60等に使われている よくある質問 */
.itemContents .qa {
	padding:10px;
	background:#f2f2f2;	
}
.itemContents .qa dt {
	padding-left:25px;
	color:#b78f62;
	font-size:20px;
	background:url("https://diyshop.itembox.design/item/pic-labo/ga-60_smn_56.gif") no-repeat left top / 20px auto;
}
.itemContents .qa .qaA {
	display:table;
	padding:10px 0 25px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
}
.itemContents .qa .qaA:before {
	content:"";
	display:table-cell;
	width:25px;
	background:url("https://diyshop.itembox.design/item/pic-labo/ga-60_smn_59.gif") no-repeat left top / 20px auto;
}
.itemContents .qa .qaA span {
	display:table-cell;
	font-size:20px;
}
.itemContents .qaLinkBtn {
	padding:15px 0 25px;
	border-bottom:solid 1px #000;
	margin-bottom:30px;
}
.itemContents .qaLinkBtn a {
	display:block;
	background:url("https://diyshop.itembox.design/item/pic-labo/ga-60_smn_62.gif") no-repeat 95% center / 15px auto #c90000;
	font-size:18px;
	font-weight:bold;
	padding:5px 20px 5px 5px;
	text-align:center;
}
.itemContents .qaLinkBtn a , .itemContents .qaLinkBtn a:hover , .itemContents .qaLinkBtn a:active , .itemContents .qaLinkBtn a:visited , .itemContents .qaLinkBtn a:link {
	color:#FFF !important;
	text-decoration:none !important;
}

.red {color:#C00;}
.bold {font-weight:bold;}
table.products ul {
	padding-left:10px;
	box-sizing:border-box;
}
table.products ul li {
	padding-bottom:10px;
	list-style:square;
	margin-left:10px;
}
#slideMenu {
    transform: translateX(-250px);
    position: fixed;
    top: 0;
    width: 250px;
    left: 0;
    background: #fff;
    z-index: 9999;
    height: 100vh;
    overflow: auto;
}
.active #slideMenu {
    transform: translateX(0);
    }

/* 購入画面 DLボタン
--------------------------------------*/
.FS2_table .view_btn{
	display: inline-block;
	border:1px solid #c2c2c2;
	padding: 3px 1em;
	margin: 5px 0 0;
	border-radius: 5px;
	text-decoration: none;
	background: #f0f0f0;
}
.FS2_table #communication,
.FS2_table #communication{
    width: 100%!important;
    height: 300px!important;
}
}