@charset "utf-8";
/* CSS Document */
*{
		margin:0;
		padding:0;
	}

html,body {
	font-family: "Sawarabi Gothic";
}

a img {border:none;}
a {outline:none;}
.nonborder {
  border:none;
  outline:none;
}
	div#header{
		overflow: hidden;
	}
	div#container{
		width:100%;
		margin:0 auto;
	}
	div#main{
		padding:0px;
	}
	div#footer{
		
	}

	html,body{
		height: 100%;
	}
	
	div#container{
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
	
	div#main{
		padding-bottom: 0px;
	}
	
	div#footer{
		bottom: 0;
		width: 100%;
		height: auto;
	}

.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

img {
	max-width: 100%;
}

.tel_box {
	background-color: #B80006;
	overflow: hidden;
	display: block;
	text-align: right;
	color: #ffffff;
	padding: 10px;
}

.foot_menu {
	float: right;
	width: 70%;
	display: block;
	height: 132px;
}
.foot_pageLF10 {
	float: left;
	width: 10%;
	text-align: center;
}
.foot_pageLF90 {
	float: left;
	width: 90%;
	text-align: right;
}
.foot_menu ul {
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
}
.foot_menu ul li {
	list-style: none;
}
.foot_menu ul li a {
	text-decoration: none;
	color: #000000;
}
.head_menubox {
	margin-right: auto;
	margin-left: auto;
}
.column3_LF33 {
	float: left;
	width: 33%;
}
.column3_LF66 {
	float: left;
	width: 66%;
}
.headimg_box {
	text-align: center;
}


.main_title {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.foot_box {
	width: 100%;
	height: 132px;
	overflow: hidden;
	background-image: url(../img/bottom_menubg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.foot_logobox {
	float: left;
	width: 30%;
}


.smooth_box {
	background-color: #000000;
	text-align: center;
	display: block;
	padding: 10px;
}

.smooth_box a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
}

.td_line1 {
	padding: 10px;
	border-bottom: 2px dotted #E3E1E1;
	border-right: 2px dotted #E3E1E1;
	
}
.td_line2 {
	padding: 10px;
	border-bottom: 2px dotted #E3E1E1;
}

.info_title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: 500;
}

.slider_box {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}

.slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


@media only screen and (min-width: 641px) {
	.slider {
        width: 70%;
        margin: 10px auto;
    }
	.headimg_box1 {
	text-align: center;
	padding-top: 30px;
	}
	.slide_bgbox {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/slide_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.slide_imgbox {
	padding-left: 10px;
	padding-right: 10px;
	height: 380px;
	overflow: hidden;
}
.slide_imgbox img {
	overflow: hidden;
}
.slide_hdbg {
	background-image: url(../img/slide_bghd.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 600px;
}
.slide_ftbg {
	background-image: url(../img/slide_bgft.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 600px;
}
#page-top {
	position: fixed;
	bottom: 100px;
	left: 150px;
	font-size: 77%;
}	
	
}

@media only screen and (max-width: 640px) {
	.slider {
        width: 100%;
        margin: 0px auto;
    }
	.headimg_box1 {
	text-align: center;
	}
	.slide_hdbg {
		background-color: #E95513;
		height: 10px;
	}
	.slide_ftbg {
		background-color: #E95513;
		height: 10px;
	}
	.slide_imgbox {
		background-color: #E95513;
	}
	.slide_imgbox {
		padding-left: 10px;
		padding-right: 10px;
	}
	#page-top {
	position: fixed;
	bottom: 150px;
	left: 30px;
	font-size: 77%;
}
}
