@charset "utf-8";

/* =====================================
　reset.css
======================================*/

html,body,div,span,applet,object,iframe,h1,h2,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/*----------------------------------------------------
	フォント指定
----------------------------------------------------*/

.noto {
    font-family: 'Noto Sans Japanese';
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	width:100%;
	min-width:1100px;
	padding-top:25px;
	line-height:1.5;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	color:#333;
	border-top:3px solid #f8b500;
	vertical-align:middle;
}

input, textarea {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
	color:#333;
	text-decoration:none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration:none !important;
	color:#f08200;
}

a:active {
}

/* ボタン共通
----------------------------------------------------*/
.orange_btn a{
	display:block;
	padding:3px 6px 3px 25px;
	background-color:#fff;
	border:2px solid #f08200;
	border-radius:50px;
	color:#f08200;
	padding:7px 6px 0 25px\0;
	padding:7px 6px 0 25px\9;
}

.orange_btn a span{
	padding:2px 25px 3px 0;
	background:url(../images/btn_icon_orange.png) no-repeat right center;
	background:url(../images/btn_icon_orange.png) no-repeat right 2px\0;
	background:url(../images/btn_icon_orange.png) no-repeat right 2px\9;
}

.orange_btn a:hover{
	color:#fff;
	background-color:#f08200;
}

.white_btn a{
	background-color:#f08200;
	color:#fff;
}

.white_btn a:hover{
	background-color:#fff;
}

.white_btn a span{
	padding:8px 25px 8px 0;
	background:url(../images/btn_icon_white_b.png) no-repeat right center !important;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.white_btn a:hover span{
	color:#f08200;
	background:url(../images/btn_icon_orange_hover.png) no-repeat right center !important;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.square_btn a{
	border:2px solid #f08200;
	border-radius:5px;
	color:#f08300;
	background-color:#fff;
}

.square_btn a:hover{
	background-color:#f08200;
	color:#fff;
}

/*.btn li.mail_btn a:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_mail.png); 
	background-size:contain;
	vertical-align:middle;
}

.btn li.mail_btn a:hover:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_mail_white.png); 
	background-size:contain;
	vertical-align:middle;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.btn li.access_btn a:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_access.png); 
	background-size:contain;
	vertical-align:middle;
}

.btn li.access_btn a:hover:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:15px;
	height:15px;
	margin:-3px 8px 0 0;
	background:url( ../images/head_nav_access_white.png); 
	background-size:contain;
	vertical-align:middle;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}*/

.btn li a{
	display:block;
	width:239px;
	height:45px;
	line-height:45px;
}
.btn li a:hover{
	display:block;
	width:239px;
	height:45px;
	line-height:45px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}



/* サブページ（在庫情報）　問い合わせ案内
----------------------------------------------------*/

#sub_contact .inner .btnarea ul li a{
	width:251px;
	background-color:#f08200;
	color:#fff;
}

#sub_contact .inner .btnarea ul li a:hover{
	background-color:#fff;
	color:#f08200;	
}

#sub_contact .inner .btnarea ul li.mail_btn a:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	background:url( ../images/head_nav_mail_white.png); 
	background-size:contain;
}

#sub_contact .inner .btnarea ul li.mail_btn a:hover:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	background:url( ../images/head_nav_mail.png); 
	background-size:contain;
}
#sub_contact .inner .btnarea ul li.access_btn a:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	background:url( ../images/head_nav_access_white.png); 
	background-size:contain;
}

#sub_contact .inner .btnarea ul li.access_btn a:hover:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	background:url( ../images/head_nav_access.png); 
	background-size:contain;
}

/*----------------------------------------------------*/

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tR,
.sign {
	text-align: right;
}

button.drawer-toggle.drawer-hamburger,
.sp_add,
.hidden_pc{
    display: none !important;
}

/* header
----------------------------------------------------*/
header{
	overflow:hidden;
	_zoom:1;
	width:1000px;
	margin:0 auto;
	padding-bottom:15px;
}

#head_ttl{
	float:left;
	width:350px;
}

#head_ttl p{
	margin-bottom:10px;
}

#head_nav{
	float:right;
	overflow:hidden;
	_zoom:1;
	width:550px;	
}

#head_nav .time{
	float:left;
	margin-left:5px;
	font-size:13px;
}

#head_nav .tel{
	float:right;
	margin:5px 0 0 0;
}

#head_nav .head_time{
	float:left;	
}

.navi{
	width:100%;
	/*margin-left:125px;
	width:425px;*/
	clear:both;
	padding-top:10px;
}

.navi li{
	float:left;margin: 6px 30px 0 0;
    padding-right: 35px;
	border-right:1px solid #eee;
	font-weight:bold;
}

/*.navi li a{
	padding-top:10px\0 !important;
	padding-top:10px\9 !important;
}

.navi li.calendar a{
	padding:0 0 0 23px;
	background:url(../images/head_nav_calendar_15.gif) no-repeat left center;
}

.navi li.access a{
	padding:0 0 0 20px;
	background:url(../images/head_nav_access_15.gif) no-repeat left center;
}

.navi li.mail a{
	padding:0 0 0 23px;
	background:url(../images/head_nav_mail_15.gif) no-repeat left center;
}*/

.navi li.head_fb{
	margin:0;
	padding:0;
	border:0;	
}


/* nav
----------------------------------------------------*/
nav{
	border-top:1px solid #e5e5e5;	
}

nav ul{
	_zoom:1;
	width:1000px;
	margin:0 auto;	
}

nav ul li{
	float:left;
	width:20%;
}

nav ul li a{
	display:block;
	height:53px;
	font-weight:bold;
	text-align:center;
}

nav ul#menu > li{
	height:53px;
}
nav ul li a img{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

nav ul li a span{
	padding:0 0 0 25px;
}


nav ul li a span{ padding-top:8px\0 !important; }
nav ul li a span{ padding-top:8px\9 !important; }


nav ul li.home a span{
	background:url(../images/nav_icon_home_20.gif) no-repeat left center;
}

nav ul li.stock a span{
	background:url(../images/nav_icon_stock_20.gif) no-repeat left center;
}

nav ul li.sale a span{
	background:url(../images/nav_icon_sale_20.gif) no-repeat left center;
}

nav ul li.buy a span{
	background:url(../images/nav_icon_buy_20.gif) no-repeat left center;
}

nav ul li.shop a span{
	background:url(../images/nav_icon_shop_20.gif) no-repeat left center;
}

/* マウスオーバー */
nav ul#menu{
	margin:0 auto;
	width:1000px;
	z-index:700;
	text-align:center;
}

