@charset "utf-8";
@import url(./reset.css);
/*
Author: IGARASHI
Description: いとへん 業務用タオル専用

参照：
http://support.future-shop.jp/about_css/diagram/00.html
*/
@media all {
/* html, body
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html { overflow: auto; }
body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-position: center center;
	color: #241207;
	font-family:"FontAwesome", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height: 1.9;
	-webkit-text-size-adjust: 100%;
}
.layout_body {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
}
.FS2_body_text {
	font-size: 75%;
    text-align: left;
    color: #424242;
}
/* standard structure
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* img { max-width: 100%; } */
/* header
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.layout_header {
	width: 100%;
	margin: 0 auto;
}
#header {
	overflow: auto;
	position:relative;
	width: 1050px;
	margin: 0 auto 8px;
}
#header-logo h1,
#header-logo p {
	margin: 0;
	float: left;
}
#header-logo img{
	width:230px;
	height:auto;
}
#header-menu {
	position: absolute;
    right: 0;
    bottom: 3px;
	list-style: none;
	margin: -2px 0 0 0;
}
#header-menu li {
	float: left;
	margin: 0 2px;
}
#header-menu li a{
	position:relative;
	display:block;
	padding:0 1em;
	background-color: #9E9E9E;
	border-radius: 4px;
	color: #fff;
	height:32px;
	line-height: 32px;
	text-decoration:none;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #424242;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#header-menu .menu-shopping-cart a{
	position:relative;
	display:block;
	padding:0 1em;
	background-color: #EF5350;
	border-radius: 4px;
	color: #fff;
	height:32px;
	line-height: 32px;
	text-decoration:none;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #B71C1C;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#header-menu li a:before{
	   font-family: "FontAwesome";
    padding-right: 0.5em;
}
#header-menu .menu-mypage-top a:before{content: "\f007";}
#header-menu .menu-member-entry a:before{content: "\f1d8";}
#header-menu .menu-shopping-cart a:before{content: "\f07a";}


#header-menu .menu-shopping-cart a:hover {
	background-color: #E57373;
	box-shadow: 0 3px 0 #C62828;
}
#header-menu .menu-shopping-cart a:active {
	top: 3px;
	box-shadow: none;
}



#header-cvp{
	width:100%;
	float:left;
	font-size:85%;
}
#header-pay{
	font-family:"FontAwesome", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float:right;
	border-collapse:separate;
	border-spacing:5px;
}
#header-pay td{
	border:1px solid #4CAF50;
	color:#424242;
	padding:0 0.5em;
}
#header form{
    width: 550px;
    clear: left;
    float: left;
	margin-top:20px;
}
#header form label{
	display:block;
	margin:0;
	float:left;
}
#header form label[for="keyword"],
#header form input[type="submit"]{
	color:#FFFFFF;
	background-color:#258607;
	height:32px;
	line-height:32px;
	padding:0 0.5em;
}
#header form input[type="text"]{
	border:2px solid #258607;
	height:32px;
	width:480px;
	line-height:32px;
	padding:0 1em;
	border-radius:0;
}

/* gnav
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#gnav {
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
	margin:1em 0;
	height: 48px;
	line-height:48px;
	
}
#gnav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gnav > ul > li {
	margin: 0;
	float: left;
	position: relative;
	width: 16.667%;
	width: calc(100% / 6);
	width: -webkit-calc(100% / 6);
	background-color: #8BC34A;
    border-bottom: 6px double #FFF;
}
#gnav > ul > li > a {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #FFFFEA;
}
#gnav > ul > li > a:hover {
	background-color: #4CAF50;

}
#gnav > ul > li > a > .icon {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
#gnav > ul > li > ul {
	visibility: hidden;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 1em;
	background-color: #4CAF50;
	width: 15.428em;
}
#gnav > ul > li:hover > ul { visibility: visible; }
#gnav > ul > li > ul > li {
	margin: 0;
	padding: 0;
}
#gnav > ul > li > ul > li > a { display: block; }
#gnav * { }
/* slideshow
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#slideshow {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#slideshow ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#slideshow a { display: block; }
#slideshow img {
	max-width: 100%;
	height: auto;
}
.bx-pager {
	margin: 0;
	padding: 0;
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
	margin: 8px 2px;
	width: 32px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
}
.bx-pager-link {
	display: block;
	background: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/slide-off.png);
}
.bx-pager-link.active,
.bx-pager-link:hover { background: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/slide-on.png); }
.bx-viewport { background-color: #FFF; }
/* layout_table
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.layout_table {
	margin: 0 0 16px 0;
	display: block;
	overflow: hidden;
}
.layout_table>tbody,
.layout_table>tbody>tr { display: block; }
/* sub
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.layout_menu {
	width: 26%;
 width:calc(256 / 980 * 100%);
	display: block;
	float: left;
	padding: 0 1em 0 0 !important;
	box-sizing: border-box;
}
.sub-section {
	width: 100%;
	border-radius: 0.5em;
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.sub-section > div img {
	margin: 8px auto 4px;
	display: block;
}
.sub-section > div a { display: block; }
.sub-section > form { overflow: hidden; }
.sub-section input[type="text"] {
	font-size: 14px;
	padding: 0.25em;
	margin: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#form-price {
	display: block;
	margin: 0;
}
#form-price span { display: block; }
#form-price input[type="text"] {
	width: 75px;
	margin: 0 4px;
	display: inline-block;
}
.sub-section input[type="image"] {
	display: block;
	margin: 0;
	float: right;
}
.sub-title {
	padding: 0.25em 0.5em 0;
	margin: 0 0 0.33em;
	font-size: 1.2em;
	border-radius: 4px;
	    background-color: #8BC34A;
	box-sizing: border-box;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2.0;
}
.sub-title a { display: block; }
.sub-section > ul {
	margin: 0 auto;
	width: 100%;
}
.sub-section > ul > li {
	list-style: none;
	margin: 0;
	line-height: 0.8cm;
}

.sub-section > ul > li:first-child { border: none; }
.sub-section > ul > li > ul > li {
	font-size: 12px;
	margin-left: 18px;
}
.sub-section ul li a {     display: block;
    font-size: 12px;
	padding:0 1em;
    color: #545454 !important;
	text-decoration:none;
}
.sub-section ul li a:before{
	content:"\f18c";
	font-family: "FontAwesome";
	font-size:16px;
	color:#8FC31F;
	padding-right:0.5em;
}
.sub-section ul li a:hover{
	background-color: #F0F4C3;
}

/* content
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.layout_content {
	width: 74%;
 width:calc(724 / 980 * 100%);
	vertical-align: top;
	float: right;
	display: block;
	padding: 0.5em 1em 0 !important;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 0 1em 0 !important;
}
/* カート周りはサブなし */
#FS2_body_Login .layout_content,
#FS2_body_Member .layout_content,
#FS2_body_Cart .layout_content{
	width:100%;
}

