/* http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */

html { color:#000; background:#fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0;font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select { *font-size:100%; }
legend { color:#000; }


/* http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css */

body { font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; }
select,input,button,textarea { font:99% arial,helvetica,clean,sans-serif; }
pre,code,kbd,samp,tt { font-family:monospace;*font-size:108%;line-height:100%; }


/* HTML5 */

section, nav, article, aside, hgroup, header, footer, address { display:block; }


html { overflow-x:hidden; }

body {
	line-height:1.5;
}

a {
	color: #FF3300;
	text-decoration:none;
}
ul.accordion { background:#FFF3E9; width:100%; margin:0; padding:0; }
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#FF6600; font-weight:bold;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#FF6600; font-weight:bold; text-align:center;}
ul.accordion ul { display:none;}
ul.accordion > li { background:#FFF3E9; }
ul.accordion > li > p { background:#FFF3E9;cursor:pointer;}
ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}
ul.accordion > li > ul > li { background:#FFF3E9; border-bottom:1px solid #EEE;}
ul.accordion > li > ul > li > p { background:#FFF3E9;}
ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}
/* Menu Button */

.menu-btn{
	width: auto;
	padding: 10px;
	margin-bottom: 0px;
	background: #FFF3E9;
	color: #FF6600;
	text-align: center;
	cursor: pointer;
}

.menu-btn:hover{
	background:#FFF3E9;
	color: #FF6600;
}

header {
	border-top:10px #FFF3E9 solid;
	padding:10px 5px;
	position:relative;
}
header h1{
	width:60%;
}
header .hed1{
	position:absolute;
	right:5px;
	width:38%;
	top:17%;
}

header * {
	margin:0;
	display:block;
}

.bnr {
	width:auto;
	padding:10px;
	height:auto;
	overflow:hidden;
}
.bnr li{
	width:48%;
	float:left;
	margin-right:5px
}
.bnr li:nth-child(2n+2) {
	margin-right:0px;
	margin-left:5px;
	
}

.top_image {
	
}

.top_image img { width:100%;}

.top_note {
	border-top:solid 2px #fff;
	padding:32px 26px;
	overflow:hidden;
}

h2 {
	font-weight:bold;
	font-size:120%;
	color:#FF6600;
	padding:5px 5px;
	background:#FFF3E9;
	border-left:3px #FF6600 solid;
	margin:0 5px;
}
.box {
	padding:10px;
}

.company table {
	width:100%;
	margin-top:10px;
	border-collapse: collapse;
	margin-bottom:10px;
}
.company th {
	width: 40%;
	height: 30px;
	background:	#F6F6F6;
	border: 1px solid #dddddd;
	color: #000;
	
}
.company td {
	width: ;
	height: 30px;
	border: 1px solid #dddddd;
	padding: 0.5em;
	text-align:left;
}

.company2 table {
	width:100%;
	margin-top:10px;
	border-collapse: collapse;
	margin-bottom:10px;
}
.company2 th {
	width: 30%;
	padding-left:5px;
	height: 30px;
	background:	#F6F6F6;
	border: 1px solid #dddddd;
	color: #000;
	
}
.company2 td {
	width: ;
	height: 30px;
	border: 1px solid #dddddd;
	padding: 0.5em;
	text-align:left;
}
.company2 a {
    color: #ff6600;
}
/*************************
/* よくあるご質問
*************************/
.box2 {
	padding:10px;
}
.box2 dl{
	padding-bottom: 20px;}
.box2 dl .text {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.box2 dl dt {
    height: auto !important;
    margin: 30px 0 0;
    min-height: 39px;
}
.box2  dl .icon {
    display: table-cell;
    width: 30px;
}

.box2 dl dt .text {
    font-size: 117%;
    font-weight: bold;
    line-height: 1.6;
	display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
    
}

.box2 dl dd {
    height: auto !important;
    margin: 10px 0 0;
    min-height: 41px;
}

footer {
	padding:10px 10px;
	border-top:3px  solid #EF5B00;
	background:#FFF3E9;

	
}

.contact {
	padding:10px 0 0 0;
}
.contact a {
    color: #FF3300;
}
.contact p{
	padding:10px;
}


footer a {
	color: #EF5B00;
	text-decoration:none;

}

footer a { padding:0px 5px;}

footer a:last-child { margin-right:0; }

address {
	padding:12px 0;
	border-top:solid 1px #ccc;
	text-align:center;
	color:#fff;
	background:#000;
}

/*******************************
/* ページトップへ
*******************************/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
}
#page-top a {
	background: ;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
#page-top a:hover {
	text-decoration: none;
	background: ;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

   
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #ccc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right:5px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -0px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*******************************
買取機械一覧
*******************************/
.hinmoku{
	
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.hinmoku h2{
	
	color:#EF5B00;
	
	display:block;
	background:#FFF;
	margin-top:10px;
	font-weight:bold;
	border-left:none;

}
.hinmoku ul {
	padding:0 5px;
	
	
}
.hinmoku ul a {
	padding-right:10px;
	
}
.hinmoku ul li img {
	width:100%;
}
.hinmoku ul li {
	background:#FFF3E9;
	width:27%;
	height:auto;
	overflow:hidden;
	
	list-style:none;
	margin:5px 7px 10px 0px;
	padding:5px;
	border:1px dashed #CCCCCC;
	 vertical-align: top;
	 display: inline-block;
	
}
.hinmoku ul li:nth-child(3n+3) {
	margin-right:0;
	margin-left:;
}
	

.hinmoku ul li p{
	text-align:center;
	font-weight:bold;
	color:#A0CF24;
	
}
.hinmoku2 p {
	padding:10px;
	color:#FFF;
}	