nav ul#menu li{
	float:left;
	width:199px;
	list-style:none;
	text-align:center;
}

nav ul#menu li a{
	display:block;
	width:auto;
	height:100%;
	font-weight:100;
	background-color:#f08200;
	text-decoration:none;
}

nav ul#menu li a:hover{
	background-color:#f8b500;
}

nav ul#menu li.current img:first-child{
	opacity: 1 !important;
}

/*nav #sub{
	position:absolute;
	left:0;
	width:100%;
	padding:15px 0 5px;
	background-color:#f18300;
	overflow:hidden;
	z-index:999;
}*/

nav #sub{
	width:100%;
	background-color:#f18300;
	overflow:hidden;
}

nav #sub ul{
	display: none;
	width:1018px;
	margin:0 auto;
	padding:15px 0 5px;
	overflow:hidden;
}

nav #sub ul li{
	width:20%;
	/*height:45px;
	margin-bottom:10px;
	float:left;
	background:url(../images/icon_navi_sub.png) no-repeat 220px center;*/
}

nav #sub ul li a{
	color:#f18300 !important;
	/* text-align:left; 
	line-height:45px;
	padding-left:70px;
	background:url(../images/icon_navi_sub.png) no-repeat 15px center;*/
	margin:0 10px 10px;
	padding:15px 10px 20px;
	background-color:#fff;
	border-radius:10px;
	text-decoration:underline;
}

nav #sub ul li a img{
	border:none;	
}

nav #sub ul li a.bargain{
	width:980px;
	height:100px;
	padding:20px 10px 0px;
	font-size:25px;
	border-radius:0;
	background:url(../images/bargain.png) no-repeat center center #fff;
}

nav #sub ul li a.bargain img,
nav #sub ul li a.bargain br{
	display:none;	
}

nav #sub ul li a.bargain:after{
	display:block;
	width:36em;
	margin:15px auto 0;
	padding:5px 10px;
	background-color:#f18300;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	content:"傷や汚れ、サビ等があっても、まだ使える商品を特価でご用意いたしました。";
}

nav #sub ul li.allstock{
	clear: both;
	float: none;
	width: 100%;
}

nav #sub ul li.allstock a{
	padding: 10px 0;
	height: auto;
	background-color: #f5da7f;
	border-radius: 3px;
	cursor: pointer;
	color: #000 !important;
}
	

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, ul#menu li #sub li a{ background:url(../images/icon_navi_sub.png) no-repeat 15px 13px;} /* IE11 */
}