.system_content {
	width: 100%;
	margin: 0 auto;
}
.user_inner_content p,
.user_content p {
	margin: 0 1em 0.5em 1em;
	padding: 0;
}
.user_inner_content table,
.user_content table,
table.userTable_02 {
	width: 100%;
	margin: 0 auto 0.5em;
	border-top: 1px solid #603813;
	border-bottom: 1px solid #603813;
}
.user_inner_content table th,
.user_content table th,
table.userTable_02 th {
	background-color: #DEF2C1;
	font-weight: normal;
	border-top: 1px dotted #603813;
	border-bottom: 1px dotted #603813;
	padding: 0.25em;
	text-align: center;
	vertical-align: middle;
}
.user_inner_content table td,
.user_content table td,
table.userTable_02 td {
	padding-left: 1em;
	border-top: 1px dotted #603813;
	border-bottom: 1px dotted #603813;
	padding: 0.25em 0.25em 0.25em 0.5em;
}
.user_inner_content ul,
.user_content ul {
	margin: 0 1em 0.5em 3em;
	list-style: none;
	box-sizing: border-box;
}
.user_inner_content ul li,
.user_content ul li {
	padding-left: 21px;
	background-image: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/main-list-icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.user_inner_content img,
.user_content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 0.5em;
	display: block;
}
.pan {
	line-height: 3.0;
	margin: 0.25em auto !important;
	padding: 0;
	background-color: transparent;
}
.error_content {
	border: 2px solid #BC414F;
	text-align: center;
	padding: 5px 2px;
	margin-bottom: 10px;
	background: #FAA3A3;
	color: #241207;
}
.pageTitle {
	padding: 0 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 36px;
    margin: 0.5em 0 1em;
    color: #616161;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #4CAF50;
    border-bottom-width: 3px;
}

