@charset "shift_jis";
/* ◆◆◆ 共通CSS ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
---------------------------------------------------- */

/*css reset
---------------------------------------------------- */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,caption, tfoot, thead{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", tahoma, arial, helvetica, sans-serif;
}
body {
    line-height: 1.4em;
	color: #666666;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
	vertical-align: bottom;
	height:auto;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

.sp {
   display: none;
}
@media screen and (max-width: 768px) {
    iframe {
        width: 100%;
		/*height:auto;*/
    }
    .pc {
        display: none;
    }
    .sp {
       display: block;
    }

.youtube iframe {
height: 300px !important;
}

}


/*jQuery予約語
----------------------------------------------------------------*/

.rollover {/*ロールオーバー*/}
.lightBox {/*ライトボックス(画像拡大用)*/}
.scroll {/*スムーズスクロール*/}
.fixHeight {/*ボックスの高さ揃え*/}
.drop_shadow {/*ドロップシャドウ*/}





/*フォント基本設定
----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,li,dt,dd,address,.FS2_MyReviewStatus_text{
/* font-size: 75%; */
font-size: 12px;
line-height: 1.4em;
font-style: normal;
list-style-type: none;
color: #666666;
}

body#index h1 {
display:inline;
}

li {line-height: 150%;}
address { font-style: normal; }


/* ログイン */
td.FS2_welcome_area{font-size:12px;padding:0px 0px 4px 0px;margin:0px;}
td.FS2_login_area{padding:2px 0px;margin:0px;}
td.FS2_login_area ul.item,td.FS2_login_area ul.item li{margin:0px;padding:0px;line-height:1.2em;}
td.FS2_login_area .login{margin:0px;}

.fs-p-accountInfo {
    background: none;
    color: #333333;
    padding: 0 0 4px;
    font-size: 12px;
	position: relative;
	width: 960px;
    margin: 0 auto;
}
.fs-p-accountInfo .fs-p-accountInfo__accountName{
    position: absolute;
    right: 0;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
	.fs-p-accountInfo {
		margin:10px 3% 0;
		width: 94%;
	}
	.fs-p-accountInfo .fs-p-accountInfo__accountName {
		position: relative;
		right: 0;
		font-size: 12px;
		top: auto;
	}
	#contents > p {
		margin:0 3%;
	}

	h1,h2,h3,h4,h5,h6,p,li,dt,dd,address,.FS2_MyReviewStatus_text{
		font-size:14px;line-height:1.6em;}/* コム20191212追加 */
}

/* パンクズ */
.system_content{margin:0px 0px 5px 0px;padding:3px;}
.system_content p.pan{font-size:11px;line-height:1.5em;margin-bottom:5px;}
.utility{width:710px;margin:0px auto 0px auto;}

.fs-p-headerUtilityMenu__list.is-ready {
    padding: 6px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.fs-p-headerUtilityMenu__list > li {
		display: inline-block;
	}
	.fs-p-headerUtilityMenu__list a:link {
		padding: 0 0 4px;
	}
}

/*フォント装飾
----------------------------------------------------------------*/

.txt_none {
position: absolute;
left: -9999px;
stop: -9999px;
}

.txt_layout_r {text-align: right;}
.txt_layout_l {text-align: left;}
.txt_layout_c {text-align: center;}

.txt_bold {font-weight: bold;}

.txt_color_red {
color: #FF0000;
font-weight: bold;
}
.txt_color_red_14px {
color: #FF0000;
font-weight: bold;
font-size:14px;
}
.txt_color_red_normal{
color: #FF0000;
}
.txt_color_pink {
color: #cc245b;
font-weight: bold;
}

.txt_color_gray {
color: #333333;
}

.txt_color_gray2 {
color: #333333;
font-weight:bold;
}

.txt_color_gray_12px {
color: #333333;
font-size:12px;
}

.txt_color_gray_14px {
color: #333333;
font-size:14px;
}

.txt_color_gray2_14px {
color: #333333;
font-weight:bold;
font-size:14px;
}



.txt_color_white{
/* font-size: 75%; */
font-size: 12px;;padding:0px 5px 0px 5px;margin:0px;
line-height: 1.4em;
list-style-type: none;
color: #ffffff;
}


.txt_size_1L {font-size: 88%;}
.txt_size_2L {font-size: 94%;}
.txt_size_1S {font-size: 68%;}


.txt_size_14px {font-size: 14px;
				color:#333333;}

.txt_size_15px {font-size: 15px;
				font-weight: bold;
				color:#333333;}

.txt_size_20px {font-size: 20px;
				font-weight: bold;
				color:#452b0b;}

.txt_click {font-size: 15px;
			font-weight: bold;
			color:#333333;}

.txt_click2 {font-size: 12px;
			color:#333333;
			text-decoration: underline;}

.txt_click3 {font-size: 14px;
			color:#333333;
			text-decoration: underline;}


/*リンク設定
----------------------------------------------------------------*/

a:link,
a:visited {
text-decoration: none;
color: #333333;
}
a:hover,
a:active {
color: #ff9900;
text-decoration: underline;
}

a:hover.btn_opacity img {
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}

#leftnavi a:hover img,#contents a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}

a.orange:link,a.orange:visited{color:#FF8D14;text-decoration:none;}
a.orange:hover,a.orange:active{color:#FF8D14;text-decoration:underline;}

.u_line{text-decoration: underline;
		font-size: 15px;
		font-weight: bold;
		color:#333333;
}


a.txt_click:link,
a.txt_click:visited {
text-decoration: underline;
color: #333333;
}

a.txt_click:visited:hover,
a.txt_click:visited:active {
color: #ff9900;
text-decoration: underline;
}

a.txt_click2:link,
a.txt_click2:visited {
text-decoration: underline;
color: #333333;
}

a.txt_click2:hover,
a.txt_click2:active {
color: #ff9900;
text-decoration: underline;
}

a.txt_click3:link,
a.txt_click3:visited {
text-decoration: underline;
color: #333333;
}

a.txt_click3:hover,
a.txt_click3:active {
color: #ff9900;
text-decoration: underline;
}




/* 見出し
----------------------------------------------------------------*/

#contents .bar_l{
	background:url(https://hanger.itembox.design/item/img/bg_bar_l.jpg) 0px 0px no-repeat;
	height:40px;
	font-size:16px;
	line-height:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:1.3em;
	padding:10px 0px 0px 0px;
	margin:25px 0px 12px 0px;
}

h3.bar_l{
	background:url(https://hanger.itembox.design/item/img/bg_bar_l.jpg) 0px 0px no-repeat;
	height:25px;
	font-size:16px;
	line-height:1.1em;
	font-weight:bold;
	color:#ffffff;
	text-indent:1.3em;
	padding:10px 0px 0px 0px;
	margin:25px 0px 12px 0px;
}

#contents .bar_l a:link,#contents .bar_l a:visited{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
#contents .bar_l a:hover,#contents .bar_l a:active{
	color:#CCCCCC;
	display:block;
	text-decoration:none;
}


#contents .bar_m{
	background:url(https://hanger.itembox.design/item/img/bg_bar_m.gif) 0px 20px no-repeat;
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
	text-indent:0.7em;
	padding:20px 0px 5px 0px;
	margin:0px 0px 12px 0px;
	border-bottom:1px dotted #7f7f7f;
	color:#452b0b;
}
#contents .bar_s{
	background:url(https://hanger.itembox.design/item/img/bg_bar_s.jpg) left top no-repeat;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	width:328px;
	line-height:1.7em;
	text-indent:1.5em;
	font-size:13px;
	font-weight:bold;
	color:#452b0b;
	padding-top:3px;
	overflow:hidden;
}

#contents .bgbx{
	padding:13px 15px;
	background:url(https://hanger.itembox.design/item/img/ctg/nameprint_bg.jpg) left top repeat;
	margin:0px 0;
}
#contents .bgbx2{
	padding:0;
	background:url(https://hanger.itembox.design/item/img/ctg/nameprint_bg.jpg) left top repeat;
	margin:0;
}
#contents .bgbx .point_txt{
	line-height:1.4em;
	font-size:15px;
	padding:6px 0 0 0;
	display:block;
}
#contents .bgbx .point_txt2{
	line-height:1.4em;
	font-size:15px;
	padding:0 0 6px 0;
	display:block;
}

/* nameprint */
.nameprint p{
	line-height:20px;
}
.colorsample{
	color:#51300d;
	font-weight:bold;
	margin:0 auto;
}
.colorsample td{
	padding:0 0 15px 0;
}

@media screen and (max-width: 768px) {
    #contents .bar_m {
        margin: 0 3% 5%;
        line-height: 1.4;
    }
}

.floatingbnr1 {
	position:fixed; top:20px; right:0px; z-index:9999;
}

.floatingbnr2 {
	/*position:fixed; top:20px; right:0px; z-index:9999;*/
	position:fixed; top:330px; right:0px; z-index:9999;
}

.floatingbnr3 {
	/*position:fixed; top:270px; right:0px; z-index:9999;*/
	position:fixed; top:580px; right:0px; z-index:9999;
}

.floatingbnr a:hover {
	opacity:0.6;
}

@media screen and (max-width: 768px) {
    .floatingbnr1,
	.floatingbnr2,
	.floatingbnr3 {
        display:none;
    }
}

/*ヘッダー
----------------------------------------------------------------*/
#header {
	background:url(https://hanger.itembox.design/item/img/bg_header.jpg) repeat-x #fff;
	text-align:center;
	overflow-y:auto;
	overflow-x:hidden;
	clear:both;
	margin-bottom:10px;
	top: 0!important;
}

#header .layout {
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow-y:hidden;
}

#header .layout .left {
	float:left;
	width:225px;
}

#header .layout .right {
	float:right;
	width:680px;
}

#header .layout .right .box01 {
	clear:both;
	padding-bottom:35px;
}

#header .layout .right .box02 {
	/*margin-top:20px;*/
	clear:both;
}

#header .layout .right .box01 h1 {
	float:right;
	padding:5px 10px;
	margin:0;
	display:inline;
}

#header .layout .right .box01 #header_navi {
	float:right;
}

#header .layout .right .box01 #header_navi li{
	float:right;
	width:100px;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

#header .layout .right .box01 #header_navi li a:link,#header .layout .right .box01 #header_navi li a:visited {
	display:block;
	padding:5px;
}

#header .layout .right .box01 #header_navi li a:hover,#header .layout .right .box01 #header_navi li a:active {
	display:block;
	color:#fff;
	text-decoration:none;
	background-color:#999;
}

#header .layout .right .box01 .fax{
	display:block;
	color:#673d2f;
	text-decoration:none;
	float:right;
	text-align:center;
	width:140px !important;
	clear:both;
	font-size:13px;
	line-height:1.4em;
	border:1px solid #ccc;
	border-top: none;
	background:url(../common/images/hd_icon_ya.gif) right 5px no-repeat;
}
#header .layout .right .box01 .fax a{
	display:block;
	padding:5px 5px 5px 5px;
}
#header .layout .right .box01 .fax a:link,#header .layout .right .box01 .fax a:visited{
	background-color:#ffbf4f;
	text-decoration:none;
	color:#673d2f;

}
#header .layout .right .box01 .fax a:hover,#header .layout .right .box01 .fax a:active{
	background-color:#ffa70e;
	text-decoration:none;
	color:#FFFFFF;

}
#header .layout .right .box01 #header_navi li.br_n a{
	border-right:none;
	clear:both;
}

#header .layout .right .box02 ul#header_menu{
	border-right:#ccc solid 1px;
	float:right;
	margin-top:36px;
	margin-right:5px;
}