ul#menu li #sub ul li.desk a{
	background:url(../images/desk_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.oa a{
	background:url(../images/oa_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.accessories a{
	background:url(../images/accessories_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.counter a{
	background:url(../images/counter_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.chair a{
	background:url(../images/chair_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.table a{
	background:url(../images/table_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.partition a{
	background:url(../images/partition_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.board a{
	background:url(../images/board_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.locker a{
	background:url(../images/locker_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.receptionset a{
	background:url(../images/receptionset_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.cabinet a{
	background:url(../images/cabinet_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.cabinet a{
	background:url(../images/cabinet_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.shelf a{
	background:url(../images/shelf_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.shelf a{
	background:url(../images/shelf_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.desk_cabinet a{
	background:url(../images/desk_cabinet_icon.png) no-repeat left center;
}

ul#menu li #sub ul li.safe a{
	background:url(../images/safe_icon.png) no-repeat left center;
}



#breadcrumb{
	border-top:1px solid #e5e5e5;
	clear:both;	
}


/* mainvisual
----------------------------------------------------*/
/*#mainvisual{
	overflow:hidden;
	width:100%;
	max-width:1600px;
	min-width:1100px;
	max-height:440px;
	margin:0 auto 15px;
}

#mainvisual img{
	width:100%;
	height:auto;
	text-align:center;
}*/

#mainvisual{
	position:relative;
	width:100%;
	height:440px;
	overflow:hidden;
	margin:0 0 15px;
	border:0;
	/*background-color:#eee;*/
	background:url(../images/sample_mainvisual.jpg) no-repeat left top;
}

#mainvisual p.main_visual{
	display:none;	
}

video#bg_movie {
	position:absolute;
	top:-10px;
	left:0;
	z-index:1;
	display:block;
	min-width:100%;
	min-height:100%;
	/*background-color:#eee;*/
	background:url(../images/sample_mainvisual.jpg) no-repeat center top;
}

#mainvisual .access_btn{
	position:absolute;
	bottom:0;
	left:50%;
	z-index:500;
	width:150px;
	height:76px;
	margin-left:350px;
}

@media screen and (max-width: 768px) {
	video#bg_movie {
		display:none;
	}
	
	
	#mainvisual p.main_visual{
		display:block !important;
	}
	
}
 
div#contents{
	position:absolute;
	top:0;
	left:0;
	z-index:500;
    width:100%;
	height:300px;
	/*background-color:#eee;*/
    background:url(../images/mainvisual_bg.png) repeat left top;
    text-align:center;
    padding-top:140px;
}

	 
#tubular-container{
   position:relative !important;
	width: 100% !important;
	height: 440px !important;
	overflow: hidden !important;
	margin: 0 0 15px !important;
	border: 0 !important;
	/* background-color: #eee;
	background: url(../images/sample_mainvisual.jpg) no-repeat left top;	 */
	z-index:-1 !important;
}
@media screen and (max-width: 1100px) {	 
#tubular-container{
	display: none !important;
		background:url(../images/tb_mainimg.jpg) no-repeat center top;
}

#mainvisual{
		background:url(../images/tb_mainimg.jpg) no-repeat center top;
}
}

/*----------------------------------------------------
	TOPページ
----------------------------------------------------*/


/* 重要なお知らせ
----------------------------------------------------*/
#topics{
	width:1000px;
	margin:0 auto;
	border:1px solid #f08200;
	vertical-align:top;
}

#topics th.ttl{
	width:128px;
	height:22px;
	padding:6px 15px 5px 3px;
	background:url(../images/top_bg_topics.gif) no-repeat right top #f08200;
	background-image:none\0;
	background-image:none\9;
	background-color:#f08200\0;
	background-color:#f08200\9;
	background-size:contain;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	color:#fff;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #topics th.ttl{padding-top:13px;} /* IE11 */
}

#topics th img{
	display:block;
	float:left;
	margin-top:1px;
	padding-right:10px;
}

#topics td.txtarea{
	padding:6px 15px 5px 5px;
}	

#topics table th{
	width:120px;
	border-right:1px solid #e5e5e5;
	padding-right:10px;
	vertical-align:middle;
	padding-top:5px\0;
	padding-top:5px\9;
}

#topics table td{
	padding-left:15px;
	vertical-align:middle;
	padding-top:5px\0;
	padding-top:5px\9;
}


/* 在庫情報、スタッフブログ
----------------------------------------------------*/
.ttlarea{
	width:1000px;
	margin:45px auto 40px;
	overflow:hidden;
	_zoom:1;
	
}

.ttlarea h2{
	float:left;
	padding:0 0 0 40px;
	font-size:215%;
    font-weight:bold;
	padding-top:10px\0;
	padding-top:10px\9;
}

.ttlarea p{
	float:right;
	padding:8px 0 0;
}

#stockarea .ttlarea h2{
	background:url(../images/nav_icon_stock_32.gif) no-repeat left center;
}

#top_content #stockarea .ttlarea h2{
	margin-bottom:15px;
}

.cat_ttl{
	width:100%;
	margin:30px 0;
	padding:15px 0;
	background-color:#f5f5f5;
	text-align:center;
}

.boxarea{
	width:1100px;
	margin:0px auto 30px;
	overflow:hidden;
	_zoom:1;
}

.boxarea .inner{
	width:100%;
	padding-left:50px;
}

.boxarea .inner .box,
.boxarea .inner .box_blog{
	margin:0;
	padding-right:50px;
}

.box,
.box_blog{
	position:relative;
	float:left;
	width:300px;
	height:auto;
	margin-left:50px;
	outline: none;
}

.box .inner{
	background-color:#f00;
	outline: none;
}
.box .inner:focus, *:focus { outline:none; }

.box img{
	clear:both;	
	min-height:225px;
}

.box_blog img{
	width:100%;
	height:auto;
	min-height:225px;
}

.box .item_date{
	height:20px;
	margin-bottom:10px;
}

.box a:hover .item_date{
	color:#333;
}

.up{
	height: 20px;
	padding-left:53px;
	background:url(../images/stock_icon_up_46.gif) no-repeat left top;
}

.new{
	height: 20px;
	padding-left:53px;
	background:url(../images/stock_icon_new_46.gif) no-repeat left top;
}

.soldout{
	height: 20px;
	padding-left:75px;
	background:url(../images/stock_icon_soldout_68.gif) no-repeat left top;
}

#stockarea .box ul{
	margin-top:45px;
}

#stockarea .box .item_cate{
	position:absolute;
	top:272px;
}

.box .item_cate a{
	padding:5px 10px;
	background-color:#e5e5e5;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.box .item_cate a:hover {
	background-color:#f18300;
	color:#fff;
}

.box .item_name,
.box_blog dd{
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}

.box .item_price{
	clear:both;
	margin-top:15px;
	text-align:right;
	color:#f00;
	font-weight:bold;
	font-size:16px;
}

.box .item_price span{
	font-size:12px;
	color:#333;
	font-weight:100;
}

/*.box .item_img,
.box .item_img img{
	width:300px !important;
	height:auto;
	padding:0;
	margin:0;	
}*/

.box_blog dt{
	margin:5px;	
}

/* 販売、買取について
----------------------------------------------------*/
#kiyaku{
	margin:0;
	background-color:#f5f5f5;	
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

#kiyaku .inner{
	border-top:1px solid #e5e5e5;
}

#top_sale{
	background:url(../images/top_bg_sale_2.jpg) no-repeat right top;
}

#top_buy{
	background:url(../images/top_bg_buy.jpg) no-repeat left top;	
}

.agreement{
	max-width:1600px;
	height:345px;
	margin:0 auto;
	position:relative;
}

.agreement_txt{
	position:absolute;
	top:0;
	height:345px;
}

.agreement_txt .inner{
	width:499px;
	height:290px;
	padding-top:55px;
	background-color:#f5f5f5;
	border-top:0 !important;
	border-bottom:1px solid #e5e5e5;
}

#top_sale .agreement_txt{
	left:50%;
	width:530px;
	margin-left:-500px;
	background:url(../images/top_sale_right.png) no-repeat right center;
}

#top_buy .agreement_txt{
	left:50%;
	width:445px;
	margin-left:-31px;
	padding-left:31px;
	background:url(../images/top_buy_left.png) no-repeat left center;
}

#top_buy .agreement_txt .inner{
	padding-left:55px;
}

.agreement_txt .agreement_ttl{
	height:30px;
	margin-bottom:30px;	
}

.agreement_txt .agreement_ttl h3{
	float:left;
	height:30px;
	margin-right:10px;
	line-height:30px;
	font-size:28px;
	font-weight:bold;
}

.agreement_txt .agreement_ttl p{
	padding-top:7px;
	height:30px;
	font-size:13px;
	font-weight:300;
}

.sub_ttl{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;	
}


.agreement_txt p{
	line-height:155%;
}

.agreement_btn{
	position:absolute;
	left:0;
	bottom:45px;
	width:428px;
}

.agreement_btn a{
	padding:9px 6px 10px 15px;
	text-align:center;
	font-size:16px;
	text-align:right;
	padding:12px 7px 8px 15px\0;
	padding:12px 7px 8px 15px\9;	
}

.agreement_btn a span{
	background:url(../images/btn_icon_orange_b.png) no-repeat right center;
	background:url(../images/btn_icon_orange_b.png) no-repeat right 5px\0;
	background:url(../images/btn_icon_orange_b.png) no-repeat right 5px\9;	
}

#top_sale .agreement_btn a span{
	padding:9px 120px 10px 0;
}

#top_sale .agreement_btn a span:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:20px;
	height:20px;
	margin:-2px 10px 0 0;
	background:url( ../images/nav_icon_sale.png); 
	background-size:contain;
	vertical-align:middle;
}

