*{
	margin:0;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', Osaka,sans-serif;
}


html, body, div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

html {
	/*フッター最下部固定用*/
	min-height: 100%;
	position: relative;
}

a {
	outline: none;
}

ul, ol, li, dl, dt, dd {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

body {
	width:100%;
	margin-bottom: 340px;/*フッターの縦幅+margin 280*/
}

#header-wrapper {
	width:100%;
	min-width: 1200px;
	padding-top:16px;
	/*background-color:#f9e175;*/
	background-image:url('/img/header_img.gif');
}

header{
	width:1200px;
	margin:auto;
	overflow:hidden;
}

#header-left{
	float:left;
}

#header-right{

	position:relative;
	float:right;
	width:360px;
	height:112px;
}

#header-top{
	margin-bottom:8px;
}
#header-top a img{
	width: auto;
	height: 59px;
}


#header-bottom{
}

#header-bottom div{
	display:inline-block;
}

#member-menu{
	position:absolute;
	bottom:0;

	width:360px;
}

#member-menu #account {
	width:100%;
	text-align:right;
}
#member-menu #account li{
	display:inline;
}

#member-menu #navi-bar{
	overflow:hidden;
	box-sizing:border-box;
	padding:8px;
	background-color:#fcf0ba;
}

#member-menu #navi-bar li{
	display:inline-block;
	float:left;
}
#member-menu #navi-bar li{
	display:inline-block;
	vertical-align:middle;
}

#member-menu #navi-bar #member-name{
	display:block;
	width:100%;
	text-align:left;
}

#member-menu #navi-bar .c2{
	width:160px;
	height:32px;
	line-height:32px;
}

#member-menu #navi-bar .c3{
	width:108px;
	height:32px;
	line-height:32px;
	text-align:center;
}

#member-menu #navi-bar .btn{

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

#member-menu #navi-bar .btn a{
	color:#ffffff;
	text-decoration:none;
}

#member-menu #navi-bar #cart{
	margin-right:8px;
	text-align:left;
	background-image:url('/img/ico_cart.png');
	background-repeat:no-repeat;
}

#member-menu #navi-bar #cart a{
	padding-left:40px;
}

#member-menu #navi-bar #login{

	margin-right:8px;
	background-color:#2c3570;
}

#member-menu #navi-bar #registration{
	background-color:#2c3570;
}

#member-menu #navi-bar #my{

	border-style:solid;
	border-width:0 0 0 1px;
	border-color:#cccccc;

	background-image:url('/img/ico_history.png');
	background-position:4px center;
	background-repeat:no-repeat;

}

#member-menu #navi-bar #my a{
	padding-left:40px;
}

#category-switch{
	width:240px;
	height:48px;
	margin-right:8px;

	background-color:#2c357b;
	color:#ffffff;
	text-align:center;
	line-height:48px;

    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
}

#search form{

	width:580px;
	height:32px;

}

#search-text{
	width:480px;
	height:32px;
	box-sizing: border-box;
	margin:0;
	font-size:16px;
	border:none;
}

#search-submit{
	width:80px;
	height:32px;
	box-sizing: border-box;

	color:#ffffff;
	font-weight:bold;
	background-color:#2c357b;
	border:none;
}

#container{
	width:1200px;
	margin:2em auto;
	overflow: auto;
}

#sidebar{
	width:160px;
}

#category{

	position:relative;

	width:240px;
	box-sizing: border-box;

	background-color:#ffffff;

	border-style:solid;
	border-width:1px;
	border-color:#999999;

	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);

}

#category > li{
}
#category > li > a{

	display:block;
	padding:0 0 0 16px;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 175px 50%;
	background-size: 50px;
}
#category > li.b_list {
	display: table;
	table-layout: fixed;
	width: 240px;
	height: 40px;
	box-sizing: border-box;
}
#category > li.b_list:hover {
	background-color:#eeeeee;
}
#category > li.b_list > a{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
#category > li.b_list > a:first-of-type {
	width: 160px;
	box-sizing: border-box;
}
#category > li.b_list > a:nth-of-type(2) {
	width: 80px;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
}
#category > li.b_list > a:nth-of-type(2) img {
	max-width: 50px;
	max-height: 40px;
	vertical-align: middle;
}

