@charset "UTF-8";
/**
 * UR'S CSS (Futureshop)
 * @author Ryunosuke Imamura
 */
/**
 *   FS2共通
 */
.layout_body #header {
min-width: 1000px;
}
@media only screen and (max-width: 769px) {
.layout_body #header {
	min-width: none;
}
}
.layout_body #footer {
min-width: 1000px;
}
@media only screen and (max-width: 769px) {
.layout_body #footer {
	min-width: none;
}
.FS2_Button li {
	border: none;
}
}
/**
 *   一覧クリア
 */
#FS2_body_Coupon .fs_goods_container:nth-of-type(2n+1), #FS2_GoodsSearchList .fs_goods_container:nth-of-type(2n+1), #FS2_CategoryList .fs_goods_container:nth-of-type(2n+1) {
/* clear: left; */
}
/**
 *   PC切替ボタン
 */
#FS2_SystemNav {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #a5a5a5;
}
#FS2_SystemNav .FS2_SystemNav_btnPC {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #999;
padding: .3em 0;
color: #000;
margin-top: 2px;
font-size: smaller;
display: none;
/*border: 2px solid #fff;*/
}
#FS2_footer {
margin: -1px;
}
/**
 *   ソートダイアログ
 */
.FS2_sort_menu_container, .FS2_sort_menu_container .FS2_sort_menu_title {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.FS2_sort_menu_container .FS2_sort_menu_title {
background: #232323;
padding: .5em 0;
}
/**
 *   カテゴリページ
 */
#FS2_body_Goods .FS2_SeniorDesign_comment .elv-comment {
text-align: center;
margin: 20px 0;
}
#FS2_body_Goods .FS2_SeniorDesign_comment .elv-comment h2 {
font-family: "Unna", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: normal;
font-size: 50px;
/*font-size: 4.375rem;*/
}
#FS2_body_Goods .FS2_SeniorDesign_comment .elv-comment small {
font-size: 14px;
font-size: 0.875rem;
margin: 10px 0 0 0;
display: block;
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: normal;
}
#FS2_body_Goods a:hover img {
opacity: 1;
-moz-opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
zoom: 1;
}
#FS2_body_Goods .utility {
/*  display: none;*/
}
#FS2_body_Goods .system_content {width: 100%;}
#FS2_body_Goods .system_content .FS2_breadcrumbs {
/*display: none;*/
width: 100%;
background: transparent;
color: #000;
/*border: 2px solid #000;*/
/*margin: 30px 0 50px;*/
}
#FS2_body_Goods .system_content .FS2_breadcrumbs a {
color: #333;
}
#FS2_body_Goods .system_content .FS2_sort_menu_bg {
padding: 0;
}
#FS2_body_Goods .system_content .FS2_sort_menu_bg #FS2_sort_menu {
width: 100%;
background: transparent;
color: #000;
/*border: 2px solid #000;*/
border: 1px solid #fff;
/*background-color:#F6F6F6;*/
padding: 5px;
}
#FS2_body_Goods .system_content .FS2_sort_menu_bg #FS2_sort_menu a {
text-decoration: underline;
}
#FS2_body_Goods .system_content .FS2_GroupList {
display: block;
}
#FS2_body_Goods .system_content .FS2_GroupList .pager {
width: 100%;
display: none;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout {
display: block;
margin: 20px 0;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B {
width: 33.333333%;
margin: 0;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup {
display: block;
margin: 0;
font-weight: normal;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a {
color: #232323;
text-align: center;
padding: 1em 0;
border: none;
background-color: inherit;
width: auto;
display: block;
font-size: 14px;
font-size: 0.875rem;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a:before, #FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a:after {
-moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
-o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
-webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
opacity: 0;
-moz-opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
zoom: 1;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a:before {
-moz-transform: translate(30px, 0);
-ms-transform: translate(30px, 0);
-webkit-transform: translate(30px, 0);
transform: translate(30px, 0);
content: '\e801';
font-family: "icon";
padding: 0 10px;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a:after {
-moz-transform: translate(-30px, 0);
-ms-transform: translate(-30px, 0);
-webkit-transform: translate(-30px, 0);
transform: translate(-30px, 0);
content: '\e802';
font-family: "icon";
padding: 0 10px;
}
#FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a:hover:before, #FS2_body_Goods .system_content .FS2_GroupList .groupLayout #FS2_itemlayout_list_B .itemGroup a:hover:after {
opacity: 0.5;
-moz-opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
zoom: 1;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
#FS2_body_Goods .system_content .pager {
width: 100%;
border-bottom: none;
font-size: 12px;
font-size: 0.75rem;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item {
padding: 4px !important;
border: none;
background: none;
color: #232323;
width: 33.3333% !important;
margin: 0 0 40px;
}
#FS2_body_Goods .groupLayout .gl_Item {
padding: 4px !important;
border: none;
background: none;
color: #232323;
width: 33.3333% !important;
margin: 0 0 40px;
}
#FS2_body_Goods .groupLayout .gl_Item .itemCenter {
width: auto;
text-align: center;
}
#FS2_body_Goods .groupLayout .gl_Item .FS2_thumbnail_container img {
width: 100%;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item a {
color: #232323;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_thumbnail_container {
padding: 0;
margin: 0;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item h2.itemGroup {
/*  margin: 10px;*/
font-weight: normal;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item h2.itemGroup a {
line-height: 1.7;
display: block;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .itemStock {
border: 1px solid #111;
color: #fff;
background: #111;
margin: 0 0 10px;
padding: 1px !important;
text-align: center;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_itemPrice_area {
/*margin: 10px;*/
line-height: 1.5;
color: #666;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_itemPrice_area .itemPrice {
color: #232323;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_itemPrice_area .FS2_itemPrice_addition {
font-size: 9px;
font-size: 0.5625rem;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_AdditionalImageEnlargement_Button {
display: none;
margin: 10px;
-moz-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
-o-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
-webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_AdditionalImageEnlargement_Button a {
font-size: 16px;
font-size: 1rem;
display: block;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_AdditionalImageEnlargement_Button a:before {
content: '\e809';
font-family: "icon";
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_AdditionalImageEnlargement_Button a:hover:before {
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_AdditionalImageEnlargement_Button a:after {
content: 'Zoom';
font-family: "Pathway Gothic One", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin-left: 5px;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_AdditionalImageEnlargement_Button a img {
display: none;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area {
/*display: none;*/
margin: 10px;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_WishListEntryButton_container {
font-size: 16px;
font-size: 1rem;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_WishListEntryButton_container:before {
/*content: '\e806';
font-family: "icon";*/
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_WishListEntryButton_container:after {
/*content: 'Favorite';*/
font-family: "Pathway Gothic One", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin-left: 5px;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_WishListEntryButton_container img {
/*display: none;*/
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_AlreadyWishListButton_container {
font-size: 16px;
font-size: 1rem;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_AlreadyWishListButton_container:before {
/*content: '\e805';
font-family: "icon";*/
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_AlreadyWishListButton_container:after {
/*content: 'Already';*/
font-family: "Pathway Gothic One", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin-left: 5px;
}
#FS2_body_Goods .system_content .groupLayout .gl_Item .FS2_WishListButton_area a.FS2_AlreadyWishListButton_container img {
/*display: none;*/
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList li, #FS2_CategoryList .FS2_contents_container #FS2_groupList li {
display: block;
margin: 0;
border-bottom: 1px solid #232323;
padding: 0;
position: relative;
line-height: 2;
}
#FS2_body_Coupon .FS2_contents_container .FS2_PageTitle, #FS2_body_Coupon .FS2_contents_container #FS2_groupList .FS2_iconArrow a, #FS2_CategoryList .FS2_contents_container .FS2_PageTitle, #FS2_CategoryList .FS2_contents_container #FS2_groupList .FS2_iconArrow a {
display: block;
width: 100%;
position: relative;
padding: 10px;/*
display: none;*/
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList, #FS2_CategoryList .FS2_contents_container #FS2_groupList {
border-top: 1px solid #232323;
overflow: hidden;
margin: -1px 0;
position: relative;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList:after, #FS2_CategoryList .FS2_contents_container #FS2_groupList:after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
visibility: visible;
width: 100%;
height: 1px;
background: #000;
display: block;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList li, #FS2_CategoryList .FS2_contents_container #FS2_groupList li {
display: block;
margin: -1px 0;
padding: 0;
border-top: none;
border-bottom: 1px solid #232323;
width: 50%;
float: left;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList li:nth-child(odd), #FS2_CategoryList .FS2_contents_container #FS2_groupList li:nth-child(odd) {
border-right: 1px solid #232323;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList li:last-child, #FS2_CategoryList .FS2_contents_container #FS2_groupList li:last-child {
border-bottom: 1px solid #232323;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList .FS2_iconArrow a:after, #FS2_CategoryList .FS2_contents_container #FS2_groupList .FS2_iconArrow a:after {
content: '\e802';
font-family: "icon";
display: block;
position: absolute;
top: 0;
right: 0;
padding: 10px;
}
#FS2_body_Coupon .FS2_contents_container .FS2_PageTitle:after, #FS2_CategoryList .FS2_contents_container .FS2_PageTitle:after {
content: '';
font-family: "icon";
display: block;
position: absolute;
top: 0;
right: 0;
padding: 10px;
}
.listpage_ctg {
width: 100%;
clear: both;
height: 80px;
}
.listpage_ctg li {
float: left;
width: 27.333%;
margin: 5px 3% 10px;
background: #EEE;
/*border:1px #DDD solid;*/
color: #333;
text-align: center;
font-size: 13px;
display: block;
height: 30px;
}
.listpage_ctg li a:hover {
background: #111;
display: block;
color: #fff;
}
.listpage_ctg li p {
margin: 0px;
height: 30px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 1em;
}
.shoukai_ttl {
font-size: 18px;
color: #333;
font-weight: bold;
}
.shoukai_txt {
font-size: 12px;
color: #666;
line-height: 1.5;
border-top: 1px #666 dotted;
padding-top: 5px;
}
/**
 *   カテゴリページ(SP)
 */
#FS2_body_Coupon #FS2_layout_body, #FS2_CategoryList #FS2_layout_body {
/*background: #FBFAF5;*/
background: #FFF;
}
#FS2_body_Coupon .FS2_contents_container, #FS2_body_Coupon .FS2_memberOnly, #FS2_body_Coupon .FS2_NoItemMessage, #FS2_body_Coupon .FS2_upper_comment, #FS2_body_Coupon .FS2_lower_comment, #FS2_body_Coupon .FS2_ItemComment, #FS2_body_Coupon .FS2_middle_comment, #FS2_CategoryList .FS2_contents_container, #FS2_CategoryList .FS2_memberOnly, #FS2_CategoryList .FS2_NoItemMessage, #FS2_CategoryList .FS2_upper_comment, #FS2_CategoryList .FS2_lower_comment, #FS2_CategoryList .FS2_ItemComment, #FS2_CategoryList .FS2_middle_comment {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: inherit;
margin: 0;
padding: 0;
}
#FS2_body_Coupon .FS2_contents_container .FS2_PageTitle, #FS2_CategoryList .FS2_contents_container .FS2_PageTitle {
cursor: pointer;
padding: 40px 10px 15px;
border-bottom: 1px solid #000;
}
#FS2_body_Coupon .FS2_contents_container .FS2_PageTitle:after, #FS2_CategoryList .FS2_contents_container .FS2_PageTitle:after {
padding: 15px 10px;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList, #FS2_CategoryList .FS2_contents_container #FS2_groupList {
width: 100%;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList .FS2_MoreList_btn, #FS2_CategoryList .FS2_contents_container #FS2_groupList .FS2_MoreList_btn {
display: none;
}
#FS2_body_Coupon .FS2_contents_container #FS2_groupList .FS2_iconArrow a, #FS2_CategoryList .FS2_contents_container #FS2_groupList .FS2_iconArrow a {
background: none;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#FS2_body_Coupon .FS2_contents_container:nth-child(1):before, #FS2_CategoryList .FS2_contents_container:nth-child(1):before {
content: "";
background: url(../images/sp_side-category_header.png) no-repeat center #000;
background-size: 20%;
width: 100%;
height: 30px;
display: block;
}
#FS2_body_Coupon .FS2_PageTitle, #FS2_CategoryList .FS2_PageTitle {
font-size: 16px;
font-size: 1rem;
border-bottom: none;
font-weight: normal;
margin: 0;
}
#FS2_body_Coupon .FS2_CategoryItemList .FS2_PageTitle, #FS2_CategoryList .FS2_CategoryItemList .FS2_PageTitle {
display: none;
}
#FS2_body_Coupon .FS2_Sort, #FS2_CategoryList .FS2_Sort {
background: #333;
}
#FS2_body_Coupon .FS2_Sort .FS2_Sort_btn, #FS2_CategoryList .FS2_Sort .FS2_Sort_btn {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 2px solid #fff;
padding: 4px 10px;
background: #333;
color: #fff;
}
#FS2_body_Coupon .FS2_pagination, #FS2_CategoryList .FS2_pagination {
margin: 20px 0;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagenationList li, #FS2_CategoryList .FS2_pagination .FS2_pagenationList li {
/*-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;*/
font-family: 'utsukushiregular', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', "メイリオ", Meiryo, serif;
background: #ccc;
width: 20px;
height: 20px;
padding: 0;
position: relative;
min-width: 0;
margin: 0 5px;
position: relative;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagenationList li span, #FS2_body_Coupon .FS2_pagination .FS2_pagenationList li a, #FS2_CategoryList .FS2_pagination .FS2_pagenationList li span, #FS2_CategoryList .FS2_pagination .FS2_pagenationList li a {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
padding: 3px;
font-family: 'utsukushiregular', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', "メイリオ", Meiryo, serif;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagenationList li.FS2_pagination_current, #FS2_CategoryList .FS2_pagination .FS2_pagenationList li.FS2_pagination_current {
background: #333;
color: #fff;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagenationList li.FS2_pagination_hellip, #FS2_CategoryList .FS2_pagination .FS2_pagenationList li.FS2_pagination_hellip {
background: inherit;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagination_arrow_left, #FS2_CategoryList .FS2_pagination .FS2_pagination_arrow_left {
margin-left: 10px;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagination_arrow_left a, #FS2_CategoryList .FS2_pagination .FS2_pagination_arrow_left a {
font-size: 0;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagination_arrow_left a:before, #FS2_CategoryList .FS2_pagination .FS2_pagination_arrow_left a:before {
font-size: 14px;
font-size: 0.875rem;
font-family: "icon";
content: '\e801';
}
#FS2_body_Coupon .FS2_pagination .FS2_pagination_arrow_right, #FS2_CategoryList .FS2_pagination .FS2_pagination_arrow_right {
margin-right: 10px;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagination_arrow_right a, #FS2_CategoryList .FS2_pagination .FS2_pagination_arrow_right a {
font-size: 0;
}
#FS2_body_Coupon .FS2_pagination .FS2_pagination_arrow_right a:before, #FS2_CategoryList .FS2_pagination .FS2_pagination_arrow_right a:before {
font-size: 14px;
font-size: 0.875rem;
font-family: "icon";
content: '\e802';
}
#FS2_body_Coupon .fs_goods_container, #FS2_CategoryList .fs_goods_container {
width: 44%;
margin: 3% !important;
border: none;
float: none;
position: relative;
display: inline-block;
vertical-align: top;
}
#FS2_body_Coupon .fs_goods_container .FS2_thumb, #FS2_CategoryList .fs_goods_container .FS2_thumb {
margin: 0;
padding: 0;
text-align: center;
}
#FS2_body_Coupon .fs_goods_container .FS2_thumb img, #FS2_CategoryList .fs_goods_container .FS2_thumb img {
width: 100%;
max-width: 100%;
height: auto;
}
#FS2_body_Coupon .fs_goods_container th, #FS2_CategoryList .fs_goods_container th {
width: 100%;
float: left;
}
#FS2_body_Coupon .fs_goods_container th img, #FS2_CategoryList .fs_goods_container th img {
width: 95%;
}
#FS2_body_Coupon .fs_goods_container td, #FS2_CategoryList .fs_goods_container td {
width: 100%;
float: left;
text-align: left;
padding: 0;
margin: .5em 0;
line-height: 1.3;
font-size: 14px;
font-size: 0.875rem;
}
#FS2_body_Coupon .fs_goods_container td .FS2_special_price, #FS2_CategoryList .fs_goods_container td .FS2_special_price {
display: inline-block;
margin: 0 5px 0 0;
font-size: 75%;
}
#FS2_body_Coupon .fs_goods_container td .itemPrice, #FS2_CategoryList .fs_goods_container td .itemPrice {
display: inline-block;
font-family: "Pathway Gothic One", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #000;
font-size: 16px;
font-size: 1rem;
}
#FS2_body_Coupon .fs_goods_container td .FS2_itemPrice_addition, #FS2_CategoryList .fs_goods_container td .FS2_itemPrice_addition {
display: block;
font-size: 12px;
font-size: 0.75rem;
}
#FS2_body_Coupon .FS2_Alternateness_bg, #FS2_CategoryList .FS2_Alternateness_bg {
background: inherit;
}
#FS2_body_Coupon .FS2_WishListButton_area, #FS2_CategoryList .FS2_WishListButton_area {
width: 100%;
}
#FS2_body_Coupon .FS2_WishListButton_area .FS2_WishListEntryButton_container, #FS2_CategoryList .FS2_WishListButton_area .FS2_WishListEntryButton_container {
width: 100%;
margin: 0;
}
/*
#FS2_CategoryList .FS2_WishListButton_area .FS2_WishListEntryButton_container .FS2_WishListEntryButton {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
background: #000;
width: 100%;
}
*/
/***************▼商品ページ用▼*****************/
/*##全体指定##*/
#main {
width: 700px;
table-layout: fixed;
}
/*##メール便##*/
.FS2_body_Goods_GoodsDetail #mail {
width: 100%;
margin-bottom: 5px;
border: 0;
}
/*##商品画像##*/
#detailimg {
margin-bottom: 10px;
}
/*##見出しバー##*/
#pull-down {
margin-top: 10px;
margin-bottom: 0;
}
#pull-down table {
border-collapse: collapse;
border: 1px solid #efefef;
width: 100%;
height: 32px;
font-size: 14px;
}
#pull-down table td {
background-color: #ededed;
font-weight: bold;
margin: 5px;
text-align: center;
}
/*##商品詳細##*/
#spec table {
border: 1px solid #efefef;
border-collapse: collapse;
width: 100%;
font-size: 12px;
line-height: 120%;
}
#spec table th {
border-bottom: 1px solid #efefef;
text-align: left;
width: 20%;
padding: 5px 8px 5px 15px;
vertical-align: middle;
border-right: 1px solid #efefef;
font-weight: bold;
}
#spec table td {
border-bottom: 1px solid #efefef;
padding: 8px 8px 8px 10px;
width: 80%;
}
/*##試着コメント##*/
#fitting {
width: 100%;
}
#fitting table {
border-collapse: collapse;
width: 100%;
border: 1px solid #efefef;
font-size: 12px;
line-height: 120%;
}
#fitting table th {
text-align: left;
border-top: 1px solid #efefef;
width: 100%;
padding: 5px 0px 2px 15px;
font-weight: bold;
}
#fitting table td {
padding: 3px 0px 2px 15px;
}
.fitLeft {
width: 20%;
}
.fitRight {
width: 80%;
}
/*##注意書き##*/
#caution {
width: 100%;
margin-bottom: 10px;
}
#caution table {
border-collapse: collapse;
border: 1px solid #efefef;
}
#caution td {
width: 100%;
}
#caution ul {
margin: 5px 5px 5px 0px;
padding: 0px 0px 0px 20px;
}
#caution li {
font-size: 12px;
line-height: 20px;
}
#reservation img {
margin-bottom: 3px;
}
/***************▼商品一覧ページ用▼*****************/
.select-wrap {
position: relative;
overflow: hidden;
display: inline-block;
background-color: #ffffff;
border: 1px solid #c0c0c0;
color: #333;
width: 90%;
margin: 10px 5% 20px;
}
.select-wrap select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
z-index: 2;
display: block;
width: 200%; /* fallback non calc support */
width: -webkit-calc(100% + 5em);
margin: 0;
padding: 10px;
background: transparent;
border: 0;
outline: none;
font-size: 16px;
font-size: 1rem;
line-height: 1;
}
.entypo-down-open-mini:after {
position: absolute;
top: 60%;
right: 5%;
content: '';
width: 10px;
height: 10px;
margin: -12px 0 0 -8px;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: border-box;
}
#twitter-widget-0 {
margin-left: 10px;
margin-right: 10px;
margin-top: 1px;
}
.FS2_AdditionalImage_Balloon_Tip, FS2_AdditionalImage_Balloon_Tip_right {
display: none !important;
}
.pan {
margin: 10px 0;
padding: 0;
}