#top_sale .agreement_btn a:hover span:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:20px;
	height:20px;
	margin:-2px 10px 0 0;
	background:url( ../images/nav_icon_sale_white.png); 
	background-size:contain;
	vertical-align:middle;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

#top_buy .agreement_btn{
	left:85px;
}

#top_buy .agreement_btn a span{
	padding:9px 150px 10px 0;
}

#top_buy .agreement_btn a span:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:15px;
	height:15px;
	margin:-2px 10px 0 0;
	background:url( ../images/nav_icon_buy.png); 
	background-size:contain;
	vertical-align:middle;
}

#top_buy .agreement_btn a:hover span:before{
	content:" ";
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:15px;
	height:15px;
	margin:-2px 10px 0 0;
	background:url( ../images/nav_icon_buy_white.png); 
	background-size:contain;
	vertical-align:middle;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

/* オフィス支援サービス
----------------------------------------------------*/

#top_oshien{
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
	background-color: #f5da7f;
}

#top_oshien h2{
	margin: 30px 0;
    font-size: 28px;
    font-weight: bold;
	text-align: center;	
}

#top_oshien ul{
	width: 840px;
	margin: 0 auto;
	overflow: hidden;	
}

#top_oshien ul li{
	width: 394px;
	float: left;
	margin: 0 10px 30px;
	text-align: center;
}

#top_oshien ul li span{
	display: block;	
}

#top_oshien ul li br{
	display: none;	
}

#top_oshien ul li a{
	display: block;
	width: 100%;
	margin: 5px 0;
	background-color: #fff;
	border: 5px solid #dcba3c;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}

#top_oshien ul li a:hover{
	border: 5px solid #f18300	
}

/*▼edge用ハック*/  
@media all and (-ms-high-contrast:none) {  
*::-ms-backdrop, #top_oshien ul li a {
padding: 18px 0 6px ;
}

}

/* スタッフブログ
----------------------------------------------------*/
#top_staffblog .ttlarea h2{
	height:58px;
	padding:0 0 0 70px;
	background:url(../images/top_ttl_staffblog_62.jpg) no-repeat left center;
	font-size:28px;
	line-height:none !important;
}

#top_staffblog .ttlarea h2 span{
	display:block;
	font-size:14px;	
}

#top_staffblog .ttlarea p{
	padding-top:15px;	
}

.blog_nav{
	overflow:hidden;
}

.blogcate{
	float:left;
	width:500px;
	margin:30px 0 0 20px;
	overflow:hidden;
}

.blogcate li{
	float:left;
}

.blogcate li a{
	padding:3px 15px;
	font-weight:bold;	
}

.blogcate li a:hover{
	color:#f08200;	
}

#top_staffblog .box ul{
	margin-top:10px;
}

#top_staffblog .box .item_name{
	width:300px;
	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-text-overflow: ellipsis;  
	-o-text-overflow: ellipsis; 	
}

#top_staffblog .box .item_date{
	float:left;	
	margin-top:10px;
}

#top_staffblog .box .item_cate{
	float:right;
	margin-top:10px;
}

#top_staffblog .box .item_cate a{
	padding:5px 20px;
}

#blogarea .cate .current a{
	color:#f18300 !important;
	font-weight:bold;
}

.more{
	cursor:pointer;
	border:1px solid #f00;
	clear:both;
}


/* footer
----------------------------------------------------*/

footer{
	margin-top:60px;
	padding-top:55px;
	border-top:1px solid #e5e5e5;
	background-color:#f5f5f5;
}
@media screen and (min-width 1200px){
	footer{
		background:url(../images/foot_img_shop.jpg) no-repeat left bottom #f5f5f5 !important;
	}	
}

footer .inner{
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
	overflow:hidden;
	_zoom:1;
}

footer #calendar{
	float:left;
	width:382px;	
}

footer #calendar .foot_time{
	display:block;
	margin:40px 0 0;
}

.calendar_ttl{
	bprder:1px solid #f99;
	font-size:16px;
	font-weight:bold;
}

footer #calendar a{
	display:none;	
}

footer #footcontent{
	float:right;
	width:570px;
	margin:30px 0 0;
}

footer #footcontent h4{
	line-height:100%;
	font-size:40px;
	font-weight:500;
}

footer #footcontent h4{
	line-height:100%;
	font-weight:500;
}
footer #footcontent h4{
	line-height:100%;
	font-weight:500;
	background:none;
	padding-left:0;
	padding-top:10px\0;
	padding-top:10px\9;
}

footer #footcontent h4 span{
	display:block;
	font-size:25px;
	text-align:center;
}	

footer #footcontent dl{
	margin-top:10px;
	padding:13px 15px 17px;
	background:url(../images/foot_bg_maker.gif) no-repeat left top;	
}

footer #footcontent dl dt{
	float:left;
	margin-right:25px;
	font-weight:600;
}

footer #footcontent dl dd{
	padding-top:2px;
	font-size:12px;
}

footer #footcontent ul.footnav{
	overflow:hidden;
	margin-bottom:5px;
	padding:10px 0 15px;
	padding:10px 0\0;
	padding:10px 0\9;
	border-bottom:1px solid #e5e5e5;	
}

footer #footcontent ul.footnav li{
	float:left;
	margin-right:15px;
}

footer #footcontent ul.footnav li.last{
	margin:0;	
}

footer #footcontent ul.footnav li a{
	background:url(../images/foot_icon_nav.gif) no-repeat left center;
	background:url(../images/foot_icon_nav.gif) no-repeat left top\0 !important;
	background:url(../images/foot_icon_nav.gif) no-repeat left top\9 !important;
	padding-left:18px;
	text-decoration:none;
	color:#f18300;	
}

footer #footcontent ul.footnav li a:hover{
	text-decoration:underline;
}

footer #footcontent .contect{
	float:left;
	overflow:hidden;
	padding-top:13px;
}

footer #footcontent .contect img{
	float:left;
}

footer #footcontent .contect .foot_tel{
	float:left;	
	margin:5px 0 0 15px;
	font-size:20px;
}

footer #footcontent .contect .foot_tel span{
	display:block;
	font-size:14px;	
}

footer #footcontent .contect .foot_tel a{
	font-size:26px;
	font-weight:bold;
}

footer #footcontent .contect .foot_tel a:hover{
	color:#333;	
}

