@import url("./common.css");
h1{
	margin:16px 0;
}

h3.guide_h3,h4.guide_h4{

	/*padding-left:32px;*/
	padding-left:10px;
	color:#333333;

	background-repeat: no-repeat;
	clear: both;
}

h3.guide_h3 {
	margin:20px 0 0.4em 0;
	font-size:1.4em;
	font-weight:bold;

	/*background-image:url('../img/ico_h3.png');*/
	/*background-position: 4px center;*/

	border-style:solid;
	border-width:0 0 4px 0;
	border-color:#888888
}
h3.faq_h3 {
	padding-left:32px;
	color:#333333;
	margin:20px 0 0.4em 0;
	font-size:1.4em;
	font-weight:bold;
	/*background-image:url('../img/ico_h3.png');*/
	background-repeat: no-repeat;
	background-position: 4px center;
	border-bottom: 2px dotted #888888
}

h4.guide_h4 {
	margin-bottom:0.2em;

	font-size:1.2em;
	font-weight:bold;

	background-image:url('../img/ico_h4.png');
	background-position: 10px center;
}


p{
	margin-bottom:2em;
}


/*-----２階層ページ用-----*/
#second_main_block {
	overflow: auto;
	width:1200px;
}
#second_left_block {
	float: left;
	width: 940px;
	padding: 0 10px;
}
#second_right_block {
	width: 240px;
	float:right;
}
.second_right_item {
	background-color: #ebebeb;
	padding: 10px;
	margin-bottom: 15px;
}
.second_right_item ul {
	margin-left: 30px;
}
.second_right_item ul li {
	margin-bottom: 10px;
}
.second_right_item .parts-btn {
	margin: 0.5em 0;
}
.second_right_item .parts-btn button {
	padding: 0.4em 0;
}
.second_right_item div:nth-last-of-type(2) {
	margin: 0.5em 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #6f6f6f;
}
.item_title {
	margin-bottom: 10px;
	border-left: 8px solid #2c357b;
	padding-left: 5px;
	font-size: 18px;
}
#catalog_image {
	margin: 10px 0;
	text-align: center;
}
#catalog_image img {
	/*border: 1px solid #2c357b;*/
	border: 1px solid #f8b500;
	width: 100px;
	height: auto;
}
.catalog_btn {
	width: 200px;
	height: 40px;
	margin: 0 auto 10px;
}
.catalog_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #f8b500;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	/*border: 1px solid #bb5520;*/
	border: 1px solid #f8b500;
}
#category{
	display:none;
	position:absolute;
	z-index:10;
}

#main{
	margin-top:24px;
}

#bread-crumb{
	margin:10px 0;
}

#bread-crumb li{
	display:inline-block;
}

#bread-crumb li:last-child{
	font-weight:bold;
}

#summary {
	margin-bottom:40px;
	overflow: auto;
}
#summary .spec dl{
	/*width:100%;*/
	width: 50%;
	float: left;
}

#summary .spec dt{

	display: block;

	float: left;
	clear: both;

	width: 7em;
	margin:0 8px 4px 0;
	padding:2px;

	font-size:small;

	background-color:#2c357b;
	color:#ffffff;
	text-align:center;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;

}

#summary .spec dd{

	display: block;
	float:left;

	margin-bottom:4px;
	padding:2px;
}

#summary .spec .diameter li{

	display:inline-block;
	width:3em;
	height:3em;

	margin-right:4px;

	background-color:#999999;
	color:#ffffff;
	font-size:x-small;
	text-align:center;
	line-height:3em;

    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
}

#summary .spec .deliver{
	font-weight:bold;
}

#summary .pic{
}
#summary .pic .image {
	float: left;
}
#summary .pic .image img {
	max-width: 280px;
	max-height: 280px;
	margin: 0 10px;
	/*border: 1px solid #bbb;*/
}
#summary .pic .diagram img {
	width: 280px;
	height: auto;
}