.FS2_AnotherLogin_comment {
	font-size: 80%;
	margin-bottom: 1em;
	text-align: center;
}
.FS2_body_Login_Login #form, #FS2_body_Cart #form, #FS2_body_Cart .FS2_contents_container, #FS2_body_MyPage .FS2_contents_container {
	width: 95%;
	margin: 0 auto;
	font-size: 100%;
	/* line-height: 1.4; */
}
@media only screen and (max-width: 769px) {
.pan {
	margin: 10px 0 !important;
	padding: 0;
	text-indent: 6px;
}
}
.FS2_itemPrice_text {
color: #900 !important;
}
.FS2_special_price, .FS2_itemPrice_addition {
color: #444 !important;
}
.FS2_itemPrice_addition {
display: none;
}
#titleCopyArea {
display: none;
}
.FS2_additional_image_itemdetail_container {
margin: 0 0 30px;
width: 1000px;
}
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left {
width: 480px;
}
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right {
width: 490px;
}
#FS2_itemlayout_IHL2 {
float: left;
/* margin: 0px 50px 30px; */
margin: 0 4.16666667% 40px;
padding: 0px;
width: 225px;
}
#pr_menu03_bottom {
width: 100%;
text-align: center;
}
.error_item {
border: 1px dotted #999;
background: #f6f6f6;
color: #555;
}
.FS2_body_Goods_GoodsDetail .itemPrice {
color: #900;
}
.FS2_point {
color: #900;
}
p.sellTerms {
background: #eee none repeat scroll 0 0;
color: #333;
padding: 10px;
font-size: 100%;
letter-spacing: .5px;
}
.itemCatchCopy {
display: none;
}
.itemTitle > .itemCatchCopy {
display: block !important;
font-size: 70%;
font-weight: lighter;
}
/*.FS2_noStockText {
	background: #111 none repeat scroll 0 0;
	border: 1px solid #111;
	color: #fff;
	margin: 0 0 10px;
	padding: 5px !important;
	text-align: center;
}*/
/*.itemPrice {
	font-family:"MS Serif", "New York", serif;
}*/
.FS2_itemPrice_text > .itemPrice {
font-size: 140%;
}
/*.FS2_itemPrice_text > .FS2_special_price {
	font-size: 0.5625rem;
}*/
.FS2_WishListEntryButton {
display: block !important;
}
.FS2_postage {
clear: left;
margin: 0 0 10px;
padding: 5px;
background: #111;
text-align: center;
font-size: 0;
}
.FS2_postage:after {
content: "送料無料";
display: inline-block;
width: 100px;
height: 15px;
color: #fff;
font-size: 14px;
letter-spacing: 10px;
}
.FS2_postage_area {
clear: left;
margin: 0 0 10px 2px;
background: #111;
text-align: center;
font-size: 0;
width: 35%;
height: 20px;
	display: none;
}
.FS2_postage_area:after {
content: "送料無料";
display: inline-block;
color: #fff;
font-size: 12px;
line-height: 0;
letter-spacing: 5px;
padding: 3px;
}
/*再入荷ページ*/
.ttl_gy {
background-color: #adadad;
clear: both;
color: #fff;
font-size: 100%;
letter-spacing: 7px;
height: auto;
margin: 2% 0 3%;
padding: 8px 0;
text-align: center;
width: 100%;
}
.ttl_cl {
clear: both;
font-size: 100%;
letter-spacing: 7px;
height: auto;
margin: 2% 0 3%;
padding: 8px 0;
text-align: center;
width: 100%;
}
.FS2_paginationArrows {
/* display: none!important; */
}
.FS2_contents_container ul.FS2_paginationArrows {
width: 99% !important;
margin: 0 auto;
}
.FS2_postage_area span {
display: none;
}
@media only screen and (max-width: 769px) {
.FS2_Name_and_Price li {
	border-bottom: 0;
	padding: 3px;
}
.itemNumber{
	margin: 6px auto;
}
.FS2_Name_and_Price li h1.itemTitle {
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.FS2_Name_and_Price li .sellTerms {
	margin-bottom: 10px;
}
.FS2_Name_and_Price li.FS2_itemPrice_area, .FS2_Name_and_Price li.FS2_point_area {
	padding-bottom: 0px;
}
.FS2_tagPrice {
	font-size: 72%;
}
.FS2_body_Goods_GoodsDetail .itemPrice {
	color: #ca6554;
}
.FS2_contents_container p.FS2_point {
	margin-bottom: 20px;
}
.FS2_point {
	color: #ca6554;
}
.FS2_Figure select {
	padding: 10px 5px;
}
.FS2_figure_text {
	vertical-align: middle;
	margin: 0 3px 0 5%;
	font-size: 130%;
}
.FS2_Figure input.FS2_Figure_textarea {
	text-align: center;
	height: 3em;
	width: 3.8em;
	border: 1px solid #bbb;
	margin-right: 10px;
	font-size: 150%;
}
.FS2_InCartButton_D {
	font-size: 140%;
	letter-spacing: 2px;
	}
	.FS2_CartButton_area #vs-inpage {
	margin: 20px 0 -50px;
}h1.itemTitle {
	font-size: 130%;
}
.FS2_contents_container p.error_item {
	color: #ca6554;
	margin: 0px 0 2px;
	font-size: 80%;
	font-weight: bold;
	background: #fff;
	border: none;
}
}

.alignItem_03 {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
}

.groupLayout {
    width: 100%;
}