footer #footcontent .contect .foot_info{
	clear:both;
	padding-top:10px;
	font-size:13px;
}

footer #footcontent .btn{
	float:right;
	margin-top:10px;
}

footer #footcontent .btn li{
	margin-bottom:8px;	
}

#foot_info{
	height:40px;	
	background-color:#f18300;	
}

#foot_info ul{
	width:1000px;
	margin:0 auto;	
}

#foot_info ul li{
	height:40px;
	line-height:40px;	
}

#foot_info ul li#unei{
	float:left;
	color:#fff;	
}

#foot_info ul li#unei a{
	color:#fff;
	text-decoration:none;
}

#foot_info ul li#unei a:hover{
	text-decoration:underline;	
}

#foot_info ul li#copy{
	float:right;
	font-size:11px;
	color:#fff;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 100px ;
	bottom: 40px ;
}
 
.move-page-top{
	display: block ;
	width: 100px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover{
	opacity: 0.85 ;
}


/* calendar用css
----------------------------------------------------*/

#biz_calendar{
	min-width:100%;	
}

#biz_calendar table.bizcal{
	border:1px solid #e5e5e5 !important;
}

#biz_calendar table.bizcal th{
	background-color:#f18300 !important;
	background-image:none !important;
	color:#fff !important;
	color:#333\0 !important;
	color:#333\9 !important;
}


#biz_calendar table.bizcal th,
#biz_calendar table.bizcal td{
	height:38px;
	vertical-align:middle;
	border-right:1px solid #e5e5e5 !important;	
	border-bottom:1px solid #e5e5e5 !important;	
}

#biz_calendar table.bizcal td.calmonth,
#biz_calendar table.bizcal td.calbtn{
	height:30px !important;
	border-right:0 !important;
	border-bottom:0 !important;
}

.holiday,
.boxholiday{
	background-color: #fcd1d1 !important;
	color:#000 !important;	
}	

.eventday,
.boxeventday{
	background-color: #fff0ce !important;
	color:#000 !important;	
}

.boxholiday,
.boxeventday{
	border:1px solid #e5e5e5 !important;
}

#biz_calendar p{
	float:left;	
	/*width:200px;*/
}

#biz_calendar table.bizcal .today{
	background-color:rgb(255, 220, 122);	
}


/*----------------------------------------------------
	サブページ
----------------------------------------------------*/

/* 共通CSS
----------------------------------------------------*/


#breadcrumb{
	background-color:#eee;	
}

#breadcrumb ul{
	overflow:hidden;
	max-width:1000px;
	margin:0 auto;	
}

#breadcrumb ul li{
	float:left;
	margin-right:7px;
	padding:10px 0;
	padding-top:15px\0;
	padding-top:15px\9;
	font-size:12px;	
}

#breadcrumb ul li a{
	margin-right:7px;
	text-decoration:underline;	
}

#sub_content .pagettl{
	width:100%;
	/*border-bottom:1px solid #e5e5e5;*/
	margin:45px auto 40px;
}

#sub_content .pagettl h2{
	float:none;
	width:960px;
	margin:0 auto;	
}

#page_content{
	overflow:hidden;
	max-width:1000px;
	margin:0 auto;
	line-height:155%;
}

#page_content h3{
	margin-bottom:30px;
	font-size:28px;
	font-weight:bold;
	line-height:100%;
	color:#f08200;
	margin-top:15px\0;
	paddign
}

#page_content h3 span{
	font-size:35px;
}

#page_content p{
	margin-bottom:15px;
	font-size: 15px;
}

#page_content .left_txt,
#page_content .right_img{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	vertical-align:top;
}

#page_content .left_txt{
	width:50%;
	margin-right:4%;
}

#page_content .right_img{
	width:45%;	
}

#sub_content #filter,
#sub_content .ninki,
#sub_content .stock_add{
	max-width:1000px;
	margin:0 auto;
}

#filter{
	clear:both;
	overflow:hidden;
	padding:10px 0 5px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;		
}

.ttlarea #filter{
	margin-top:20px;	
}

#filter p{
	float:left;
	margin:8px 0 0 10px;
	margin-top:15px\0;
	margin-top:15px\9;
	font-size:20px;
}

.ttlarea #filter p {
    margin-top: 0;
}

#filter form{
	position:relative;
	float:right;
}

#filter form input.search_text{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float:left;
	width:328px;/*319px*/
	margin-right:10px;
	padding:10px;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	border-radius:5px;
	font-size:16px;
}

#filter form input.search_btn{
	float:right;
	width:45px;
	height:45px;
	border:1px solid #f08200;
	background:url(../images/search_btn.png) no-repeat center center #f08200;
	border-radius:5px;
	cursor:pointer;
	text-indent:-9999px;
}

#filter form select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width:350px;/*319px*/
	height:45px;
	padding:0 9px;
	margin-right:15px;
	border:1px solid #e5e5e5;
	background:url(../images/select_btn.png) no-repeat 97% center #f5f5f5;
	border-radius:5px;
	font-size:16px;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#filter form .cat_select{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	overflow:hidden;
	margin:0;
}

.search_conditions{
	width:970px;
	margin:0 auto 30px;
	padding:15px;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
}

.search_result{
	margin:50px 0;
}

.search_result h3{
	font-size:20px;
	font-weight:bold;
	color:#f08200;
	margin-bottom:15px;
	line-height:155%;
}

.entry_list{
	margin-top:30px;
}

.entry_list .box{
	margin-bottom:50px !important;
}

.entry_list .box_blog{
	margin-bottom:80px !important;
}

.entry_list .box ul{
	margin-top:15px !important;	
}

.table_style{
	width:100%;
	margin:0px 0 50px;
	border-top:2px dotted #e5e5e5;
}

.table_style th,
.table_style td{
	padding:12px 0;
	vertical-align:middle;
}

.table_style th{
	width:20%;
	background-color:#e5e5e5;
	border-bottom:3px solid #fff;
}

.table_style td{
	padding-left:15px;	
	border-bottom:2px dotted #e5e5e5;
}

.table_style td a{
	color:#f9711f;	
}


/* stock 
----------------------------------------------------*/
#linkarea{
	width: 1000px;
    margin: 0 auto 30px;
}

#linkarea li{
	margin-bottom:15px;	
}