#summary .special {
	clear:both;
	margin:1em 0;
	text-align:center;
	font-weight:bold;
	color:#e8383d;
	background-color:#ffe0ef;
}

#summary02 {
	margin-bottom:40px;
	overflow: auto;
}
#summary02 .spec dl{
	/*width:100%;*/
	width: 50%;
	float: left;
}

#summary02 .spec dt{

	display: block;

	float: left;
	clear: both;

	width: 7em;
	margin:0 8px 4px 0;
	padding:2px;

	font-size:small;

	background-color:#2c357b;
	color:#ffffff;
	text-align:center;

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;

}

#summary02 .spec dd{

	display: block;
	float:left;

	margin-bottom:4px;
	padding:2px;
}

#summary02 .spec .diameter li{

	display:inline-block;
	width:3em;
	height:3em;

	margin-right:4px;

	background-color:#999999;
	color:#ffffff;
	font-size:x-small;
	text-align:center;
	line-height:3em;

    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
}

#summary02 .spec .deliver{
	font-weight:bold;
}
#summary02 .special {
	clear:both;
	margin:1em 0;
	text-align:center;
	font-weight:bold;
	color:#e8383d;
	background-color:#ffe0ef;
}
#item-list02 {

	width:100%;
	overflow:hidden;

	margin-bottom:2em;

	font-size:small;
	background-color:#f8f8f8;

	border-collapse: collapse;
	border-style:solid;
	border-width:2px 0;
	border-color: #999999;

}

#item-list02 th,td{
	vertical-align:middle;
}

#item-list02 tr:first-child th:not(:last-child){

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

#item-list02 .item{
	border-style:solid;
	border-width:1px 0;
	border-color: #999999;
}

#item-list02 .item:nth-of-type(odd) {
	background: #eee;
}
#item-list02 .item:nth-of-type(odd) .itemcd {
	background-color:#a8addf;
}

#item-list02 .item td{
	text-align:center;
}

#item-list02 .item > td:not(:last-child){
	
	border-style:solid;
	border-width:0 1px 0 0;
	border-color: #cccccc;
}

#item-list02 .itemcd{
	color:#2c3379;
	font-weight:bold;
	padding: 5px 0;
}

#item-list02 .quantity{
	background-color:#ffe0ef;
}

#item-list02 .price{

	margin:8px;

	border-collapse: collapse;
	border-style:solid;
	border-width:1px;
	border-color: #333333;
	
}
#item-list02 .price th, .price td{

	border-style:solid;
	border-width:1px;
	border-color: #333333;
}

#item-list02 .price th{
	font-size:x-small;
	font-weight:normal;
	line-height:1em;
}

#item-list02 .price td{
	font-size:small;
	min-width:3em;
}


#item-list02 .standard{

	margin:4px;

	border-collapse: collapse;
	border-style:solid;
	border-width:1px;
	border-color: #333333;
	
}

#item-list02 .standard th, .standard td{

	border-style:solid;
	border-width:1px;
	border-color: #333333;
}

#item-list02 .standard th{
	font-size:x-small;
	font-weight:normal;
	line-height:1em;
}

#item-list02 .standard td{
	font-size:small;
}

#item-list02 .order-form{
	margin:8px;
}
#item-list02 .order-form td{
	padding:8px;
}

#sidebar{
	float:left;
	background-color:#eeeeee;
}

#sidebar section{
	padding:8px;
}

#sidebar section:not(:first-child){

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

#sidebar h2{

	padding:8px;

	font-size:1em;
	color:#ffffff;
	background-color:#2c357b;
}

#sidebar h3{
	font-size:1em;
}

#sidebar .slider{
	margin:48px 16px 16px 16px;
}

#sidebar .slider-txt{
	text-align:center;
}

#sidebar input[type="text"]{

	width:4em;
	text-align:center;

	font-weight:bold;

	background:transparent;
	border:none;
}

#sidebar .th1 {
    padding: 5px 10px;
    background-color: #eee;
    border: none;
    font-size: 0.8em;
    text-align: center;
}

