@charset  "UTF-8";
/* CSS Document */
/*--------------------------------------------

	For all file

	Last update : 2015.11.19
	takashi koide

	---------------------------
	1-0 structure

	2-0 pure-container

	3-0
		2-1 header
		2-2 footer
		2-3 mainmenu
		2-4 main
		2-5 itemtextarea
		2-6 photoarea
		2-7 itemstory
			2-7-1 繧ｿ繧､繝医Ν繧ｨ繝ｪ繧｢
  --------------------------------------------*/
/*-------------------------------------------------------------------------
  1-0 basic visual setting
--------------------------------------------------------------------------*/
body {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*-------------------------------------------------------------------------
  2-0 pure-container
--------------------------------------------------------------------------*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pure-container .pure-drawer #menu {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 45px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-weight: 700;
}

.pure-container .pure-drawer h1 {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -2666px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 85px;
    width: 280px;
    overflow: hidden;
    background-size: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.pure-container .pure-drawer ul {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 14px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}

.pure-container .pure-drawer ul li {
    margin-bottom: 10px;
}

.pure-container .pure-drawer ul li a {
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 700;
}

.pure-container .pure-drawer ul #fb {
    float: left;
    margin-right: 10px;
}

.pure-container .pure-drawer ul #tw {
    float: left;
}

.pure-container .pure-drawer ul #mail {
    float: left;
    margin-right: 10px;
}

.pure-container .pure-drawer ul #form_area {
    clear: both;
    width: 100%;
}

.pure-container .pure-drawer #user {
    background-color: #333;
}

.pure-container .pure-drawer .pure-form {
    width: 100%;
    clear: both;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
    display: inline;
}

.pure-container .pure-drawer .pure-form .field {
    width: 200px;
    float: left;
}

.pure-container .pure-drawer .pure-form .pure-button {
    float: right;
}

/*-------------------------------------------------------------------------
  2-0 pure-container
--------------------------------------------------------------------------*/
header {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

header #header_top {
    background-color: #FF0201;
    margin: 0;
    width: 100%;
    height: 30px;
    padding: 3px 0 0;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

header #header_top ul {
    list-style-type: none;
    padding-top: 9px;
}

header #header_top ul li {
    list-style-type: none;
    float: right;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

header #header_top ul li a {
    list-style-type: none;
    float: right;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}

header #header_top ul li span {
    display: block;
    float: right;
    color: #FFF;
    margin-left: 5px;
}

#header_midlle {
    overflow:hidden;
    height: 70px;
    background-color: #FFF;
    background-image: url(../img/sp_images01.png);
    background-position: 0 0;
    background-size: 100%;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 30px;
}

#header_midlle h1 {
    display: block;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 70px;
    width: 105px;
    margin: 0;
}

#header_midlle h1 a {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#header_midlle ul {
    margin: 0;
    padding: 0;
}

#header_midlle ul #copy {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#header_midlle ul #tel {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#header_market {
    display: block;
    height: 40px;
    width: 100%;
    background-color: #FE2500;
}

#header_market h2 a {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -80px;
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#main_visual {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*#main_visual h2 {
	background-image: url(../img/sp_images01.png);
	background-repeat: no-repeat;
	background-position: 0 -125px;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 18px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}*/
#main_visual p img {
    width: 100%;
}

.social-area-syncer {
    width: 100%;
    background: #F5F1E9;
    margin: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    min-height: 62px;
}

ul.social-button-syncer {
    width: 238px;
    padding: 0;
    border: none;
    list-style-type: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

ul.social-button-syncer li {
    float: left;
    text-align: center;
    height: 71px;
    padding: 0;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
}

/* [Twitter] */
.sc-tw {
    width: 71px;
}

.sc-tw svg {
    width: 30px;
    height: 30px;
}

.sc-tw a {
    height: 56px;
    margin: 0 auto;
    padding-top: 6px;
    display: block;
    background: #1B95E0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .5px;
    border-radius: 2px;
}

.sc-tw a:hover {
    color: #fff;
    background: #0c7abf;
}

.sc-tw span:before {
    white-space: pre;
    content: '\A';
}

/* [Facebook] */
.sc-fb {
    z-index: 99;
    width: 69px;
}

#fb-root {
}

.sc-google {
}

.wrap {
    margin-right: auto;
    margin-left: auto;
}

#main_visual .slide_selector {
    height: 123px;
    width: 115px;
    float: left;
    margin-top: 10px;
}

#main_visual .slide_selector div img {
    width: 115px;
}

#main_visual #mv_bg {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 260px;
    width: 280px;
    background-size: 100%;
}

#main_visual .wrap h3 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#main_visual .btn01 a {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 58px;
    width: 280px;
}

#main_visual h2,#main_visual p,#sec_head p,#sec_tool p,#reason h2,#reason p,#reason ul li h3,#sec_voice h2,#sec_voice h3,#sec_voice p,#sec_voice ul {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    line-height: 0;
    height: 0;
}

#main_visual img,#sec_head img,#sec_tool img,#reason img,#sec_voice img {
    line-height: 0;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

#delivery_date_sp {
    background-image: url(../img/delivery_date_sp.png);
    background-repeat: no-repeat;
    background-position: center 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background-size: 100%;
}

#delivery_date_sp h3 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#delivery_date_sp #date {
    color: #666;
    padding: 0;
    text-indent: 0;
    white-space: normal;
    font-weight: 700;
    left: 40px;
    top: 140px;
    font-size: 14px;
    line-height: 25px;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

#original_item {
    background-color: #FE2500;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 30px;
}

#original_item #headline01 {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -291px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 100px;
    width: 320px;
    background-size: 100%;
    margin-right: auto;
    margin-left: auto;
}

#original_item .wrap ul {
    padding: 0;
    margin-top: 27px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#original_item .wrap ul #step01 {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -269px;
    height: 280px;
    width: 280px;
    background-size: 100%;
    margin-bottom: 40px;
}

#original_item .wrap ul #step02 {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -580px;
    height: 280px;
    width: 280px;
    background-size: 100%;
    margin-bottom: 40px;
}

#original_item .wrap ul #step03 {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -890px;
    height: 280px;
    width: 280px;
    background-size: 100%;
}

#original_item .wrap ul h3 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#original_item .wrap ul p {
    margin-top: 145px;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 14px;
    color: #FE2500;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
}

#original_item_list {
    background-color: #FF2500;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#original_item_list #headline02 {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -1260px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 84px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background-size: 100%;
    width: 280px;
}

#original_item_list .wrap ul {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -1344px;
    width: 280px;
    background-size: 100%;
    height: 1100px;
}

#original_item_list .wrap ul #item01 a,#original_item_list .wrap ul #item03 a,#original_item_list .wrap ul #item05 a,#original_item_list .wrap ul #item07 a,#original_item_list .wrap ul #item09 a,#original_item_list .wrap ul #item11 a {
    height: 170px;
    width: 139px;
    float: left;
    margin-bottom: 10px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#original_item_list .wrap ul #item02 a,#original_item_list .wrap ul #item04 a,#original_item_list .wrap ul #item06 a,#original_item_list .wrap ul #item08 a,#original_item_list .wrap ul #item10 a,#original_item_list .wrap ul #item12 a {
    height: 170px;
    width: 139px;
    float: right;
    margin-bottom: 10px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#original_item_list .wrap .btn01 a {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -2450px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 53px;
    width: 280px;
    padding-bottom: 30px;
    overflow: hidden;
    background-size: 100%;
}

.pure-pusher-container .pure-pusher section #sale {
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 0;
}

#sale #headline03 {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -460px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 150px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
    margin-right: auto;
    margin-left: auto;
}

#sale .wrap p {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 25px;
    font-weight: 700;
}

#sale_list,#pick_up,#whats_new {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
}

#sale_list ul,#pick_up ul,#whats_new ul {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    width: 280px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#sale_list ul li,#pick_up ul li,#whats_new ul li {
    display: inline-block;
    padding: 0;
    width: 130px;
    border: 2px solid #000;
    vertical-align: top;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

#sale_list ul li a,#pick_up ul li a,#whats_new ul li a {
    text-decoration: none;
}

#sale_list ul li a .sale_list_img,#pick_up ul li a .sale_list_img,#whats_new ul li a .sale_list_img {
    padding: 10px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

#sale_list ul li a .sale_list_img img,#pick_up ul li a .sale_list_img img,#whats_new ul li a .sale_list_img img {
    margin: 0;
    padding: 0;
    width: 108px;
}

#sale_list ul li a .sale_list_title,#pick_up ul li a .sale_list_title,#whats_new ul li a .sale_list_title {
    margin: 0;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
}

#sale_list ul li a .sale_list_creator,#pick_up ul li a .sale_list_creator,#whats_new ul li a .sale_list_creator {
    margin: 0;
    padding: 5px;
    clear: both;
    vertical-align: middle;
    display: table-cell;
}

#sale_list ul li a .sale_list_creator span,#pick_up ul li a .sale_list_creator span,#whats_new ul li a .sale_list_creator span {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    float: left;
    display: block;
}

#sale_list ul li a .sale_list_creator span img,#pick_up ul li a .sale_list_creator span img,#whats_new ul li a .sale_list_creator span img {
    height: 15px;
    width: 15px;
}

#sale_list ul li a .sale_list_creator p,#pick_up ul li a .sale_list_creator p,#whats_new ul li a .sale_list_creator p {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 90px;
    float: left;
    line-height: 18px;
}

#sale_list ul li a .sale_list_price,#pick_up ul li a .sale_list_price,#whats_new ul li a .sale_list_price {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 10px;
    clear: both;
    font-weight: 700;
    color: #FFF;
    background-color: #FE2500;
    text-align: center;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#sale_list ul li a .sale_list_price i,#pick_up ul li a .sale_list_price i,#whats_new ul li a .sale_list_price i {
    padding-right: 10px;
}

#sale_list .btn02 a,#pick_up .btn02 a,#whats_new .btn02 a {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -2595px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
    width: 280px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
}

.btn_outer {
    background-color: red;
    width: 100%;
    position: relative;
    top: -40px;
}

.btn_outer .btn02 a {
    background-image: url(../img/sp_images03.png);
    background-repeat: no-repeat;
    background-position: 0 -2595px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
    width: 280px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
}

aside ul {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

aside ul li {
    margin: 0;
    padding: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FE2500;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FE2500;
    border-bottom-color: #FE2500;
    line-height: 0;
}

aside ul li img {
    margin: 0;
    padding: 0;
    width: 100%;
}

#media_infomation {
    background-color: #FF2500;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

#media_infomation #headline04 {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -667px;
    height: 35px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 27px;
}

#media_infomation ul {
    color: #FFF;
    padding: 10px;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    height: 250px;
}

#media_infomation ul li {
    display: inline-block;
    width: 140px;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
}

#media_infomation ul li img {
    width: 140px;
}

.clear_fix {
    clear: both;
}

#infomation {
    background-color: #FFF;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
}

#infomation #headline05 {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -740px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 35px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background-size: 100%;
    padding-bottom: 20px;
}

#infomation #infomation_list {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
}

#infomation #infomation_list dl {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    padding-bottom: 10px;
    font-size: 14px;
}

#infomation #infomation_list dl dt {
    padding-top: 15px;
    padding-bottom: 10px;
}

#infomation #infomation_list dl dd {
    line-height: 20px;
}

#infomation #facebook {
    width: 320px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
/*
footer {
	background-color: #FE2500;
}

#footer_top {
	background-image: url(../img/sp_images01.png);
	background-repeat: no-repeat;
	background-position: 0 -795px;
	height: 75px;
	width: 320px;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
}

footer ul {
	background-image: url(../img/sp_images01.png);
	background-repeat: no-repeat;
	background-position: 0 -877px;
	height: 130px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 17px;
}

footer ul #footer_menu01 a,footer ul #footer_menu03 a,footer ul #footer_menu05 a,footer ul #footer_menu07 a {
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	width: 40%;
	float: left;
	font-size: 13px;
	margin-bottom: 5px;
}

footer ul #footer_menu02 a,footer ul #footer_menu04 a,footer ul #footer_menu06 a,footer ul #footer_menu08 a {
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	width: 51%;
	float: right;
	font-size: 14px;
	margin-bottom: 5px;
}

footer small {
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
*/
#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#back-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#back-top a:hover {
    text-decoration: none;
    background: #999;
}

#main_visual_other {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FE2500;
}

#main_visual_other #mv_banner {
    margin: 0;
    padding: 0;
}

#main_visual_other #mv_banner .slide_selector div img {
    width: 100%;
}

#main_visual_other #mv_banner .mv_slide_selector .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -25px;
}