#category > li > a:hover {
	background-color:#eeeeee;
}

#category > li > ul{

	display:none;

	position:absolute;
	left:238px;
	top:-1px;

	min-width:480px;
	min-height:600px;

	background-color:#ffffff;

	border-style:solid;
	border-width:1px;
	border-color:#999999;

	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
/*-----大分類-----*/
#category > #cat001 > a {
	background-image: url("../img/sidebar/side_cat001.png");
}
#category > #cat002 > a {
	background-image: url("../img/sidebar/side_cat002.png");
}
#category > #cat003 > a {
	background-image: url("../img/sidebar/side_cat003.png");
}
#category > #cat004 > a {
	background-image: url("../img/sidebar/side_cat004.png");
}
#category > #cat005 > a {
	background-image: url("../img/sidebar/side_cat005.png");
}
#category > #cat006 > a {
	background-image: url("../img/sidebar/side_cat006.png");
	background-position: 145px 50%;
	background-size: 80px;
}
#category > #cat007 > a {
	background-image: url("../img/sidebar/side_cat007.png");
}
#category > #cat008 > a {
	background-image: url("../img/sidebar/side_cat008.png");
}
#category > #cat009 > a {
	background-image: url("../img/sidebar/side_cat009.png");
	background-position: 180px 50%;
	background-size: 40px;
}
#category > #cat010 > a {
	background-image: url("../img/sidebar/side_cat010.png");
	background-position: 186px 50%;
	background-size: 28px;
}
#category > #cat011 > a {
	background-image: url("../img/sidebar/side_cat011.png");
	background-position: 180px 50%;
	background-size: 40px;
}
#category > #cat012 > a {
	background-image: url("../img/sidebar/side_cat012.png");
	background-position: 180px 50%;
	background-size: 40px;
}
#category > #cat013 > a {
	background-image: url("../img/sidebar/side_cat013.png");
}
#category > #cat014 > a {
	background-image: url("../img/sidebar/side_cat014.png");
}
#category > #cat015 > a {
	background-image: url("../img/sidebar/side_cat015.png");
}
#category > #spring_select > a {
	background-image: url("../img/sidebar/side_spring_select.png");
}
#category > #cat900 > a {
	color: #4c9a6d;
}
#category > #cat900_coop > a {
	color: #4c9a6d;
}
#category > #cat900 > ul {
	border: 1px solid #326547;
	width: 602px;
	height: 640px;
	background-color: #4c9a6d;
}
#category > #cat900_coop > ul {
	border: 1px solid #326547;
	width: 602px;
	height: 640px;
	background-color: #4c9a6d;
}
#category > #cat900 > ul a{
	line-height: 1.5;
}
#category > #cat900_coop > ul a{
	line-height: 1.5;
}
/*----中分類-----*/
#category > li > ul > li > a {
	display: block;
	float: left;
	width: 100px;
	height: 3.2em;
	margin: 5px;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: 50% 0;
	text-align: center;
	font-size: smaller;
	line-height: 1;
}
#category > li > ul > li.m_list > a {
	height: 150px;
	padding-top: 0;
	text-align: center;
}
#category > li > ul > li.m_list > a > img {
	max-width: 100px;
	max-height: 100px;
}
#category > li > ul > li.m_list > a > span {
	display: block;
}
#category > li > ul > li:nth-child(-n+5) {
	margin-top: 5px;
}
#category > li > ul > li:nth-child(4n+1) {
	margin-left: 5px;
}
#category > li > ul > li:nth-child(4n) {
	margin-right: 5px;
}
li#cat001010 > a {
	background-image:url("../img/sidebar/cat_middle/001010.png");
}
li#cat001020 > a {
	background-image:url("../img/sidebar/cat_middle/001020.png");
}
li#cat001030 > a {
	background-image:url("../img/sidebar/cat_middle/001030.png");
}
li#cat001040 > a {
	background-image:url("../img/sidebar/cat_middle/001040.png");
}
li#cat001050 > a {
	background-image:url("../img/sidebar/cat_middle/001050.png");
}
li#cat001060 > a {
	background-image:url("../img/sidebar/cat_middle/001060.png");
}
li#cat001070 > a {
	background-image:url("../img/sidebar/cat_middle/001070.png");
}
li#cat001080 > a {
	background-image:url("../img/sidebar/cat_middle/001080.png");
}
li#cat001090 > a {
	background-image:url("../img/sidebar/cat_middle/001090.png");
}
li#cat001100 > a {
	background-image:url("../img/sidebar/cat_middle/001100.png");
}
li#cat001110 > a {
	background-image:url("../img/sidebar/cat_middle/001110.png");
}
li#cat002010 > a {
	background-image:url("../img/sidebar/cat_middle/002010.png");
}
li#cat002020 > a {
	background-image:url("../img/sidebar/cat_middle/002020.png");
}
li#cat002030 > a {
	background-image:url("../img/sidebar/cat_middle/002030.png");
}
li#cat002040 > a {
	background-image:url("../img/sidebar/cat_middle/002040.png");
}
li#cat002050 > a {
	background-image:url("../img/sidebar/cat_middle/002050.png");
}
li#cat002060 > a {
	background-image:url("../img/sidebar/cat_middle/002060.png");
}
li#cat002070 > a {
	background-image:url("../img/sidebar/cat_middle/002070.png");
}
li#cat002080 > a {
	background-image:url("../img/sidebar/cat_middle/002080.png");
}
li#cat002090 > a {
	background-image:url("../img/sidebar/cat_middle/002090.png");
}
li#cat002100 > a {
	background-image:url("../img/sidebar/cat_middle/002100.png");
}
li#cat002110 > a {
	background-image:url("../img/sidebar/cat_middle/002110.png");
}
li#cat002120 > a {
	background-image:url("../img/sidebar/cat_middle/002120.png");
}
li#cat002130 > a {
	background-image:url("../img/sidebar/cat_middle/002130.png");
}
li#cat002140 > a {
	background-image:url("../img/sidebar/cat_middle/002140.png");
}
li#cat003010 > a {
	background-image:url("../img/sidebar/cat_middle/003010.png");
}
li#cat003020 > a {
	background-image:url("../img/sidebar/cat_middle/003020.png");
}
li#cat003030 > a {
	background-image:url("../img/sidebar/cat_middle/003030.png");
}
li#cat003040 > a {
	background-image:url("../img/sidebar/cat_middle/003040.png");
}
li#cat003050 > a {
	background-image:url("../img/sidebar/cat_middle/003050.png");
}
li#cat004010 > a {
	background-image:url("../img/sidebar/cat_middle/004010.png");
}
li#cat004020 > a {
	background-image:url("../img/sidebar/cat_middle/004020.png");
}
li#cat005010 > a {
	background-image:url("../img/sidebar/cat_middle/005010.png");
}
li#cat005020 > a {
	background-image:url("../img/sidebar/cat_middle/005020.png");
}
li#cat007010 > a {
	background-image:url("../img/sidebar/cat_middle/007010.png");
}
li#cat007020 > a {
	background-image:url("../img/sidebar/cat_middle/007020.png");
}
li#cat010010 > a {
	background-image:url("../img/sidebar/cat_middle/010010.png");
}
li#cat010020 > a {
	background-image:url("../img/sidebar/cat_middle/010020.png");
}
li#cat011010 > a {
	background-image:url("../img/sidebar/cat_middle/011010.png");
}
li#cat011020 > a {
	background-image:url("../img/sidebar/cat_middle/011020.png");
}
li#cat012010 > a {
	background-image:url("../img/sidebar/cat_middle/012010.png");
}
li#cat012020 > a {
	background-image:url("../img/sidebar/cat_middle/012020.png");
}
li#cat013010 > a {
	background-image:url("../img/sidebar/cat_middle/013010.png");
}
li#cat013020 > a {
	background-image:url("../img/sidebar/cat_middle/013020.png");
}
li#cat014010 > a {
	background-image:url("../img/sidebar/cat_middle/014010.png");
}
li#cat014020 > a {
	background-image:url("../img/sidebar/cat_middle/014020.png");
}
li#cat014030 > a {
	background-image:url("../img/sidebar/cat_middle/014030.png");
}
li#cat015010 > a {
	background-image:url("../img/sidebar/cat_middle/015010.png");
}
li#cat015020 > a {
	background-image:url("../img/sidebar/cat_middle/015020.png");
}
li#cat015030 > a {
	background-image:url("../img/sidebar/cat_middle/015030.png");
}
li#cat015040 > a {
	background-image:url("../img/sidebar/cat_middle/015040.png");
}
li#cat015050 > a {
	background-image:url("../img/sidebar/cat_middle/015050.png");
}
li#cat015060 > a {
	background-image:url("../img/sidebar/cat_middle/015060.png");
}
li#cat015070 > a {
	background-image:url("../img/sidebar/cat_middle/015070.png");
}
li#cat015080 > a {
	background-image:url("../img/sidebar/cat_middle/015080.png");
}
li#cat015090 > a {
	background-image:url("../img/sidebar/cat_middle/015090.png");
}
li#cat015100 > a {
	background-image:url("../img/sidebar/cat_middle/015100.png");
}
li#cat015110 > a {
	background-image:url("../img/sidebar/cat_middle/015110.png");
}
li#cat015120 > a {
	background-image:url("../img/sidebar/cat_middle/015120.png");
}
li#complession_select > a {
	background-image:url("../img/sidebar/cat_middle/compression_select.png");
}
li#extension_select > a {
	background-image:url("../img/sidebar/cat_middle/extension_select.png");
}
li#cat900030 > a {
/*チップコンベアコイル*/
	background-image:url("../img/item/900030010_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900040 > a {
/*バネコンベア*/
	background-image:url("../img/item/900040_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900050 > a {
/*両丸・片丸キー*/
	background-image:url("../img/item/900050010_img.jpg");
	background-size: 100px;
	background-position: 50% 38%!important;
}
li#cat900060 > a {
/*ファンモーターカバー*/
	background-image:url("../img/item/900060_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900070 > a {
/*クイックスリーブ*/
	background-image:url("../img/item/900070_img.jpg");
	background-size: 100px;
	background-position: 50% 42%!important;
}
li#cat900080 > a {
/*ステンレス精密パイプ*/
	background-image:url("../img/item/900080_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900090 > a {
/*薄肉溶接パイプ*/
	background-image:url("../img/item/900090_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900110 > a {
/*Vクランプ*/
	background-image:url("../img/item/900110010_img.jpg");
	background-size: 100px;
	background-position: 50% 42%!important;
}
li#cat900120 > a {
/*セットカラー標準タイプ*/
	background-image:url("../img/item/900120_img.jpg");
	background-size: 100px;
	background-position: 50% 32%!important;
}
li#cat900130 > a {
/*セットカラー　スリットタイプ*/
	background-image:url("../img/item/900130_img.jpg");
	background-size: 100px;
	background-position: 50% 32%!important;
}
li#cat900140 > a {
/*セットカラー　セパレートタイプ*/
	background-image:url("../img/item/900140_img.jpg");
	background-size: 100px;
	background-position: 50% 32%!important;
}
li#cat900150 > a {
/*ネオジ磁石*/
	background-image:url("../img/item/900150_img.jpg");
	background-size: 100px;
	background-position: 50% 38%!important;
}
li#cat900160 > a {
/*フェライト鉱石*/
	background-image:url("../img/item/900160_img.jpg");
	background-size: 100px;
	background-position: 50% 34%!important;
}
li#cat900170 > a {
/*タングレス・インサート*/
	background-image:url("../img/item/900170010_img.jpg");
	background-size: 100px;
	background-position: 50% 36%!important;
}
li#cat900180 > a {
/*スペーサー*/
	background-image:url("../img/item/900180_img2.jpg");
	background-size: 100px;
	background-position: 50% 36%!important;
}
li#cat900190 > a {
/*小径平行ピン*/
	background-image:url("../img/item/900190_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900200 > a {
/*吊りカンRS*/
	background-image:url("../img/item/900200010_img.jpg");
	background-size: 100px;
	background-position: 50% 0!important;
}
li#cat900210 > a {
/*Uボルト*/
	background-image:url("../img/item/900210_img2.jpg");
	background-size: 100px;
	background-position: 50% 36%!important;
}
li#cat900220 > a {
/*機械固定金具*/
	background-image:url("../img/item/900220010_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900230 > a {
/*ウレタンゲル*/
	background-image:url("../img/item/900230010_img.jpg");
	background-size: 100px;
	background-position: 50%!important;
}
li#cat900240 > a {
/*キャスターストッパー*/
	background-image:url("../img/item/900240_img.jpg");
	background-size: 100px;
	background-position: 50% 34%!important;
}
li#cat900250 > a {
/*オイルリフレッタ*/
	background-image:url("../img/item/900250_img.jpg");
	background-size: 80px!important;
	background-position: 50% 16%!important;
}
li#cat900260 > a {
/*パーツフィーダ A*/
	background-image:url("../img/item/900260010_img1.jpg");
	background-size: 90px!important;
	background-position: 50% 0!important;
}
li#cat900270 > a {
/*パーツフィーダ B*/
	background-image:url("../img/item/900270010_img.jpg");
	background-size: 90px!important;
	background-position: 50% 0!important;
}
li#cat900280 > a {
/*スプリングセパレーター*/
	background-image:url("../img/item/900280_img1.jpg");
	background-size: 60px!important;
	background-position: 50% 0!important;
}
li#cat900290 > a {
/*手動式リールスタンド*/
	background-image:url("../img/no_image.jpg");
	background-size: 100px;
	background-position: 50% 0!important;
}
li#cat900310 > a {
/*防災王*/
	background-image:url("../img/no_image.jpg");
	background-size: 100px;
	background-position: 50% 0!important;
}
li#cat900320 > a {
/*マルチディスプレイ*/
	background-image:url("../img/item/900320_img.jpg");
	background-size: 100px;
	background-position: 50% 40%!important;
}