#sidebar .td1 {
    padding: 5px 20px;
    background-color: #fff;
    border: none;
    font-size: 0.8em;
    line-height: 1.5em;
    border-bottom: solid 1px #eee;
}

#slider_comment {
	padding: 8px;
}

#generate-button {
	float:left;
}

#generate-button button{

	width:220px;
	margin:120px 0 0 20px;
	padding:1em;
}

#contents{
	margin-left:170px;
	
}

.pager{
	margin-bottom:0.5em;
}

.pager .page-list{
	display:inline-block;
	float:right;
}

.pager .page-list li{
	display:inline-block;
}

.pager .page-list li a{

	display:block;
	width:1.6em;
	padding: 2px 0;

	font-size:small;
	text-align:center;
	text-decoration:none;
	background-color:#eeeeee;
}

.pager .page-list li a:hover{
	text-decoration:underline;
}

.pager .page-list li.arrow a{
	width:4.8em;
	background-color:transparent;
}

.pager .page-list li.on a{

	color:#ffffff;
	background-color:#2c3379;
}


#item-list{

	width:100%;
	overflow:hidden;

	margin-bottom:2em;

	font-size:small;
	background-color:#f8f8f8;

	border-collapse: collapse;
	border-style:solid;
	border-width:2px 0;
	border-color: #999999;

}

#item-list th,td{
	vertical-align:middle;
}

#item-list tr:first-child th:not(:last-child){

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

#item-list .item{
	border-style:solid;
	border-width:1px 0;
	border-color: #999999;
}

#item-list .item:nth-of-type(odd) {
	background: #eee;
}
#item-list .item:nth-of-type(odd) .itemcd {
	background-color:#a8addf;
}

#item-list .item td{
	text-align:center;
}
.price td {
	text-align:center;
}
#item-list .item > td:not(:last-child){
	
	border-style:solid;
	border-width:0 1px 0 0;
	border-color: #cccccc;
}

#item-list .itemcd{
	color:#2c3379;
	font-weight:bold;
	padding: 5px 0;
}

#item-list .quantity{
	background-color:#ffe0ef;
}

#item-list .price{

	margin:8px;

	border-collapse: collapse;
	border-style:solid;
	border-width:1px;
	border-color: #333333;
	
}
#item-list .price th, .price td{

	border-style:solid;
	border-width:1px;
	border-color: #333333;
}

#item-list .price th{
	font-size:x-small;
	font-weight:normal;
	line-height:1em;
}

#item-list .price td{
	font-size:small;
	min-width:3em;
}


#item-list .standard{

	margin:4px;

	border-collapse: collapse;
	border-style:solid;
	border-width:1px;
	border-color: #333333;
	
}

#item-list .standard th, .standard td{

	border-style:solid;
	border-width:1px;
	border-color: #333333;
}

#item-list .standard th{
	font-size:x-small;
	font-weight:normal;
	line-height:1em;
}

#item-list .standard td{
	font-size:small;
}

#item-list .order-form{
	margin:8px;
}
#item-list .order-form td{
	padding:8px;
}
.cad_dl {
	text-align: center;
}
.table-form{

	width:100%;
	margin:2em 0;

	background-color:#f8f8f8;

	border-style:solid;
	border-color:#eeeeee;
	border-width:1px;
}

.table-form th{
	width:120px;
	padding:0.8em 12px;
	text-align:left;

	white-space:nowrap;
}

.table-form td{
	padding:0.8em 8px;
}

.table-form input[type='text'], .table-form input[type='number']{
	height:24px;
//	font-size:16px;
}

.table-form select{
	height:30px;
	font-size:16px;
	line-height:30px;
}

.table-form label{
	margin-right:1em;
}

.form_width300 {
	width: 300px;
}

.form_width50 {
	width: 50px;
}

.table-form tr:nth-child(6) input.form_width300 {/*住所*/
	width: 400px;
}

.table-label{
	padding-left:8px;
}

.table-label *{
	display: inline-block;
	vertical-align:middle;
	margin-right:0.4em;
}