#mv_bottom {
    background-color: #FF2500;
    width: 100%;
}

#mv_bottom #mv_bottom_inline {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1120px;
    background-color: #FE2500;
    height: 200px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-size: 100%;
}

#mv_bottom #mv_bottom_inline #total_item {
    display: inline-block;
    width: 160px;
    height: 200px;
    float: left;
}

#mv_bottom #total_item h3 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#mv_bottom #total_item p {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
    text-align: center;
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#mv_bottom #mv_bottom_inline #mv_bottom_banner {
    display: inline-block;
    width: 160px;
    height: 200px;
    float: right;
}

#mv_bottom #mv_bottom_inline #mv_bottom_banner h3 a {
    height: 200px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#main_contents {
    margin: 0;
    padding: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}

#main_contents .accordion {
    margin: 0;
    padding: 0;
}

#main_contents .accordion li {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
}

#main_contents .accordion #pick_up h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
}

#main_contents .accordion #collaboration h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
}

#main_contents .accordion #rankings h2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
}

#main_contents .accordion #whats_new h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
    background-color: red;
}

#main_contents .accordion #pick_up .active {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
    background-color: red;
}

#main_contents .accordion #collaboration .active {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
    background-color: red;
}

#main_contents .accordion #rankings .active {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
    background-color: red;
}

#main_contents .accordion #whats_new .active {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FE2500;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: red;
    width: 100%;
    background-color: #FFF;
}

#main_contents .accordion #pick_up h2 span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: 0 -1330px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
    background-image: url(../img/sp_images01.png);
}

#main_contents .accordion #pick_up .active span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: 0 -1511px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
    background-image: url(../img/sp_images01.png);
}

#main_contents .accordion #collaboration h2 span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1369px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

#main_contents .accordion #collaboration .active span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1550px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

#main_contents .accordion #rankings h2 span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1408px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

#main_contents .accordion #rankings .active span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1589px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

#main_contents .accordion #whats_new h2 span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1628px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

#main_contents .accordion #whats_new .active span {
    height: 40px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1447px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

#main_contents .accordion li ul {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

#main_contents .accordion li ul li {
    display: inline-block;
    padding: 0;
    width: 130px;
    border: 2px solid #FE2500;
    vertical-align: top;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

#main_contents .accordion li ul li a {
    text-decoration: none;
}

#main_contents .accordion li ul li a .market_list_title {
    margin: 0;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
}

#main_contents .accordion li ul li a .market_list_creator {
    margin: 0;
    padding: 5px;
    clear: both;
    vertical-align: middle;
    display: table-cell;
}

#main_contents .accordion li ul li a .market_list_creator span {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    float: left;
    display: block;
}

#main_contents .accordion li ul li a .market_list_creator span img {
    height: 15px;
    width: 15px;
}

#main_contents .accordion li ul li a .market_list_creator p {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 90px;
    float: left;
    line-height: 18px;
}

#main_contents .accordion li ul li a .market_list_price {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 10px;
    clear: both;
    font-weight: 700;
    color: #FFF;
    background-color: #FE2500;
    text-align: center;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#main_contents .accordion li ul li a .market_list_price i {
    padding-right: 10px;
}

#main_contents .accordion li ul .btn03,#main_contents .accordion li ul .btn04 {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
}

#rankings h3 {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FE2500;
}

#main_contents .market_list_rank {
    background-repeat: no-repeat;
    display: block;
    width: 130px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #FFF;
    text-indent: 105px;
    background-position: 0 0;
    background-color: #000;
    background-size: 100%;
    background-image: url(../img/ranking.png);
}

#social_tag {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500;
    margin-top: 30px;
    padding-bottom: 30px;
}

#category_search {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500;
}

#social_tag h3 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px;
}

#social_tag .box {
    padding: 20px;
}

#twitter_tl {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

#sp_sns {
    background-image: url(../img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1750px;
    height: 150px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sp_sns #sp_sns_fb a {
    height: 150px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    float: left;
}

#sp_sns #sp_sns_google a {
    height: 150px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    float: left;
}

#category_search {
    border: 1px solid #FF0201;
}

#category_search h2 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px;
}

#category_search ul {
    padding: 10px 5px 0;
}

#category_search li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #d8d8d8;
}

#category_search li h3 {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    background-image: url(./common/design/user/css/img/arrow1.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}

#category_search li:last-child {
    padding: 0;
    border-bottom: none;
}

#category_search li a {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    display: block;
    padding: 3px;
    background: url(./common/design/user/css/img/arrow1.png) no-repeat right 50%;
}

#category_search li a:hover {
    background: url(./common/design/user/css/img/arrow3.png) no-repeat right 50%;
}

#category_search li ul {
    border: none;
    margin: 0 0 0 10px;
}

#category_search li ul li {
    padding: 0;
    margin: 0 0 5px;
    border-bottom: none;
}

#category_search li ul li:last-child {
    margin: 0;
}

#main #business {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
}

#qc {
    margin: 0px; padding: 0px;
}
#qc ul {
    margin: 0px; padding: 0px; background-color: #F0F0E1;
}
#qc ul li {
    padding: 0px; text-indent: 100%; white-space: nowrap; display: block; overflow: hidden; width: 100%; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto;
}
#qc ul #qc_sec01 {
    height: 0; padding-top: 74.375%; background: url(../img/qc_sec01.png) 0 0 no-repeat; background-size: contain;
}
#qc ul #qc_sec02 {
    height: 0; padding-top: 44.0625%; background: url(../img/qc_sec02.png) 0 0 no-repeat; background-size: contain;
}
#qc ul #qc_sec03 {
    height: 0; padding-top: 86.71875%; background: url(../img/qc_sec03.png) 0 0 no-repeat; background-size: contain;
}
#qc ul #qc_sec04 {
    height: 0; padding-top: 42.03125%; background: url(../img/qc_sec04.png) 0 0 no-repeat; background-size: contain;
}
#qc ul #qc_sec05 {
    height: 0; padding-top: 36.71875%; background: url(../img/qc_sec05.png) 0 0 no-repeat; background-size: contain;
}

/*-------------------------------------------------------------------------
  4-1 Business Main Contents
--------------------------------------------------------------------------*/
#main #business #section01 h1 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    line-height: 0;
    height: 0;
}

#main #business #section01 #sec01_01 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 155px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section01 h2 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -155px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 95px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section01 ul {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 150px;
    width: 320px;
    margin: 0;
    padding: 0;
    background-size: 100%;
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -250px;
}

#main #business #section01 ul li {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 0;
    width: 320px;
    margin: 0;
    padding: 0;
}

#main #business #section01 #sec01_02 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -400px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 80px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section01 #sec01_03 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -480px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 170px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section02 h2 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -650px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section02 #sec02_01 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -750px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 200px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section03 h2 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -950px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section03 h3 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1060px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 90px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section03 #sec03_01 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -995px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 65px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section03 #sec03_02 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1150px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 135px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section03 #sec03_03 a {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1285px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 105px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section03 #sec03_04 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1390px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 41px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section04 h2 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1431px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 115px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section04 h3 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1546px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section04 #sec04_01 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1581px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section04 dl {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1701px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 65px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section04 #sec04_02 a {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1766px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 65px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section05 h2 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1821px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 125px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section05 #sec05_01 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -1946px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section05 #sec05_02 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -2066px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 190px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section05 #sec05_03 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -2256px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 210px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section05 #sec05_04 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -2466px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 210px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

#main #business #section05 #sec05_05 {
    background-image: url(../img/images_business_sp.png);
    background-repeat: no-repeat;
    background-position: 0 -2676px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    height: 225px;
    width: 320px;
    overflow: hidden;
    background-size: 100%;
}

footer #page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

footer #page_top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

footer #page_top a:hover {
    text-decoration: none;
    background: #999;
}

/*-------------------------------------------------------------------------
  20160527霑ｽ蜉�縲遒ｺ隱榊ｾ後�#business莉･荳九�蜑企勁蜿ｯ
--------------------------------------------------------------------------*/
#business_re {
    margin: 0;
    padding: 0;
}

#business_re .hid {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

#business_re #section01 {
    height: 0;
    padding-top: 203.9%;
    background: url(../img/business_sec01.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section02 {
    height: 0;
    padding-top: 107.19%;
    background: url(../img/business_sec02.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section03 {
    height: 0;
    padding-top: 150.63%;
    background: url(../img/business_sec03.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}

#business_re #section03 #btn_sec03 a {
    height: 0;
    padding-top: 28.91%;
    background: url(../img/business_sec03_btn.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 70%;
}

#business_re #section04 {
    height: 0;
    padding-top: 88.13%;
    background: url(../img/business_sec04.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #btn_sec04 a {
    height: 0;
    padding-top: 34.06%;
    background: url(../img/business_sec04_btn.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
}

#business_re #section05 {
    height: 0;
    padding-top: 63.75%;
    background: url(../img/business_sec05.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section06 {
    height: 0;
    padding-top: 50.63%;
    background: url(../img/business_sec06.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section07 {
    height: 0;
    padding-top: 110.31%;
    background: url(../img/business_sec07.png) 0 0 no-repeat;
    background-size: contain;
    background-color: #F3D156;
}

#business_re #section07_02 {
    font-size: 16px;
    line-height: 20px;
    background-color: #F3D156;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#business_re #section08 #btn_sec08,#business_re #section12 #btn_sec12,#business_re #section14 #btn_sec14 {
    height: 0;
    padding-top: 34.06%;
    background: url(../img/business_sec08.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}

#business_re #section08 #btn_sec08 a,#business_re #section12 #btn_sec12 a,#business_re #section14 #btn_sec14 a {
    height: 0;
    padding-top: 34.06%;
    background: url(../img/business_sec08.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}

#business_re #section09 {
    height: 0;
    padding-top: 50%;
    background: url(../img/business_sec09.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section09_02 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#business_re #section09_02 h3 {
    height: 0;
    padding-top: 20.31%;
    background: url(../img/business_sec09_02.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section09_02 #sec09_01 {
    height: 0;
    padding-top: 33.61%;
    background: url(../img/business_sec09_02_01.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section09_02 #sec09_02 {
    height: 0;
    padding-top: 33.61%;
    background: url(../img/business_sec09_02_02.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section09_02 #sec09_03 {
    height: 0;
    padding-top: 33.61%;
    background: url(../img/business_sec09_02_03.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section09_02 .txt {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

#business_re #section10 {
    height: 0;
    padding-top: 62.5%;
    background: url(../img/business_sec10.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section10_02 span {
    color: red;
    line-height: 30px;
}

#business_re #section10_02 #section10_02_01 {
    height: 0;
    padding-top: 90.63%;
    background: url(../img/business_sec10_01.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}

#business_re #section10_02 #section10_02_02 {
    height: 0;
    padding-top: 90.63%;
    background: url(../img/business_sec10_02.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}

#business_re #section10_02 #section10_02_03 {
    height: 0;
    padding-top: 90.63%;
    background: url(../img/business_sec10_03.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}

#business_re #section10_02 #section10_02_01 #left,#business_re #section10_02 #section10_02_02 #left,#business_re #section10_02 #section10_02_03 #left {
    width: 45%;
    float: left;
    text-align: center;
    padding: 2%;
    position: absolute;
    top: 49%;
}

#business_re #section10_02 #section10_02_01 #right,#business_re #section10_02 #section10_02_02 #right,#business_re #section10_02 #section10_02_03 #right {
    width: 45%;
    float: right;
    text-align: center;
    padding: 2%;
    position: absolute;
    top: 49%;
    right: 0;
}

#business_re #section10_02 .section10_li_inline {
    font-size: 14px;
    line-height: 15px;
}

#business_re #section10_02 #more_lineup a {
    height: 0;
    padding-top: 25%;
    background: url(../img/business_sec10_04.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
}

#business_re #section11 {
    height: 0;
    padding-top: 62.5%;
    background: url(../img/business_sec11.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section11_02 .txt {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#business_re #section11_02 #section11_02_01 {
    height: 0;
    padding-top: 15.63%;
    background: url(../img/business_sec11_02.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 20px;
}

#business_re #section11_02 #section11_02_02 {
    height: 0;
    padding-top: 15.63%;
    background: url(../img/business_sec11_03.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section11_02 #section11_02_03 {
    height: 0;
    padding-top: 15.63%;
    background: url(../img/business_sec11_04.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section11_02 #section11_02_04 {
    height: 0;
    padding-top: 15.63%;
    background: url(../img/business_sec11_05.png) 0 0 no-repeat;
    background-size: contain;
}

#business_re #section13 {
    height: 0;
    padding-top: 312.5%;
    background: url(../img/business_sec13.png) 0 0 no-repeat;
    background-size: contain;
}

/*-------------------------------------------------------------------------
  20160620霑ｽ蜉�縲蝠�刀縺ｮ縺雁ｱ翫￠譌･遞九↓縺､縺�※
--------------------------------------------------------------------------*/

#delivery .hid {
    text-indent: 100%; white-space: nowrap; display: block; overflow: hidden;
}

#delivery #sec01 {
    background-image: url(../img/delivery_images_sp.png); background-repeat: no-repeat; background-position: 0px 0px; height: 207px; width: 320px; background-size: 100%; margin: auto; position: relative;
}

#delivery #sec01 #form_area span {
    position: absolute; left: 147px; font-size: 16px; color: #F00; display: block; font-weight: bold; bottom: 32px;
}

#delivery #sec02 {
    background-image: url(../img/delivery_images_sp.png); background-repeat: no-repeat; background-position: 0px -207px; height: 335px; width: 320px; background-size: 100%; margin: auto;
}

#delivery #sec03 h3 {
    background-image: url(../img/delivery_images_sp.png); background-repeat: no-repeat; background-position: 0px -542px; height: 40px; width: 320px; background-size: 100%; margin: auto;
}

#delivery #sec03 #delivery_list {
    width: 320px; margin-right: auto; margin-left: auto;
}

#delivery #sec03 #delivery_list tr #next_day_th {
    background-color: #8395F9; color: #FFF; padding: 10px; border: 1px solid #8395F9;
}

#delivery #sec03 #delivery_list tr #two_days_later_th {
    background-color: #6CE3B2; color: #FFF; padding: 10px; border: 1px solid #6CE3B2;
}

#delivery #sec03 #delivery_list tr #next_day_td {
    border: 1px solid #8395F9; color: #8395F9; padding: 10px;
}

#delivery #sec03 #delivery_list tr #two_days_later_td {
    border: 1px solid #6CE3B2; color: #6CE3B2; padding: 10px;
}

#delivery #sec04 {
    background-image: url(../img/delivery_images_sp.png); background-repeat: no-repeat; background-position: 0px -582px; height: 245px; width: 320px; display: block; background-size: 100%; margin: auto;
}

#delivery #sec05 {
    background-image: url(../img/delivery_images_sp.png); background-repeat: no-repeat; background-position: 0px -827px; height: 115px; width: 320px; display: block; background-size: 100%; margin: auto;
}

#delivery_day {
    background-image: url(../img/delivery_day_sp.png); margin-right: auto; margin-left: auto; height: 175px; width: 320px; background-size: 100%;
}

#delivery_day p {
    text-indent: 100%; white-space: nowrap; display: block; overflow: hidden;
}

