@charset "Shift_JIS";

/*common.css削除する場合はこちらを定義*/
div#pickup_a a {
	color: #333333;
	text-decoration: underline;
}
.pickup_h1 {
	font-size: 20px;
	color: #333333;
	padding: 10px 0px 5px 5px;
	border-bottom: solid 2px #333333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.pickup_h3 {
	font-size: 20px;
	color: #666666;
	margin: initial;
	padding: initial;
	border: initial;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #666666;
}
/* 商品一覧用ここから */
.product_list_box {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	/*justify-content: space-between;*/
}
.product_list_box li {
	/*width: calc(100% / 3);*/
	width: 50%;
	padding: 10px 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.product_list_box li img {
	max-width: 100%;
	height: auto;
	/* border:solid 1px #ccc; */
}
.box_bottom {
	margin: 0;
	padding: 0 10px 8px 0;
	text-align: right;
	margin-top: auto;
	border-bottom: 1px dashed #333333;
}
.box_bottom1 {
	margin: 0;
	padding: 0 10px 8px 0;
	text-align: left;
	margin-top: auto;
	border-bottom: 1px dashed #333333;
}

/* 用途マーク用 */
/* 価格表示用 */
.pr_b {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0 5px 5px 0;
	margin-top: auto;
	border-bottom: 1px dashed #333333;
}
/* 用途マーク画像用 */
.use_i {
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}
.use_i_l {
	width: 24px;
	height: 24px;
	vertical-align: auto;
}
/* 用途マーク＆価格表示用 */
.pr_b_p {
	vertical-align: bottom;
	text-align: center;
}
/* テキスト表示用 */
.pr_b_t {
	line-height: 0.9;
	padding-bottom: 10px;
}
/* bh価格用フォント Google Bebas Nenu */
.bhprice_disp {
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	color: #ee8f25;
	font-family: 'Bebas Neue', sans-serif;
}



.product_name {
	font-size: 16px;
	line-height: 130%;
	color: #333333;
/*
	color: #ff6600;
	font-weight: bold;
*/
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.product_link {
	text-decoration: none;
/*
	color: #ff6600;
*/
	color: #333333;
}
.product_link a {
	color: inherit;
}
.product_link:hover {
	color: #333333;
/*
	color: #ff6600;
	font-weight: bold;
*/
	text-decoration: underline;
}
.l_t16 {
	font-size: 16px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
.l_t14 {
	font-size: 14px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
.l_t12 {
	font-size: 12px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
.l_t12n {
	font-size: 12px;
	line-height: 110%;
}
.l_t10 {
	font-size: 10px;
	line-height: 110%;
	color: #333333;
	text-align: justify;
}
/* 件数表示用のプルダウン */
.rows_select {
	overflow: hidden;
	width: 90px;
}
.rows_select select {
	width: 90px;
	padding-right: 1em;
	cursor: pointer;
	font-size: 16px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.rows_select select::-ms-expand {
    display: none;
}
.rows_select.color01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #f5f5f5;
}
.rows_select.color01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.rows_select.color01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
/* ページ番号用（スマホは前へ、次へのみ） */
div#sp_a a {
	text-decoration: none;
}
.btn_number {
	display: block;
	position: relative;
	width: 36px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background: #ffffff;
	border: solid 1px #999999;
	border-radius: 5px;
}
.btn_number:hover {
	opacity:0.8;
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}
.btn_number_selected {
	display: block;
	position: relative;
	width: 36px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #999999;
	border: solid 1px #999999;
	border-radius: 5px;
}
/* 商品一覧用ここまで */

.nm01 {
	color:#6766ff;
	font-weight: bolder;
}
.nm02 {
	color:#ff00a1;
	font-weight: bolder;
}
div#plink a {
	color:#333333;
}
div#pp_btn a {
	text-decoration: none;
	color: #ffffff;
}
.btnG {
	display: block;
	position: relative;
	width: 90%;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #81bd50;
	border-radius: 5px;
}
.btnG:hover {
	opacity:0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
.btnB {
	display: block;
	position: relative;
	width: 90%;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #0187bf;
	border-radius: 5px;
}
.btnB:hover {
	opacity:0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
.btnBL {
	display: block;
	position: relative;
	width: 90%;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #333333;
	border-radius: 5px;
}
.btnBL:hover {
	opacity:0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}

.btnO {
	display: block;
	position: relative;
	width: 90%;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #fe7e00;
	border-radius: 5px;
}
.btnO:hover {
	opacity:0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
.bg_all {
	padding: 0px 100px;
	margin-bottom: 10px;
}
.bg_gray {
	padding: 20px 30px;
	background-color: #e3e5e4;
	margin-bottom: 10px;
}
/* アンカー設定時のズレを補正 */
.anchor {
	padding-top: 150px;
	margin-top: -150px;
	display:inline-block;
}
/* 目次 */
div#tb_con a {
	font-size: 20px;
	color: #666666;
	cursor: pointer;
	line-height: 120%;
	/*text-decoration: none;*/
}
/* 〜はこちら用バナー */
div#a_info02 a {
	text-decoration: none;
	color: #000000;
	text-align: left;
}
.btn_info02 {
	width: 90%;
	display: inline-block;
	padding: 5px 20px;
	text-align: left;
	border-radius: 5px;
	background: #f2f2f2;
	border: solid 1px #333333;
}
.btn_info02:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}