#header .layout .right .box02 ul#header_menu li {
	float:right;
	border-left:#ccc solid 1px;
}

#header #gnavi {
	width:960px;
	clear:both;
	margin:0px auto;
	padding:5px 0px 0px 0px;
}
#header #gnavi li {
	background:#fff;
	float:left;
	margin:0px;
	padding:0px;
	overflow:auto;
	display:block;
}

#header #gnavi li a:link,#header #gnavi li a:visited{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
#header #gnavi li a:hover,#header #gnavi li a:active{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
/*会員ログイン、ログアウト切り替え*/
#header .fs-p-headerUtilityMenu__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

#header .fs-p-headerUtilityMenu__list.is-ready {
  display: block;
  border: 0;
}

#header .fs-p-headerUtilityMenu__list > li + li {
  margin-left: 0;
}
#header .fs-p-headerUtilityMenu__list a::before {
  content: "";
  border: none;
}
#header .fs-pt-menu__heading {
    padding: 8px 0;
}
#header .fs-p-headerUtilityMenu__list a:hover {
   padding:0;
   margin:-7px 0;
}
#header .layout .right .box01 #header_navi li .fs-pt-menu__item{
    border-bottom: 0;
}

@media screen and (max-width: 768px) {
    #header {
        background: none;
        text-align:center;
        overflow-y:auto;
        overflow-x:hidden;
        clear:both;
        margin: 0;
        top: 0!important;
        /*max-width: 640px;*/
        width: 100%;
    }

    #header .layout {
        width:100%;
        margin:0 auto;
        text-align:left;
        overflow-y:hidden;
    }

    #header .layout .left {
        float:none;
        width:%;;
    }

    #header .layout .right {
        float:none;
        width:100%;
    }
    #header img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .header-topbox {
        background-color: #666666;
        margin-bottom: 3%;
        width: 100%;
    }
    .header-topbox p {
        text-align: center;
        color: white;
        font-size: 15px;
        padding: 10px;
    }
    .header-logobox {
        padding: 0 2%;
        width: auto;
        display: block;
        margin-bottom: 3%;
    }
    .header-left-box {
        float: left;
        width: 40%;
    }
    .header-right-box {
        float: right;
        width: 55%;
    }
    .header-right-box ul {
        width: 65%;
        max-width: 190px;
        margin: 0 0 3% auto;
    }
    .header-right-box ul li {
        float: left;
        width: 45%;
    }
    .header-right-box ul li:first-child {
        margin-right: 10px;
    }
    .menu-area img {
        max-width: 100%;
        height: auto;
        width: 100%;
        vertical-align: bottom;
    }
    .menu-area ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .menu-area li {
        width: 19%;
    }

	#header #menu {
		position: fixed;
		/*margin-top: 144px;*/
		width: 100%;
		background: #666;
		opacity: .8;
		/*z-index: 999;*/
	    top: 130px;/*コム20191213追加*/
	}
	#header #menu li{
		border-bottom: 1px dotted #fff;
	}
	#header #menu li:last-child{
		border-bottom: none;
	}
	#header #menu li a{
		padding: 20px 0;
		display: block;
		font-size: 16px;
		color:#fff;
	}
}

/*メイン
----------------------------------------------------------------*/

#main {
	width:960px;
	margin:20px auto;
	position:static;
	clear:both;
}
@media screen and (max-width: 768px) {
	#main {
		width:100%;
		margin-top: 0;
	}
}


/* サーチ */
div#search {
	width:220px;
	height:243px;
	float:left;
	background:url(https://hanger.itembox.design/item/img/bg_seach.jpg) no-repeat;
}
div#search > img{
	margin: 8px 0 10px 14px;
}

div#search img.ttl,div#main div#popular img.ttl,div#main div#info img.ttl {
	margin:8px 10px 20px 10px;
}

div#search form {
	text-align:center;
}

div#search form {

}

div#search form p {
	margin-bottom:3px;
	padding-bottom:8px;
	width:180px;
	margin:0 auto;
}

div#search form p.price input {
	width:78px;
	height:20px;
}

div#search form p.stock {
	font-size:12px;
	padding:5px 0 0 0;
}

div#search form p.stock input {
	vertical-align:-2px;
}

div#search form p input.search_btn {
	margin-top:10px;
}

.keyword_box {
	width:180px;
	height:20px;
}
@media screen and (max-width: 768px) {
	.keyword_box {
		width: 100%;
		height: 30px;
	}
	div#search form p.price input {
		width: 44%;
		height: 30px;
	}
	div#search {
		width: 100%;
		height: auto;
		background: none;
		float: none;
	}
	div#search > p{
		display:block;
		width: 100%;
		height: auto;
		background: #333;
		font-size:20px;
		color:#fff;
		padding:2% 0;
		text-align:center;
		margin-bottom:20px;
	}
	div#search form p {
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: 90%;
		margin: 0 5%;
		font-size:16px;
		display: inline-block;
		text-align: center;
	}
	div#search form p.stock {
		font-size: 16px;
	}
	#topbnr_name {
		width: 100%;
		height: auto;
		float: none;
	}
}

/*レフトナビ
----------------------------------------------------------------*/
#main #leftnavi{
	width:220px;
	margin:0px;
	padding:0px;
	float:left;
}

/* カテゴリリンク */
#leftnavi .navibx{
	width:220px;
	margin:10px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	background-color:#e5e0d2;
	clear:both;
}
#leftnavi .navibx dl{
	margin:0px;
	padding:0px 0px 10px 0px;
}
#leftnavi .navibx dl dd{
	padding:8px 5px 6px 15px;
	margin:0px;
	background:url(https://hanger.itembox.design/item/img/icn_arrow03.png) 6px 11px no-repeat;
	line-height:1.3em;
	font-size:12px;
	font-weight:bold;
}
#leftnavi .navibx dl dt{
	font-size:11px;
	line-height:1.2em;
	padding:0px 5px 5px 12px;
}

#leftnavi .navibx .border_top{
	border-top:1px dotted #333333;
	margin-top:3px;
}
#leftnavi .navibx dt.navi_hidden{
	position:relative;top:0px;left:0px;
	z-index:10;
	width:220px;
	height:45px;
	padding:0px;
	margin:0px;
}
#leftnavi .selected{display:none;}
#leftnavi .navibx .handle{
	z-index:1;
}


/* レフナビバナー */
#leftnavi .shopping_guide{
	width:220px;
	text-align:center;
	background:url(https://hanger.itembox.design/item/img/left_bn_sguide_bg.jpg) left bottom no-repeat;
	height:185px;
	margin:10px 0px 15px 0px;
}
#leftnavi .shopping_guide img{
	margin:0px auto;
}

#leftnavi .leftbn{
	margin-bottom:15px;
	border:none;
}

@media screen and (max-width: 768px) {
	#main #leftnavi{
		width:100%;
		margin:0px;
		padding:0px;
		float:none;
	}
	#leftnavi .bnrBox img{
		width:80%;
		margin:0 10%;
	}
	#leftnavi .leftbn {
		width:80%;
		margin:0 10% 10px;
	}
}

/*コンテンツ
----------------------------------------------------------------*/
#contents{
	width:710px;
	float:right;
	margin:0px;
	padding:0px;
}

/* pankuzu */
#contents .pankuzu{
	width:710px;
	text-align:left;
	text-indent:1.0em;
	font-size:10px;
	padding:10px 0px;
	background-color:#efefef;
	border-top:1px dotted #B2B2B2;
	margin-bottom:5px;
}
#contents {
	width:710px;
	margin:0px;
	padding:0px;
}
#contents .mainbn{
	margin-bottom:15px;
}

/* ctg_top */
#contents .info_linkbx{
	width:328px;
	float:right;
	padding:0px 0px 10px 0px;
	_margin:0px 0px 0px 6px;
	margin:0px 0px 0px 12px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
#contents .info_linkbx dl{
	width:328px;
	height:25px;
	margin:0px;
	padding:0px 0px 9px 0px;
	float:right;
}
#contents .info_linkbx dt{
	margin-bottom:4px;
	height:23px;
}
#contents .info_linkbx dd{
	background:url(https://hanger.itembox.design/item/img/icn_arrow01.gif) 7px 11px no-repeat;
	padding:7px 5px 0px 25px;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
    #contents .info_linkbx{
        width: auto;
        margin: 0 3%;
        float: none;
        border: 0;
    }
}

/* ctg_linkbx */
#contents .ctgli{
	padding:0px 0px 15px 0px;
	overflow:auto;
}

#contents .ctgli .bx174px{
	width:174px;
	margin:0px;
	padding:0px 4px 0px 0px;
	float:left;
}
#contents .ctgli .bx174px_r{
	width:174px;
	margin:0px;
	padding:0px 0px 0px 0px !important;
	float:left;
}
#contents .ctgli .icon_l{
	background:url(https://hanger.itembox.design/item/img/icn_arrow01.gif) 1px 6px no-repeat;
	padding:5px 0px 8px 17px;
	text-align:left;
	line-height:1.2em;
	font-size:12px;
	font-weight:bold;
}
#contents .ctgli .txt{
	font-size:11px;
	text-align:left;
	line-height:1.3em;
	padding:0px 3px 0px 0px;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
    #contents .ctgli {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 3%;
    }
    #contents .ctgli a {
        width: 49%;
        margin-bottom: 3%;
    }
    #contents .ctgli .bx174px,
    #contents .ctgli .bx174px_r {
        width: 100%;
        padding: 0;
        float: none;
    }
}

/* sctg */
#contents p.sctg_txt1{
	padding:0px 10px 10px 10px;
	margin:0px;
}

/* ctgbn_bx */
#contents .ctgbn_li {
	zoom:1;
	overflow:hidden;
}
#contents .ctgbn_li:after{
content: "";
display: block;
clear: both;}
/*#contents .ctgbn_li{clear:both;}*/
#contents .ctgbn_bx{
	border:1px solid #cfc9c9;
	background:url(https://hanger.itembox.design/item/img/icn_arrow01.gif) 10px center no-repeat;
	width:170px;
	height:50px;
	line-height:1.2em;
	font-size:12px;
	overflow:auto;
	float:left;
	margin:0px 7px 7px 0px;
}
#contents a:link .ctgbn_bx,#contents a:visited .ctgbn_bx{
	background-color:#f9f7f2;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
#contents a:hover .ctgbn_bx,a:active .ctgbn_bx{
	background-color:#f5f0e3;
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}
#contents .ctgbn_bx .gyou1{
	margin:0px;
	padding:17px 0px 0px 28px;
	font-size:12px;
	width:142px;
	text-decoration:none;
}
#contents .ctgbn_bx .gyou2{
	margin:0px;
	padding:10px 0px 0px 28px;
	font-size:12px;
	width:142px;
	text-decoration:none;
	line-height:1.3em;
}
@media screen and (max-width: 768px) {
    #contents .ctgbn_li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 3%;
    }
    #contents .ctgbn_li a {
        width: 100%;
    }
    #contents .ctgbn_bx {
        width: 100%;
        margin: 0 0 2%;
        height: auto;
    }
    #contents .ctgbn_bx .gyou1,
    #contents .ctgbn_bx .gyou2 {
    	padding:3% 0 3% 28px;
        line-height: 1.4;
        width: 100%
    }

}