#delivery_day .wrap {
    height: 175px; width: 320px; text-indent: 100%; white-space: nowrap; display: block; overflow: hidden;
}

#delivery_day .wrap a {
    height: 175px; width: 320px; text-indent: 100%; white-space: nowrap; display: block; overflow: hidden;
}

#point .hid {
    text-indent: 100%; white-space: nowrap; display: block; overflow: hidden;
}
#point #sec01 {
    background-image: url(../img/point_images_sp.png); background-repeat: no-repeat; background-position: 0px 0px; height: 165px; width: 320px; background-size: 100%; margin: auto;
}
#point #campaign01{background-image: url(../img/point_images_campaign01_sp.png); background-repeat: no-repeat; background-position: 0px 0px; height: 75px; width: 320px; background-size: 100%; margin: auto; }

#point #campaign02{background-image: url(../img/point_images_campaign02_sp.png); background-repeat: no-repeat; background-position: 0px 0px; height: 166px; width: 320px; background-size: 100%; margin: auto;}

#point #sec02 {
    background-image: url(../img/point_images_sp.png); background-repeat: no-repeat; background-position: 0px -165px; height: 270px; width: 320px; background-size: 100%; margin: auto;
}
#point #sec03 {
    background-image: url(../img/point_images_sp.png); background-repeat: no-repeat; background-position: 0px -435px; height: 510px; width: 320px; background-size: 100%; margin: auto;
}
#point #sec04 {
    background-image: url(../img/point_images_sp.png); background-repeat: no-repeat; background-position: 0px -945px; height: 123px; width: 320px; background-size: 100%; margin: auto;
}
#point a {
    background-image: url(../img/point_images_sp.png); background-repeat: no-repeat; background-position: 0px -945px; height: 123px; width: 320px; background-size: 100%; margin: auto;
}


/*-------------------------------------------------------------------------
  20160623霑ｽ蜉�縲繧ｫ繝ｼ繝亥�繝懊ち繝ｳ霑ｽ蜉�
--------------------------------------------------------------------------*/

#replace_btn a {
    background-image: url(../img/btn_replace.png); background-repeat: no-repeat; background-position: 0px 0px; height: 28px; width: 140px; background-size: 100%; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; margin-top: 5px;
}

#other_size_btn a {
    background-image: url(../img/btn_other_size.png); background-repeat: no-repeat; background-position: 0px 0px; height: 28px; width: 140px; background-size: 100%; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; margin-top: 5px;
}


/*-------------------------------------------------------------------------
  20160705霑ｽ蜉�縲繧ｫ繝ｼ繝亥�繝懊ち繝ｳ霑ｽ蜉�
--------------------------------------------------------------------------*/

#other_item_btn a {
    background-image: url(../img/btn_other_item.png); background-repeat: no-repeat; background-position: 0px 0px; height: 28px; width: 140px; background-size: 100%; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; margin-top: 5px;
}

#matomete {width:320px;margin:auto;}

#matomete .hid {
    text-indent: 100%; white-space: nowrap; display: block; overflow: hidden;
}

#matomete #sec01 {
    background-image: url(../img/matomete_images_sp.png); background-repeat: no-repeat; background-position: 0px 0px; height: 133px; width: 320px; background-size: 100%;
}


#matomete #sec02 {
    background-image: url(../img/matomete_images_sp.png); background-repeat: no-repeat; background-position: 0px -133px; height: 290px; width: 320px; background-size: 100%;
}

#matomete #sec03 {
    background-image: url(../img/matomete_images_sp.png); background-repeat: no-repeat; background-position: 0px -423px; height: 232px; width: 320px; background-size: 100%;
}

#matomete #sec04 {
    background-image: url(../img/matomete_images_sp.png); background-repeat: no-repeat; background-position: 0px -655px; height: 269px; width: 320px; display: block;background-size: 100%;
}

#matomete #sec05 {
    background-image: url(../img/matomete_images_sp.png); background-repeat: no-repeat; background-position: 0px -924px; height: 373px; width: 320px; display: block;background-size: 100%;
}

#matomete #sec06 a {
    background-image: url(../img/matomete_images_sp.png); background-repeat: no-repeat; background-position: 0px -1297px; height: 78px; width: 320px; display: block;background-size: 100%;
}

/*-------------------------------------------------------------------------
  20160831霑ｽ蜉�縲縺ｯ縺倥ａ縺ｦ縺ｮ譁ｹ縺ｸ
--------------------------------------------------------------------------*/

.hide { text-indent: 150%; white-space: nowrap; display: block; overflow: hidden; }
.about_renew section #sec01 { background-image: url(../img/about_sp01.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 100%; margin: auto; padding: 0px; height: 530px; width: 320px; margin: auto; position: relative; }
.about_renew section #sec01 p { position: absolute; top: 190px; padding: 10px; font-size: 14px; line-height: 25px; }
.about_renew section #sec01 #registration a { margin: 0px; padding: 0px; height: 130px; width: 320px; position: absolute; top: 395px; text-indent: 150%; white-space: nowrap; display: block; overflow: hidden; }
.about_renew section #sec02 { background-image: url(../img/about_sp02.png); background-repeat: no-repeat; background-size: 100%; margin: auto; height: 1150px; width: 320px; position: relative; }
.about_renew section #sec02 p { width: 300px; position: absolute; top: 90px; padding: 10px; font-size: 14px; line-height: 25px; }
.about_renew section #sec02 #sec02_left { background-image: url(../img/about_sp03.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; height: 320px; position: relative; top: 330px; }
.about_renew section #sec02 #sec02_left p { width: 300px; padding-top: 170px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; position: absolute; left: 0px; top: 0px; line-height: 25px; }
.about_renew section #sec02 #sec02_right { background-image: url(../img/about_sp04.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; height: 320px; position: relative; top: 350px; }
.about_renew section #sec02 #sec02_right p { width: 300px; padding-top: 170px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; position: absolute; left: 0px; top: 0px; line-height: 25px; }
.about_renew section #sec02 #registration { height: 130px; width: 320px; background-image: url(../img/about_sp10.png); background-repeat: no-repeat; background-size: 100%; margin: auto; position: relative; top: 370px; }
.about_renew section #sec02 #registration a { height: 130px; width: 320px; margin: auto; }
.about_renew section #sec_tool { background-image: url(../img/about_sp_tool.png); background-repeat: no-repeat; background-size: 100%; margin: auto; height: 1528px; width: 320px; position: relative; }
.about_renew section #sec_tool #registration { height: 130px; width: 320px; background-image: url(../img/about_sp10.png); background-repeat: no-repeat; background-size: 100%; margin: auto; position: relative; top: 1310px; }
.about_renew section #sec_tool #registration a { height: 130px; width: 320px; margin: auto; }
.about_renew section #sec03 { margin: auto; padding: 0; }
.about_renew section #sec03_01 { background-image: url(../img/about_sp05.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; padding: 0px; height: 587px; position: relative; }
.about_renew section #sec03_01 #sec03_01_01 { font-size: 14px; line-height: 22px; display: block; margin-top: 90px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03_01 #sec03_01_02 { font-size: 14px; line-height: 22px; display: block; margin-top: 130px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03 ul #sec03_01 #sec03_01_link a { height: 80px; width: 320px; top: 485px; position: absolute; }
.about_renew section #sec03_02 { background-image: url(../img/about_sp06.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; padding: 0px; height: 320px; position: relative; }
.about_renew section #sec03_02 p { font-size: 14px; line-height: 22px; display: block; margin-top: 85px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03 ul #sec03_02 #sec03_02_link a { height: 80px; width: 320px; top: 220px; position: absolute; }
.about_renew section #sec03_03 { background-image: url(../img/about_sp07.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; padding: 0px; height: 467px; position: relative; }
.about_renew section #sec03_03_01 { font-size: 14px; line-height: 22px; display: block; margin-top: 90px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03_03_02 { font-size: 14px; line-height: 22px; display: block; margin-top: 30px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03 ul #sec03_03 #sec03_03_link a { height: 80px; width: 320px; top: 365px; position: absolute; }
.about_renew section #sec03_04 { background-image: url(../img/about_sp08.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; padding: 0px; height: 369px; position: relative; }
.about_renew section #sec03_04 p { font-size: 14px; line-height: 22px; display: block; margin-top: 90px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03 ul #sec03_04 #sec03_04_link a { height: 80px; width: 320px; top: 270px; position: absolute; }
.about_renew section #sec03_05 { background-image: url(../img/about_sp09.png); background-repeat: no-repeat; background-size: 100%; margin: auto; width: 320px; padding: 0px; height: 475px; position: relative; }
.about_renew section #sec03_05 p { font-size: 14px; line-height: 22px; display: block; margin-top: 90px; padding-right: 10px; padding-left: 10px; color: #fff; }
.about_renew section #sec03 ul #sec03_05 #sec03_05_link a { height: 80px; width: 320px; top: 230px; position: absolute; }
.about_renew section #sec03 ul #sec03_05 #registration a { height: 130px; width: 320px; top: 330px; position: absolute; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents - malo迚ｹ險ｭ繝壹�繧ｸ��20160114霑ｽ蜉���

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.malo_page {
    margin: 0 5px;
}

.malo_header,.malo_prf {
    line-height: 0;
}

/* 繧ｿ繧､繝医Ν�医う繧ｫ縺吶Θ繝ｫ譏ｭ蜥後げ繝�ぜ縺溘■��
------------------------*/
.malo_tit {
    line-height: 0;
}

/* 繧ｰ繝�ぜ繧ｨ繝ｪ繧｢
------------------------*/
.malo_goods-Area {
    height: 0;
    padding-top: 389.8%;
    background: url(img/malo/malo_goods_bg_sp.png) no-repeat;
    position: relative;
    background-size: contain;
}

.malo_goods-Area a {
    font-weight: 700;
}

.malo_goods-Area a:hover {
    text-decoration: underline;
}

/* 繧ｰ繝�ぜ�大�逶ｮ
------------------------*/
.malo_goods-Area .gArea001 {
}