.itemGroup {
	font-weight: normal;
	font-size: 100%;
}
.alignItem_01 .gl_Item {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gl_Item > table { width: 100%;
    border-top: ridge #DEF2C1 4px;
	border-bottom: ridge #DEF2C1 4px;
    background-color: #FFF;
    border-collapse: separate;
    border-spacing: 20px;
	margin-bottom:20px;
	 }
.FS2_itemlayout_td_Left { width: 232px; }
.itemTitle {
	font-size: 21px !important;
	line-height: 1.5;
	color:#795548;
}
.FS2_eye_catch_icon { text-align: left; }
.FS2_itemPrice_text { text-align: center; }
.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text { text-align: left; }
.itemPrice { color: #ED1E79 !important; }
.FS2_itemPrice_addition { display: block; }
#FS2_itemlayout_J .FS2_itemPrice_area{font-size:1.75em;}
.FS2_itemPrice_area{font-size:0.85em;}
.FS2_body_Goods_GoodsDetail .FS2_itemPrice_addition { display: inline;font-size:0.7em; }
.FS2_ItemShortComment { text-align: left;font-size:12px; }
.FS2_postage{
	padding: 0px 10px;
    margin: 0 0 10px 0;
    border-radius: 3px;
    background-color: #43A0FF;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
}
.GoodsSelectionTable {
	width: 100%;
	margin: 0 auto 8px;
	border-top: 1px solid #603813;
	border-bottom: 1px solid #603813;
}
.GoodsSelectionTable tr:first-child {
	border-top: 2px solid #603813;
	border-bottom: 2px solid #603813;
}
.GoodsSelectionTable th {
	background-color: #EDFFD2;
	font-weight: normal;
	border-top: 1px dotted #603813;
	border-bottom: 1px dotted #603813;
	padding: 4px;
}
.GoodsSelectionTable td {
	padding-left: 1em;
	border-top: 1px dotted #603813;
	border-bottom: 1px dotted #603813;
	padding: 4px 4px 4px 8px;
}
.GoodsSelectionTable .thStrong { font-weight: bold; }
.FS2_figure_table { margin: 0 auto; }
.FS2_InquiryButton_area { margin: 0 auto; }
#FS2_itemlayout_list_D tr{
	float:left;
	width:210px;
}
.FS2_itemlayout_list_D_icon{
	display:none;
}
.FS2_itemlayout_list_D_name{
	display:inline-block;
	width:200px;
}
.FS2_ItemComment table {
	width: 100%;
	margin: 0 auto 8px;
	border-top: 1px solid #603813;
	border-bottom: 1px solid #603813;
}
.FS2_ItemComment table th {
	background-color: #DEF2C1;
	font-weight: normal;
	border-top: 1px dotted #603813;
	border-bottom: 1px dotted #603813;
	padding: 4px;
	min-width: 6em;
}
.FS2_ItemComment table td {
	padding-left: 1em;
	border-top: 1px dotted #603813;
	border-bottom: 1px dotted #603813;
	padding: 4px 4px 4px 8px;
}
.FS2_ItemComment dl {
	width: 100%;
	margin: 0 auto 8px;
	border-bottom: 1px dotted #603813;
	overflow: auto;
}
.FS2_ItemComment dt {
	float: left;
	clear: left;
	min-width: 100px;
	text-align: center;
	background-color: #DEF2C1;
	font-weight: normal;
	border-top: 1px dotted #603813;
}
.FS2_ItemComment dd {
	float: left;
	width: 75%;
	border-top: 1px dotted #603813;
	padding-left: 12px;
}
.FS2_lower_comment { margin: 24px 0; }
.column-2,
.column-3,
.column-4 {
	width: 100%;
	padding: 0;
	margin: 0 0 3em 0;
	overflow: hidden;
	box-sizing: border-box;
}
.column-2 > *,
.column-3 > *,
.column-4 > * {
	float: left;
	margin: 0 0 0 1em;
	box-sizing: border-box;
}
.column-2 > *:first-child,
.column-3 > *:first-child,
.column-4 > *:first-child { margin: 0; }
.column-2 > * > div,
.column-3 > * > div,
.column-4 > * > div { margin: 0 0 12px 0; }
.column-2 > * > p,
.column-3 > * > p,
.column-4 > * > p { margin: 4px 0 0 8px; }
.column-2 img,
.column-3 img,
.column-4 img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.column-2 a,
.column-3 a,
.column-4 a { display: block; }
.column-2 > * {
	width: 49%;
	width: calc((100% - 1em) / 2);
}
.column-3 > * {
	width: 32%;
	width: calc((100% - 2em) / 3);
}
.column-4 > * {
	width: 24%;
	width: calc((100% - 3em) / 4);
}
/* footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.layout_footer {
	background-image: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/footer.png);
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
	margin: 0 -200%;
	padding: 16px 200% 0;
	overflow: hidden;
	color: #FFFFEA;
}
#footer {
	width: 100%;
	box-sizing: border-box;
}
#footer a { color: #FFFFEA; }
#footer-info {
	float: left;
	width: 240px;
	margin: 0 16px 0 0;
	text-align: center;
}
#footer-goods {
	float: left;
	width: 225px;
	padding: 0 6px 0 12px;
}
#footer-goods ul { margin-left: 2.5em; }
#footer-goods-title,
#footer-guide-title {
	border-width: 2px 0 2px 0;
	border-color: #FFFFEA;
	border-style: solid;
	margin: 0 0 0.5em 0;
	text-align: center;
}
#footer-goods-title a,
#footer-guide-title a {
	text-decoration: none;
	display: block;
}
#footer-guide {
	float: left;
	width: 463px;
	padding: 0 12px 0 6px;
}
#footer-guide ul {
	float: left;
	width: 40%;
	width: calc(50% - 2.5em);
	width: -webkit-calc(50% - 2.5em);
	padding: 0;
	margin-left: 2.5em;
	box-sizing: border-box;
	position: relative;
}
#footer-copy {
	clear: both;
	display: block;
	text-align: center;
	color: #FFFFEA;
	background-image: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/footer-copy.png);
	-webkit-transform: translate3d(0, 0, 0);
	margin: 0 -200%;
	padding: 0 200%;
	font-size: 80%;
}
/* nav
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#nav {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5555;
}
#nav-cart a {
	text-decoration: none;
	color: #FFFFEA;
	padding: 0.5em;
	text-align: center;
	display: block;
	background-image: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/footer.png);
	font-weight: bold;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #CCC;
	border-color: rgba(0,0,0,0.5);
	border-radius: 2px;
}
#nav-top a {
	text-decoration: none;
	color: #FFFFEA;
	padding: 0.5em;
	text-align: center;
	display: block;
	background-image: url(https://c13.future-shop.jp/shop/item/itohen/design/img01/footer.png);
	font-weight: bold;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #CCC;
	border-color: rgba(0,0,0,0.5);
	border-radius: 2px;
}
/* ご利用ガイド
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.FS2_body_Goods_guide .pager { display: none; }
/* 特商法に基づく表示
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.FS2_body_Config_BusinessDeal .system_content p {
	margin: 0 16px 8px 16px;
	padding: 0;
}
/* よくある質問
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ques {
	padding: 0 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 36px;
	margin: 2.5em 0 0.5em;
	color: #FFFFFF;
    border-bottom: 2px solid #3D6BB4;
    border-radius: 4px;
    background-color: #29B6F6;
}
/* フォーム
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
form {
	width: 100%;
	margin: 0 auto;
}
input,
textarea,
select,
button {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	padding: 0.25em;
}
input[type="submit"],
button,
input[type="button"] {
	color: #FFF;
	border: none;
	font-weight: bold;
	background: #2D9C0B;
	border-radius: 4px;
	margin: 0 auto;
	padding: 0.5em 2em;
	cursor: pointer;
}
input[type="submit"]:hover,
button:hover,
input[type="image"]:hover,
input[type="submit"]:active,
button:active,
input[type="submit"]:focus,
button:focus {
	background: #FFF;
	color: #2D9C0B;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
input[type="text"] {
	min-width: 2em;
	background-color: #FCFCFC;
	border: 2px solid #CCC;
}
input[type="email"],
input[type="tel"] {
	min-width: 2em;
	background-color: #FCFCFC;
	border: 2px solid #CCC;
}
select {
	border: 2px solid #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
.FS2_PayWithAmazonButton:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* カレンダー
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#cal {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#cal table {
	width: 100%;
	border: 1px solid #D2F08F;
	padding: 0;
	margin: 0.75em auto;
	color: #333;
}
#cal table tr:nth-child(2) td{
	background-color:#E6EE9C;
}
#cal table th,
#cal table td {
	text-align: center;
	padding: 0;
    border: 1px solid #EEEEEE;
	width: 14.286%;
	height: 20px;
	line-height: 27px;
}
#cal table th { background-color: #FFFFFF;font-weight:normal; }
#cal table td#calToday {
}
#cal table td.calHoliday {background-color: #F5F5F5; }
#cal p { font-size: 80%; }
}
@media screen and (max-width:979px) {
.FS2_body_text_area {
	padding: 0 1em;
}
.FS2_body_text {
	position: relative;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: visible;
	padding: 0;
}
/* ヘッダー
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#header {
	width: 100%;
	padding: 0 1em 1em;
	box-sizing: border-box;
}
#header-logo p {
	float: none;
	margin: 0 auto;
	width: 240px;
}
#header form{
	width: auto !important;
	float:none;
}
#header-menu {
	position:static;
	float: none;
	clear:both;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
#header-menu li {
	float: none;
	display: inline-block;
}
#header-tel {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 346px;
}
#header-tel a { display: inline-block; }
.layout_body { width: 100%; }
.layout_table {
	width: 100%;
	padding: 0 1em 0;
	box-sizing: border-box;
}
.layout_menu {
	width: 100%;
	float: none;
	padding: 0 !important;
}
.layout_content {
	width: 100%;
	float: none;
}
#header-pay{
	margin:0.5em auto;
	float:none;
}
#header form{
	width:100%;
	margin:0.5em auto;
}
#header form input[type="text"]{
	width:90%;
}
/* gnav
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#gnav { height: 96px; }
#gnav > ul > li {
	width: 33.333%;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
}
#gnav > ul > li > ul { display: none; }
#gnav > ul > li:hover > ul { display: none; }
/* main
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* login layout */
.FS2_login_layout_table { margin: 0; }
table.FS2_login_layout_table,
table.FS2_login_layout_table table,
table.FS2_login_layout_table thead,
table.FS2_login_layout_table tbody,
table.FS2_login_layout_table th,
table.FS2_login_layout_table td,
table.FS2_login_layout_table tr {
	display: block;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.FS2_login_layout_table_td_left,
.FS2_login_layout_table_td_right { width: 100%; }
table caption { display: none; }
.FS2_login_layout_table_td_left .inputTableArea { margin: 0; }
/* user input */
.inputTableArea table,
.inputTableArea thead,
.inputTableArea tbody,
.inputTableArea tr,
.inputTableArea td {
	display: block;
	background-color: transparent;
	border: none;
	text-align: left;
}
.inputTableArea tr { margin-bottom: 1em; }
.inputTableArea th {
	display: inline;
	background-color: transparent;
	border: none;
}
.inputTableArea td { padding: 0 !important; }
.inputTableArea input {
	max-width: 100%;
	margin-bottom: 0.5em;
}
#fs2_lastName,
#fs2_firstName,
#fs2_lastNameKana,
#fs2_firstNameKana {
	float: left;
	width: 49%;
	width: calc(50% - 0.5em);
	width: -webkit-calc(50% - 0.5em);
}
#fs2_lastName,
#fs2_lastNameKana { margin-right: 1em; }
/* mypage */
.FS2_mypage_Entry_table,
.FS2_mypage_Entry_table tbody,
.FS2_mypage_Entry_table tr,
.FS2_mypage_Entry_table th,
.FS2_mypage_Entry_table td,
.FS2_Address_list_btn,
.FS2_Address_list_btn tbody,
.FS2_Address_list_btn tr,
.FS2_Address_list_btn th,
.FS2_Address_list_btn td { display: block; }
/* footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#footer { padding: 1em 1em 0; }
#footer-info {
	float: none;
	width: 100%;
	margin: 0 auto;
}
#footer-goods {
	float: none;
	width: 100%;
	padding: 0;
}
#footer-guide {
	float: none;
	width: 100%;
	padding: 0;
}
#footer-guide ul {
	float: none;
	width: 100%;
	padding: 0;
}
#footer-guide ul li,
#footer-goods ul li { line-height: 1cm; }
#footer-guide ul li a {
	display: block;
	width: 100%;
}
}
@media screen and (max-width:425px) {
/* header
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html,
body{
	font-size:87.5%;
}
#header-logo{
	overflow:hidden;
	width:100%;
}
#header-logo h1{
	margin:0 auto;
	float:none;
}
#header-logo h1 a{
	display:block;
}
#header-logo h1 a img{
	margin:0 auto;
	display:block;
}

#header-menu li {
	float: none;
	display: block;
	margin: 0.5em;
}
#header-tel {
	float: none;
	text-align: center;
	width: 100%;
}
#header-tel a {
	float: none;
	display: block;
	margin: 0.5em auto 0 !important;
}

/* main
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* column */

.column-2 > *,
.column-3 > *,
.column-4 > * {
	float: none;
	width: 100%;
	margin: 0 0 1em 0;
}
.column-2 > *:first-child,
.column-3 > *:first-child,
.column-4 > *:first-child { margin: 0 0 1em 0; }
/* item layout */
.FS2_itemlayout_td_Left,
.FS2_itemlayout_td_Right {
	display: block;
	width: 100%;
}
#FS2_itemlayout_J .thumbnail {
	margin: 0 auto !important;
	display: block;
}
/* group layout */
.groupLayout .gl_Ietm {
	display: block;
	float: none;
}
.alignItem_03 .gl_Item {
	width: 100%;
	margin: 0 0 1em;
}
.FS2_thumbnail_container{
    float: left;
}
#FS2_itemlayout_C .thumbnail{
	width:50px;
	height:50px;
}
.gl_Item{
	border-bottom: 1px solid #CDDC39;
}
.groupLayout .itemGroup{
text-align: left;
    width: calc(100% - 70px);
    padding-left: 1em;
    float: left;
}
.FS2_itemPrice_area{
	text-align:center;
	    width: calc(100% - 70px);
	float:left;
	padding-left:1em;
}
.FS2_itemPrice_addition{
display: inline;
}
.FS2_ItemShortComment{
	clear:left;
}
}