/*NEW町工場*/
div#new_factory_area {
	width: 576px;
	height: 616px;
	padding: 12px;
}
div#new_factory_area p {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding-left: 8px;
	margin-bottom: 1em;
}
div#new_factory_area a#to_new_machi {
	display:block;
	width: 190px;
	margin: 24px auto 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
div#new_factory_area a#to_new_machi:hover {
	border-bottom: 2px solid #ffffff;
}
div#new_factory_area img {
	width: 300px;
	height: auto;
	vertical-align: -14px;
}
div#new_factory_area img#new_machi_menu {
	width: 100%;
	height: auto;
	border-radius: 5px;
	border: 1px solid #326547;
	vertical-align: top;
}

#category > li > ul > li > a:hover {
	background-color: #eeeeee;
}

.btn_area {
	display: flex;
	justify-content: center;
}

.parts-btn{
	margin:2em 0;
	text-align:center;
}

.parts-btn table{
	margin:auto;
}

.parts-btn input[type='submit']{
	margin: 1em;
}


.btn-square{
    display: inline-block;
    /*margin-right:1em;*/
    padding: 0.4em 1.6em;
    /*font-size: x-large;*/
    font-size: 1.5em;
    color: #ffffff;
    text-decoration: none;
    background-color: #4b58be;/*ボタン色*/
    border-style:solid;
    border-width:0 0 4px 0;
    border-color:#2c357b;
    border-radius: 3px;

}