/* newitembx */
#contents .newitembx{
	width:710px;
	overflow:hidden;
	background:url(https://hanger.itembox.design/item/img/newitembx_bg.jpg) left top no-repeat;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
}
#contents .newitembx .title{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	text-indent:3.3em;
	padding:10px 0px 25px 0px;
}
#contents .newitembx .newitem{
	width:120px;
	padding:0px 0px 18px 18px;
	margin:0px 0px 0px 0px;
	float:left;
	font-size:11px;
	text-align:left;
	line-height:1.3em;
}
#contents .newitembx .newitem span{
	color:#FF0000;
}
#contents .newitembx .newitem img{
	margin-bottom:5px;
}

.txtborderbx{
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	margin:25px 0px;
	padding:25px 0px;
}


#contents .detail_link{
	padding:15px 0 15px 0;
	text-align:right;
	line-height:1.2em;
	font-size:12px;
	display: block;
	clear:both;
}

#contents .nouki{
	margin:10px 0 0 0;
	text-align:left;
}
#contents .nouki img{
	float:left;
}
#contents .nouki p{
	padding:5px;
	text-align:left;
	display:block;
}

#contents .dl_style1{
	color:#666666;
	margin-left:10px;
	display:block;
}
#contents .dl_style1 dt{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #666666;
	padding:0 0 3px 3px;
}
#contents .dl_style1 dd{
	padding:7px 3px 30px 30px;
}

#contents .dl_style2{
	color:#666666;
	margin-left:10px;
	display:block;
}
#contents .dl_style2 dt{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #666666;
	padding:0 0 3px 3px;
}
#contents .dl_style2 dd{
	padding:12px 3px 28px 3px;
}

/*** 革のお手入れ ***/
#contents .repair_box{
	width:710px;
	margin:0 0 30px 0;
}

#contents .repair_right{
	width:440px;
	float:right;
}

#contents .repair_bar{
	width:440px;
	margin:0 0 10px 0;
	padding:0 0 8px;
	background:url(https://hanger.itembox.design/item/img/bg_bar_m.gif) no-repeat left 5%;
}

#contents .repair_right .repair_box_ttl{
	margin:0 0 6px 0;
}

#contents .repair_right .repair_box_txt{
	text-align:right;
}

@media screen and (max-width: 768px) {
	#contents {
		width: 100%;
		margin: 0px;
		padding: 0px;
		float:none;
	}
    /*** 革のお手入れ ***/
    #contents .repair_box{
        width:100%;
        margin:0 0 8% 0;
    }

    #contents .repair_right{
        width:100%;
        float:none;
    }

    #contents .repair_bar{
        width:auto;
        margin: 0 3% 5%;
    }

    #contents .repair_right .repair_box_ttl{
        margin:0 0 6px 0;
        padding: 0 3%;
    }

    #contents .repair_right .repair_box_txt{
        text-align:right;
        padding: 0 3%;
    }
}


/*商品詳細ページ
----------------------------------------------------------------*/

.fs-c-breadcrumb__list {
    background: #eee;
    margin-bottom: 5px;
}
.fs-c-productPointDisplay span{
	color: #ffffff;
}
.fs-c-variationCart--withImage > li {
	padding: 2%;
	border: 1px solid #ddd;
}
.fs-c-button--primary span{
    color: #ffffff;
}
.fs-c-variationLabel {
    font-size: 1.4rem;
	margin: 30px 0 10px;
	background: #f5f5f5;
    padding: 10px;
}
.fs-c-button--primary {
    background: #df1a41;
    border-radius: 5px;
	border:none;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 1.2em 1.6em 1em;
    box-shadow: none;
}
.fs-c-productPrice {
	margin: 0 0 20px;
}
.fs-c-productPrice__main__label {
    font-size: 18px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price span {
    font-size: 3rem;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price span{
    font-size:3rem;
	color:#df1a41;
	font-weight: bold;
}
#fs-recommend--flick {
	margin:30px 0 50px;
}
.priceComent {
	width:54%;
}
.fs-c-variationRadioList > li {
    padding: 20px 10px;
}
.fs-c-productQuantityAndWishlist__quantity {
    margin-top: 20px;
    position: relative;
}
.fs-c-productQuantityAndWishlist__quantity::before {
    content: "数量";
    position: absolute;
    top: 4px;
}
/*.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select.fs-system-quantity-list {
    margin-left: 40px;
}*/
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select,
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__number,
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__message {
    margin-left: 40px;
}
.fs-c-productPostage,
.fs-c-productPostage::after {
    display: inline-block;
}
.fs-c-productSelection__name {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px 0;
}
fs-c-dropdown__menu {
    padding: 8px 3em 8px 8px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    padding: 0.6em 1em;
}
.fs-c-returnedSpecialContract__link a:before {
	content:">";
}
.fs-p-productDescription.fs-p-productDescription--full table{
	width:100%;
}
.tradesafe {
	margin:20px 0;
}
.fs-c-tradeSafeContainer {
	margin: 0 20px 0 0;
    float: left;
}
.fs-c-variationMatrix__panel > * {
    margin:6px 0 0;
	font-size: 14px;
}
.fs-c-productSalesPeriod {
    margin: 10px 0;
}
.snsbox {
	display:flex;
}
.snsbox .fs-c-button--inquiryAboutProduct {
	margin:0 10px;
}

.snsbox .fs-c-buttonContainer a,
.snsbox button{
	margin-right: 10px;
    /*padding: 8px 8px 9px;
	border: 1px solid #aaa;
    background: #fafafa;
    border-radius: 5px;
    display: block;*/
}
.fs-c-buttonContainer {
    justify-content: left;
}
.fs-p-scrollingCartButton {
    /*bottom: 3%;*/
	bottom:11%;/* 20191213変更 */
}
.fs-p-scrollingCartButton__button {
    padding: 18px;
}
.fs-p-scrollingCartButton__icon {
    font-size: 5.8rem;
}
.fs-p-cartItemNumber {
    font-size: 1.5rem;
    padding: 0.3em;
}

@media screen and (max-width: 768px) {
	.fs-l-productLayout {
		padding: 0 3% 10%;
	}
	.fs-l-productLayout table{
		width:100%;
	}
	.fs-c-tradeSafeContainer {
		margin: 0 0 10px;
		float: none;
	}
	.snsbox {
		display:block;
	}
	.fs-p-scrollingCartButton__button {
		padding: 8px;
	}
	.fs-p-cartItemNumber {
		font-size: 1rem;
		padding: 0.25em 0.4em;
	}
	.fs-p-scrollingCartButton__icon {
		font-size: 3.6rem;
	}
}


/* 共通部（デフォルトテーマ）
----------------------------------------------------------------*/

.fs-c-heading--page {
	margin: 24px 0;
}
.fs-c-button--cancel {
	padding-top: 20px;
}
.fs-c-button--secondary .fs-c-button__label {
	color:#fff;
}
@media screen and (max-width: 768px) {
    .fs-c-heading--page {
        margin: 6% 0;
        line-height: 1.4;
        padding: 0 3% 1em;
    }
	.fs-c-inputInformation {
		margin:0 3%;
	}
	.fs-c-button--cancel {
        padding-top: 10px;
    }
}


/* ポイントについて
----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    .fs-p-aboutPoints {
        padding: 0 3% 15%;
    }
}



/* マイページ
----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.fs-l-account {
		padding: 0 3%;
	}
	.fs-c-wishlistProduct {
		margin-bottom: 10%;
	}
}

/* お気に入り
----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.fs-p-announcement {
		margin: 3%;
	}
	.fs-c-buttonContainer--myPageTop,
	.fs-c-buttonContainer--back {
		margin: 3%;
	}
}

/* カート
----------------------------------------------------------------*/
.fs-c-wishlistProduct {
	margin:5% 0;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    margin: 0 0 2%;
	padding: 0 0 1%;
}
.fs-c-viewAllProductsLink__label {
	border: 1px solid #aaa;
    padding: 6px 10px;
    color: #777;
}


/*フッター
----------------------------------------------------------------*/
div#footer {
	clear:both;
	height:393px;
	background:url(https://hanger.itembox.design/item/img/bg_footer.jpg) repeat-x #fff;
	text-align:center;
	margin-top:20px;
	width:100%;
}

div#footer div.box01 {
	width:960px;
	margin:0 auto;
	text-align:right;
	clear:both;
}

div#footer div.box02 {
	width:960px;
	margin:0 auto;
	clear:both;
	margin-top:10px;
}

div#footer div.box02 div {
	float:left;
	text-align:left;
	/*width:152px;*/
	width:calc(924px / 5);
	background-color:#d8d1c1;
}

div#footer div.box02 div.hover {
	background-color:#FFFFFF !important;
}

div#footer div.box02 div p {
}

div#footer div.box02 div p span {
	display:block;
	padding:8px 5px 10px 14px;
	font-weight:bold;
	line-height:110%;
	font-size:80%;
	background:url(https://hanger.itembox.design/item/img/icn_arrow02.png) no-repeat 5px 10px;
}
div#footer div.box02 div#ft_home p span,div#footer div.box02 div#ft_hanger p span {
	display:block;
	padding:8px 5px 10px 11px;
	font-weight:bold;
	line-height:110%;
	font-size:80%;
	background:url(https://hanger.itembox.design/item/img/icn_arrow02.png) no-repeat 5px 10px;
}

div#footer div.box02 div#ft_home,div#footer div.box02 div#ft_hanger{
	border-left:3px solid #E6E0D2;
}


div#footer div.box02 div#ft_home p span {
	padding:10px 5px 10px 20px;
	background:url(https://hanger.itembox.design/item/img/icn_home.png) no-repeat 3px 10px;
}


div#footer div.box02 div ul {
	font-size:80%;
	padding:5px;
}

div#footer div.box02 div ul li {
	margin-bottom:5px;
	font-size:10px;
}

.bdr_b {
	border-bottom:10px solid #e3ddcf;
}

.bdr_t {
	border-top:10px solid #e3ddcf;
}

div#footer div.box03 {
	width:960px;
	text-align: right;
	margin:0 auto;
	clear:both;
	margin-top:10px;
	background-color:#e6e0d2;
}