#linkarea li span{
	display:block;
	margin-bottom:10px;
    padding-left: 15px;
    background: url(../images/list_salesterm.gif) no-repeat left 10px;
    font-weight: bold;
	font-size:16px;	
}

#linkarea li th span{
	display:inline-block;
	background:none;
	margin:0;
	padding:0;
}

#linkarea li .table_style{
	margin:15px 0 0;	
}

.wp-pagenavi{
    margin-bottom:30px;
    text-align:center;
}

.wp-pagenavi .current{
	background-color:#f9711f;
	border:none;
	color:#fff;
}

.wp-pagenavi a:hover{
	border:1px solid #f9711f !important;	
}

.wp-pagenavi span,
.wp-pagenavi a{
	padding:10px 8px !important;	
}


/* stock > 在庫情報詳細
----------------------------------------------------*/
#sub_content #stock_wrap{
	max-width:1000px;
	margin:0 auto;
}

.deta{
	overflow:hidden;
	margin:15px 0;
}

.deta .date{
	float:left;
	margin:5px 0 0;
}

.deta .date span{
	display:block;
	float:left;
	margin:0px 5px 0 0;
}

.deta .cate{
	float:right;
	padding:5px 10px;
	background-color:#f08200;
	border-radius:5px;
	color:#fff;
	font-size:14px;
}

.deta .cate a{
	color:#fff;
}

#stock_wrap .itemarea{
	overflow:hidden;
	padding-bottom:50px;
	border-bottom:1px solid #e5e5e5;	
}

#stock_wrap .itemarea .item_img{
	float:left;
	width:600px;
}

.soldout_txt{
	color:#f00;
}	

/* スライド
----------------------------------------------------*/
#thumbnail{
    overflow: hidden;
    width: 100%;
	margin-top:5px;
}
#thumbnail li{
    float: left;
	width:24% !important;
	padding-right:1.333333333333333%;
}

#thumbnail li.last{
	padding:0 !important;
}

#thumbnail li img{
    width: 100%;
	height:auto;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
#thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
#main_photo{
    position: relative;
    height:341px;
}
#main_photo img{
    position: absolute;
    top:0;
    width: 100%;
	height:auto;
}


/*----------------------------------------------------*/

#stock_wrap .itemarea .item_data{
	float:right;
	width:350px;	
}

#stock_wrap .itemarea .item_data li{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:14px;
	padding-bottom:10px\0;
	padding-bottom:10px\9;
	margin-bottom:15px;	
}

#stock_wrap .itemarea .item_data li.item_name{
	font-size:16px;
	font-weight:bold;	
}

#stock_wrap .itemarea .item_data li .item_price{
	font-size:16px;
	font-weight:bold;
	color:#f00;
}

#stock_wrap .itemarea .item_data li.rank a{
	display:block;
	float:right;
	text-decoration:underline;
}

#stock_wrap .itemarea .item_data li.rank a:hover{
	text-decoration:none;	
}
	

#stock_wrap .itemarea .item_data dl{
	margin-bottom:50px;	
}

#stock_wrap .itemarea .item_data dl dt{
	font-weight:bold;	
}
	
#stock_wrap .itemarea .item_data dl dd{
	margin-top:10px;
}

#stock_wrap .itemarea .item_data dl dd a{
	text-decoration:underline;
	color:#f28204 !important;
}

#item_num{
	border-bottom:1px solid #eee;
	margin:0 auto;
	width:1000px;	
}

.number{
	display:table;
	margin:50px 0;
	text-align:center;
	overflow:hidden;
}

.contact_num{
	display:table-cell;
	width:510px;
	padding:14px 0;
	border:5px solid #f08200;
	text-align:center;
	vertical-align: middle;
}

.contact_num strong{
	display:block;
	margin:10px 0;
	font-size:26px;
	font-weight:bold;
}

.contact_information{
	display:table-cell;
	padding-left:40px;
}

.contact_tel{
	text-align:center;
	margin:10px 0 15px;
}

.contact_tel img,
.contact_tel .tel{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	vertical-align:middle;
	text-align:left;
	font-size:13px;
}

.contact_tel img{
	margin-right:15px;
}

.number .contact_tel img{
	margin-right:30px;	
}

.contact_tel .tel span{
	display:block;
	font-size:18px;
}

.contact_tel .tel span a{
	font-size:35px;
	font-weight:bold;
}

.contact_tel .tel span a:hover{
	color:#333;	
}

.contact_tel .tel .time{
	/*margin-top:-8px;*/	
}

.contact_tel .tel .time br{
	display:none;
}

.number .orange_btn a{
	padding:9px 6px 12px 15px;
	text-align:center;
	font-size:16px;
	text-align:right;	
}

.number .orange_btn a span{
	padding-right:110px;
}

.catestock .ttlarea h2{
	background:url(../images/nav_icon_stock.png) no-repeat left top;
	background-size: 28px 28px;
}

.catestock .box ul{
	margin-top:15px !important;
}

.catestock .ttlarea h2{
	font-size:26px;
}

.sub_iteminfo{
	border-top:1px solid #e5e5e5;	
	border-bottom:1px solid #e5e5e5;
	margin:15px 0;
	padding:8px 0;
}

.blogstock_link{
	overflow:hidden;
	width:1000px;
	margin:0 auto 50px;
	border:3px solid #f08200;	
}

.blogstock_link p.txt_left{
	float:left;
	font-size:20px;
	margin:25px 0 25px 30px;
	margin-bottom:15px\0;
	margin-bottom:15px\9;
	line-height:133%;
}

.blog_link{
	margin:25px;
	margin-bottom:15px\0;
	margin-bottom:15px\9;
	text-align:right;
}

.blogstock_link p.orange_btn{
	float:left;
	width:535px;
	margin:25px 15px 25px 50px;
}

.blogstock_link p.orange_btn a{
	padding:9px 6px 12px 15px;
	text-align:center;
	font-size:16px;
	text-align:right;	
}

.blogstock_link p.orange_btn a span{
	padding-right:170px;
}

.add{
	width:1000px;
	margin:0 auto 5px;
	font-weight:bold;
}

.ninki{
	font-size:18px;
	padding:15px 5px;
	border-bottom:1px dotted #e5e5e5;
	text-align:center;
}

.ninki a{
	border-bottom:1px dotted #f9711f;
	line-height:1.5;
}