.malo_goods-Area .gArea001 .l_block {
    position: absolute;
    top: 9.76%;
    left: 48.38%;
}

.malo_goods-Area .gArea001 .l_block a {
    font-size: 77%;
}

/* 繧ｰ繝�ぜ�貞�逶ｮ
------------------------*/
.malo_goods-Area .gArea002 {
}

.malo_goods-Area .gArea002 .l_block {
    position: absolute;
    top: 27.15%;
    left: 15.16%;
}

.malo_goods-Area .gArea002 .l_block a {
    font-size: 75%;
}

.malo_goods-Area .gArea002 .r_block {
    position: absolute;
    top: 23.92%;
    left: 56.12%;
}

.malo_goods-Area .gArea002 .r_block a {
    font-size: 70%;
}

/* 繧ｰ繝�ぜ�灘�逶ｮ
------------------------*/
.malo_goods-Area .gArea003 {
}

.malo_goods-Area .gArea003 .l_block {
    position: absolute;
    top: 37.99%;
    left: 16.77%;
}

.malo_goods-Area .gArea003 .l_block a {
    font-size: 77%;
}

/* 繧ｰ繝�ぜ�泌�逶ｮ
------------------------*/
.malo_goods-Area .gArea004 {
}

.malo_goods-Area .gArea004 .l_block {
    position: absolute;
    top: 52.73%;
    left: 50.61%;
}

.malo_goods-Area .gArea004 .l_block a {
    font-size: 77%;
}

/* 繧ｰ繝�ぜ�募�逶ｮ
------------------------*/
.malo_goods-Area .gArea005 {
}

.malo_goods-Area .gArea005 .l_block {
    position: absolute;
    top: 65.31%;
    left: 14.51%;
}

.malo_goods-Area .gArea005 .l_block a {
    font-size: 72%;
}

.malo_goods-Area .gArea005 .r_block {
    position: absolute;
    top: 67.21%;
    left: 57.41%;
}

.malo_goods-Area .gArea005 .r_block a {
    font-size: 72%;
}

/* 繧ｰ繝�ぜ�門�逶ｮ
------------------------*/
.malo_goods-Area .gArea006 {
}

.malo_goods-Area .gArea006 .l_block {
    position: absolute;
    top: 79.3%;
    left: 16.45%;
}

.malo_goods-Area .gArea006 .l_block a {
    font-size: 80%;
}

/* 繧ｰ繝�ぜ�怜�逶ｮ
------------------------*/
.malo_goods-Area .gArea007 {
}

.malo_goods-Area .gArea007 .l_block {
    position: absolute;
    top: 93.12%;
    left: 50.96%;
}

.malo_goods-Area .gArea007 .l_block a {
    font-size: 74%;
}

/* 繝懊ち繝ｳ繧ｨ繝ｪ繧｢
------------------------*/
.malo_btnArea {
    height: 0;
    padding-top: 29.173473%;
    background: url(img/malo/malo_brnArea_bg_sp.png) no-repeat;
    background-size: contain;
    position: relative;
}

.malo_btnArea a {
    position: absolute;
    top: 20%;
    left: 4.838%;
    width: 90%;
}

/* 縺昴�莉悶�繝ｦ繝ｫ譏ｭ蜥後げ繝�ぜ 繧ｨ繝ｪ繧｢
------------------------*/
.malo_othergoods-Area a {
    line-height: 0;
    display: block;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 繝医ャ繝励�繝ｼ繧ｸ��20160607霑ｽ蜉���

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* 繧ｹ繝ｩ繧､繝繝ｼ繝代�繝�ｿｽ蜉�
------------------------*/
#feature_area_sp {
    width: 100%;
    margin: 0;
    padding: 0;
}

#feature_area_sp p {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    line-height: 0;
    height: 0;
}

/* 繧ｷ繝ｼ繝ｳ邏ｹ莉九お繝ｪ繧｢
------------------------*/
#sceneArea {
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

#sceneArea .wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#sceneArea #headline01 {
    height: auto;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

#sceneArea ul {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#sceneArea ul #scene01 {
    height: auto;
    width: 100%;
    background-size: 100%;
}

#sceneArea ul #scene02 {
    height: auto;
    width: 100%;
    background-size: 100%;
}

#sceneArea ul #scene03 {
    height: auto;
    width: 100%;
    background-size: 100%;
}

#sceneArea ul #scene04 {
    height: auto;
    width: 100%;
    background-size: 100%;
}

#sceneArea ul #scene05 {
    height: auto;
    width: 100%;
    background-size: 100%;
}

#sceneArea ul #scene06 {
    height: auto;
    width: 100%;
    background-size: 100%;
}

#scene01 h3,#scene02 h3,#scene03 h3,#scene04 h3,#scene05 h3,#scene06 h3 {
    color: #33c1e4;
    font-weight: 700;
    text-align: center;
    font-size: 155%;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
    padding-top: 30px;
}

#scene01 p,#scene02 p,#scene03 p,#scene04 p,#scene05 p,#scene06 p {
    color: #33c1e4;
    padding-top: 20px;
    padding-bottom: 34px;
    font-size: 100%;
    line-height: 23px;
    text-align: center;
}

/* 繧｢繧､繝�Β邏ｹ莉九お繝ｪ繧｢
------------------------*/
#item-select {
    padding-top: 20px;
    background-color: #FFF;
}

#item-select #headline03 {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 繝輔か繝ｼ繝���20160610霑ｽ蜉���

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* 辟｡譁咏匳骭ｲ繝輔か繝ｼ繝�
------------------------*/
.contact h2 {
    color: #fff;
    font-size: 102.5%;
    font-weight: 400;
    height: 28px;
    padding: 13px 10px 0;
    margin: 0 0 20px;
    background: url(../img/title_bg.gif) repeat-x 0 0;
}

p.ex {
    font-size: 75%;
    line-height: 150%;
    margin: 0 auto 10px;
    width: 95%;
}

.form h3 {
    font-size: 87.5%;
    padding: 6px 10px;
    margin: 10px auto;
    border-left: 5px solid #e70000;
    width: 86%;
}

.form dl {
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 5px auto 0;
    width: 95%;
}

.form dt {
    font-size: 80%;
    font-weight: 700;
    margin: 0 0 7px;
    background-color: #F8F8F8;
    padding: 18px;
}

.form dd {
    font-size: 90%;
    line-height: 150%;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #d8d8d8;
}

.form dd:last-child {
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 1px dotted #d8d8d8;
}

.form dd input[type="text"] {
    margin: 8px auto;
    border: #ccc 1px solid;
    width: 99%;
    padding: 8px 0;
    font-size: 100%;
    border-radius: 4px;
}

p.lnk {
    width: 95%;
    margin: 0 auto;
}

.ag {
    font-size: 75%;
    font-weight: 700;
    width: 95%;
    margin: 12px auto 0;
}

.sbmt input[type="button"] {
    width: auto;
    height: auto;
    font-weight: 700;
    padding: 20px 100px;
    margin: 20px 8px 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444,#1a1a1a);
    border: none;
}

/* 辟｡譁咏匳骭ｲ繝輔か繝ｼ繝��育｢ｺ隱咲判髱｢��
------------------------*/
.check_form h3 {
    font-size: 87.5%;
    padding: 6px 10px;
    margin: 10px auto;
    border-left: 5px solid #e70000;
    width: 86%;
}

.check_form dt {
    font-size: 80%;
    font-weight: 700;
    margin: 0 0 7px;
    background-color: #F8F8F8;
    padding: 18px;
}

.check_form dd {
    font-size: 90%;
    line-height: 150%;
    padding: 0 0 10px 16px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #d8d8d8;
}

.check_form dd:last-child {
    padding: 0 0 10px 16px;
    border-bottom: 1px dotted #d8d8d8;
}