p.err{
	color:#ff0000;
	margin-bottom:0;
}

.order-list{

	overflow:hidden;
	border-collapse: collapse;

	background:none;
	border:none;
}

.order-list tr{

	border-style:solid;
	border-width:0 0 1px 0;
}

.order-list th{

	text-align:center;
}


.order-list tr:first-child{

	border-style:solid;
	border-width:0 0 3px 0;
}

.order-list tr.total{

	border-style:none;
}

.order-list tr.total th, .order-list tr.total td:not(.no-border){

	border-style:solid;
	border-width:0 0 1px 0;
}

.order-list td.id{
	text-align:center;
}

.order-list td.product_image{
	text-align: center;
}

.order-list td.product_image img {
	max-width: 60px;
	max-height: 100px;
}

.order-list td.pid{
	text-align:center;
}

.order-list td.name{
	min-width:240px;
}

.order-list td.su{
	text-align:center;
}

.order-list td.su input{
	width:4em;
}

.order-list td.custom-id{
	text-align:center;
}

.order-list td.custom-id input{
	width:8em;
}

.order-list td.tanka{
	text-align:right;
}

.order-list td.price{
	text-align:right;
}
.order-list td.fastest_delivery_date{/*最短発送可能日*/
	text-align:center;
}
.order-list td.hoping_delivery_date{/*希望発送日*/
	text-align:center;
}
.order-list td.deliver{
	text-align:center;
}

.order-list td.delete{
	text-align:center;
}

.order-list td.delete{
	border-color:none;
}

.address {
	margin-top:0;
}
.address tr{
	font-size:large;
}

.address th{
	width:14em;
}
.address select {
	color: #000000;
}
.address input:disabled + span {
	color: #a9a7a7;
}
/*カート　製品画像表示*/
.image_plus {
	table-layout: fixed;
}
.image_plus th {
	width: auto;
	padding: 0.8em 6px;
}
.image_plus th:first-of-type {/*No.*/
	width: 2em;
	box-sizing: border-box;
}
.image_plus th:nth-of-type(2) {/*画像*/
	width: 60px;
	box-sizing: border-box;
}
.image_plus th:nth-of-type(6) {/*数量*/
	width: 76px;
	box-sizing: border-box;
}
.image_plus th:nth-of-type(11) {/*取消ボタン*/
	width: 3em;
	box-sizing: border-box;
}
/*-----画像右寄せ-----*/
.rightImage {
    float: right;
	border: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/*-----画像左寄せ-----*/
.leftImage {
    float: left;
	border: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	margin-left: 5px;
	margin-right: 150px;
}

/*-----ネット限定販売-----*/
.table_gentei {
	border: 2px solid #000000;
	border-collapse:collapse;
	margin-top:20px;
}
.table_gentei td {
	border: 1px solid #CCCCCC;
	width:200px;
	padding-left:10px;
}
.table_gentei th {
	border: 1px solid #CCCCCC;
	width:150px;
	text-align:left;
	padding-left:10px;
}


/*-----ご注文方法-----*/
.text-area {
	padding-left: 32px;
}
.img_center {
	text-align :center
}
/*-----お支払／振込／返品-----*/
.text-red {
	color: #ff0000;
}
#payee_bank td {
	padding-right: 10px;
}
/*-----中分類テーブル----*/
table.class01 {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#eeeeee;
}
.class01 td {
	font-size:90%;
	border-style:solid;
	border-width:1px;
	border-color:#eeeeee;
}
/*-----カタログ請求-----*/
#entry_form {
	margin-left: 30px;
	margin-bottom: 20px;
}
#entry_form th {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
#entry_form td {
	padding: 5px;
}
#entry_form input,#entry_form textarea {
	padding: 3px;
}
input#company,
input#dept,
textarea#address,
input#email,
input#name,
textarea#note,
textarea#description {
	width: 400px;
}
input#postal_code,
input#entry_form #tel,
input#entry_form #fax {
	width: 100px;
}
input#catalog1,
input#catalog2 {
	width: 50px;
}
#btn_area {
	text-align: center;
	margin-top:15px;
}
#btn_wrap {
	width: 400px;
	margin: 0 auto;
}
.form_btn {
	width: 100px;
	height: 40px;
	font-size: 18px;
}
#submit_btn {
	float: right;
}
#return_btn {
	float: left;
}
/*-----ねじ込み引張ばね----*/
.sub_note {
	overflow: auto;
	clear: both;
}
.sub_image {
	float: left;
	margin-right: 10px;
}
.sub_image img {
	width: 200px;
}
.sub_diagram {
	float: left;
	width: 330px;
	text-align: center;
	margin-right: 10px;
}
.sub_diagram img {
	width: 200px;
	height: auto;
}
.text-right {
	margin-bottom: 0;
	text-align: right;
	font-size: 14px;
}
.sub_table {
	border: 1px solid #bbb;
	border-collapse: collapse;
}
.sub_table tr:nth-child(2n) {
	background-color: #eee;
}
.sub_table th {
	border: 1px solid #bbb;
	width: 80px;
}
.sub_table td {
	border: 1px solid #bbb;
	width: 80px;
	text-align: center;
}
/*-----ガススプリング-----*/
.gus_dia {
	float:left;
}
.gus_dia img {
	width: 300px;
}
.gus_dia:first-child img {
	width: 600px;
}
/*-----新着情報-----*/
#news_list {
	width: 100%;
	border: 1px solid #bbb;
	border-collapse: collapse;
	font-size: smaller;
	background-color: #eee;
	margin-bottom: 20px;
}
#news_list tr:nth-child(2n){
	background-color: #f8f8f8;
}
#news_list th {
	border: 1px solid #bbb;
	padding: 5px;
}
#news_list td {
	border: 1px solid #bbb;
	padding: 5px;
}
#news_list td:nth-child(2n){
	text-align: center;
}
.list_btn_area {
	margin-top: 10px;
	margin-bottom: 20px;
}