@media screen and (max-width: 768px) {
    div#footer {
        height: auto;
        text-align: left;
        margin-top: 0;
        background: none;
    }
    .f-menubox ul {
        border-top:1px solid #d9d9d9;
    }
    .f-menubox ul li a {
        display: block;
        padding: 16px 3% 16px 5%;
        border-bottom:1px solid #d9d9d9;
        position: relative;
        font-size: 14px;
    }
    .f-menubox ul li a:link,
    .f-menubox ul li a:visited,
    .f-menubox ul li a:hover,
    .f-menubox ul li a:active {
        color:#000000;
        text-decoration:none;
    }
    .f-menubox ul li:nth-child(1) a {
        background: url(https://www.hanger.jp/sp/images/nsp_footer_icon01.jpg) no-repeat 3% 50%/auto 60%, url(http://ad10.sneaz.jp/common/images/arrow_03.png) no-repeat right 10px center/10px auto;
    }
    .f-menubox ul li:nth-child(2) a {
        background:url(https://www.hanger.jp/sp/images/nsp_footer_icon02.jpg)no-repeat 3% 50%/auto 60%, url(http://ad10.sneaz.jp/common/images/arrow_03.png) no-repeat right 10px center/10px auto;
    }
    .f-menubox ul li:nth-child(3) a {
        background:url(https://www.hanger.jp/sp/images/nsp_footer_icon03.jpg)no-repeat 3% 50%/auto 60%, url(http://ad10.sneaz.jp/common/images/arrow_03.png) no-repeat right 10px center/10px auto;
    }
    .f-menubox ul li:nth-child(4) a {
        background:url(https://www.hanger.jp/sp/images/nsp_footer_icon04.jpg)no-repeat 3% 50%/auto 60%, url(http://ad10.sneaz.jp/common/images/arrow_03.png) no-repeat right 10px center/10px auto;
    }
    .f-menubox ul li:nth-child(5) a {
        background:url(https://www.hanger.jp/sp/images/nsp_footer_icon05.jpg)no-repeat 3% 50%/auto 60%, url(http://ad10.sneaz.jp/common/images/arrow_03.png) no-repeat right 10px center/10px auto;
    }
    /*.f-menubox ul li a:after {
        position: absolute;
        top: 23%;
        right: 10px;
        content: "";
        background: url(../images/arrow_03.png);
        width: 8px;
        height: auto;
    }*/

    div#footer div.box01.pagetop_btn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #472a0c;
    }
    div#footer div.box01.pagetop_btn img {
        width: 80%;
    }
    div#footer div.box01.pagetop_btn img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
        vertical-align: bottom;
    }
    .top-box {
        text-align: center;
    }

    div#footer div.box02 {
        width:100%;
        margin:0 auto;
    }

    div#footer div.box02 div {
        float:none;
        width:100%;
    }
    div#footer div.box02 div#ft_home {
        border-left: 0;
    }
    div#footer div.box02 div#ft_home p span {
        padding: 16px 3% 16px 13%;
        background: url(https://hanger.itembox.design/item/img/icn_home.png) no-repeat 3% 50%/auto 52%, url(http://ad10.sneaz.jp/common/images/arrow_03.png) no-repeat right 10px center/10px auto;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

	div#footer div.box02 div#ft_home, div#footer div.box02 div#ft_hanger {
		border-left: none;
	}
	#categoryMenu div p {
		background: #f7f3eb;
		border-bottom: 1px solid #d8d1c1;
	}
	div#footer #categoryMenu div p span,
	div#footer #categoryMenu div#ft_hanger p span {
		padding: 16px 3% 16px 5%;
		background: url(https://hanger.itembox.design/item/img/sp/arrow_03.png) no-repeat right 10px center/10px auto;
		font-size: 14px;
		color: #000;
		font-weight: normal;
	}

}


/*コピーライト
----------------------------------------------------------------*/
div#copy {
	clear:both;
	height:35px;
	background:url(https://hanger.itembox.design/item/img/bg_address.jpg) repeat-x #fff;
	text-align:center;
	color:#fff;
	font-size:100%;
}

div#copy .bx960px{
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

div#copy .bx960px address{
	padding:10px 0 0 5px;
	color:#fff;
	float:left;
	color:#FFFFFF;
	font-weight:normal;
	display:block;
}
div#copy .bx960px .linkbx{
	float:right;
	text-align:right;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.5em;
	width:450px;
	padding:0;
	margin:0;
	max-height:30px;
	overflow:hidden;
}
div#copy .bx960px .linkbx a{
	background:url(https://hanger.itembox.design/item/img/icn_arrow01.gif) 15px 10px no-repeat;
	padding:8px 5px 0 30px;
	display:block;
	float:right;
	max-height:30px;
}
div#copy .bx960px .linkbx a:link,div#copy .bx960px .linkbx a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
div#copy .bx960px .linkbx a:hover,div#copy .bx960px .linkbx a:active{
	color:#FF8503;
	text-decoration:none;
}

@media screen and (max-width: 768px) {
    div#copy {
        height:auto;
        background: #E3E3E3;
        text-align:center;
        color: #282828;
        font-size: 13px;
        padding: 10px;
        width: auto;
    }

    div#copy .bx960px{
        width:100%;
        margin:0 auto;
        padding:0;
        overflow:hidden;
    }

    div#copy .bx960px address{
        padding:0;
        float:none;
        color: #282828;
        font-weight:normal;
        display:block;
    }
}

/*凡庸セレクタ
----------------------------------------------------------------*/
/*フロート、クリア*/
.f_l {
	float:left;
}

.f_r {
	float:right;
}

.clr {
	clear:both;
}

*:after {
  display:block;
  clear:both;}

.clearfix {
	zoom:1;
	overflow:hidden;
}
.clearfix:after{
content: "";
display: block;
clear: both;}


/*テキスト寄せ*/
.t_l {text-align:left;}
.t_r {text-align:right;	}
.t_c {text-align:center;}

/*マージン*/
.mt_0 {margin-top:0px;}
.mt_5 {margin-top:5px;}
.mt_10 {margin-top:10px;}
.mt_20 {margin-top:20px;}
.mt_30 {margin-top:30px;}
.mt_40 {margin-top:40px;}
.mt_50 {margin-top:50px;}
.mt_80 {margin-top:80px;}
.mt_100 {margin-top:100px;}
.mt_150 {margin-top:150px;}
.mt_160 {margin-top:160px;}
.mb_5 {margin-bottom:5px;}
.mb_10 {margin-bottom:10px;}
.mb_20 {margin-bottom:20px;}
.mb_30 {margin-bottom:30px;}
.mb_40 {margin-bottom:40px;}
.mb_50 {margin-bottom:50px;}
.mb_80 {margin-bottom:80px;}
.mb_100 {margin-bottom:100px;}
.ml_10 {margin-left:10px;}
.ml_20 {margin-left:20px;}
.ml_30 {margin-left:30px;}
.mr_8 {margin-right:8px;}
.mr_9 {margin-right:9px;}
.mr_10 {margin-right:10px;}
.mr_15 {margin-right:15px;}
.mr_20 {margin-right:20px;}
.mr_30 {margin-right:30px;}

/*パディング*/
.p_10 {padding:10px;}
.p_20 {padding:20px;}
.p_30 {padding:30px;}

.pt_0 {padding-top:0px;}
.pt_10 {padding-top:10px;}
.pt_20 {padding-top:20px;}
.pt_30 {padding-top:30px;}
.pt_40 {padding-top:40px;}
.pt_50 {padding-top:50px;}
.pt_80 {padding-top:80px;}
.pt_100 {padding-top:100px;}
.pt_150 {padding-top:150px;}
.pt_160 {padding-top:160px;}
.pb_10 {padding-bottom:10px;}
.pb_20 {padding-bottom:20px;}
.pb_30 {padding-bottom:30px;}
.pb_40 {padding-bottom:40px;}
.pb_50 {padding-bottom:50px;}
.pb_80 {padding-bottom:80px;}
.pb_100 {padding-bottom:100px;}
.pl_10 {padding-left:10px;}
.pl_20 {padding-left:20px;}
.pl_30 {padding-left:30px;}
.pr_8 {padding-right:8px;}
.pr_9 {padding-right:9px;}
.pr_10 {padding-right:10px;}
.pr_20 {padding-right:20px;}
.pr_30 {padding-right:30px;}


/* overflow */
.ovf{overflow:auto;}

/* box */
.bx250{width:250px;}
.bx300{width:300px;}
.bx335{width:335px;}
.bx350{width:350px;}
.bx375{width:375px;}
.bx400{width:400px;}
.bx450{width:450px;}
.bx470{width:470px;}
.bx500{width:500px;}
.bx550{width:550px;}
.bx600{width:600px;}
.bx650{width:650px;}
.bx700{width:700px;}

.bxbrown{
	background-color:#e5e0d2;
	color:#452b0b;
	padding:15px;
	text-align:left;
	font-size:12px;
	line-height:1.4em;
}

.bxboder{
	margin:0px;
	padding:13px 16px;
	background-color:#fffaec;
	border-top:1px solid #ffa349;
	border-bottom:1px solid #ffa349;
}

.bxboder p{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	line-height:26px;
}

.bxboder2{
	margin:0px;
	padding:10px 9px;
	border:4px solid #cdcdcd;
}

.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}


table.table01{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
table.table01 td,table.table01 th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	padding:15px 5px;
	text-align:center;
	line-height:1.4em;
}
table.table01 th{
	background-color:#e5e0d2;
}

table.table02{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
table.table02 td,table.table02 th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	padding:10px 15px;
	line-height:1.4em;
}
table.table02 th{
	background-color:#e5e0d2;
}