.btn-square:hover{
	background-color: #a1a8dd;
	border-color:#848dd3;
}

.btn-square:active {/*ボタンを押したとき*/

	/*margin-top:4px;*/

    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;

    border-style:solid;
    border-width:4px 0 0 0;
    border-color:#2c357b;
    border-radius: 3px;
}

.btn-order{
	background-color:#f5a24a;
    border-color:#f28613;
}

.btn-order:hover{
	background-color: #fad2a7;
	border-color:#f7b670;
}

.btn-order:active{
	border-color:#f7b670;
}

/*-----カレンダーー-----*/
.calendar {
    font-size: 14px;
    width: 300px;
    border: solid 1px #CECECE;
    border-collapse: collapse;
    margin-bottom: 15px;
    text-align: center;
}
.calendar td {
    text-align: center;
    padding: 5px;
    border: solid 1px #CECECE;
	vertical-align: middle;
}
.calendar tr {
    height: 16px;
}
/*-----フッター-----*/
footer{
	position: absolute;
	bottom: 0;
	clear:both;
	width:100%;
	min-width:1200px;
	background-color:#223a70;
	line-height:1.6em;
	color:#ffffff;
	font-size: 16px;
}
footer a {
	color:#ffffff;
	text-decoration:none;
}
footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer_container {
	width:1200px;
	padding: 16px 0;
	margin:0 auto;
	overflow: auto;
}
.footer_sitemap_block {
	float: left;
	width: 180px;
	margin-bottom: 32px;
}
.footer_sitemap_block:first-child{
	width: 500px;
	margin-right: 20px;
	padding: 0px;
}
.footer_sitemap_block:nth-of-type(2) {
	width: 155px;
}
.footer_sitemap_block:nth-of-type(3) {
	width: 165px;
}
.footer_sitemap_block:nth-of-type(4) ul {
	margin-top: 1.5em;
}
.footer_bold {
	font-weight: bold;
}
#footer_logo img {
	width: auto;
	height: 59px;
}
div#footer_container div.footer_sitemap_block:nth-child(2) ul li:not(.footer_bold),
div#footer_container div.footer_sitemap_block:nth-child(3) ul li:not(.footer_bold),
div#footer_container div.footer_sitemap_block:nth-child(5) ul li:not(.footer_bold) {
	margin-left: 1em;
}
/*カタログ*/
#catalog_image img:first-of-type {
	margin-right: 5px;
}
#right_block div.right_item .parts-btn {
	margin: 0.5em 0;
}
#right_block div.right_item .parts-btn button{
	padding: 0.4em 0;
}

