﻿@charset "utf-8";

.pT10 {padding-top:10px!important;}
.pT20 {padding-top:20px!important;}
.pT30 {padding-top:30px!important;}
.pL30 {padding-left:30px!important;}
.pL40 {padding-left:40px!important;}

.mT5 {margin-top:5px !important;}
.mT10 {margin-top:10px!important;}
.mT15 {margin-top:15px !important;}
.mT20 {margin-top:20px!important;}
.mT30 {margin-top:30px !important;}
.mT40 {margin-top:40px !important;}
.mT50 {margin-top:50px !important;}

.mR0 {margin-right:0px!important;}
.mR5 {margin-right:5px!important;}
.mR10 {margin-right:10px!important;}
.mR20 {margin-right:20px!important;}
.mR65 {margin-right:65px!important;}
.mR1em {margin-right:1em!important;}
.mR2em {margin-right:2em!important;}

.mB0 {margin-bottom:0px!important;}
.mB5 {margin-bottom:5px!important;}
.mB10 {margin-bottom:10px!important;}
.mB15 {margin-bottom:15px!important;}
.mB20 {margin-bottom:20px!important;}
.mB25 {margin-bottom:25px!important;}
.mB30 {margin-bottom:30px!important;}
.mB35 {margin-bottom:35px!important;}
.mB40 {margin-bottom:40px!important;}
.mB45 {margin-bottom:45px!important;}
.mB50 {margin-bottom:50px!important;}
.mB55 {margin-bottom:55px!important;}
.mB60 {margin-bottom:60px!important;}
.mB65 {margin-bottom:65px!important;}
.mB70 {margin-bottom:70px!important;}
.mB75 {margin-bottom:75px!important;}
.mB80 {margin-bottom:80px!important;}

.mL00 {margin-left:0 !important;}
.mL10 {margin-left:10px!important;}
.mL20 {margin-left:20px !important;}
.mL25 {margin-left:25px!important;}
.mL30 {margin-left:30px!important;}
.mL40 {margin-left:40px!important;}

.txtRight {text-align:right !important;}
.txtLeft {text-align:left !important;}


.sideGuideNav {
	background: #fff;
	border: solid 1px #dadbde;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
}
.sideGuideNav .sideCntTtl {
	padding: 11px;
	color: #0075c1;
	font-weight: bold;
	line-height: 1;
	font-size: 131%;
	background: #e5e6e8;
	margin-bottom: 0;
}
.sideGuideNav .sideNav1 li {
	border-bottom: solid 1px #e7e7e7;
}
.sideGuideNav .sideNav1 li a {
	display: block;
	padding: 13px 5px 12px 33px;
	line-height: 1;
	width: 200px;
	background: url(../img/common/arrow.gif) 17px center no-repeat #fff;
	color: #333;
}
.sideGuideNav .sideNav1 li a:hover {
	text-decoration: none;
	color: #333;
	background: url(../img/common/arrow.gif) 17px center no-repeat #f5f5f5;
}


/* order/index.asp
----------------------------------------------- */
#sheets_select {
	margin: 10px auto 0;
	text-align: center;
	letter-spacing: 0.05em;
}

#sheets_select select#cmbSu{
	height:auto;
	line-height:1;
	font-size: 139%;
	vertical-align: middle;
	text-align:-webkit-center;
	padding:5px 5px;
}
#sheets_select #dTankaRenge {
	height:auto;
	line-height:1;
	vertical-align: middle;
	padding:5px 5px;
}

#sheets_select #dTankaRenge input#txtSonota {
	padding:3px 5px;
	width:100px;
	text-align:center;
	font-size: 139%;
}

.att_point{
	text-align:left;
	margin:15px 0 5px 20px;
}

.itemStep h3.ttlStep span.hint,
#p_text_box h3.ttlStep span.hint {
	font-size: 77% !important;
}