.check_form .sbmt input[type="submit"] {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    display: inline-block;
    padding: 17px 5px;
    border-radius: 3px;
    background: linear-gradient(#444,#1a1a1a);
    margin: 20px 0;
}

.check_form .send input[type="submit"] {
    background: linear-gradient(#e70000,#c70000);
}

.cart .form dl,.cart .check_form dl {
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 5px auto 0;
    width: 95%;
}

.cart .sbmt input[type="submit"] {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    display: inline-block;
    padding: 17px 5px;
    border-radius: 3px;
    background: linear-gradient(#444,#1a1a1a);
    margin: 20px 0;
}

.cart .s_cart.kettei input[type="submit"] {
    width: 86%;
    height: auto;
    font-weight: bold;
    padding: 20px 0;
    margin: 0 auto 6px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#e70000, #c70000);
    border: none;
    display: block;
}

.cart .btn.modoru a {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 20px 55px;
    margin: 0 8px 6px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444, #1a1a1a);
    border: none;
}

.cart .form dd.row label {
    width: 48%;
    margin: 0 5px 5px 0;
    float: left;
    font-size: 82%;
}

.cart select {
    vertical-align: middle;
    width: 28%;
    border: 1px solid #807d7d;
    background-color: #fff;
    padding: 4px 0 4px 14px;
}

.cart select[name=add_pre] {
    width: 100%;
}

/*菴乗園閾ｪ蜍募�蜉帙�繧ｿ繝ｳ*/
.cart dd.btn_add_auto input[type=button] {
    padding: 8px 10px;
}

/* 雉ｼ蜈･繝壹�繧ｸ縲繝輔か繝ｼ繝��医け繝ｬ繧ｸ繝�ヨ諠��ｱ谺�ｼ�
------------------------*/
.cart select[name="card_y"],.cart select[name="card_m"] {
    vertical-align: middle;
    width: 18%;
    height: 36px;
    line-height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px 0 6px 12px;
    margin-bottom: 5px;
}

/* 雉ｼ蜈･繝壹�繧ｸ縲後さ繝ｳ繝薙ル縲阪そ繝ｬ繧ｯ繝医�繝�け繧ｹ險ｭ螳�
------------------------*/
.cart select[name="conveni_store"] {
    width: 67%;
}

/* 雉ｼ蜈･繝壹�繧ｸ縲後＃豕ｨ譁�ｒ遒ｺ隱阪☆繧九阪�繧ｿ繝ｳ險ｭ螳�
------------------------*/
.cart .sbmt.kakunin input[type="submit"] {
    width: 86%;
    height: auto;
    font-weight: bold;
    padding: 20px 0;
    margin: 0 auto 6px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#e70000, #c70000);
    border: none;
    display: block;
}

.cart .sbmt.modoru input[type="submit"] {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 20px 55px;
    margin: 0 8px 6px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444, #1a1a1a);
    border: none;
}

/* 雉ｼ蜈･繝壹�繧ｸ縲後＃豕ｨ譁�ｒ遒ｺ螳壹☆繧九阪�繧ｿ繝ｳ險ｭ螳�
------------------------*/
.cart .sbmt.kakutei input[type="submit"] {
    width: 86%;
    height: auto;
    font-weight: bold;
    padding: 20px 0;
    margin: 0 auto 6px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#e70000, #c70000);
    border: none;
    display: block;
}

/* 繧｢繧ｫ繧ｦ繝ｳ繝郁ｨｭ螳壹�繝ｼ繧ｸ
------------------------*/
.form dd input[name="add_num"] {
    margin: 8px auto;
    border: #ccc 1px solid;
    width: 49%;
    padding: 8px 0;
    font-size: 100%;
    border-radius: 4px;
}

.contact select[name="add_pre"] {
    vertical-align: middle;
    width: 100%;
    height: 45px;
    line-height: 30px;
    border: 1px solid #807d7d;
    background-color: #fff;
    padding: 10px;
}

.contact input[type=file] {
    font-size: 100%;
    height: 1.6em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fafafa;
    vertical-align: middle;
    padding: 4px 0 4px 6px;
}

.form textarea {
    width: 98%;
    border: 1px solid #ccc;
}

/* 騾莨壹�繝ｼ繧ｸ
------------------------*/
.delete .btn a {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    display: inline;
    padding: 20px 40px;
    border-radius: 3px;
    background: linear-gradient(#444,#1a1a1a);
    margin: 20px 0;
}

.delete .sbmt input[type="submit"] {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    display: inline-block;
    padding: 17px 5px;
    border-radius: 3px;
    background: linear-gradient(#444,#1a1a1a);
    margin: 20px 0;
}

.cart .sbmt_box .btn.s_cart .buy {
    display: block;
}

.cart .sbmt_box .btn.s_cart.buy a {
    width: 86%;
    height: auto;
    font-weight: bold;
    padding: 24px 0;
    margin: 0 auto 6px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#e70000, #c70000);
    border: none;
    display: block;
}

.cart .sbmt_box .btn.buy_continue a {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 20px 55px;
    margin: 0 8px 6px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444, #1a1a1a);
    border: none;
}

.cart .item_list input[type="text"] {
    border: 1px solid #ccc;
}

.cart .item_list ul.img li input[type=submit] {
    padding: 3px 10px;
    border-radius: 2px;
}

/* 豎ｺ貂域婿豕暮∈謚槭�繧ｿ繝ｳ
------------------------*/
.cart .form dd.row.credit input[type="radio"] {
    display: none;
}

.cart .form dd.row.credit label {
    position: relative;
    width: 97%;
}

.cart .form dd.row.credit .lever {
    display: block;
    color: #ccc;
    font-weight: normal;
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #e5e5e5;
    border-radius:20px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.cart .form dd.row.credit .lever:before {
    content:'';
    position: absolute;
    left: 4px;
    top:4px;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius:100%;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.cart .form dd.row.credit label:hover .lever:before{
    border-color: #ddd;
}
.cart .form dd.row.credit input[type="radio"]:checked + .lever{
    background: #e70000;
    color: #fff;
}

.cart .form dd.row.credit input[type="radio"]:checked + .lever:before{
    border-color: #fff;
}

/* 髢矩哩繝懊ち繝ｳ ��20161111霑ｽ蜉���
---------------------------------*/
.btn_toggle {
    font-size: 68.75%;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: 228px;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    display: block;
    background: #b0b0b0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 繝輔か繝ｼ繝�蜻ｨ繧奇ｼ�20160616霑ｽ蜉���

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.comp dt span.subtit_pc {
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

.comp dt span.subtit_carrier {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.btnArea {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.btnArea a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: url(../img/tool_howto/button_tshirts.png) center no-repeat;
    background-size: cover;
    max-height: 100%;
    padding-top: 32%;
}

.btnArea a:hover {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: url(../img/tool_howto/button_tshirts_hover.png) center no-repeat;
    background-size: cover;
    max-height: 100%;
    padding-top: 32%;
}

#qc ul #qc_sec06 {
    height: 0;
    padding-top: 62.5%;
    background: url(/template/smart/html/page/nobody/bsp/qc_sec06.png) 0 0 no-repeat;
    background-size: contain;
}

#qc ul #qc_sec06 a {
    display: block;
    height: 0;
    padding-top: 62.5%;
    width: 100%;
    margin-top: -62.5%;
}

#header_midlle{position:relative;}
#header_midlle .header-tel-n{
    position:absolute;
    overflow:hidden;
    text-indent:-9999px;
    top:0;
    right:0;
    bottom:0;
    left:110px;
}

#header_top h1{
    width:60px !important;
    background-size:70% !important;
}

#header_top h1 a{
    display:block;
    height:100%;
    overflow:hidden;
    text-indent:-9999px;
    position:relative;
}

.banner-completely-free{
    background:#ffd800;
    height:89px;
    overflow:hidden;
    position:relative;
}
.banner-completely-free img{
    display:block;
    width:320px;
    margin:0 auto;
}
.banner-completely-free .text-hiden{
    position:absolute;
    left:-9999px;
}
#main_visual .button{margin-top:10px;}
#main_visual .button a img{
    display:block;
    margin:0 auto;
    width:298px;
}
#delivery_date_sp{
    background-color:#ffc926;
}


/* update tshirt */
/*
#main #tshirt,
#main #icase,
#main #baby,
#main #poloshirt,
#main #parka,
#main #sweat,
#main #towel,
#main #bag,
#main #apron,
#main #other,
#main #longtshirt{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main #tshirt h3,
#main #icase h3,
#main #baby h3,
#main #poloshirt h3,
#main #parka h3,
#main #sweat h3,
#main #towel h3,
#main #bag h3,
#main #apron h3,
#main #other h3,
#main #longtshirt h3{
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#main #tshirt > p,
#main #icase > p,
#main #baby > p,
#main #poloshirt > p,
#main #parka > p,
#main #sweat > p,
#main #towel > p,
#main #bag > p,
#main #apron > p,
#main #other > p,
#main #longtshirt > p{
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#main #tshirt li > p,
#main #icase li > p,
#main #baby li > p,
#main #poloshirt li > p,
#main #parka li > p,
#main #sweat li > p,
#main #towel li > p,
#main #bag li > p,
#main #apron li > p,
#main #other li > p,
#main #longtshirt li > p{
	padding:0 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: keep-all;
	line-break: loose;
	-webkit-hyphens: auto;
	-ms-hyphens: auto; hyphens: auto;
}

#main #tshirt li,
#main #icase li,
#main #baby li,
#main #poloshirt li,
#main #parka li,
#main #sweat li,
#main #towel li,
#main #bag li,
#main #apron li,
#main #other li,
#main #longtshirt li,
#main #banner li{
	float:none !important;
	height:auto !important;
	margin:10px 5px 0;
	width:46%;
	max-width:150px;
}

#main #tshirt .item_code,
#main #icase .item_code,
#main #baby .item_code,
#main #poloshirt .item_code,
#main #parka .item_code,
#main #sweat .item_code,
#main #towel .item_code,
#main #bag .item_code,
#main #apron .item_code,
#main #other .item_code,
#main #longtshirt .item_code{text-transform:uppercase;}
*/
/*  update 16.06.2017  */
#main_visual{
    background-image: url(../img/bg-main_visual-sp.png);
    background-repeat:repeat;
    background-size:320px 265px;
}
#main_visual .button{margin:0 0 10px;}
#delivery_date_sp{
    background-size:320px auto;
    background-position:50% 0;
}
#delivery_date_sp #date{
    padding-top:8px;
    color:#454545;
}
.unpredictable{
    overflow:hidden;
    background:#00276a;
}
.unpredictable img{
    display:block;
    margin:0 auto !important;
    width:320px;
}