#news_detail_area {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 10px;
	overflow: auto;
}
#news_detail_area p {
	word-wrap: break-word;
}
p.news_date {
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
.news_image {
	text-align: center;
	margin-bottom: 10px;
}
.news_image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_image_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.news_image img {
	max-width: 650px;
	height: auto;
	border: 1px solid #bbb;
}
.news_image_left img, .news_image_right img {
	max-width: 600px;
	height: auto;
	border: 1px solid #bbb;
}
/*-----営業日カレンダー-----*/
#open_calendar {
	width: 100%;
	border:none;
	margin-top: 20px;
}
.calendar_date {
	text-align: center;
	margin-bottom: 10px;
}
.month_calendar {
	width: 300px;
	margin: 0 auto;
	border: 1px solid #bbb;
	border-collapse: collapse;
	text-align: center;
}
tr.youbi {
	background-color: #dddddd;
}
.month_calendar th {
	border: 1px solid #bbb;
	padding: 5px;
}
.month_calendar th.sunday {
	color: #ffffff;
	background-color: #ff6666;
}
.month_calendar th.saturday {
	color: #ffffff;
	background-color: #3399ff;
}
.month_calendar td {
	height: 50px;
	border: 1px solid #bbb;
	padding: 5px;
	vertical-align: top;
}
td.close_day {/*休業日*/
	background-color: #ffcccc;
}
td.open_day {/*営業日*/
}
td.today_close {/*本日　休業日*/
	color: #ff0000;
	background-color: #ffcccc;
}
td.today_open {/*本日　営業日*/
	color: #ff0000;
}
/*-----会員登録-----*/
.required {
	color: #ff0000;
}
/*-----購入履歴-----*/
.order_history {
	border: 1px solid #bbb;
	border-collapse: collapse;
}
.order_history th {
	border: 1px solid #bbb;
	padding: 5px;
}
.order_history td {
	border: 1px solid #bbb;
	padding: 5px;
}
/*-----会員情報変更-----*/
.change_btn {
	display: block;
	width: 14em;
	height: 2em;
	line-height: 2em;
	background-color: #4b58be;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	border-top: 3px solid #424eab;
	border-left: 3px solid #424eab;
	border-right: 3px solid #2c357b;
	border-bottom: 3px solid #2c357b;
	border-radius: 3px;
	color: #ffffff;
}
.change_btn:active {
	border-top: 3px solid #2c357b;
	border-left: 3px solid #2c357b;
	border-right: 3px solid #424eab;
	border-bottom: 3px solid #424eab;
	line-height: 2.2em;
}
.change_btn:hover {
	opacity: 0.8;
}
/*-----会社概要-----*/
.table_company_td1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	padding: 10px;
	/*background-color:#E0E0E0;*/
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.table_company_td2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
/*納品書・請求書発行ボタン*/
#pdf_output {
	display: table;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.issue_btn {
	display: table-cell;
	text-align: center;
}
.issue_btn button {
	font-size: larger;
	white-space: nowrap;
}
.history_btn {
	white-space: nowrap;
}
/*CADダウンロードボタン*/
td.td_cad_btn {
	min-width: 120px;
}
.cad_dl_btn {
	display: inline-block;
	width: 50px;
	height: 22px;
	margin: 2px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	line-height: 22px;
/*IE・firefox風ボタン*/
	border-top: 2px solid #E3E3E3;
	border-left: 2px solid #E3E3E3;
	border-right: 2px solid #5A5A5A;
	border-bottom: 2px solid #5A5A5A;
	background-color: #D4D0C8;
/*
	border: 1px outset #dedede;
	background: linear-gradient(#ffffff, #c1c1c1);
*/
}
.cad_dl_btn:active {
/*IE・firefox風ボタン*/
	border-top: 2px solid #5A5A5A;
	border-left: 2px solid #5A5A5A;
	border-right: 2px solid #E3E3E3;
	border-bottom: 2px solid #E3E3E3;
/*
	border: 1px inset #dedede;
	background: linear-gradient(#c1c1c1, #ffffff);
*/
}
.td_cad_dl {
	width: 90px;
}
td.td_cad_dl a.cad_dl_btn2 {
	display: block;
	width: 70px;
	height: 26px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	line-height: 26px;
	margin: 8px auto;
	border-top: 2px solid #E3E3E3;
	border-left: 2px solid #E3E3E3;
	border-right: 2px solid #5A5A5A;
	border-bottom: 2px solid #5A5A5A;
	background-color: #D4D0C8;
/*chrome風*/
/*
	border: 2px outset #dedede;
	background: linear-gradient(#f6f6f6, #dddddd);
*/
}
td.td_cad_dl a.cad_dl_btn2:active {
	border-top: 2px solid #5A5A5A;
	border-left: 2px solid #5A5A5A;
	border-right: 2px solid #E3E3E3;
	border-bottom: 2px solid #E3E3E3;
/*
	border: 2px inset #dedede;
	background: linear-gradient(#dddddd, #f6f6f6);
*/
}
/*未使用*/
/*
#cad_dl_area {
	position: relative;
}
#cad_dl {
	clear: both;
	width: 240px;
	height: 40px;
	margin-top:10px;
	margin-bottom: 5px;
}
#cad_dl a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	background-color: #2c357b;
	border-radius: 3px;
}
#cad_dl_box {
	display: none;
	position: absolute;
	z-index: 10;
	width: 200px;
	height: 300px;
	top: 0;
	left: 260px;
	background-color: #ffffff;
	border: 1px solid #2c357b;
	border-radius: 3px;
	overflow: auto;
}
#cad_dl_box ul {
	padding: 5px;
}
#cad_dl_box ul li {
	line-height: 1.5;
}
*/
div.stock {
	padding: 4px 2px;
}
div.stock input[type="text"],{
	margin-bottom: 8px;
}
/*注文分割*/
span.split_option {
	font-weight: bold;
	padding-right: 1em;
}
h2.caution_text {
	color: #FF0000;
}
/*読み込み中*/
#now_loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	z-index:1;
	text-align: center;
}
#now_loading i {
	position:fixed;
	top: 50%;
	left: 50%;
	color: #2c357b;
}
/*製品紹介ムービー*/
h4.movie_h4 {
	margin-bottom: 1em;
}
.movie_area {
	clear: both;
	margin: 1em 0;
	border-bottom: 1px solid #bbb;
	padding-bottom : 0.5em;
	overflow: auto;
}
.movie_area:last-of-type {
	border-bottom: none;
}
.movie_area p {
	margin-bottom: 1em;
}
.movie_img_left {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.movie_area:nth-of-type(1) img.movie_img_left,
.movie_area:nth-of-type(4) img.movie_img_left {
	margin-bottom: 4em;
}
.movie_img_left:hover {
	opacity: 0.7;
}
/*製品画像*/
#image_table1 {
	width: 600px;
	table-layout: fixed;
	border-collapse: collapse;
}
#image_table1 td {
	vertical-align: top;
}
#image_table2 {
	clear: both;
	width: 1200px;
	table-layout: fixed;
	border-collapse: collapse;
}
#image_table2 td {
	vertical-align: top;
}
#image_table2 td:first-of-type {
	width: 900px;
}
#image_table2 td:nth-of-type(2) {
	width: 300px;
}
.image_block {
	text-align: center;
}
.image_block img {
	max-width: 280px;
	height: auto;
}
.image_block p {
	text-align: left;
}
#big_image_block img {
	max-width: 900px;
	height: auto;
}
ul.product_info {
	padding: 5px 10px 5px 1em;
	margin-bottom: 2em;
}
ul.product_info li:before {
	content: '・';
	margin-left: -1em;
}
/*住所入力欄*/
.address_note {
	margin-left: 5.5em;
}
/*区分*/
#th_division {
	width: 200px;
}
/*900170020専用電動工具・専用電源*/
.spec_02 {
	margin-bottom: 4em;
}
.spec_02 dl{
	/*width:100%;*/
	width: 50%;
	float: left;
}
.spec_02 dt{
	display: block;
	float: left;
	clear: both;
	width: 7em;
	margin:0 8px 4px 0;
	padding:2px;
	font-size:small;
	background-color:#2c357b;
	color:#ffffff;
	text-align:center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
}
.spec_02 dd{
	display: block;
	float:left;
	margin-bottom:4px;
	padding:2px;
}
.spec_02 .deliver{
	font-weight:bold;
}
#image_area_900170020_02 {
	clear: both;
	display: flex;
	justify-content: space-around;
}
#image_area_900170020_02 .image {
	text-align: center;
}
#image_area_900170020_02 .image img {
	width: 200px;
	border: 1px solid #bbb;
}
/*ばね定数の求め方　画像*/
.spring_formula_block {
	clear: both;
	float: left;
	width: 600px;
	margin: 1em 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.spring_formula_block img {
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #bbb;
}
/*ご利用規約*/
.terms_block {
	margin-bottom: 2em;
}
.terms {
	padding-left: 3em;
}
.terms_marker {
	margin-left: -2em;
}
.terms_2nd {
	padding-left: 3em;
}
.terms_2nd .terms_marker {
	margin-left: -3em;
}
/*カート　消費税増税アナウンス*/
.tax_info {
	border: 2px solid #ff0000;
	padding: 8px;
}
.tax_info span {
	font-weight: bold;
}

/*よくある質問*/
.faq_index_block {
	margin-top: 1em;
	margin-bottom: 3em;
}
.faq_category {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.faq_category:before {
	font-family: 'FontAwesome';
	content: "\f27b";
	margin-right: 0.5em;
}
.faq_index_block ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}
.faq_index_block ul li {
	list-style-type: disc;
	margin-left: 0.5em;
}

.faq_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #000000;
}
.faq_table tr td {
	padding: 4px;
	border: 1px dotted #000000;
}
#faq_table_01 {/*追加注文、数量の変更・製品の変更はできますか？*/
	margin-bottom: 0.5em;
}
#faq_table_01 tr td:first-of-type {
	font-weight: bold;
	width: 5em;
	vertical-align: top;
}
#faq_table_01 tr td:nth-of-type(2) {
	width: 9em;
	vertical-align: top;
}
#faq_table_01 tr td:nth-of-type(3) {
	vertical-align: top;
}