/* order_chk.asp
----------------------------------------------- */
#orderbox table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 10px 20px;
	text-align: left;
	width: 710px;
}
#orderbox table tbody th {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	font-weight:normal;
	line-height: 1.2;
	text-align: center;
	width: 180px;
	padding: 8px 6px;
}
#orderbox table tbody td {
	border: 1px solid #ccc;
	text-align:left;
	padding: 8px 10px;
}
#pricecheck{
	margin-bottom: 30px;
}
#pricecheck table {
	border: 2px solid #ccc;
	margin: 5px 10px 15px;
	text-align: right;
	width: 75%;
}
#pricecheck table th {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	text-align: right;
	width: 230px;
	padding: 8px 10px;
	font-weight:normal;
	font-size: 124%;
}
#pricecheck table td {
	border: 1px solid #ccc;
	text-align:right;
	padding: 8px 10px;
	font-size: 154%;
}
#pricecheck table td#bold{
	color: #f14f4c;
	font-weight: bold;
}
#main .grayBox {
	margin-bottom: 15px;
}
#main .whiteBox {
	margin-bottom: 15px;
}
#intocart {
	clear: both;
	margin:20px  0 20px 50px;
	padding: 10px 0 20px;
	text-align:center;
}
#intocart img{
	vertical-align: middle;
	margin:0;
}
.itemOrderBtn {
	width: 740px;
	clear: both;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 40px;
	/*
	background: #d2d2d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	*/
}
.itemOrderBtn #cartBtn {
	padding: 15px 0;
	margin: 0 auto;
	clear: both;
	width: 200px;
	text-align: center;
	font-size: 154%;
	background: #0075c1;
	color: #fff;
	border-style: none;
	border-bottom: solid 3px #00416b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.itemOrderBtn #cartBtn:hover {
	margin-top: 3px;
	border: none;
	background: #005d99;
}
#cartBackBtn {
	padding: 15px 0;
	margin: 0 auto;
	clear: both;
	width: 160px;
	text-align: center;
	font-size: 154%;
	background: #666;
	color: #fff;
	border-style: none;
	border-bottom: solid 3px #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#cartBackBtn:hover {
	margin-top: 3px;
	border: none;
	background: #555;
}


/* categories/index.asp
----------------------------------------------- */
#toumei2_div .itemUl {
	width: 730px;
	clear: both;
	padding: 15px 0 0 15px;
	background: #ebebed;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 30px;
}
#toumei2_div .itemUl li {
	width: 230px;
	height:430px;
	float: left;
	margin-right: 12px;
	/*margin-left: 5px;*/
	margin-bottom: 12px;
	line-height: 1.1;
	background: #fff;
	display: block;
}
#toumei2_div .itemUl li a {
	width: 230px;
	height:395px;
	display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#toumei2_div .itemUl li {
	width: 230px;
	height:460px;
	float: left;
	margin-right: 12px;
	/*margin-left: 5px;*/
	margin-bottom: 12px;
	line-height: 1.1;
	background: #fff;
	display: block;
}

#toumei2_div .itemUl li a {
	width: 230px;
	height:410px;
	display: block;
}
}

#toumei2_div .itemUl li a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=90)";
}

#toumei_div ul#toumei_ul{
	padding:0 0 50px;
}

#toumei_div ul#toumei_ul li{
	float: left;
	padding:5px;
}

#toumei_div ul#toumei_ul li a{
	width: 230px;
	overflow: hidden;
	display: block;
	border: solid 3px #0075c1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	padding: 9px 0 8px;
}

#toumei2_div .itemUl li div.btnOrder,
#toumei2_div .itemUl li div.btnDesign{
	width:210px;
	margin:0 auto;
	display:table;
}
#toumei2_div .itemUl li div.btnOrder + div.btnDesign{
	margin-top:10px;
}
#toumei2_div .itemUl li div.btnOrder a,
#toumei2_div .itemUl li div.btnDesign a{
	width:100%;
	height:28px;
	border:solid 1px #006AAF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
    padding-top:3px;
	background:#f6fffd;
}


/* page
----------------------------------------------- */

.posiR {
	/*width: 340px;*/
	float: right;
	padding-left: 20px;
}
.posiL {
	/*width: 340px;*/
	float: left;
	padding-right: 20px;
}


/* ??????@??????----------------------------------------------- */

.gab_points{
	margin: 30px 0 40px;
}
.gab_points dl dt{
	margin: 15px 0 5px -1em;
	font-size: 116%;
	font-weight:bold;
}
.gab_points dl dd{
	margin: 0 0 0 0;
	list-style: decimal;
	display: list-item;
	list-style-type: disc;
	margin-left: 1em;
}

.gab_points dl dd.styleNone{
	list-style: none;
}

/* ?????????----------------------------------------------- */

div#palette{
	
}