table.table03{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
table.table03 td,
table.table03 th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	padding:5px;
	line-height:1.4em;
}
table.table03 th{
	background-color:#e5e0d2;
}
table.table04 {
    margin: 0 auto 50px;
    padding: 0;
}
table.table05 {
    margin: 0 auto 10px;
    padding: 0;
}
table.table06 {
    margin: 0 auto;
    padding: 0;
    border: 0;
    height: auto;
}
table.table06 div {
    width: 100% ;
    padding: 0 0 0 469px;
}
table.table06 .innerBox01 {
    width: 710px;
    height: 150px;
}
table.table06 .innerBox02 {
    width: 710px;
    height: 135px;
    padding: 470px;
}
table.table06 .innerBox03 {
    width: 710px;
    height: 50px;
}
ul.ya_list{
	margin:0px 0px 10px 10px;
}
ul.ya_list li{
	background:url(https://hanger.itembox.design/item/img/icn_arrow01.gif) 1px 6px no-repeat;
	padding:5px 0px 8px 17px;
	text-align:left;
	line-height:1.2em;
	font-size:12px;
}
ul.ya_list2{
	margin:0px 0px 10px 10px;
}
ul.ya_list2 li{
	background:url(https://hanger.itembox.design/item/img/icn_arrow01.gif) 1px 6px no-repeat;
	padding:5px 0px 8px 17px;
	text-align:left;
	line-height:1.2em;
	font-size:12px;
	width:200px;
	float:left;
}
@media screen and (max-width: 768px) {
    /* box */
    .bx250{width:250px;}
    .bx300,
    .bx335,
    .bx350,
    .bx375,
    .bx400,
    .bx450,
    .bx470,
    .bx500,
    .bx550,
    .bx600,
    .bx650,
    .bx700 {
        width:100%;
    }
    table.table02 {
        padding-bottom: 10%;
        border-left: 0;
        width: 100%;
    }
    table.table02 td,
    table.table02 th {
        width: 100%;
        display: block;
        border-right: 0;
    }
    table.table03 {
        width: 95%;
        margin: 0 auto;
    }
    table.table03 td,
    table.table03 th{
        padding: 8px 2px;
    }
    table.table04 {
        width: 100%;
        padding: 0 3%;
        margin-bottom: 15%;
    }
    table.table04 table {
        width: auto;
        margin: 0 auto;
    }
    table.table04 table td {
        text-align: left;
    }
    table.table05 {
        width: 100%;
        padding: 0 3%;
    }
    ul.ya_list{
        margin:0 3%;
    }
    ul.ya_list2 {
        width: auto!important;
    }

}


/* 下層　共通 -------------------- */
@media screen and (max-width: 768px) {
    p.comTxt01 {
        padding: 0 3%;
    }

}


/* FAQ -------------------- */
.faq_qbx{
	background:url(https://hanger.itembox.design/item/img/faq/faq_q_bg.jpg) left top no-repeat;
	min-height:20px;
}
.faq_qbx p{
	font-size:12px;
	padding:13px 10px 8px 45px;
	margin:0px;
	line-height:1.5em;
}

.faq_qbx2{
	background:url(https://hanger.itembox.design/item/img/faq/faq_bg.jpg) left top no-repeat;
	min-height:20px;
}
.faq_qbx2 p{
	font-size:12px;
	padding:10px 10px 6px 20px;
	margin:0px;
	line-height:1.5em;
}

.faq_abx a:link,.faq_abx a:visited,.faq_abx2 a:link,.faq_abx2 a:visited,.faq_abx3 a:link,.faq_abx3 a:visited{color:#FF8D14;text-decoration:none;}
.faq_abx a:hover,.faq_abx a:active,.faq_abx2 a:hover,.faq_abx2 a:active,.faq_abx3 a:hover,.faq_abx3 a:active{color:#FF8D14;text-decoration:underline;}
.faq_abx{
	display:block;
	background:url(https://hanger.itembox.design/item/img/faq/faq_a_bg.gif) left 10px no-repeat;
	margin:8px 0px 0px 0px;
	padding:13px 5px 15px 45px;
	background-color:#fffeee;
	font-size:12px;
	line-height:1.5em;
	color:#666666;
}
.faq_abx2{
	display:block;
	margin:8px 0px 0px 0px;
	padding:15px 5px 15px 20px;
	background-color:#fffeee;
	font-size:12px;
	line-height:1.5em;
	color:#666666;
}
.faq_abx3 .abx_img{
	width:200px;
	margin:0 40px 0 0;
	float:left;
}

.faq_abx3 .abx_txt{
	width:440px;
	padding:3px 0 0 0;
	float:right;
}

.faq_abx3{
	display:block;
	background:url(https://hanger.itembox.design/item/img/faq/faq_a_bg.gif) 212px 12px no-repeat;
	margin:8px 0px 0px 0px;
	padding:13px 15px 15px 15px;
	background-color:#fffeee;
	font-size:12px;
	line-height:1.5em;
	color:#666666;
}

@media screen and (max-width: 768px) {
    .faq_qbx2 {
        min-height: 100%;
        background: none;
    }
    .faq_qbx2 p {
        font-size: 12px;
        padding: 8px 10px 6px 24px;
        margin: 0px;
        line-height: 1.5em;
        background: url(https://hanger.itembox.design/item/img/bg_bar_m.gif) no-repeat left 3% top 8px #e6e1d0;
        border: 1px solid #e8e6dd;
    }
    .faq_qbx2 img {
        display: block;
    }
    .faq_abx2 {
        margin: 0;
        padding: 3% 3% 4%;
    }
}


.linktop{
	text-align:right;
	margin:5px 0px 30px 0px;
	line-height:1.5em;
	font-size:12px;
}




.FS2_GroupList{display:none;}
.itemGroup{font-size:12px;}
.gl_Item{font-size:12px;line-height:1.4em;}

.FS2_body_Goods_gr116 .user_inner_content{display:none}
.FS2_special_price{font-size:14px;line-height:1.4em;}
.itemPrice{color:#FF0000 !important;font-size:16px;line-height:1.4em;}
.FS2_point{font-size:12px;}
.layout_table{width:960px !important;margin:0px auto !important;padding:0px !important;}
.layout_content{width:710px !important;margin:0px !important;padding:0px !important;}

h2.pageTitle{
	background:url(https://hanger.itembox.design/item/img/bg_bar_l.jpg) 0px 0px no-repeat;
	height:25px;
	font-size:16px;
	line-height:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:1.3em;
	padding:10px 0px 0px 0px;
	margin:25px 0px 12px 0px;
}
h2.CrossHead{
	background:url(https://hanger.itembox.design/item/img/bg_bar_m.gif) 0px 20px no-repeat;
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
	text-indent:0.7em;
	padding:20px 0px 5px 0px;
	margin:0px 0px 12px 0px;
	border-bottom:1px dotted #7f7f7f;
	color:#452b0b;
}

@media screen and (max-width: 768px) {
    .linktop{
        padding: 0 3%;
        margin-bottom: 15%;
    }
}



/*=========================================================
レコメンドエンジン（レイアウト１）
=========================================================*/

/*　レコメンドエンジン＞コンテナ　*/
#FS2_Recommend_Engine{
height:100%;
margin-top:15px;
}

/*　レコメンドエンジン＞リストタグを横並び　*/
#FS2_Recommend_Engine ul{
list-style:none;
padding:0px;
margin:0px;
}

#FS2_Recommend_Engine ul li{
float:left;
margin:0 10px 10px 0;
width:23%;
text-align:center;
}

/*　レコメンドエンジン＞リストタグごとのナンバリング（左から）　*/
#FS2_Recommend_Engine ul li.FS2_Recommend_Engine_list_01{}
#FS2_Recommend_Engine ul li.FS2_Recommend_Engine_list_02{}
#FS2_Recommend_Engine ul li.FS2_Recommend_Engine_list_03{}
#FS2_Recommend_Engine ul li.FS2_Recommend_Engine_list_04{}

/*　レコメンドエンジン＞商品サムネイル　*/
.FS2_Recommend_Engin_Reresize_image{}
#FS2_Recommend_Engine ul li img{
margin:0 auto;
}

/*　レコメンドエンジン＞商品名　*/
#FS2_Recommend_Engine ul li h2.itemTitle{
padding:0 0 0 10px;
margin:0 0 10px 0;
}

/*　レコメンドエンジン＞価格　*/
#FS2_Recommend_Engine .FS2_itemPrice_text .itemPrice{}


/*　レコメンドエンジン＞コンテナ＞clearfix　*/
div#FS2_Recommend_Engine:after {
content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

p.pan {margin-bottom:0px;}

/*　価格　*/
.FS2_body_Goods_GoodsDetail .FS2_special_price{ font-size:150%; }
.FS2_body_Goods_GoodsDetail .itemPrice { font-size:200%; }

/* カート内 */
form .itemLeft50 p span.cartInfor{font-size:16px;color:#B50F0F;font-weight:bold;line-height:1.4em;}




/*=========================================================
　名入れオプション
=========================================================*/

#step1_box {
	margin:0;
	padding:0;
	width:710px;
	height:937px;
	background-image:url(https://hanger.itembox.design/item/img/ctg/order_step01.jpg);
	background-repeat:no-repeat;
}

#step1_box p {
	line-height:20px;
}

#step1_box .box01{
	width:587px;
	height:835px;
	margin-left:93px;
	padding:21px 14px 20px 12px;
	border:2px solid #eedebf;
}

#step1_box .bxboder p{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	line-height:25px;
}

#step2_box {
	margin:0;
	padding:0;
	width:710px;
	height:974px;
	background-image:url(https://hanger.itembox.design/item/img/ctg/order_step02.jpg);
	background-repeat:no-repeat;
}

#step2_box .box02{
	width:595px;
	height:906px;
	margin-left:93px;
	padding:21px 6px 20px 12px;
	border:2px solid #eedebf;
}

#step2_box p {
	line-height:20px;
}

#step2_box .red {
	color:#f00000;
	text-align:center;
	font-weight:bold;
	font-size:19px;
	margin-bottom:15px;
}

#step2_box .red2 {
	color:#f00000;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#step2_box .bxboder3{
	width:557px;
	margin-right:14px;
	padding:13px 16px;
	background-color:#fffaec;
	border-top:1px solid #ffa349;
	border-bottom:1px solid #ffa349;
}

#step3_box {
	margin:0;
	padding:0;
	width:710px;
	height:200px;
	background-image:url(https://hanger.itembox.design/item/img/ctg/order_step03.jpg);
	background-repeat:no-repeat;
}

#step3_box .box03{
	width:587px;
	height:135px;
	margin-left:93px;
	padding:21px 14px 20px 12px;
	border:2px solid #eedebf;
}
@media screen and (max-width: 768px) {
}

/* 選べる2つの名入れサービス */
@media screen and (max-width: 768px) {
    .fs-pt-menu a {
        margin: 0;
    }
}


/* 卒業式の記念 */
#graduate {
	width:100%;
	font-family:"メイリオ", Meiryo;
	color:#282828;
}

#graduate img {
	width:100%;
	vertical-align:bottom;
}

#graduate h1.main_img {
	margin:0 0 20px 0;
}

#graduate .gra_cont {
	margin:0 0 30px 0;
}

#graduate .gra_cont h2 {
	margin:0 0 10px 0;
	padding:16px 0 16px 10px;
	font-size:15px;
	font-weight:bold;
	color:#404040;
	line-height:1em;
	background-color:#f6f0e7;
}

#graduate .gra_cont .gra_txt01 {
	margin:7px 0 15px 0;
	padding:0 10px 0 10px;
	font-size:13px;
	color:#282828;
	line-height:1.5em;
}

#graduate .gra_cont .gra_txt02 {
	margin:7px 0 0 0;
	padding:0 10px 0 10px;
	font-size:13px;
	color:#282828;
	line-height:1.5em;
}

#graduate .gra_cont .gra_txt03 {
	margin:0 0 13px 0;
	padding:0 10px 0 10px;
	font-size:13px;
	color:#282828;
	line-height:1.5em;
	letter-spacing:0.02em;
}

#graduate .gra_cont .gra_txt03 .large {
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
}

#graduate .gra_cont .gra_txt03 .ex {
	display:inline-block;
	margin:0 0 5px 0;
	font-size:16px;
	line-height:1.5em;
}

#graduate .gra_cont .gra_txt03 .ex_price {
	display:inline-block;
	margin:5px 0 0 0;
	font-size:15px;
	font-weight:bold;
	color:#d53232;
	line-height:1.4em;
}

#graduate .gra_cont .gra_txt03 .case {
	display:inline-block;
	margin:5px 0 0 0;
	font-size:16px;
	line-height:1.4em;
}

#graduate .gra_cont .gra_txt04 {
	margin:0 0 30px 0;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	color:#d53232;
	line-height:1.4em;
	letter-spacing:0.02em;
	background-color:#f2f2f2;
}

#graduate .gra_cont .gra_txt04 .indent {
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
}

#graduate .gra_cont .gra_col {
	margin:0;
	padding:0;
	list-style:none;
}

#graduate .gra_cont .gra_col li {
	margin:0 1% 25px;
	text-align:center;
	width: 48%;
	float: left;
}

/*#graduate .gra_cont .gra_col li img {
	width:200px;
}*/

#graduate .gra_cont .gra_col li.col_txt {
	display:table;
	width:48%;
	text-align:center;
}

#graduate .gra_cont .gra_col li.col_txt p {
	display:table-cell;
	font-size:13px;
	line-height:1.5em;
	vertical-align:middle;
}

#graduate .gra_cont .gra_2col {
	margin:0;
	padding:0;
	list-style:none;
}

#graduate .gra_cont .gra_2col li {
	width:48%;
	margin:0 4% 0 0;
	text-align:center;
	float:left;
}

#graduate .gra_cont .gra_2col li:last-of-type {
	margin-right:0;
}

#graduate .gra_cont .gra_2col li img {
	width:100%;
}

#graduate .gra_cont .gra_2col li.col_txt {
	display:table;
	height:300px;
}

#graduate .gra_cont .gra_2col li.col_txt p {
	display:table-cell;
	vertical-align:middle;
}

#graduate .gra_cont .gra_flow {
	margin:0;
	padding:0;
	list-style:none;
}

#graduate .gra_cont .gra_flow .flow_ttl {
	width:200px;
	margin:0 auto 10px;
	padding:15px 0;
	font-weight:bold;
	color:#ffffff;
	line-height:1em;
	text-align:center;
	vertical-align:middle;
	background-color:#554c3e;
}

#graduate .gra_cont .gra_flow .flow_ttl.ttl01 {
	font-size:21px;
	letter-spacing:0.1em;
}

#graduate .gra_cont .gra_flow .flow_ttl.ttl02 {
	font-size:18px;
	line-height:1.3em;
	letter-spacing:0.07em;
}