.stock_add{
	margin:0 auto 15px;
	padding:8px 0;
	border-bottom:1px dotted #e5e5e5;
	text-align:center;
	font-size:16px;
	color:#f9711f;
}

.stock_add br{
	display:none;	
}

#sub_contact{
	width:990px;
	margin:0 auto;
	padding:5px;
	background:url(../images/stock_bg_subcontact.gif) ;
}

#sub_contact .inner{
	overflow:hidden;
	background-color:#fff;
	padding:25px;
}

#sub_contact .inner h3{
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
}

#sub_contact .inner .telarea{
	float:left;	
}

#sub_contact .inner .btnarea{
	float:right;
}

#sub_contact .inner .txt{
	clear:both;
}

#sub_contact .inner .contact_tel{
	margin:15px 0 0;
}

#sub_contact .inner .telarea .txt{
	margin-top:11px;	
}
	
	
#sub_contact .inner .btnarea ul{
	overflow:hidden;
	margin:25px 0 22px;
}

#sub_contact .inner .btnarea ul li{
	float:left;
}

#sub_contact .inner .btnarea ul li.access_btn{
	float:right;
}



/* 【共通】販売・配送について,買取について
----------------------------------------------------*/
#shoparea h4,
#salesarea h4,
#buyarea h4,
#contactarea h4,
#confirmarea h4,
#thanksarea h4,
h4.dot{
    margin: 50px 0 15px;
    padding-left: 15px;
    background: url(../images/list_salesterm.gif) no-repeat left 8px;
    font-size: 20px;
	font-weight:bold;
	line-height:155%\0;
	line-height:155%\9;
}

#salesarea h4:first-child,
#buyarea h4:first-child,
#contactarea h4:first-child,
#confirmarea h4:first-child,
#thanksarea h4:first-child,
h4.dot:first-child{
	margin-top:0;	
}


/* 店舗情報
----------------------------------------------------*/
#shoparea .ttlarea h2{
	background:url(../images/nav_icon_shop_30.gif) no-repeat left center;
	vertical-align:middle;
}

#shoparea .emphasis{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:30px 0;
}

.maplink a{
	display:block;
	width:100%;
	margin:30px 0;
	padding:10px 0;
	background-color:#e5e5e5;
	border-radius:5px;
	text-align:center;
}

.map-embed{
	max-width: 100% ;
	height: 0 ;
	margin: 0 ;
	padding: 0 0 56.25%;
	overflow: hidden ;
	position: relative ;
	top: 0 ;
	left: 0 ;
}

.map-embed > div{
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	margin: 0 ;
	padding: 0 ;
}

.map-embed img{
	max-width: none ;
}


/* 販売・配送について
----------------------------------------------------*/
#salesarea .ttlarea h2{
	background:url(../images/nav_icon_sale_32.gif) no-repeat left center;
}

#haisou h3{
	margin:80px 0 0;	
}

#haisou .table_style{
	margin-bottom:0;
}

#haisou .table_style td{
	text-align:center;
	border-right:2px dotted #e5e5e5;
}

.table_style th.hani{
	text-align:left;
	padding:0 15px;
	font-weight:bold;
}

.table_style th.hani span{
	font-weight:100;	
}

#haisou img{
	text-align:center;	
}

#haisou ul li{
	border:1px solid #e5e5e5;
	padding:15px;
	margin-top:30px;
}

#haisou ul li strong{
	font-weight:bold;	
}

.mapimg{
	margin:30px auto 0;	
}


/* 買取について
----------------------------------------------------*/
#buyarea .ttlarea h2{
	background:url(../images/nav_icon_buy_25.gif) no-repeat left center;
}

.kaitori_nagare{
	background-color:#f5f5f5;
	padding:20px;
	text-align:center;
}

.kaitori_nagare p{
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}

.kaitori_nagare ul{
	overflow:hidden;
	width:800px;
	margin:0 auto;
}

.kaitori_nagare ul li{
	width: 30%;
	margin-right:5%;
    float: left;
	text-align:left;
}

.kaitori_nagare ul li.last{
	margin:0;	
}

.kaitori_nagare ul li span{
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}


/* お問い合わせについて
----------------------------------------------------*/
#contactarea .ttlarea h2,
#confirmarea .ttlarea h2,
#thanksarea .ttlarea h2{
	background:url(../images/head_nav_mail_31.gif) no-repeat left center;
}

.tel_info{
	background-color:#e5e5e5;
	padding:30px 30px 25px;
}

.tel_info li{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	 margin-right:5px;
}

.tel_info .tel,
.tel_info .tel a{
	color:#f9711f;
}

.tel_info .tel a{
	font-size:26px;
	font-weight:bold;
	margin-right:50px;
}

.contact_form th{
	width:250px;
}

.contact_form span.item_data{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:110px;
	margin:0 10px 10px 0;
}

.contact_form span.item_data_1{
	display:inline-block;
	 *display: inline;
	 *zoom: 1;
	width:80px;	
	margin:0 10px 10px 0;
}

input,
textarea{
	padding:5px;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	border-radius:5px;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control{
	width:720px;
	max-width:720px;	
}

.check .wpcf7-form-control-wrap,
.check .wpcf7-form-control{
	width:auto !important;
}

input[type="radio"]:checked + span{
	padding: 3px 5px 2px;
	border: 2px solid #afcedc;
	border-radius: 5px;
	background-color: #edfbff;
	display: inline-block;
}

input.wpcf7c-conf-hidden + span{
	padding: 3px 5px 2px;
	background-color: #f5f5f5 !important;
    border: 1px solid #333333 !important;
	border-radius: 5px;
	display: inline-block;
}

#address{
	margin-top:5px;	
}

.required{
	color:#f00;
	padding-right:15px;
}

p .required{
	padding:0;	
}

.wpcf7-submit{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:100%;
	max-width:none;
	margin:0 auto 15px;
	padding:12px 0;
	background-color:#f08200;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}

#backbtn input{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:100%;
	padding:12px 0;
	background-color:#e5e5e5;
	border:#e5e5e5;
	color:#000;
}

#thanksarea #sub_contact{
	margin-top:30px;	
}

.mw_wp_form .error{
	display:inline-block !important;	
}

#item,
#number,
#zip,
#addr{
	width:500px;
}

.div.wpcf7-response-output{
	text-align:center;	
}