div#palette dl{
	background: url(../img/guide/palette.png) 0 center no-repeat;
	margin:20px 15px 20px;
	height:100px;
}
div#palette dt{
	padding: 0 0 10px;
	font-size: 116%;
	font-weight: bold;
	color: #0075c1;
}
div#palette dt{
	padding:15px 0 0 270px;
}
div#palette dd{
	padding:15px 0 0 270px;
}

/* ?f?[?^???e?K?C?h----------------------------------------------- */

.upload a {
	color: #F8E41C !important;
}
.dateflow{
	padding:20px 12px 20px !important;
}
.dateflow img{
	margin:0 0 0  !important;
}
ul.dg_list{
	margin:10px 0 0 15px !important;
}
ul.dg_list li{
	font-size: 116%;
	line-height:2.2;
}
ul.dg_list li span.important{
	margin:0 10px 0 0;
}

/* ?L?????y?[??----------------------------------------------- */

#campaign_box h3{
	margin-top: 15px;
}
#campaign_box h4{
	margin: 5px 0 0;
	font-size: 116%;
}
#campaign_box .yellowBox p{
	font-size: 116%;
	margin: 0 0 10px;
}
#campaign_box .yellowBox p.txtRed{
	font-size: 132%;
	margin: 0 0 10px;
}
#campaign_box ul.campaign_content{
	margin: 10px 20px 10px;
}
#campaign_box ul.campaign_content li{
	font-size: 124%;
	margin: 0 0 0;
	list-style: disc;
}
#campaign_box ul.campaign_content li span.txtRed{
	font-size: 132%;
}


/* categories/list.asp
----------------------------------------------- */

form#frmCate {
	width: 720px;
	clear: both;
	padding: 10px 10px 10px 15px;
	background: #ebebed;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 15px;
}

/*
dl#kensaku_cmb {
	width: 720px;
	clear: both;
	padding: 10px 10px 10px 15px;
	background: #ebebed;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 15px;
}
*/
dl#kensaku_cmb dt {
	float: left;
	margin:5px 25px 8px 0;
	padding:0 0 0;
}
dl#kensaku_cmb dt span {
	font-weight: normal;
	margin: 0 0 4px -5px;
	letter-spacing: 0.1em;
}
dl#kensaku_cmb dt select{
	padding:2px 4px;
}
.page_total{
	padding:0 15px 2px;
	/*text-align:right;*/
	letter-spacing: 0.1em;
}

p.reset_btn{
	text-align:right;
	margin-top:8px;
}
.shohin_info2{
	padding:0 10px 8px;
	line-height: 1.2;
	color: #333;
	font-size: 0.9em;
}
.shohin_info2 span{
	padding-right: 10px;
}

/* order/order.asp
----------------------------------------------- */

.template_download_link {
	clear: both;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 0;
}
.template_download_link a {
	width: 100%;
	position: relative;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	background: #0075c1;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #00609e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.template_download_link a:hover {
	top: 3px;
	text-decoration: none;
	background: #0066a8;
	box-shadow: 0 2px 0 #00416b;
}
.template_download_link a:active {
	top: 5px;
	box-shadow: none;
}

.material_link {
	clear: both;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 0;
}
.material_link a {
	width: 100%;
	position: relative;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	background: #ffa500;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #d2691e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.material_link a:hover {
	top: 3px;
	text-decoration: none;
	background: #ff8c00;
	box-shadow: 0 2px 0 #d2691e;
}
.material_link a:active {
	top: 5px;
	box-shadow: none;
}

.sample_link {
	clear: both;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 0;
}


.sample_link a {
	width: 100%;
	position: relative;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	background: #ffa500;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #d2691e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sample_link.cnt a{
	width: auto;
	display: inline-block;
	padding: 0 30px;
}

.sample_link a:hover {
	top: 3px;
	text-decoration: none;
	background: #ff8c00;
	box-shadow: 0 2px 0 #d2691e;
}
.sample_link a:active {
	top: 5px;
	box-shadow: none;
}

.templdl_info {
	margin-top: 15px;
	padding: 10px !important;
	font-size:77%;
	margin-bottom: 5px !important;
}

.mT10{
	margin-top: 10px;
}
.taR{
	text-align:right;
}
.taL{
	text-align:left;
}

/* GUIDE DATE
----------------------------------------------- */
#optionGuide {
	padding: 10px 20px;
	background: #fff;
}
#optionGuide section {
	font-size: 108%;
}
/*
#optionGuide .backTop {
	display: none;
}
*/