/*-------------------------------------------------------------------------
  霑ｽ蜉�縲辟｡蝨ｰ蝠�刀
--------------------------------------------------------------------------*/
.search_box {
    background: #eedcbb;
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.search_box i {
    vertical-align: middle;
    display: inline-block;
    width: 22%;
}

.search_box input[type="text"] {
    width: 50%;
}

input.plain_sbmt_search {

    border: 0px;
    width: 61px;
    height: 27px;
    background: url(../img/plain/search_btn.png) center no-repeat;
    border: none;
    vertical-align: middle;
}
.category_head_box h3 {
    background: #59af20;
    text-align: center;
    font-size:12px;
    line-height:16px;
}

.category_head_box h3 img{
    height:16px;
}

ul.item_list_set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_list_set li {
    border: 2px solid #7c848a;
    text-align: center;
    margin: 0px;
    padding-bottom: 0;
    float: none;
    display: block;
    margin-bottom:10px;
    height: 100%;
    width: 46%;
}
.item_list_set li a{display:block;}


.item_list_set h3 img {
    width: auto;
}

.item_list_set img {
    width: 140px;
}

.item_list_set li .item_list_detail span {
    background: #e9e9e9;
    margin: 0 0 3px;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: wrap;
    display: block;
}
.item_list_set li .item_list_detail p{margin:0 0 5px;}


.item_list_detail {
    color: #333;
    text-align: left;
    padding: 5px 0px;
    padding-bottom: 0;
    font-weight: bold;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 11px;
}

.item_list_detail p {
    padding: 0px!important;
    margin-bottom: 2px;
    align-items: center;
    font-size: 60%;
    overflow: hidden;
    vertical-align: middle;
    line-height: 130% !important;
}

.item_list_set li .item_list_detail span.item_price{
    color: red;
    font-weight: bold;
    text-align: center;
    background: #ffeded;
    width: 100%;
    margin-top: 3px;
    margin: 0;
}

.item_detail li p.item_list_title {
    background: url(../img/plain/item_list_ttl_head.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 80%!important;
    color: #fff;
    padding: 0 0px;
    margin: 0;


    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height:31px;
    line-height:15px;
}

.item_detail li p.item_list_title a {
    display:block;
    width:100%;
    color: #fff;
    /* padding: 10px 0px; */
}
.item_detail li{position:relative;}
.item_detail li p.item_list_title a:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
}
.head_banner {
    margin-bottom: 10px;
}

.item_detail ul {
    overflow: hidden;
}

.item_box a img:hover{
    opacity:0.8;
}

.item_list_box{
    padding-bottom: 25px;
}

.mg_b30{
    margin-bottom: 30px;
}

li.search_item_list {
    border: none;
    width: 100%;
    text-align: left;
    height: 100%;
    margin-bottom: 20px;
}

ul.search_item_box {
    display: block;
    font-size: 100%;
}

.search_item_set {
    display: flex;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
}

.search_results h3 {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

p.search_item_title a {
    color: #1397db;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

p.search_item_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0;
}

li.search_item_list .search_item_set p {
    padding: 0;
    line-height: 120%;
    margin: 0 0 8px 0;
}

.search_item_txt .item_list_detail {
    border: none;
    margin: 0;
}

p.search_item_text01 {
    font-weight: bold;
    font-size: 120%;
}

p.search_item_text01 {}

.span.item_price {}

.search_item_list span.item_price {
    width: 100%!important;
}

.search_item_txt {
    padding-left: 5px;
}

.search_item_txt span {
    width: 35%!important;
}

.search_item_txt span.item_txt {
    width: 60%!important;
}

.item_detail_set li{
    text-align: center;
}

p.item_head_text {
    background-color: #cfd9e7;
    padding: 7px 5px;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height:14px;
    font-weight:bold;
    color:#363636;
    margin-bottom: 15px;
    text-align: center;
}
.item_head_text:after {
    border-top: 8px solid #cfd9e7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    position: absolute;
    bottom: -8px;
    right: 50%;
    margin-left:-8px;
}
.item_detail_set .item_detail_text{
    text-align: left;
    font-size:11px;
    line-height:12px;
    margin-bottom:5px;
}
.item_detail_set small{
    display: block;
    text-align: left;
    font-size: 9px;
    line-height: 13px;
    margin:0 0 12px;
}
.item_detail_box .item_manual_text02 strong{
    display: block;
    margin-bottom: 3px;
}
.table-climbing{
    display: block;
    width: 100%;
}
.climbing-box + .climbing-box{margin-top: 14px;}
.table-climbing table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.table-climbing table tr{
    height: 25px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
}
.table-climbing table th{
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    padding: 4px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    font-weight: 700;
    text-align: left;
    width: 40%;
}
.table-climbing table th:last-child{
    width: 100%;
}
.table-climbing table td{
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    padding: 4px;
    box-sizing: border-box;
    text-align: left;
}


.item_detail_set li:first-child{
    border: 2px solid #d7d7d7;
    position:relative;
    margin-bottom:8px;
    height:116px;
    padding:4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
}
.item_detail_set img {
    display:block;
}
.item_detail_set li:first-child > img{
    max-height:100%;
    max-width:100%;
}
.item_detail_box h3 {
    background: #59af26;
    font-weight: bold;
    font-size:10px;
    line-height:12px;
    padding:9px;
}
.item_detail_set li:first-child p{
    position:absolute;
    bottom:6px;
    right:6px;
}
.item_detail_set li:first-child p img{height:30px;}
.btn_box_set {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #fff;

    margin:7px -9px 0;
}
.btn_box_set a{
    color: #fff;
    display:block;
    font-size: 11px;
    line-height:38px;
}
.cart_btn {
    background: #ce1402;
}
.item_detail_box .item_manual_text02{
    font-size:11px;
    line-height:14px;
    margin-bottom:5px;
}

.btn_box_set > div {
    width: 100%;
    margin:0 9px;
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(to top, #d01403 , #e51309 70%, #fc1211 100%);
    border-top: solid #ff7474 2px;
}
.btn_box_set.btn_box_set_s {
    width: 60%;
    margin: 0 auto 50px;
}

.item_detail_set {
    margin-bottom: 25px;
}

.item_detail_box > div {
    margin-bottom: 30px;
}

.material_txt {
    margin-bottom: 30px;
}

.material_txt_img {
    text-align: center;
}


.item_purchase_head_box {
    background: #fdfbc7;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 20px;
}

p.product_nmbr {
    margin-bottom: 10px;
}

.product_price span {
    color: red;
    font-size: 150%;
}

.item_purchase_txt {
    display: block;
    justify-content: space-between;
}

.item_purchase_txt > div {
    width:100%;
}
.item_purchase_txt > div img{
    width:100%;
}

.item_purchase_img {
    margin-bottom: 20px;
}

.item_size_caption {
    overflow: hidden;
}

.item_purchase_box {
    margin-bottom: 30px;
}

.item_size_box {
    font-size: 12px;
    margin-bottom: 60px;
}

.table_box {
    position: relative;
    width: 100%;
    height: 400px;
}

.size_table .table_box {
    height: 100%;
}

.fix_head {
    position: absolute;
    width: 100px;
}

.scroll {
    position: relative;
    left: 100px;
    width: 303px;
    overflow: hidden;
}


.scroll_table{
    overflow-x: scroll;
}



th.nowrap {
    white-space: nowrap;
}

.item_size_box{
    overflow: scroll;
}


.item_size_box input[type="text"] {
    width: 70%;
}

.item_size_box th,.item_size_box td{
    text-align:center;
}

.item_size_box th {
    font-weight: bold;
    color: #fff;
    background: #4986bf;
    padding: 20px 10px;
    border-right: 1px #fff dotted;
}

.item_size_box th:last-child {
    border-right: 1px #2a6eae dotted;
}

.item_size_box td.tdhead {
    font-weight: bold;
    color: #2a6eae;
    background: #c3e2ff;
    padding: 10px 0;
    height: 34px;
    border-bottom: 1px solid #2a6eae;
    vertical-align: middle;

}

.size_table  td.tdhead {
    font-weight: bold;
    color: #2a6eae;
    background: #c3e2ff;
    padding: 5px 0;
    border-bottom: 1px solid #2a6eae;
    height: 22px;
}


.item_size_box td {
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px #2a6eae dotted;
}

.item_size_box td span {
    font-weight: normal;
    color: #ccc;
}
.btn_box_set > div.cart_add_btn {
    width: 50%;
    margin: auto;
}
.btn_box_set > div.cart_add_btn:before {
    content: url(../img/plain/cart_ico.png);
    position: relative;
    vertical-align: -webkit-baseline-middle;

}
.item_size_caption p{
    float: left;
}
.item_size_caption p.size_link{
    text-align: right;
    float: right;
}

/* update product_detail iws */
.item_detail_box h2{
    background:url(img/title_bg_l_sp.png) repeat-x;
    background-size:auto 31px;
    line-height:17px;
    font-size:10px;
    font-weight:bold;
    margin:0 -5px 13px;
}
.slider-pr-det{
    padding:0 0 10px;
}
.slider-pr-det .color_list{
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    width:auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border:0 !important
}
.slider-pr-det .color_list{overflow:hidden;}
.slider-pr-det .color_list li{
    width:25%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding:12px 2px 0;
    margin:0;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:auto;
    float:none;
}
.slider-pr-det .color_list li p{
    font-size:9px;
    line-height:12px;
    padding:0;
    margin:5px 0 !important;
}
.slider-pr-det .slick-dots{bottom:25px;}
.slider-pr-det .slick-dots li button:before{display:none;}
.slider-pr-det .slick-dots li button{
    background:#9c9c9c;
    width:6px;
    height:6px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:0;
}
.slider-pr-det .slick-dots li{
    width:6px;
    height:6px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:0;
    margin:0 5px;
}
.slider-pr-det .slick-dots{height:6px;}
.slider-pr-det .slick-slide{
    border:0 !important;
    background:none !important;

}
.slider-pr-det .swiper-pagination{
    bottom:0 !important;
}
.slider-pr-det .swiper-pagination-bullet-active{background:#2d2d2d !important;}
.item-size-box{
    overflow:hidden;
}
.item-size-info{
    display:block;
    text-align:right;
    font-size:9px;
    line-height:12px;
    color:#404040;
    margin:0 0 4px;
}
.item-size-box .size-image{
    overflow:hidden;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
}
.item-size-box .size-image img{
    display:block;
    height:120px;
    width:auto;
    max-width:2000px;
    margin:-9px 0 0;
}
.item_detail_box .material_txt p{
    font-size:14px;
    font-size:11px;
}
.material_txt.mb10{margin-bottom:10px;}
.size-chart-item{
    overflow:hidden;
}
.size-chart-item .size-chart-item-text{
    display:block;
    text-align:right;
    font-size:9px;
    line-height:14px;
    color:#404040;
    margin-bottom:5px;
}
.size-chart-item .table-01{
    overflow:hidden;
    overflow-x: auto;
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom:20px;
}
.size-chart-item .table-01.add01{float:left;}
.size-chart-item .table-01 table{
    width:100%;
    max-width:100%;
    border-collapse:collapse;
}
.size-chart-item .table-01 th{
    background:#c3e2ff;
    font-size:9px;
    font-weight:bold;
    line-height:14px;
    color:#2a6eae;
    border:1px solid #4986bf;
    border-width:0 0 1px;
    padding:4px;
    text-align:center;
}
.size-chart-item .table-01 tr:first-child th{
    background:#4986bf;
    text-align:center;
    font-size:9px;
    font-weight:bold;
    line-height:20px;
    text-transform:uppercase;
    color:#fff;
    white-space:nowrap;
    height:22px;
    vertical-align:middle;
    border:1px dotted #fff;
    border-width:0 0 0 1px;
    padding:0 4px;
}
.size-chart-item .table-01 tr:first-child th:first-child{border-left:0;}
.size-chart-item .table-01 td{
    background:#fff;
    text-align:center;
    vertical-align:middle;
    font-size:9px;
    line-height:14px;
    color:#656565;
    height:17px;
    width:28px;
    padding:2px;
    border:1px dotted #4986bf;
    border-width:0 0 0 1px;
    border-bottom:1px solid #b3b3b3;
    padding:0 4px;
}
.clearfix.mb10{margin-bottom:10px !important;}
.material-information-list{
    margin:0 3px 12px;
    padding:0;
    list-style:none;
    overflow:hidden;
    font-size:11px;
    line-height:14px;
    color:#000;
}
.thickness-fabric-box{
    overflow:hidden;
    background:#caeaff;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    width:308px;
}
.thickness-fabric-box h2{
    margin:0 0 8px;
    background:#258dc3;
    font-size:12px;
    line-height:23px;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.thickness-fabric-holder{
    overflow:hidden;
    margin-bottom:8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height:14px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.thickness-fabric-holder span{
    display:inline-block;
    vertical-align:top;
    font-size:10px;
    line-height:14px;
    color:#000;
    padding:0 6px;
    position:relative;
    bottom:-2px;
}
.thickness-fabric-holder i{
    display:inline-block;
    vertical-align:top;
    width:30px;
    height:14px;
    overflow:hidden;
    font:12px/14px Arial, Helvetica, sans-serif;
    margin:0 1px;
}
.thickness-fabric-holder .i01{
    background:url(../img/product/icon-thickness-fabric-01.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i02{
    background:url(../img/product/icon-thickness-fabric-02.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i03{
    background:url(../img/product/icon-thickness-fabric-03.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i04{
    background:url(../img/product/icon-thickness-fabric-04.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i05{
    background:url(../img/product/icon-thickness-fabric-05.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i01.active{
    background:url(../img/product/icon-thickness-fabric-01-active.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i02.active{
    background:url(../img/product/icon-thickness-fabric-02-active.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i03.active{
    background:url(../img/product/icon-thickness-fabric-03-active.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i04.active{
    background:url(../img/product/icon-thickness-fabric-04-active.png) no-repeat 50%;
    background-size:auto 14px;
}
.thickness-fabric-holder .i05.active{
    background:url(../img/product/icon-thickness-fabric-05-active.png) no-repeat 50%;
    background-size:auto 14px;
}
.size-chart-item .table-01 td > img{
    display:inline-block;
    vertical-align:middle;
}
/* update product_detail iws end */
/* item details new update */
.item_detail_new{
    margin: 0 8px;
}
.item_detail_new h2{
    margin:0 -8px 9px;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 8px;
    background: url('img/title2_bg_sp.gif') repeat-x;
    -webkit-background-size: 5px 30px;
    background-size: 5px 30px;
    font-weight: bold;
}
.item_detail_banner{
    margin: 0 -8px;
    position: relative;
}
.item_detail_banner img{
    display: block;
    width: 100%;
}
.item_detail_new .search_box{
    margin: 0 -8px 13px;
}
.item_detail_new .search_box i{
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    margin-top: 7px;
    width: auto;
}
.item_detail_new .search_box i img{
    display: inline-block;
    vertical-align: top;
    width: 65px;
}
.item_detail_new .search_box input[type="text"]{
    -webkit-appearance: none;
    appearance: none;
    margin: 0 1px 0 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1bd99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
    -webkit-box-shadow: 0 0 1px #dacfbb inset;
    -moz-box-shadow: 0 0 1px #dacfbb inset;
    box-shadow: 0 0 1px #dacfbb inset;
}
.item_detail_new .search_box input[type="text"]:-moz-placeholder{color: #bababa;}
.item_detail_new .search_box input[type="text"]::-moz-placeholder{color: #bababa;}
.item_detail_new .search_box input[type="text"]::-webkit-input-placeholder{color: #bababa;}
.item_detail_new .search_box input[type="text"]:-ms-input-placeholder{color: #bababa;}
.item_detail_new .search_box input[type="text"]::placeholder{color: #bababa;}
.item_detail_new .category_head_box{
    margin-bottom: 14px;
}
.item_detail_new .category_head_box h3 img{
    vertical-align: top;
}
.item_detail_new .item_list_box{
    padding: 0;
}
#main .item_detail_new .prod_slick_gallery{
    margin: 0 -6px 25px;
    padding-bottom: 0;
}
.item_detail_new .slick-prev,
.item_detail_new .slick-next{
    display: none !important;
}
.item_detail_new .prod_slick_gallery .slick-slide{
    padding: 0 6px;
}
.item_detail_new .prod_slick_gallery .slick-slide a{display:block;}
.item_detail_new .prod_slick_gallery .slick-slide .item{
    border: 1px solid #7c848a;
    text-align: center;
}
#main .item_detail_new .prod_slick_gallery .slick-dots{
    margin: 0;
    bottom: 0;
    padding: 8px 0 0;
    line-height: 6px;
    position: relative;
}
#main .item_detail_new .prod_slick_gallery .slick-dots li{
    float: none;
    vertical-align: top;
    border: 0;
    font-size: 0;
    margin: 0;
    width: 6px;
    line-height: 6px;
    height: 6px;
    padding: 0 2px;
}
#main .item_detail_new .slick-dots li button,
.item_detail_new .slick-dots li button:before{
    width: 6px;
    height: 6px;
    padding: 0;
}
#main .item_detail_new .slick-dots li button:before{
    line-height: 6px;
    width: 6px;
    height: 6px;
    text-indent: -9999px;
    overflow: hidden;
    background: #9c9c9c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#main .item_detail_new .slick-dots li.slick-active button:before{
    background: #2d2d2d;
}
.item_detail_new .item_list_set p.item_list_title {
    background: url(../img/plain/item_list_ttl_head.png) no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 20px;
    font-size: 9px;
    line-height: 10px;
    font-weight: bold;
}
.item_detail_new .item_list_set p.item_list_title a{
    display: block;
    width: 100%;
    color: #fff;
}
.item_detail_new .item_list_set p.item_code{
    display: none !important;
}
.item_detail_new .item_list_set .item_list_detail p{
    margin: 0 0 5px;
    font-size: 80%;
    align-items: center;
    overflow: hidden;
    vertical-align: middle;
    background-size: 12px 11px;
    line-height: 130% !important;
}
.item_detail_new .item_list_set .item_list_detail p span{
    background: #e9e9e9;
    margin: 0 0 3px;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    display: block;
    font-size: 130%;
}
.item_detail_new .item_list_set img {
    width: 80px;
    display: block;
    margin: 0 auto;
}
.item_detail_new .item_list_set .item_list_detail{
    padding-top: 4px;
    border-top: 1px dotted #000;
}
.item_detail_new .item_list_set .item_list_detail p{
    margin-bottom: 2px;
    font-size: 9px;
    line-height: 13px;
    font-weight: bold;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.item_detail_new .item_list_set .item_list_detail p span{
    padding:0;
    width: 50%;
    text-align: center;
    margin-right: 4px;
    font-size: 9px;
    line-height: 13px;
    font-weight: bold;
}
.item_detail_new .item_list_set .item_list_detail p span.item_price{
    color: #f80000;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    background: #ffeded;
    width: 100%;
    margin: 3px 0 2px;
}

.item_description_hidden {

    display: none!important;
}

#main .category_box h3{
    margin:0 0 10px 0;
    border-left:2px solid #e00000;
    background:none;
    padding:0 0 0 5px;
    font-size:12px;
    line-height:12px;
    font-weight:bold;
    color:#000;
}
#main .category_box{
    overflow:hidden;
    margin:0;
}
#main .category_box ul {
    margin:0 0 20px -5px;
    padding:0;
    list-style:none;
    overflow:hidden;
    overflow-y:auto;
    max-height:100px;
    -webkit-overflow-scrolling: touch;
}
#main .category_box li{
    width:50%;
    float:left;
    height:auto;
    margin:0 0 4px;
    border:0;
    padding:0;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-left:5px;
}
#main .category_box a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position:relative;
    border:1px solid #a8a8a8;
    height:30px;
    width:100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
    padding:2px 2px 2px 32px;
    overflow:hidden;
    position:relative;
    font-size:10px;
    font-weight:bold;
    line-height:12px;
    color:#4a4a4a;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#main .category_box a:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:29px;
    overflow:hidden;
}
#main .category_box a.active{
    box-shadow:0 0 1px 1px rgba(0, 0, 0, .3);
}
#main .category_box a.active:before{
    content:'';
    position:absolute;
    top:1px;
    left:1px;
    right:1px;
    bottom:1px;
    border:1px solid #a8a8a8;
}
#main .category_box a.i_n_01:after{background:url(../img/plain/i_n_01.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_02:after{background:url(../img/plain/i_n_02.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_03:after{background:url(../img/plain/i_n_03.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_04:after{background:url(../img/plain/i_n_04.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_05:after{background:url(../img/plain/i_n_05.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_06:after{background:url(../img/plain/i_n_06.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_07:after{background:url(../img/plain/i_n_07.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_20:after{background:url(../img/plain/i_n_20.png) no-repeat 50%; background-size:14px auto;}
/*#main .category_box a.i_n_21:after{background:url(../img/plain/i_n_21.png) no-repeat 50%; background-size:14px auto;}*/
#main .category_box a.i_n_08:after{background:url(../img/plain/i_n_08.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_09:after{background:url(../img/plain/i_n_09.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_10:after{background:url(../img/plain/i_n_10.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_11:after{background:url(../img/plain/i_n_11.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_12:after{background:url(../img/plain/i_n_12.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_13:after{background:url(../img/plain/i_n_13.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_14:after{background:url(../img/plain/i_n_14.png) no-repeat 50%; background-size:29px auto;}
#main .category_box a.i_n_15:after{background:url(../img/plain/i_n_15.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_16:after{background:url(../img/plain/i_n_16.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_17:after{background:url(../img/plain/i_n_17.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_19:after{background:url(../img/plain/i_n_13.png) no-repeat 50%; background-size:34px auto;}
#main .category_box a.i_n_21:after{background:url(../img/plain/i_n_21.png) no-repeat 50%; background-size:10px auto;}
#main .category_box a.i_n_22:after{background:url(../img/plain/i_n_22.png) no-repeat 50%; background-size:20px auto;}
#main .category_box a.i_n_23:after{background:url(../img/plain/i_n_23.png) no-repeat 50%; background-size:10px auto;}
#main .category_box a.i_n_24:after{background:url(../img/plain/i_n_24.png) no-repeat 50%; background-size:20px auto;}
#main .category_box a.i_n_25:after{background:url(../img/plain/i_n_25.png) no-repeat 50%; background-size:20px auto;}
#main .category_box a.i_n_26:after{background:url(../img/plain/i_n_26.png) no-repeat 50%; background-size:20px auto;}
#main .category_box a.i_n_28:after{background:url(../img/plain/i_n_28.png) no-repeat 50%; background-size:20px auto;}
#main .category_box a.i_n_29:after{background:url(../img/plain/i_n_29.png) no-repeat 50%; background-size:4px auto;}
#main .category_box a.i_n_30:after{background:url(../img/plain/i_n_30.png) no-repeat 50%; background-size:20px auto;}
#main .category_box a.i_n_31:after{background:url(../img/plain/i_n_31.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_32:after{background:url(../img/plain/i_n_32.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_33:after{background:url(../img/plain/i_n_33.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_34:after{background:url(../img/plain/i_n_34.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_35:after{background:url(../img/plain/i_n_35.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_36:after{background:url(../img/plain/i_n_36.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_37:after{background:url(../img/plain/i_n_37.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_38:after{background:url(../img/plain/i_n_38.png) no-repeat 50%;background-size:18px auto;}
#main .category_box a.i_n_39:after{background:url(../img/plain/i_n_39.png) no-repeat 50%;background-size:13px auto;}
.category_head_box h3{
    margin: 0;
    position:relative;
    overflow:hidden;
    padding:0;
    font-size:10px;
    line-height:30px;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.category_head_box h3:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin-right:8px;
    overflow:hidden;
}
.category_head_box h3.category_n_01:before{
    background:url(../img/plain/category_n_01.png) no-repeat;
    background-size:20px auto;
    width:20px;
    height:18px;
}
.category_head_box h3.category_n_02:before{
    background:url(../img/plain/category_n_02.png) no-repeat;
    background-size:22px auto;
    width:22px;
    height:19px;
}
.category_head_box h3.category_n_03:before{
    background:url(../img/plain/category_n_03.png) no-repeat;
    background-size:23px auto;
    width:23px;
    height:20px;
}
.category_head_box h3.category_n_04:before{
    background:url(../img/plain/category_n_04.png) no-repeat;
    background-size:23px auto;
    width:23px;
    height:22px;
}
.category_head_box h3.category_n_05:before{
    background:url(../img/plain/category_n_05.png) no-repeat;
    background-size:25px auto;
    width:25px;
    height:23px;
}
.category_head_box h3.category_n_06:before{
    background:url(../img/plain/category_n_06.png) no-repeat;
    background-size:21px auto;
    width:21px;
    height:24px;
}
.category_head_box h3.category_n_07:before{
    background:url(../img/plain/category_n_07.png) no-repeat;
    background-size:24px auto;
    width:24px;
    height:23px;
}
.category_head_box h3.category_n_020:before{
    background:url(../img/plain/category_n_20.png) no-repeat;
    background-size: 19px auto;
    width: 22px;
    height: 24px;
}
.category_head_box h3.category_n_08:before{
    background:url(../img/plain/category_n_08.png) no-repeat;
    background-size:27px auto;
    width:27px;
    height:13px;
}
.category_head_box h3.category_n_09:before{
    background:url(../img/plain/category_n_09.png) no-repeat;
    background-size:16px auto;
    width:16px;
    height:23px;
}
.category_head_box h3.category_n_10:before{
    background:url(../img/plain/category_n_10.png) no-repeat;
    background-size:12px auto;
    width:12px;
    height:25px;
}
.category_head_box h3.category_n_11:before{
    background:url(../img/plain/category_n_11.png) no-repeat;
    background-size:24px auto;
    width:24px;
    height:22px;
}
.category_head_box h3.category_n_12:before{
    background:url(../img/plain/category_n_12.png) no-repeat;
    background-size:23px auto;
    width:23px;
    height:21px;
}
.category_head_box h3.category_n_13:before{
    background:url(../img/plain/category_n_13.png) no-repeat;
    background-size:13px auto;
    width:13px;
    height:19px;
}
.category_head_box h3.category_n_14:before{
    background:url(../img/plain/category_n_14.png) no-repeat;
    background-size:24px auto;
    width:24px;
    height:19px;
}
.category_head_box h3.category_n_15:before{
    background:url(../img/plain/category_n_15.png) no-repeat;
    background-size:13px auto;
    width:13px;
    height:19px;
}
.category_head_box h3.category_n_16:before{
    background:url(../img/plain/category_n_16.png) no-repeat;
    background-size:16px auto;
    width:16px;
    height:22px;
}
.category_head_box h3.category_n_17:before{
    background:url(../img/plain/category_n_17.png) no-repeat;
    background-size:19px auto;
    width:19px;
    height:13px;
}
.category_head_box h3.category_n_21:before{
    background:url(../img/plain/category_n_21.png) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 24px;
}
.category_head_box h3.category_n_22:before{
    background:url(../img/plain/category_n_22.png) no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 14px;
}
.category_head_box h3.category_n_23:before{
    background:url(../img/plain/category_n_23.png) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 24px;
}
.category_head_box h3.category_n_24:before{
    background:url(../img/plain/category_n_24.png) no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
}
.category_head_box h3.category_n_25:before{
    background:url(../img/plain/category_n_25.png) no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 20px;
}
.category_head_box h3.category_n_26:before{
    background:url(../img/plain/category_n_26.jpg) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 24px;
}
.category_head_box h3.category_n_27:before{
    background:url(../img/plain/category_n_27.png) no-repeat;
    background-size: 14px auto;
    width: 15px;
    height: 24px;
}
.category_head_box h3.category_n_28:before{
    background:url(../img/plain/category_n_28.png) no-repeat;
    background-size: 14px auto;
    width: 15px;
    height: 20px;
}
.category_head_box h3.category_n_29:before{
    background:url(../img/plain/category_n_29.png) no-repeat;
    background-size: 4px auto;
    width: 15px;
    height: 28px;
}
.category_head_box h3.category_n_30:before{
    background:url(../img/plain/category_n_30.png) no-repeat;
    background-size: 14px auto;
    width: 15px;
    height: 15px;
}
.category_head_box h3.category_n_31:before{
    background:url(../img/plain/category_n_31.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 15px;
}
.category_head_box h3.category_n_32:before{
    background:url(../img/plain/category_n_32.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 15px;
}
.category_head_box h3.category_n_33:before{
    background:url(../img/plain/category_n_33.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 15px;
}
.category_head_box h3.category_n_34:before{
    background:url(../img/plain/category_n_34.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 25px;
}
.category_head_box h3.category_n_35:before{
    background:url(../img/plain/category_n_35.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 24px;
}
.category_head_box h3.category_n_36:before{
    background:url(../img/plain/category_n_36.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 15px;
}
.category_head_box h3.category_n_37:before{
    background:url(../img/plain/category_n_37.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 24px;
}
.category_head_box h3.category_n_38:before{
    background:url(../img/plain/category_n_38.png) no-repeat 50% 50%;
    background-size: 18px auto;
    width: 18px;
    height: 24px;
}
.category_head_box h3.category_n_39:before{
    background:url(../img/plain/category_n_39.png) no-repeat 50% 50%;
    background-size: 14px auto;
    width: 15px;
    height: 30px;
}
#topicpath{
    overflow:hidden;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
}
#topicpath li{
    float:none;
    display:inline-block;
    vertical-align:top;
}
#topicpath a{
    display:block;
    font-size:12px;
    line-height:20px;
}
/* category_box end */
/* vacation-box */
.vacation-box{
    overflow:hidden;
    background:#fffde5;
    border:2px solid #ff0c13;
    margin:10px auto 0;
    padding:10px;
    text-decoration:none;
    font-size:9px;
    line-height: 18px !important;
    color:#3c3c3c;
    display: block;
}
.vacation-box h2{
    text-align:center;
    float: left;
    font-size:10px;
    line-height: 18px !important;
    font-weight:bold;
    text-decoration:underline;
    margin:0;
    background: #fb5656;
    padding: 0 4px;
    width:92px;
    color:#fff !important;
    margin:0 10px 5px 0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.vacation-box p{
    margin:0 !important;
    line-height: 18px !important;
    text-align:left;
}
/* vacation-box end */
/* list_search_results */
#main .list_search_results{
    overflow:hidden;
    margin:0;
}
#main .category_n_results strong{
    float:left;
    padding-left:10px;
    font-size:10px;
}
#main .category_n_results span{
    float:right;
    font-weight:normal;
    padding-right:10px;
    font-size:10px;
}
#main .list_search_results li{
    overflow:hidden;
    width: auto;
    height: auto;
    border:0;
    border-bottom:1px dotted #000;
    float: none;
    margin: 0;
    padding: 0;
}
#main .list_search_results li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border:0;
    padding:10px 0;
    -webkit-transition:box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
#main .list_search_results li a:hover{
    box-shadow:0 0 3px 3px rgba(233, 233, 233, 0.7) inset;
}
#main .list_search_results li .image{
    width:84px;
    min-width:84px;
    max-width:84px;
    overflow:hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    margin-right:8px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#main .list_search_results a:hover .image{
    -moz-opacity:0.8;
    opacity:0.8;
}
#main .list_search_results .image img{
    display:block;
    max-width:100%;
    max-height:100%;
    margin:0 auto;
}
#main .list_search_results .text-info{
    width:100%;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#main .list_search_results .text-info h4{
    font-size:9px;
    line-height:12px;
    padding: 0;
    margin: 0 0 4px;
    color:#1397db;
    border-left: 0;
    position:relative;
    display:inline-block;
    vertical-align:top;
    text-decoration:underline;
}
#main .list_search_results .text-info h5{
    display:none;
}
#main .list_search_results .item_list_detail{
    margin:5px 0 0;
    border:0;
    overflow:hidden;
    padding:0;
    display:inline-block;
    vertical-align:top;
}
#main .list_search_results .item_list_detail p{
    overflow:hidden;
    font-size: 9px;
    line-height: 14px !important;
    color:#000;
    margin:4px 0 0;
}
#main .list_search_results .item_list_detail span{
    font-size: 8px;
    background: #e9e9e9;
    margin: 0;
    color: #333;
    font-weight: bold;
    margin-right: 3px;
    width: 70px;
    text-align: center;
    line-height: 14px !important;
    float:left;
}
#main .list_search_results .item_list_detail span.item_price{
    font-size: 9px;
    line-height: 20px;
    font-weight: bold;
    padding: 2px 0;
    color: red;
    background: #ffeded;
    width: 100%;
    margin-top: 3px;
    float:none;
    display:block;
}
/* list_search_results end */
.item_detail_set li:first-child{background:#e2e2e2 !important;}
/* update 08.09.2017 tshirt_sokujitsu */
.ping-sokujitsu-info{
    overflow:hidden;
    background:#ffeaea;
    padding:7px 8px;
    margin-bottom:12px;
    font-size:10px;
    line-height:12px;
    color:#000;
}
.ping-sokujitsu-info h3{
    color:#ea1010;
    font-size:12px;
    line-height:16px;
    font-weight:bold;
    background:none;
    padding:0;
    margin:0 0 10px;
    text-align:left;
}
.sokujitsu-info-list{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.sokujitsu-info-list li{
    font-size:10px;
    line-height:14px;
    color:#000;
    position:relative;
    padding:0 0 0 10px !important;
    background:none !important;
    border:0 !important;
    height:auto !important;
    display:block !important;
    text-align:left !important;
    margin:0 !important;
}
.sokujitsu-info-list li:after{
    content:'繝ｻ';
    position:absolute;
    left:0;
    top:0;
    font-size:10px;
    line-height:14px;
    color:#000;
}
/* update 08.09.2017 tshirt_sokujitsu end */
.item_detail_new .item_list_set p.item_list_title{
    font-size:9px !important;
}
.item_list_set:after{display:none !important;}
.item_list_set li > a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height:80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item_list_set li{height:auto !important;}
.item_detail_new .item_list_set img.mark-grey{
    background:#e2e2e2;
    border:1px solid #d7d7d7;
    margin:4px auto;
}
#main .category_box ul:last-child li:nth-child(7) {display:none;}
#main .category_box ul:last-child li:nth-child(8) {display:none;}
.item_detail_new .item_list_set .item_list_detail p span.item_price{
    font-size:9px !important;
    white-space:normal !important;
    text-align:center !important;
}
.width_for_pants-smart{
    height: 170px !important;
    width: auto !important;
}
.btn_box_set_mug{
    margin: 0 auto 50px;
}




/* halloween-page */

.halloween-page{
    position: relative;
    font-size: 11px;
    line-height: 16px;
    color: #2f2f2f;
    margin-bottom: 60px;
}
.halloween-page .visual-top,
.halloween-page .visual{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.halloween-page .visual-top > img,
.halloween-page .visual > img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.halloween-page .visual-top .hidden-txt,
.halloween-page .visual .hidden-txt{
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.halloween-page .visual-top{
    margin: 0 -10px 12px;
}
.halloween-page .visual-top img{
    display: block;
    width: 100%;
}
.halloween-page .visual{
    background: url(../img/halloween_page/img-visual-02.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 300px;
    min-height: 271px;
}
.halloween-page .visual .text-block{
    padding: 78px 18px 10px 18px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
}
.halloween-page .visual .text-block p{
    margin: 0;
}
.halloween-page .visual .text-block p + p{
    margin-top: 10px;
}
.halloween-page .title{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    color: #720000;
    text-align: left;
    background-color: #ffca00;
    padding: 17px 10px;
    box-sizing: border-box;
    margin: 0 0 12px;
}
.halloween-page .title:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: block;
    border: 1px dashed #a01f1f;
    z-index: 0;
}
.halloween-page .sub-title{
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.halloween-page .halloween-box:after{
    content: '';
    clear: both;
    display: block;
}
.halloween-page .halloween-box .halloween-block + .halloween-block{
    margin-top: 20px;
}
.halloween-page .create-design{
    margin-bottom: 45px;
}
.halloween-page .create-design p{
    margin-bottom: 0;
    width: auto;
    letter-spacing: 1px;
}
.halloween-page a.item{
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
}
.halloween-page a.item:hover{
    box-shadow: 1px 1px #ad0003, 2px 2px #ad0003;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
.halloween-page a.item:hover img{
    opacity: .8;
}
.halloween-page a.item:after{
    content: '';
    position: absolute;
    top: -36px;
    right: 0;
    width: 41px;
    height: 51px;
    overflow: hidden;
    background: url(../img/halloween_page/img-item-btn-sub.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.halloween-page a.item:hover:after{
    -webkit-transform: scale(1.1) rotate(2.3deg);
    transform: scale(1.1) rotate(2.3deg);
    background: url(../img/halloween_page/img-item-btn-sub-hover.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.halloween-page a.item img{
    display: block;
    width: 100%;
}
.halloween-page .event-list{
    display: block;
}
.halloween-page .event-list ul{
    margin: 0 -11px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.halloween-page .event-list li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 11px 22px;
    min-height: 197px;
    max-height: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.halloween-page .event-list .item-list{
    display: block;
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    padding: 5px 0 10px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #009bfd;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.halloween-page .event-list .item-list:hover{
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
@keyframes fadeInUp{
    0%{
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100%{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.halloween-page .event-list .item-list .img{
    display: block;
    min-width: 100%;
    min-height: 120px;
    line-height: 120px;
    margin-bottom: 10px;
}
.halloween-page .event-list .item-list .img img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: 100px;
    height: auto;
}
/* end halloween-page */


/*   20.03.2018     186-nsp   */

.pants-img-smart{
    max-width: 60%;
    display: block;
    margin: 0 auto;
}

/*   20.03.2018     186-nsp    END   */

#main .category_box a.i_n_20:after{background:url(../img/plain/i_n_20.png) no-repeat 50%;background-size: 14px auto;}
#main .category_box a.i_n_21:after{background:url(../img/plain/i_n_21.png) no-repeat 50%;background-size: 10px auto;}
#main .category_box a.i_n_27:after{background:url(../img/plain/i_n_27.png) no-repeat 50%;background-size: 14px auto;}
h3.category_n_020:before {
    background: url(../img/plain/category_n_20.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 13px;
}
h3.category_n_021:before {
    background: url(../img/plain/category_n_21.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 13px;
}
.fixed-height {
    height: 250px;
}
.h150px{
    height: 150px;
}

.user-reward-info {
    border: 1px solid #eeeeee;
    text-align: left;
}

.user-reward-info th, .user-reward-info td {
    padding: 7px 5px;
    text-align:center;
}

.list-item-sale {
    border: 1px solid #eeeeee;
}

.list-item-sale a{
    color: #bc2123 !important;
    display:block;
}
.list-item-sale p ,.list-item-sale a{
    margin: 0 0 5px !important;
}

/*add multi item*/
.content-regist-item .logo-img {
    width: 200px;
}

.content-regist-item .add-item-title {
    font-size: 15px;
    margin-top: 30px;
}

.content-regist-item .add-item-title span {
    font-size: 12px;
    color: #727C8E;
    line-height: 1.8;
}

.content-regist-item .upload-image {
    width: 100%;
    min-height: 200px;
    /*border: 2px dashed #dedede;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.content-regist-item .upload-image .image-content i {
    font-size: 70px;
    color: #dedede;
    max-width: 80%;
}

.content-regist-item .upload-image .note {
    font-size: 10px;
}

.content-regist-item .upload-image .btn-upload-image {
    display: inline-block;
    width: 200px;
    text-align: center;
    background: #bc2123;
    color: white;
    padding: 10px;
    border-radius: 25px;
}

.content-regist-item .image-content img {
    max-height:200px;
}

.content-regist-item #btn-submit-form {
    background: none;
    border: none;
    float: right;
    margin-top: 20px;
}
.content-regist-item #btn-submit-form a{
    text-decoration:underline;
    font-size: 14px;
}
.content-regist-item .product-card {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: box-shadow .5s;
    box-shadow: 0 0 0 0 transparent;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 5px;
    width: calc(50% - 10px);
    min-height: 190px;
    padding: 0;
}


.content-regist-item .product-card.add-item {
    justify-content: center;
    border: dotted #bc2123;
}

.content-regist-item .product-card.recommend-item img {
    width: 100%;
}

.list-big-categories .btn-hide-category {
    position: absolute;
    right: 0;
    font-size: 30px;
    color: #949494;
    cursor: pointer;
    transform: translate(-50%,25%);
    list-style: none;
}

.content-regist-item .btn-hide-product-group {
    position: absolute;
    right: 0;
    font-size: 30px;
    color: #949494;
    cursor: pointer;
    transform: translate(-50%,25%);
    display: none;
}

.content-regist-item .close-group {
    height: 50px;
}

.list-big-categories .btn-hide-category::marker {
    display: none;
}

.content-regist-item .product-card>label {
    width: 100%;
    padding: 10px;
}

.content-regist-item .product-card .title-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center;
}

.content-regist-item .product-card .preview {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    cursor: pointer;
    max-height: 80px;
    margin: 0;
    margin-bottom: 10px;
}

.content-regist-item .product-card.checked {
    border-color: #bc2123;
}
.content-regist-item .product-card svg{
	min-height: 130px;
    width: 100%;
}

.content-regist-item .product-card .action-button {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0 solid transparent;
    outline: none;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background-color: #bc2123;
    bottom: 15px;
    min-width: 90px;
    height: 22px;
    line-height: 20px;
}

.content-regist-item .content {
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto 60px;
    width: 100%;
}

.content-regist-item .product-content .content.active, .content-regist-item .category-content .content.active {
    background-color: unset;
}

.content-regist-item .category-content .tab-content>.active {
    display: flex;
}

.content-regist-item .bottom-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: white;
    z-index: 2;
    height: 60px;
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-regist-item .bottom-bar .btn-back {
    border: 1px solid #e7e7e7;
    padding: 5px 5px;
    border-radius: 35px;
}

.content-regist-item .btn-show-category {
    border: 1px solid #e7e7e7;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: #bc2123;
    color: white;
    font-size: 10px;
}

.content-regist-item .bottom-bar .btn-back:hover {
    color: black;
}

.content-regist-item .bottom-bar .btn-next {
    background-color: #bc2123;
    color: white;
    border: none;
    padding: 5px 30px;
    border-radius: 35px;
}
.content-regist-item label{
    padding-bottom: 7px;
}
.content-regist-item .content-regist-item{
    margin-right: 7px;
}
.content-regist-item .bottom-bar .btn-next:disabled {
    background-color: #e87d7f;
}

.content-regist-item .custom-control-input:checked~.custom-control-label::before {
    border-color: #bc2123 !important;
    background-color: #bc2123 !important;
    box-shadow: unset;
}

.content-regist-item .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: unset;
}
.content-regist-item .custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

.content-regist-item small {
    font-size: 80%;
}

.content-regist-item .list-categories {
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    border-radius: 5px;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
}

.content-regist-item .list-big-categories li {
    border: unset;
}

.content-regist-item .list-big-categories a {
    border-left: unset;
    border-right: unset;
    line-height: unset;
    height: unset;
}

.content-regist-item .list-big-categories .nav {
    all:unset;
    display: flex;
}

.content-regist-item .list-big-categories .category {
    display: inline-block;
    position: relative;
    color: #6e6d7a;
    margin: 10px 0;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    text-align: center;
}

.content-regist-item .list-big-categories .category.active {
    background-color: #efefef;
    color: #0d0c22!important;
    font-weight:bold;
}

.content-regist-item .product {
    min-height: 220px !important;
}

.content-regist-item .product-card .product-info {
    text-align: right;
    width: 100%;
    font-size: 10px;
    margin-right: 15px;
    height: 110px;
}

.content-regist-item .product-card .product-info .number {
    color: #FF0201;
}
.content-regist-item .product-card.display-none {
    display: none;
}
.content-regist-item .btn-edit-design,.content-regist-item .btn-show-group{
    position: absolute;
    right: 5px;
    top: 5px;
}

.content-regist-item .content{
    align-items: inherit;
}
.content-regist-item .product-card{
    width: calc(50% - 10px);
    padding: 10px;
}
.title-header .col-2, .title-header .col-10{
	padding: 0px 4px;
}
.custom-control .custom-control-label::before, .custom-control .custom-control-label::after{
    top: 0px;
    left: 0px;
}