#graduate .gra_cont .gra_flow .flow_ttl.ttl03 {
	font-size:21px;
	color:#d45757;
	line-height:1.1em;
	background-color:#ffffff;
	border:3px solid #d45757;
}

#graduate .gra_cont .gra_flow .flow_ttl.ttl03 span {
	font-size:16px;
	line-height:1.1em;
	letter-spacing:0.07em;
}

#graduate .gra_cont .gra_flow .flow_ttl.ttl04 {
	font-size:18px;
	line-height:1.3em;
	letter-spacing:0.07em;
}

#graduate .gra_cont .gra_flow .flow_ttl.ttl05 {
	font-size:18px;
	line-height:1.3em;
	letter-spacing:0.07em;
}

#graduate .gra_cont .gra_flow .flow_txt {
	margin:0 0 30px 0;
	padding:0 10px;
	font-size:13px;
	color:#282828;
	line-height:1.5em;
	text-align:center;
}

#graduate .gra_cont .gra_flow .flow_txt span {
	font-size:13px;
	font-weight:bold;
	color:#d14444;
	line-height:1.4em;
}

#graduate .gra_cont .gra_flow .flow_mark01 {
	margin:0 0 10px 0;
	text-align:center;
}

#graduate .gra_cont .gra_flow .flow_mark01 img {
	width:auto;
}

#graduate .gra_cont .gra_flow .flow_mark02 {
	margin:0 0 10px 0;
	text-align:center;
}

#graduate .gra_cont .gra_flow .flow_mark02 img {
	width:auto;
}
/* kousyou */
.kousyou .kbox {
	margin: 10px 0 0 0;
	background-color: #F4F4F4;
	padding: 10px;
	font-size: 12px;
	border-bottom: 1px solid #E0E0E0;
}
.kousyou .kbox:last-child {
	margin: 0 0 20px 0;
	border-bottom: none;
}
.kousyou .kbox p {
	margin: 0 0 5px 0;
}
.kousyou .kbox ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.kousyou .kbox ul li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 768px) {
    #graduate > img {
        padding: 0 3%;
    }
    #graduate .gra_cont .gra_col {
        padding: 0 3%;
    }
    #graduate .gra_cont .gra_2col {
        padding: 0 3%;
    }
    #graduate .gra_cont .gra_txt02 {
        text-align: left;
        padding: 0;
        margin-bottom: 3%;
    }
    .kousyou .kbox {
        padding: 3%;
    }
    .kousyou .kbox:last-child {
        margin-bottom: 1%;
    }
    #graduate .gra_cont .gra_txt04 {
        margin-bottom: 0;
        padding: 3%;
    }
    #graduate > .gra_txt04 {
        padding: 3%;
        margin-bottom: 8%;
    }
    #graduate .gra_cont .gra_flow .flow_txt {
        text-align: left;
    }
}


/* ハンガーの基礎知識ページ用CSS
----------------------------------------------------------------*/

.basic_fontsize {
	font-size:14px;
}

.hanger-i_txt {
	font-size:14px;
	line-height: 1.4em;
	padding:0 15px 15px 15px;
}

ul.infocontents_list {
	font-size:14px;
	margin: 0px 0px 10px 15px;
}

ul.infocontents_list li.first {
  background: url("https://www.hanger.jp/images/knowledge/icn_arrow01.gif") 1px 6px no-repeat;
	padding: 3px 0px 20px 17px;
  text-align: left;
  line-height: 1.2em;
  font-size: 14px;
}

ul.infocontents_list li.other {
  background: url("https://www.hanger.jp/images/knowledge/icn_arrow01.gif") 1px 6px no-repeat;
	padding: 3px 0px 8px 17px;
  text-align: left;
  line-height: 1.2em;
  font-size: 14px;
}



.choice-point {
	margin-bottom:12px;
}

.point-txt {
	padding:3px 0 10px 100px;
	line-height:1.5em;
	font-size:14px;
}

.point-txt_b {
	padding:3px 0 25px 100px;
	font-weight:bold;
	font-size:14px;
}
		.point-txt_b .txtdeco {
			color:#ff0000;
			font-weight:bold;
		}

.size_wrapper {
	width:710px;
	overflow:hidden;
	margin:0 0 70px 0;
}

.sizelist_txt {
	margin:0 0 10px 0;
}

		.size_wrapper .size_wrapper-left {
			width:305px;
			float:left;
		}
		.size_wrapper .size_wrapper-right {
			width:384px;
			float:right;
			margin-right:5px;
		}

.choice-advice {
	width:680px;
	margin:0 auto 70px;
	font-size:13px;
	padding:10px;
	background-color:#fff5cb;
}
		.choice-advice .txt-deco_2 {
			color:#ff0000;
			font-size:15px;
			font-weight:bold;
		}
		.choice-advice .txt-deco_3 {
			color:#ff0000;
			font-size:13px;
		}

.pict_info {
	width:710px;
	margin:0 0 20px 0;
}

.size_list {
	width:710px;
	margin-bottom:60px;
}

#contents .point2_txt {
	margin-bottom:25px;
}

.point2_wrapper {
	width:710px;
	margin-bottom:32px;
	border:3px solid #e6ddbc;
}
	 .point2_wrapper .choice_point2 {
			width:710px;
			overflow:hidden;
			font-size:14px;
		}
				.point2_wrapper .choice_point2 .point2-left{
					width:235px;
					float:left;
				}
				.point2_wrapper .choice_point2 .point2-right{
					width:445px;
					float:right;
					padding:15px 0 0 0;
				}

.color_red {
	color:#ff0000;
}
.point2_link {
	text-align:right;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 20px 0;
	text-decoration:none;
}

a.link_style_l:link,
a.link_style_l:visited {
	color:#D44444;
	font-size:18px;
	text-decoration:underline;
}

a.link_style_l:hover,
a.link_style_l:active {
	color:#ff9900;
	font-size:18px;
	text-decoration:underline;
}

a.link_style_s:link,
a.link_style_s:visited {
	color:#A11111;
	font-size:16px;
	text-decoration:underline;
}

a.link_style_s:hover,
a.link_style_s:active {
	color:#ff9900;
	font-size:16px;
	text-decoration:underline;
}

a.link_style_sa:link,
a.link_style_sa:visited {
	color:#FF0000;
	font-size:18px;
	text-decoration:underline;
}

a.link_style_sa:hover,
a.link_style_sa:active {
	color:#ff9900;
	font-size:18px;
	text-decoration:underline;
}

#mov {
    width: 700px;
}
#mov .ttl {
    padding: 5px 0 5px 8px;
    font-size: 15px;
    color: #ffffff;
    background-color: #582e09;
}

@media screen and (max-width: 768px) {
    .basic_fontsize {
        padding: 0 3%;
    }
    .point-txt {
        padding: 3% 3% 0;
    }
    .point-txt_b {
        padding: 3% 3% 5%;
        text-align: center;
        line-height: 1.6;
    }
/* お手入れの基礎知識 */
    .btnFaq {
        padding: 3%;
    }
/* ハンガーの基礎知識 */
    table.table05 td span.ttl {
        background: #aa8859;
        color: #fff;
        padding: 2% 0;
        margin: 0 1px;
    }
    .size_wrapper {
        width: 100%;
        margin-bottom: 8%;
    }
    .sizelist_txt {
        margin:0 0 10px 0;
        padding: 0 3%;
    }
        .size_wrapper .size_wrapper-left {
			width:100%;
			float:none;
            padding: 0 3%;
            text-align: center;
		}
		.size_wrapper .size_wrapper-right {
			width: 100%;
			float:none;
			margin-right:0;
            padding: 0 3%;
		}

    .choice-advice {
        width: 95%;
        margin:0 auto 5%;
    }
    .pict_info {
        width:100%;
    }

    .size_list {
        width:100%;
        margin-bottom:8%;
    }
    #contents .point2_txt {
        margin-bottom:25px;
        padding: 0 3%;
    }

    .point2_wrapper {
        width: auto;
        margin: 0 3% 3%;
    }
    .point2_wrapper:last-child {
        margin-bottom: 15%;
    }
    .point2_wrapper span.ttl {
        background: #eae5c7;
        color: #847654;
        font-size: 15px;
        padding: 2% 3%;
    }
         .point2_wrapper .choice_point2 {
                width:100%;
            }
                    .point2_wrapper .choice_point2 .point2-left{
                        width:100%;
                        float:none;
                        text-align: center;
                    }
                    .point2_wrapper .choice_point2 .point2-right{
                        width:100%;
                        float:none;
                        padding: 0 3% 3%;
                    }
    .point2_link {
        text-align: center;
        margin: 3% 0;
        padding: 5px 0;
    }
    #mov {
        width: 100%;
    }
    #mov video {
        width: 100%;
        height: auto;
    }

/* ジャケット用ハンガースラックスかけ方 */
    .video iframe {
        width: 100%;
        height: 21rem;
    }
    .video p {
        width: 100%!important;
    }
    .bx500 p {
        padding: 0 3%;
    }
    .knowledgeImg {
        margin: 0 auto 5%;
        text-align: center;
        float: none;
    }
    .knowledgeImg img {
        float: unset;
    }
}

/*=========================================================
　guide-returns：商品の返品・交換について
=========================================================*/
.txtRed {
    color: #ff0000;
}
@media screen and (max-width: 768px) {
}


/*=========================================================
　guide：お買い物ガイド
=========================================================*/
.wrap03 {
    width: 340px;
}
@media screen and (max-width: 768px) {
    .wrap03 {
        width: 100%;
        padding: 0 3%;
    }
    #contents .wrap03 .bar_m {
        margin: 0 0 5%;
    }
    /* 初めてのお客様へ */
    span.first img {
        padding: 0 3%;
    }
    table.table04 div > img,
    table.table04 a > img {
        height: 100%;
    }
    table.table04 span.first a > img {
        padding: 0;
        height: auto;
    }
    table.table04 td > img {
        height: auto;
    }
    .table04 .table04 td {
        display: block;
        width: 100%;
    }
    table.table04 table.table05 {
        width: 100%;
        margin-left: 0!important;
    }
}


/*=========================================================
　fax
=========================================================*/
@media screen and (max-width: 768px) {
    table.table04 img.faxImg {
        height: auto;
        margin: 0;
        padding: 0;
    }
}


/*=========================================================
　about：ハンガーながしおについて
=========================================================*/

.wrap01 {
    width: 710px;
	padding:0 10px;/*コム20191212追加*/
}

@media screen and (max-width: 768px) {
    .wrap01 {
        width: 100%;
        padding: 0 3%;
    }
}



/*=========================================================
　　review：お客様の声（レビュー一覧）
=========================================================*/

.fs-c-reviewer__name__reviewNumber::after {
    display: inline-block;
}
.fs-c-reviewInfo__date > dt:after {
    display: inline-block;
}
@media screen and (max-width: 768px) {
}


/*=========================================================
　　amazon pay / ※ページ本文内の記述より移動
=========================================================*/
#amazon_pay {
    width:710px;
    padding:15px 0 0 0;
}

#amazon_pay .amapay_list {
    margin:0 0 20px 0;
}

#amazon_pay .amapay_list li {
    margin:0 0 3px 0;
}

#amazon_pay .amapay_list li a {
    font-size:13px;
    color:#666666;
    /*text-decoration:underline;*/
}

#amazon_pay .amazon_wrap {
    margin:0 0 60px 0;
}

#amazon_pay p {
    font-size:14px;
}

#amazon_pay .amapay_box {
    margin:0 0 40px 0;
}

#amazon_pay .amapay_ttl01 {
    font-size:20px;
    font-weight:bold;
    color:#ffffff;
    margin:0 0 15px 0;
    padding:8px 5px;
    background-color:#583610;
}