/* ?f?????n????----------------------------------------------- */

.thicknes01 table th{
	width: 30%;
}
.thicknes01 table td {
	line-height: 1.5 !important;
}
.thicknes02 {
	float: left;
}
.thicknes02 table{
	width: 350px;
	margin-right:30px;
}
.thicknes03 table{
	width: 350px;
}

/* ?f???????----------------------------------------------- */
.cloth_box .pic2ClmR p{
	margin: 0 0 8px;
}
.cloth_box .pic2ClmR img{
	margin: 0 0 3px;
}
.cloth_box .emphasis{
	font-weight: bold;
}
.cloth_box .btnCent1,.cloth_box .btnCent1_org{
	float: left;
	clear: none;
	width: 49%;
}

/* info----------------------------------------------- */
#common_info .inventory_info{
	margin: 0 0 8px !important;
	padding: 0 5px !important;
	background-color: #fff;
}
#common_info{
	margin-bottom: 15px;
	padding: 5px;
	/*background: #fff;
	/*border: solid 5px #ebebed;
	border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* ??????V???[?Y??????------------------------------------- */

#palette_box h3{
	margin-top: 30px;
}
#palette_box .pic2ClmR{
	width: auto !important;
}
#palette_box .pic2ClmR p {
	margin: 0 0 8px !important;
}
#palette_box .pic2ClmR img {
	margin: 0 0 3px;
}
#palette_box .pLeft {
	float: left !important;
	clear: none !important;
	width: 49% !important;
}
#palette_box .pLeft a {
	font-size: 110%;
	line-height: 20px;
	padding: 8px 0 5px;
}
#palette_box span.ttlRed{
	font-size: 108%;
}

/* ?働?b?g?????????------------------------------------- */

#largelot_box h3{
	margin-top: 30px;
}
#largelot_box .graybox {
	background: #ebebed;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#largelot_box .graybox .largelot_bagL {
float:left;
}

#largelot_box .graybox .largelot_bagR {
float:right;
}

#largelot_box .graybox .mT15{
clear:both;
padding-top:15px;
}

#largelot_box .large_support {
	display: block;
	padding: 13px 5px 12px 33px;
	width: 725px;
	background: url(../img/guide/largelot_support.png) 17px center no-repeat #fff;
}

#largelot_box .large_support p{
padding:355px 0 0 0;
width:420px;
font-size:150%;
}

#largelot_box  .btnCent1_org {
	clear: both;
	width: 60%;
	margin: 10px auto;
	padding: 10px 0 0;
	font-size:180%;
}

/* ??????J???[???C???i?b?v------------------------------------- */
body#palettcolor table{
	
}
body#palettcolor table th{
	padding: 8px 10px;
	line-height: 1.2;
	width:7%;
}
body#palettcolor table td{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 8px;
	line-height: 1.2;
	text-align:left;
}

/* ?L?????y?[??------------------------------------- */

section#campaignTop{
	border-bottom:1px solid #000;
	padding: 0 0 20px;
}
#campaignBox{
	padding: 10px 0 15px;
}
.campaign_r{
	float:right;
	width:365px;
	padding: 0 0 10px;
}

.campaign_l{
	float:left;
	width:365px;
	padding: 0 0 10px;
}


.template_dl_excel {
	clear: both;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 0;
}
.template_dl_excel a {
	width: 100%;
	position: relative;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 104%;
	font-weight: bold;
	background: #1c982f;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #0b6e1a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.template_dl_excel a:hover {
	top: 3px;
	text-decoration: none;
	background: #167f26;
	box-shadow: 0 2px 0 #0b6e1a;
}
.template_dl_excel a:active {
	top: 5px;
	box-shadow: none;
}

/* ぱれっとシリーズ------------------------------------- */

#palette_box01 h4.blue_line {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
	color: #4F5456;
}

#palette_box01 h4.blue_line::before, #palette_box01 h4.blue_line::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #4F5456;
    margin: 10px 15px;
    position: relative;
}

#palette_box01 .small_ttl01,#palette_box01 .small_ttl02,#palette_box01 .small_ttl03 {
	padding: 1px;
    background-position: center top;
    background-repeat: no-repeat;
}

#palette_box01 .small_ttl01 {
    background-image: url(../img/guide/small_ttl_size.png);	
}