#faq_table_02 {/*お支払い方法について*/
	margin-bottom: 2em;
}
#faq_table_02 tr td:first-of-type {
	font-weight: bold;
	width: 8em;
	vertical-align: top;
}
#faq_table_02 tr td:nth-of-type(2) {
	vertical-align: top;
}

#faq_table_03 {/*振込先の口座番号を教えてください*/
	margin-bottom: 0.5em;
	border: none;
	table-layout: auto;
	width: auto;
	border-collapse: separate
}
#faq_table_03 tr td {
	border: none;
}

#faq_table_04 {/*請求書・納品書を再発行できますか？*/
	margin-bottom: 2em;
}
#faq_table_04 tr td:first-of-type {
	font-weight: bold;
	width: 4em;
	vertical-align: top;
}
#faq_table_04 tr td:nth-of-type(2) {
	vertical-align: top;
}

#faq_table_05 {/*注文履歴を確認できますか？*/
	margin-bottom: 0.5em;
}
#faq_table_05 tr td:first-of-type {
	font-weight: bold;
	width: 4em;
	vertical-align: top;
}
#faq_table_05 tr td:nth-of-type(2) {
	vertical-align: top;
}

#faq_table_06 {/*納品先を直送にできますか？？*/
	margin-bottom: 2em;
}
#faq_table_06 tr td:first-of-type {
	font-weight: bold;
	width: 4em;
	vertical-align: top;
}
#faq_table_06 tr td:nth-of-type(2) {
	vertical-align: top;
}