#amazon_pay .amapay_ttl02 {
    background: url("https://hanger.itembox.design/item/img/bg_bar_m.gif") no-repeat scroll 0 2px;
    border-bottom: 1px dotted #7f7f7f;
    color: #452b0b;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 12px;
    padding: 0 0 5px;
    text-indent: 0.7em;
}

#amazon_pay .img {
    text-align:center;
    margin:10px 0;
}

#amazon_pay .img img {
    border:1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
    #amazon_pay {
        width:100%;
    }
    #amazon_pay .amapay_box {
        margin: 0 3% 8%;
    }
    #amazon_pay .amapay_ttl01 {
        font-size: 16px;
        padding: 2% 3%;
    }
    #amazon_pay .amazon_wrap {
        margin: 0 0 15% 0;
    }
}



/*=========================================================
　　bellmark
=========================================================*/
.wrap02 {
    width: 650px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .wrap02 {
        width: 100%;
        padding: 0 3%;
    }
    .bellmarkImg01 {
        width: 100%;
        height: auto;
    }
}



/*=========================================================
　　ログイン、マイページ/システム
=========================================================*/

@media screen and (max-width: 768px) {
    .fs-c-subSection {
        padding: 0 3%;
    }
    .fs-c-accountService {
        justify-content: start;
    }
    .fs-c-accountService li.fs-c-accountService__page {
        flex-basis: 32%;
        margin: 1% 0;
    }

    .fs-c-accountService li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
        flex-basis: 100%;
    }
    .fs-c-accountService li.fs-c-accountService__page:nth-child(2),
    .fs-c-accountService li.fs-c-accountService__page:nth-child(5),
    .fs-c-accountService li.fs-c-accountService__page:nth-child(8){
        margin: 1% 2%;
    }
    .fs-c-productListCarousel {
        padding: 0 3%;
    }
    .fs-c-wishlistProduct__footer {
        padding: 3%;
    }
    a.fs-c-accountService__pageLink {
        background: #ddd;
        border-radius: 5px;
        border: none;
        color: #ffffff;
        font-size: 1.6rem;
        padding: 1.2em 1.6em 1em;
        box-shadow: none;
        margin: 3% auto;
    }
    /* アドレス帳（お届け先） */
    .fs-c-addressBookList__form {
        padding: 0 3%;
    }
    /* ポイント履歴 */
    .fs-body-my-points .fs-c-history__listContainer {
        padding: 5% 3% 3%;
    }
    /* お気に入り */
    .fs-c-wishList.fs-c-productList .fs-c-productList__list {
        border-top: 1px solid #b2b2b2;
    }
    /* カート */
    .fs-l-cart__contentsArea {
        padding: 0 3%;
    }
    .fs-c-continueShopping {
        margin: 5% 0 8%;
        padding: 0 3%;
    }
    .fs-c-wishlistProduct .fs-c-wishlistProduct__header {
        margin-bottom: 5%;
    }
    /* ログイン */
    .fs-p-emailDomainNotice {
        padding: 3%;
    }
    /* 会員規約 */
    .fs-c-documentColumn {
        padding: 0 3%;
    }
    /* レビューを書く */
    .fs-c-productReviewed {
        padding: 0 3%;
    }
    .fs-body-review-write .fs-c-reveiwNotes {
        padding: 3%;
    }
    .fs-c-productReviewed + .fs-c-aggregateRating {
        padding: 0 3%;
    }
    /* 404 */
    .fs-p-pageNotFound {
        padding: 0 3%;
    }
}

/*=========================================================
　商品検索結果一覧
=========================================================*/
.fs-c-productListItem__prices .fs-c-productPrice__main__label {
	font-size: 14px;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color:#df1a41;
	font-size: 18px;
}
.fs-c-productListItem__prices .fs-c-productPrice {
    margin: 0;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
    padding: 0;
}
.fs-c-heading--page {
    padding: 1.4em 0;
	border-bottom: 2px solid #362616;
    color: #362616;
}
@media screen and (min-width: 960px) {
	.fs-c-productList__list {
		display: flex;
		flex-wrap: wrap;
	}
	.fs-c-productList__list > * {
		width:33% !important;
	}
}

/*=========================================================
　カテゴリー別商品一覧
=========================================================*/

@media screen and (max-width: 768px) {
/* 大カテゴリー */
    .FS2_Recommend2_recommend {
        width: 100% !important;
    }
    .FS2_Recommend2_recommend > table {
        width: 100%;
        margin: 20px auto;
        padding: 0 0 20px;
        display: inline-block;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        position: relative;
        -webkit-transition: margin 1.2s ease-out;
        transition: margin 1.2s ease-out;
    }

}


/*=========================================================
　メディア掲載情報
=========================================================*/

#media_bx {
	margin:0;
	padding:0;
	width:710px;
}

.year_path_bx {
	margin-bottom:20px;
	padding:0 0 40px 0;
	border-bottom:1px solid #d7c1ab;

}

ol.year_path li {
	float:left;
	padding-left:20px;
}

ol.year_path li.first {
	margin:0;
	padding:0;
}

ol.year_path li a {
	text-decoration:none;
	padding-left:10px;
	background:url(https://hanger.itembox.design/item/img/year_path.gif) no-repeat left;
	vertical-align:middle;
	font-size:12px;

}

.midashi {
	border-bottom:3px dotted #d7d7d7;
	padding-bottom:10px;
	margin-bottom:15px;
}

.midashi p {
	font-size:14px;
	font-weight:bold;
	color:#fc6b00;
}

.media01{
	margin-bottom:50px;
}

.media01 p {
	font-size:12px;
	padding-bottom:20px;
}

.date {
	margin-right:40px;
	padding-left:10px;
	float:left;
}

.year_bar {
	width:710px;
	background-color:#f0f0f0;
	margin-bottom:10px;
}

.year_bar p {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 3px 7px;
}


#contents_wrapper .mainbox_wrapper {
	width:710px;
	overflow:hidden;
	margin:0 0 25px 0;
}

#contents_wrapper .mainbox_wrapper .mainbox_left {
	/*width:335px;*/
	width:347px;
	padding:5px;
	float:left;
	border:1px solid #d7d7d7;
}

#contents_wrapper .mainbox_wrapper .mainbox_left .leftbox {
	float:left;
	width:120px;
}

#contents_wrapper .mainbox_wrapper .mainbox_left .rightbox {
	float:right;
	width:215px;
}

#contents_wrapper .mainbox_wrapper .mainbox_right {
	/*width:335px;*/
	width:347px;
	float:right;
	border:1px solid #d7d7d7;
	padding:5px;
}

#contents_wrapper .mainbox_wrapper .mainbox_right .leftbox {
	float:left;
	width:120px;
}

#contents_wrapper .mainbox_wrapper .mainbox_right .rightbox {
	float:right;
	width:215px;
}

.rightbox .mzn-title {
	border-bottom:1px dotted #7f7f7f;
	margin-bottom:10px;
	padding:3px 0 3px 8px;
	font-size:15px;
}

.rightbox .mzn-prof {
	font-size:12px;
	margin-bottom:25px;
}

@media screen and (max-width: 768px) {
    #media_bx {
        width: auto;
        padding: 0 3%;
    }
    .year_bar {
        width: 100%;
    }
    .year_path_bx {
        padding-bottom: 10px;
    }
    ol.year_path {
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }
    ol.year_path li {
        width: 20%;
        padding: 5px 0;
    }

    ol.year_path li.first {
        float: none;
        padding: 5px 0;
    }

    ol.year_path li a {

    }
    .media01 {
        margin-bottom: 12%;
    }
    .media01 p {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }
    .year_bar p {
        padding:6px 0 6px 7px;
    }
    #media_bx #contents_wrapper {
        margin-bottom: 12%;
    }
    #contents_wrapper .mainbox_wrapper {
        width: 100%;
        margin-bottom: 3%;
    }
    #contents_wrapper .mainbox_wrapper .mainbox_left {
        width: 100%;
        padding: 3%;
        margin-bottom: 3%;
    }
    #contents_wrapper .mainbox_wrapper .mainbox_left .leftbox {
        float: left;
        max-width: 120px;
        width: 30%;
    }
    #contents_wrapper .mainbox_wrapper .mainbox_left .rightbox {
        float: right;
        width: 65%;
    }
    #contents_wrapper .mainbox_wrapper .mainbox_right {
        width: 100%;
        padding: 3%;
    }
    #contents_wrapper .mainbox_wrapper .mainbox_right .leftbox {
        float: left;
        max-width: 120px;
        width: 30%;
    }
    #contents_wrapper .mainbox_wrapper .mainbox_right .rightbox {
        float: right;
        width: 65%;
    }
    .rightbox .mzn-title {
        padding: 3px 0;
    }
}

/**********************************************************************/
/*                                                                    */
/* 商品ページ内「正しいハンガーの選び方」アコーディオン               */
/*                                                                    */
/**********************************************************************/
#switch_box {
	margin:20px 0 80px 0;
}

#switch_box .switch_panel{
    cursor: pointer;
    width: 710px;
}

#switch_box .box_panel{
    display: none;
    width: 710px;
    margin: 0;
    padding: 0;
}

#switch_box .box_panel li{
    list-style: none;
}





/**********************************************************************/
/*                                                                    */
/* 名入れハンガー商品　注意コメント    */
/*                                                                    */
/**********************************************************************/


span.Naire_cyuui{
color:#FF3333 !important;
}



@charset "utf-8";
/* CSS Document */

/****************************************************************/
/*                                                              */
/* common style                                                 */
/*                                                              */
/****************************************************************/
/* margin
--------------------------------*/
.m_t5{ margin-top:5px !important; }
.m_t10{ margin-top:10px !important; }
.m_t15{ margin-top:15px !important; }
.m_t20{ margin-top:20px !important; }
.m_t25{ margin-top:25px !important; }
.m_t30{ margin-top:30px !important; }
.m_t35{ margin-top:35px !important; }
.m_t40{ margin-top:40px !important; }
.m_t45{ margin-top:45px !important; }
.m_t50{ margin-top:50px !important; }
.m_t60{ margin-top:60px !important; }
.m_t70{ margin-top:70px !important; }

.m_l5{ margin-left:5px !important; }
.m_l10{ margin-left:10px !important; }
.m_l15{ margin-left:15px !important; }
.m_l20{ margin-left:20px !important; }
.m_l25{ margin-left:25px !important; }
.m_l30{ margin-left:30px !important; }
.m_l35{ margin-left:35px !important; }
.m_l40{ margin-left:40px !important; }
.m_l45{ margin-left:45px !important; }
.m_l50{ margin-left:50px !important; }
.m_l60{ margin-left:60px !important; }
.m_l70{ margin-left:70px !important; }

.m_r5{ margin-right:5px !important; }
.m_r10{ margin-right:10px !important; }
.m_r15{ margin-right:15px !important; }
.m_r20{ margin-right:20px !important; }
.m_r25{ margin-right:25px !important; }
.m_r30{ margin-right:30px !important; }
.m_r35{ margin-right:35px !important; }
.m_r40{ margin-right:40px !important; }
.m_r45{ margin-right:45px !important; }
.m_r50{ margin-right:50px !important; }
.m_r60{ margin-right:60px !important; }
.m_r70{ margin-right:70px !important; }