#palette_box01 .small_ttl02 {
    background-image: url(../img/guide/small_ttl_shape.png);	
}

#palette_box01 .small_ttl03 {
    background-image: url(../img/guide/small_ttl_feature.png);	
}

#palette_box01 .small_ttl02 h4, #palette_box01 .small_ttl03 h4 {
    font-size: 20px;
}

#palette_box01 .bag_list ul.item_flex_wrap {
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
}

#palette_box01 .item_flex_wrap {
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
	margin: 10px 50px 50px;
}

#palette_box01 .item_flex_wrap a {
	text-decoration: none;
}


#palette_box01 .item_flex_wrap dl {
	text-align: center;
}

#palette_box01 .item_flex_wrap dt {
	font-size: 16px;
	font-weight: bold;
	color: #0A7AC3;
    padding: 5px;
}

#palette_box01 .item_flex_wrap dd {
	width: 150px;
	color: black;
}


#palette_box01 .detail_bottom {
    font-size: 14px;
	color: #FFF;
	text-align: center;
    width: 100px;
    border-radius: 100px;
    margin: 5px auto;
    padding: 3px 0;
    background: #0A7AC3;
}

.detail_bottom i {
	border: solid 1px white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

i.arrow_right {
    transform: rotate(-45deg);
    margin: 0 0 1px 4px;
}

#palette_box01 .btn_palette a {
	width: 50%;
    position: relative;
    line-height: 55px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 131%;
    font-weight: bold;
    background: #00A4FF;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 5px 0 #0075C1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	margin: 80px auto 0;
}

#palette_box01 .btn_palette a:hover{
    top: 3px;
    text-decoration: none;
    background: #0066a8;
    box-shadow: 0 2px 0 #00416b;	
}


#palette_box02 .pLeft {
    float: left !important;
    clear: none !important;
    width: 49% !important;

}

#palette_box01 .slash{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	margin: 30px 0 0;
}

#palette_box01 .slash::before{
	content: "＼";
	padding: 8px;
}

#palette_box01 .slash::after{
	content: "／";
}

#palette_box01 .attention{
	color: red;
}

#palette_box02 span.ttlRed {
    font-size: 108%;
}

#palette_box01 .btn_sample {
	display: block;
	text-align: center;
	width: 350px;
	margin: 0 auto 80px;
}

#palette_box02 .ttl_article {
	margin: 40px 10px 5px;
}

#palette_box02 .pic2ClmR p {
    margin: 0 0 8px !important;
}

#palette_box02 .pic2ClmR img {
    margin: 0 0 3px;
}

#palette_box02 .pic2ClmR {
    width: auto !important;
}

#palette_box02 .pLeft a {
    font-size: 110%;
    line-height: 20px;
    padding: 8px 0 5px;
}


#palette_box01 .item_flex_wrap a:hover{
    text-decoration: none;
    opacity: 0.6;
}


    p.title {
        font-size: 24px;
        font-weight: bold;
        color: #0075c1;
    line-height: 1.2;
    padding: 0;
    clear: both;
    }

    #cloth .graybox {
        background: #eee;
        padding: 25px;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .cloth_txt {
        font-size: 13px;
    }

    div.flex,
    .cloth_box div.flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: end;
    }

    div.flex .itemL {
        width: 50%;
    }

    
    div.flex .itemR {
        width: 46%;
    }

   div.flex img {
        width: 100%;
    }

    div.flex .check_pt {
        display:flex;
        font-size: 16px;        
    }
    div.flex .check_pt p{
        margin-left: 15px;
        font-weight: bold;
    }
    
    div.flex .check_pt img{
        width: 20px;
  height: auto;
  margin-right: 6px;
  padding-bottom: 3px;
    }

    div.wh-box{
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 5px 0 5px;
    }
    
    div.wh-box p.hosei_ttl{
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    div.wh-box div.imgitem{
        width: 47%;
    }
    
    div.wh-box div.imgitem img{
        width: 100%;
    }

    div.wh-box div.imgitem a{
        width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #0075c1;
    transition: none;
    box-shadow: 0 5px 0 #00609e;
    border-radius: 4px;
    padding: 7px;
    margin-top: 10px;
    }
    
    #cloth div.wh-box div.imgitem a:hover{  top: 4px;
  box-shadow: none;
  text-decoration: none;
    }