#right_block div.right_item div:nth-last-of-type(2) {
	margin: 0.5em 0 1em;
	padding-bottom: 1em;
	border-bottom:1px dotted #6f6f6f;
}
#new_mark {
	margin-right: 0.5em;
	font-weight: bold;
	animation: flash 1s linear infinite;
	color: #fad003;
	position: absolute;
	left: 1.5em;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}
/*中分類・小分類選択画面*/
.middle_category_block {
	float: left;
	width: 186px;
	height: 236px;
	border: 1px solid #bbb;
	margin: 2px;
	padding: 4px;
	text-align: center;
}
.middle_category_block .category_image_block {
	width: 100%;
	height: 180px;
}
.middle_category_block .category_image_block a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.middle_category_block .category_image_block a img {
	max-width: 180px;
	max-height: 180px;
}
.middle_category_block .category_name_block {
	text-align: center;
}

/*webで特注ばね　印刷ページ開く用ボタン*/
#ordersheet_print_btn {
	font-size: 1em;
}

.new {
	display: block;
	color: #ff0000;
	font-size: small;
	font-weight: bold;
}

/*webで特注ばね　値引きキャンペーン*/
#limited_message {
	margin-left: 3em;
	font-size: 22px;
	color: #ff0000;
	font-weight: bold;
	display: none!important;
}
#limited_message span {
	font-size: 22px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0.5em;
}
#menu_limited_message {
	position: absolute;
	top: 8.5em;
	left: 0.5em;
	font-weight: bold;
	color: #ff0000;
	display: none!important;
}

