@charset "utf-8";

/* SIDE
----------------------------------------------- */


/* order_chk.asp
----------------------------------------------- */
#orderbox table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 10px 20px;
	text-align: left;
	width: auto;
	font-size: 13px;
}
#orderbox table tbody th {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	font-weight:normal;
	line-height: 1.2;
	text-align: center;
	width: 30%;
	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: auto;
}
#pricecheck table th {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	text-align: right;
	width: 30%;
	padding: 8px 5px;
	font-weight:normal;
	font-size: 13px;
}
#pricecheck table td {
	border: 1px solid #ccc;
	text-align:right;
	padding: 8px 10px;
	font-size: 13px;
}
#pricecheck table td#bold{
	color: #f14f4c;
	font-weight: bold;
}
#main .grayBox {
	margin-bottom: 15px;
}
#main .grayBox textarea{
	width:100%;
}
#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: auto;
	clear: both;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 20px;
	/*
	background: #d2d2d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	*/
}
.itemOrderBtn #cartBtn {
	padding: 10px 15px;
	margin: 0 auto;
	clear: both;
	width: auto;
	text-align: center;
	font-size: 120%;
	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: 10px 15px;
	margin: 0 auto;
	clear: both;
	width: auto;
	text-align: center;
	font-size: 120%;
	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;
}


/* order/order.asp
----------------------------------------------- */
.template_download_link {
	clear: both;
	width: 95%;
	margin: 0 auto 15px;
	padding: 0 0 0;
	text-align: center;
}
.template_download_link a {
	width: 100%;
	position: relative;
	line-height: 36px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 100%;
	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;
}
.templdl_info {
	padding: 5px 5px 0 !important;
	font-size:77%;
	margin-bottom: 5px !important;
}


#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 80px;
}

.itemStep h3.ttlStep span.hint,
#p_text_box h3.ttlStep span.hint {
	font-size: 77% !important;
}

.option_info_html2{
	font-size: 77% !important;
}

/* info----------------------------------------------- */
#common_info .inventory_info{
	margin: 0 0 0 !important;
	padding: 0 5px !important;
	background-color: #fff;
	border:none !important;
	border: solid 5px #ebebed;
}
/*
#common_info{
	background: #fff;
	padding: 5px;
	border: solid 5px #ebebed;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
*/
/* categories/list.asp
----------------------------------------------- */

.comTtl {
	line-height: 1.2;
	padding: 5px 0 5px 10px;
	clear: both;
}

form#frmCate {
	width: auto;
	clear: both;
	margin:5px 5px;
	padding: 5px 5px 5px 5px;
	background: #ebebed;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}

dl#kensaku_cmb dt {
	float: left;
	margin:5px 20px 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 10px 2px;
	/*text-align:right;*/
	letter-spacing: 0.1em;
}

p.reset_btn{
	text-align:right;
	margin-top:5px;
}
.shohin_info2{
	padding:0 10px 8px;
	line-height: 1.2;
	color: #333;
	font-size: 0.9em;
}
.shohin_info2 span{
	padding-right: 10px;
}


/* �働�b�g�������܂�------------------------------------- */

#largelot_box section{
	width: 98%;
	margin: 5px auto;
}

#largelot_box .large_support p{
font-size:100%;
}

#largelot_box  .btnCent1_org {
	clear: both;
	width: 60%;
	margin: 10px auto;
	padding: 10px 0 0;
	font-size:110%;
}


.template_dl_excel {
	clear: both;
	width: 95%;
	margin: 10px auto 15px;
	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;
}

.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;
}

    #cloth p.title,
	.cloth_box p.title {
        font-size: 18px;
        font-weight: bold;
        color: #0075c1;
		line-height: 1.2;
		padding: 0;
		clear: both;
		margin: 20px 0 10px 10px;
    }

    #cloth .graybox {
        background: #eee;
        padding: 25px;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .cloth_txt {
        font-size: 13px;
    }


    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{
		margin-bottom: 20px;
	}
    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;
    }