/*フリーサイズ品の計算フォーム　index*/
#calc_list_area {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	align-content: space-around;
}
.calc_list_block {
	width: 220px;
	margin: 1em;
	border: 1px solid #bbb;
	padding: 8px;
}
.calc_list_item_image {
	text-align: center;
}
.calc_list_item_image a {
	display: block;
	width: 100%;
	height: 100%;
}
.calc_list_item_image img {
	width: 100px;
	height: auto;
}
.calc_list_item_name {
	text-align: center;
}
/*フリーサイズ品の計算フォーム　共通パーツ*/
.calc_form_area {
	margin-bottom: 2em;
}
.calc_form_block {
	display: flex;
	align-items: center;
	margin-left: 2em;
	border-bottom: 1px solid #90adcd;
	padding: 1em 0;
}
.calc_form_block:first-of-type {
	border-top: 1px solid #90adcd;
}
.calc_form_block input[type="tel"],
.calc_form_block input[type="number"] {
	text-align: right;
}
.calc_form_item:first-of-type {
	width: 6.5em;
}
.calc_form_item:nth-of-type(2) {
}
.calc_form_item input,
.calc_form_item select {
	width: 6em;
	font-size: 1.2em;
}

.calc_btn_block {
	width:28em;
	margin: 0 auto 2em;
	display: flex;
	justify-content: space-around;
}
.calc_btn_item {
}
.calc_note {
	margin: 0.5em 1em 0.5em 2em;
	
}
.input_value_item {
	display:flex;
	align-items:center;
}
.input_value_image {
	display: inline-block;
	margin-left: 2em;
}
.input_value_image img {
	width: 320px;
	border: 1px solid #bbb;
}

.font-28 {
	font-size: 28px;
}
.bold {
	font-weight: bold;
}

/*圧縮・引張・ねじりのバナー*/
.footer_banner_area {
	text-align: center;
	width: 1030px;
	margin-left: 170px;
}

.footer_banner_area img {
	border: 1px solid #253982;
}