.m_b5{ margin-bottom:5px !important; }
.m_b10{ margin-bottom:10px !important; }
.m_b15{ margin-bottom:15px !important; }
.m_b20{ margin-bottom:20px !important; }
.m_b25{ margin-bottom:25px !important; }
.m_b30{ margin-bottom:30px !important; }
.m_b35{ margin-bottom:35px !important; }
.m_b40{ margin-bottom:40px !important; }
.m_b45{ margin-bottom:45px !important; }
.m_b50{ margin-bottom:50px !important; }
.m_b60{ margin-bottom:60px !important; }
.m_b70{ margin-bottom:70px !important; }

.fs_14{ font-size:14px !important; }
.fs_15{ font-size:15px !important; }
.fs_16{ font-size:16px !important; }

.txt_l{ text-align:left !important; }
.txt_c{ text-align:center !important; }
.txt_r{ text-align:right !important; }



/****************************************************************/
/*                                                              */
/* wholesale_wrap style                                           */
/*                                                              */
/****************************************************************/
#wholesale_wrap {
	width:710px;
}

#wholesale_wrap h2 {
	margin:0 0 30px 0;
}

#wholesale_wrap .main_img {
	margin:0 0 35px 0;
}

#wholesale_wrap .main_txt {
	margin:0 0 90px 0;
	font-size:18px;
	line-height:31px;
	color:#333333;
}
#wholesale_wrap .main_img_second {
	margin:0;
}

#wholesale_wrap .main_2col {
	width:710px;
	margin:0 0 10px 0;
}

#wholesale_wrap .main_2col .left {
	float:left;
	width:323px;
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #cccccc;
}

#wholesale_wrap .main_2col .right {
	float:right;
	width:323px;
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #cccccc;
}

#wholesale_wrap .main_2col .col_txt {
	width:303px;
	height:90px;
	margin:10px auto;
	font-size:15px;
	line-height:25px;
	color:#333333;
}

#wholesale_wrap .main_txt_s {
	margin:10px 0;
	font-size:15px;
	line-height:25px;
	color:#333333;
}

#wholesale_wrap .catg_wrap {
	width:710px;
	margin:0 0 85px 0;
}

#wholesale_wrap .catg_wrap h3 {
	width:710px;
	margin:0 0 20px 0;
}

#wholesale_wrap .catg_wrap .txt {
	width:710px;
	margin:0 0 20px 0;
	font-size:18px;
	line-height:31px;
	color:#333333;
}

#wholesale_wrap .catg_wrap .img {
	width:710px;
	margin:0 0 20px 0;
}

#wholesale_wrap .catg_wrap .red {
	color:#ff0000;
	font-weight:bold;
}

#wholesale_wrap .catg_wrap td {
	font-size:16px;
	color:#333333;
	padding:8px 10px;
}

#wholesale_wrap .bg_img01 {
	width:710px;
	height:235px;
	background-image:url("https://www.hanger.jp/images/tairyou/wholesale_img08.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
}

#wholesale_wrap .big_txt {
	margin:0 0 10px 0;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	line-height: 31px;
}

#wholesale_wrap table {
	border-top:1px solid #
}
#wholesale_wrap table td .table_tit {
	font-weight:bold;
	color:#000000;
}
#wholesale_wrap table th {
	font-weight:bold;
	color:#000000;
}
@media screen and (max-width: 768px) {
	#wholesale_wrap {
    	width: 100%;
	}
	#wholesale_wrap .main_txt {
        margin: 0 3% 0;
		font-size: 14px;
		line-height: 1.4;
	}
	#wholesale_wrap .bg_img01 {
		width: 100%;
		height: auto;
		background: none;
	}
	#wholesale_wrap .main_2col {
		width: 100%;
	}
	#wholesale_wrap .main_2col .left {
		float: none;
		width: 100%;
		padding: 0;
		margin: 10px 0 10px 0;
	}
	#wholesale_wrap .main_2col .right {
		float: none;
		width: 100%;
		padding: 0;
	}
	#wholesale_wrap .main_2col .left img,
	#wholesale_wrap .main_2col .right img{
		width:100%;
	}
	#wholesale_wrap .main_2col .col_txt {
		width: 96%;
		height: auto;
		margin: 2%;
		font-size: 14px;
		line-height: 1.5;
	}
	#wholesale_wrap .catg_wrap {
		width: 100%;
		margin: 0 0 0 0;
	}
	#wholesale_wrap .catg_wrap h3 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#wholesale_wrap .catg_wrap .txt {
		width: 94%;
		margin: 0 3% 0;
		font-size: 14px;
		line-height: 1.5;
	}
	#wholesale_wrap .catg_wrap .img {
		width: 94%;
		margin: 0 3% 20px;
	}
	#wholesale_wrap .big_txt {
		margin: 0 0 10px 2%;
		font-size: 18px;
	}
	#wholesale_wrap table {
		width: 94%;
		margin: 0 auto;
	}
}


/**********************************************************************/
/*                                                                    */
/* フッタ固定    */
/*                                                                    */
/**********************************************************************/
    .fixedMenu{display:none; }


@media(max-width: 768px){
.footer2{
	/*display:block;*/
    width: 100%;
    position: fixed;
    left:0;
    bottom:0;
	text-align:center;
}

ul.fixedMenu {
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	display: flex;
    flex-wrap: wrap;
    align-item:center;
}

ul.fixedMenu li.spmenu {
	width:74px;
	background-color:#666;
}

ul.fixedMenu li {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed8902;
    width: 20%;
    text-align: center;
	border-right:1px #fff solid;
	font-size:12px;
}

ul.fixedMenu li:last-child {
    border:0;
}

ul.fixedMenu li.spmenu a {
    padding: 0;
}


ul.fixedMenu li a {
    color: #FFF;
	text-decoration:none;
}

/*ul.fixedMenu li:first-child a {
    border-left: none;
    padding-top: 8px;
    background: #ed8902;
    font-weight: bold;
}*/

}

/**********************************************************************/
/*                                                                    */
/* ハンガー　カテゴリ（hanger）修正    */
/*                                                                    */
/**********************************************************************/


h3.gra_rank{
	width:100%;
	max-width:710px;
	height:57px;
	background:url(https://hanger.itembox.design/item/img/ctg/rankingofgraduation.jpg) no-repeat #fff5f9;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:20px 0 0;
	padding:0;
}

.gra_ranking{
	width:710px;
	margin:0 0 20px 0;
	padding:0;
	background-color:#fff5f9;
	display: flex;
	flex-wrap: wrap;
}

.gra_ranking a{
	text-decoration:none;
	color:#333;
}


.gra_ranking img{
	width:100%;
}

.rank1-3{
	width:31%;
	padding:0;
	margin:10px 5px 10px 10px;
}

.cs_rank1{
	display:inline-block;
	width:100%;
}
.cs_rank2{
	display:inline-block;
	width:48%;
	float:left;
}

.cs_rank3{
	margin: 25px 0 0 8px;
	float:left;
}


.rankimg1{
	width:100%;
	background:url(https://hanger.itembox.design/item/img/ctg/rank1_2.png) no-repeat left top;
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
	margin:5px 0 0;
	padding:5px;
}

.rankimg2{
	width:100%;
	background:url(https://hanger.itembox.design/item/img/ctg/rank2_2.png) no-repeat left top;
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
	margin:5px 0 0;
	padding:5px;
}

.rankimg3{
	width:100%;
	background:url(https://hanger.itembox.design/item/img/ctg/rank3_2.png) no-repeat left top;
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
	margin:5px 0 0;
	padding:5px;
}

.rank4-5{
	width:48%;
	padding:0;
	margin:10px 5px 10px 10px;
}

.rank4-5:last-child{
	margin:10px 0 10px 10px;
}

.rankimg4{
	width:100%;
	height: 30px;
	background:url(https://hanger.itembox.design/item/img/ctg/rank4_2.png) no-repeat left top;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	margin:5px 0 0;
	padding:2px;
	background-size: 27px;
}

.rankimg5{
	width:100%;
	height: 30px;
	background:url(https://hanger.itembox.design/item/img/ctg/rank5_2.png) no-repeat left top;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	margin:5px 0 0;
	padding:2px;
	background-size: 27px;
}

p.title{
	font-size:14px;
	font-weight:bold;
	margin:5px 2px 0;
	padding:0;
}

p.cnt{
	font-size:12px;
	margin:5px 0 0;
	padding:0;
}

p.price2{
	font-size:12px;
	float:right;
	color:#F00;
	font-weight:bold;
	margin:0;
	padding:0;
}

.gra_ranking .rank1-3 p.price2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f157";
}
.gra_ranking .rank4-5 p.price2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f157";
}


h3.hanger_rank{
	width:100%;
	max-width:710px;
	height:40px;
	background:url(https://hanger.itembox.design/item/images/ranking_ttl2_hanger.jpg) no-repeat #f7f7f7;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0;
	padding:0;
}
.hanger_ranking{
	width:710px;
	margin:0;
	padding:0;
	background-color:#f7f7f7;
	display: flex;
	flex-wrap: wrap;
}

.rank_hanger .rankimg4{
	width:100%;
	height:26px;
	background:url(https://hanger.itembox.design/item/img/ctg/rank4_2.png) no-repeat left top;
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
	padding:5px;
	background-size: 25px;
	margin: 4px 0;
}

.rank_hanger .rankimg5{
	width:100%;
	height:26px;
	background:url(https://hanger.itembox.design/item/img/ctg/rank5_2.png) no-repeat left top;
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
	padding:5px;
	background-size: 25px;
	margin: 4px 0;
}

.hanger_ranking a{
	text-decoration:none;
	color:#333;
}

.hanger_ranking img{
	width:100%;
}

.rank_hanger{
	width:19%;
	padding:0;
	margin:10px 0px 10px 6px;
}


.rank_hanger p.price2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f157";
}

@media screen and (max-width: 768px) {
.gra_ranking{
	width:100%;max-width:950px;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	flex-wrap: nowrap;
	margin-bottom: 25px;
}
.rank1-3{margin: 10px;flex: 0 0 35%;}
.rank4-5{flex: 0 0 35%;}
.cs_rank2{width:100%;float:none;}
.cs_rank3{margin:0;}
h3.gra_rank{background-size:contain;height: 30px;}
.hanger_ranking{
	width:100%;max-width:950px;
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	flex-wrap: nowrap;
	margin-bottom: 25px;
}
h3.hanger_rank{background-size:550px;height: 30px;}
.rank_hanger{margin: 10px;flex: 0 0 35%;}

}


.cat2{
	width:100%;
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}

.cat2 img{
	width:100%;
}


.cat2 .bx2rows {
	width:49.5%;
    padding: 0;
    margin: 0 7px 10px 0;
}

.cat2 .bx2rows:nth-child(even) {
    margin: 0 0 10px 0;
}

.cat2 .bx3rows {
	width:32.6%;
	padding:0;
	margin: 2px;
	font-size:11px;
}

.cat2 .bx3rows p{
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.cat2 .bx3rows p:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color:#eea517;
	padding-right:2%;
}

.cat2 .bx3rows:nth-child(3n) {
	margin: 2px 0;
}

.cat2 a{
	color:#333;
	text-decoration: none;
}
.cat2 a:hover{
	color:#FF9900;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
	.cat2 .bx2rows {margin:0 3px 10px 0;width:100%;}
	.cat2 .bx3rows p {font-size:14px;}
	.cat2 .bx3rows {width: 48%;font-size:12px;margin:3px 14px 10px 0;}
	.cat2 .bx3rows:nth-child(-n+6){margin:3px 14px 10px 0;}
	.cat2 .bx3rows:nth-child(2n){margin:3px 0 10px 0;}
}