#spec_limited_message {
	font-size: 28px;
	color: #ff0000;
	font-weight: bold;
	display: none!important;
}

#price_limited_message {
	font-size: 28px;
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	top: 0em;
	left: 26em;
	display: none!important;
}
#confirm_limited_message {
	display: none!important;
	position: relative;
}
#confirm_limited_message div {
	position: absolute;
	top: 11em;
	left: 12em;
}
#confirm_limited_message span {
	font-size: 28px;
	color: #ff0000;
	font-weight: bold;
	display: block;
}
#confirm_limited_message span:nth-of-type(2) {
	font-size: 18px;
}

.paging {
    width: 100%;
    display: flex;
    white-space: nowrap;
    text-align: center;
}

.paging div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.paging a {
    padding: 6px 12px;
    /*background-color: #333;*/
    /* background-color: #696969; */
	background-color: white;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.paging a:hover {
    background-color: #bfbfbf;
    /*background-color: gray;*/
	color: white;
}

.paging span {
    padding: 6px 12px;
}

.pagingNext {
    box-sizing: border-box;
    width: 70px;
    min-width: 70px;
}

.pagingPrev {
    box-sizing: border-box;
    width: 70px;
    min-width: 70px;
}

.pagingButton {
    margin: 0 3px;
}

.pagingSelect {
    /*background-color: gray !important;*/
    background-color: #bfbfbf !important;
}

.paginDots {}