#privacy{
	overflow:auto;
	height:300px;
	border:5px solid #ccc;
	padding:30px;
	background-color:#fafafa;
}

#privacy h5{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:3px dotted #f08200;
	font-size:18px;
	font-weight:bold;
	color:#f08200;
}

#privacy h6{
	margin-bottom:8px;
	font-size:15px;
	font-weight:bold;
}

#privacy ul{
	margin-bottom:15px;	
}

.privacy_shop{
	padding:30px;
	background-color:#fff;
}


/* ブログ用
----------------------------------------------------*/

#blogarea .ttlarea h2{
	background:url(../images/icon_blog_32.gif) no-repeat left center;
}

#blog_content{
	width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
}

#blog_content .blogentryarea{
	width:700px;
	float:left;
}

#blog_content .blogentryarea img{
	width:100%;
	height:auto;
}

#blog_content .blogentryarea h3{
	margin-top:15px;
	padding-bottom:10px;	
	font-size:22px;
	font-weight:bold;
}

#blog_content .blogentryarea .blog_day{
	padding:5px 0;
	color:#555;
	font-size:13px;
}

#blog_content .blogentryarea .entry{
	border-top:1px solid #e5e5e5;
	padding-top:25px;
}

.blog_data li,
.blog_data li a{
	display:inline-block;
	margin:5px 15px 5px 0;
	color:#555;
}

.blog_data li a:hover{
	color:#f08200;	
}

.blog_data .time{
	background:url(../images/blog_icon_clock.png) no-repeat left center;
	padding-left:20px;
}

.blog_data .cat,
.cate .cat{
	background:url(../images/blog_icon_cat.png) no-repeat left center;
	padding-left:20px;
}

#blog_content .blogentryarea .entry p{
    margin: 0 0 20px;
}

#blog_content .blogentryarea .entry table{
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
}

#blog_content .blogentryarea .entry table th,
#blog_content .blogentryarea .entry table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px;
}

#blog_content .blogentryarea .entry a{
	text-decoration:underline;
	color:#f28204 !important;
}

#blog_content .archivearea{
	width:250px;
	float:right;
}

#blog_content .archivearea div{
	margin-bottom:20px;	
}

#blog_content .archivearea .blog_ttl{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#blog_content .archivearea ul{
	border-top:1px solid #ccc;	
}

#blog_content .archivearea ul li{
	border-bottom:1px solid #ccc;
	padding:8px 0;	
}

#blog_content .archivearea ul li span.post-date{
	display:block;
	color:#ccc;
}

.page_nav{
	overflow:hidden;
	margin:30px 0;	
	border-top:1px solid #e5e5e5;	
	border-bottom:1px solid #e5e5e5;
}

.page_nav li{
	display:inline-block;
	margin:5px 0;
	width:33%;
}

.page_nav li a{
	display:block;
	padding:5px 0;
}
.page_nav li.nav-previous a{
	border-right:1px solid #e5e5e5;
}
.page_nav li.nav-top a{
	border-right:1px solid #e5e5e5;
	text-align:center;
}

.page_nav li.nav-next a{
	text-align:right;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

#blogarea .cate{
	overflow:hidden;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	width:1000px;
	margin:0 auto;
	padding:8px 0;
}

#blogarea .cate ul{
	float:right;
	display:inline-block;
}

#blogarea .cate li{
	display:inline-block;
	margin-left:30px;
	padding:5px 0 5px 15px;
}

#blogarea .cate li a{
	display:block;
	padding:0 15px;
	color:#888;
}

#blogarea .cate li a:hover{
	color:#f18300;	
}

#blogarea .cate .blog_ttl{
	float:left;
	font-weight:bold;
	font-size:16px;
	margin-top:3px;
}	

/*▼youtube用*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*▲youtube用*/




/* ネットワーク構築
----------------------------------------------------*/


#networkarea .ttlarea h2{
	background: url(../images/nav_icon_nw_32.gif) no-repeat left center;
}

.net_reason{
	overflow: hidden;
	margin-bottom: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.net_reason li{
	width: 50%;
	float: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}

.net_reason li br{
	display: none;	
}

.net_reason li.grey{
	background-color: #f5f5f5;
}

.network_merit{
	border: 5px solid #ddf3fb;
	padding: 20px 30px;
}

.network_merit h4{
	margin: 15px 0;
	font-size: 20px;
    font-weight: bold;
}

.network_merit li{
	margin-bottom: 10px;
	padding-left:1em;
	text-indent:-1em;
	font-size: 16px;
}

.network_work{
	margin: 50px 0;
	overflow: hidden;	
}

.network_txt{
	width: 60%;
	float: left;
}

.network_flow{
	width: 30%;
	float:right;
}

.network_flow li span{
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	text-align: center;	
}


.network_flow li:after{
	display: block;
	content:" ";
	width: 50px;
	height: 30px;
	margin:10px auto;
	background: url(../images/flow_network.jpg);
}


.network_flow li:last-child:after{
	display: none;	
}

.nw_table{
	width:100%;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	margin-bottom: 5px;
}

.nw_table th,
.nw_table td{
	text-align: left;
	padding: 5px;	
	border-bottom: 1px solid #ccc;
	border-right:  1px solid #ccc;
}

.nw_table th{
	background-color: #f5f5f5;
	font-weight: 600;
}

.nw_table td{
	color: #555;	
}

#page_content .network_work .network_txt .cost{
	font-size: 20px;
	line-height: 1.5;
}

#page_content .network_work .network_txt .cost br{
	display: none;	
}

.network_point{
	overflow: hidden;
	margin: 30px auto 0;
}

.nw_pointbox{
	margin-bottom: 30px;
	border: 3px solid #f18300;
	border-radius: 5px;
}

.nw_pointbox h5{
	padding: 10px;
	background-color: #f18300;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.nw_pointbox h5 br{
	display: none;	
}

.nw_pointbox h5 span{
	font-style: italic;
	padding-right: 1em;
}

.nw_pointbox ul{
	padding: 15px 10px 10px;
	font-size: 16px;
}

.nw_pointbox ul li{
	margin-bottom: 5px;
}

.nw_pointbox ul li span{
	color: #f18300;	
}

.nw_pointbox ul li span strong{
	text-decoration: underline;
}

.nw_img_f{
	text-align: center;	
}