@charset "utf-8";

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

	base.css
 
------------------------------------------------------------------*/

body{
	color: #444;
	min-width: 1000px;
	position: relative;
	background: #FFF;
	letter-spacing:0.05em;
	}

.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:	.7;
	opacity:	.7;
	zoom:1
	}
a,
a:link{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
h2.line{
	font-size: 18px;
	font-weight: 200;
	letter-spacing:0.3em;
	color: #666;
	padding: 0 20px 25px 20px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/h2_bg_dotline.jpg) repeat-x bottom;
}

h3.line{
	font-size: 16px;
	font-weight: 100;
	color: #000;
	padding-bottom: 18px;

	background: url(../img/h2_bg_dotline.jpg) repeat-x bottom;
	margin-bottom: 10px;
}
h3.line span{font-size: 12px;}
header{
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
header h1{
	width: 100%;
	text-align: center;
}
header h1 a img{
	height: auto;
	padding-top: 28px;
}
nav #contact {
	width: 100%;
	text-align: center;
}
nav #contact li{ }
nav #contact li{ padding-top:10px;}
nav #contact li a{ display:inline-block; margin-left:20px;}
nav #contact li a:link,
nav #contact li a:hover,
nav #contact li a:visited{
	color: #444;
	padding-left: 10px;
	background: url(../img/arw.png) no-repeat left center;
}



	#gnav{
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 30px;
}
	
	#gnav li{ float:left; margin-right:40px; }
	#gnav li:first-child{ margin-left:40px;}
	#gnav li a{
	padding-left: 10px;
	background: url(../img/arw.png) no-repeat left center;
	}
	
	

@media screen and (max-width: 640px){
	body{
	color: #444;
	min-width:320px;
	width:100%;
	position:relative;
	min-height:500px;
	}
	h2.line{
	font-size: 18px;
	font-weight: 200;
	letter-spacing:0.3em;
	color: #666;
	padding: 0 10px 10px 10px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/h2_bg_dotline.jpg) repeat-x bottom;
	background-size: auto 35%;
}

h3.line{ font-size:15px; font-weight:200; color:#000; padding-bottom:20px; padding-left:0px; background: url(../img/h2_bg_dotline.jpg) repeat-x bottom; margin-bottom:15px; margin-top:15px;}
	header nav #contact { display:none;}
	
header{width:100%; position:relative; height: auto;}
header #contact ,
#gnav{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:14px;
}
	
	#gnav li{ float:left; margin-right:14px;}
	#gnav li:first-child{ margin-left:0px;}
	#gnav li a{
	padding-left: 10px;
	background: url(../img/arw.png) no-repeat left center;
	}
header h1{
	margin: 0 auto;
	float: none;
	text-align: center;
}
header h1 a img{
	width: 100px;
	height: auto;
	padding: 15px 0;
}

}


  
#contents{
	width: 100%;
	position: relative;
}
@media screen and (max-width: 640px){
	#contents{
	width: 100%;
	position: relative;
}
}

#pagetop{ width:930px; text-align:right; margin:40px auto 15px; auto;}

/*footer*/
footer{
	position: relative;
	background: #FDF5EC;
	padding-top: 20px;
	color: #444;
}

/*-----------------------------
	footerBottom
------------------------------*/

#footerBottom{
	width: 100%;
}
#footerBottom #footerBottom_inner{
	width: 1000px;
	margin: 0 auto;
}
#footerBottom #footerBottom_inner ul{
	width:230px;
}
#footerBottom #footerBottom_inner ul#siteLink04{
	width:460px;
}
#footerBottom #footerBottom_inner ul li{
	margin-bottom:6px;
}
#footerBottom #footerBottom_inner ul li ul{
	margin-left:-5px;
	margin-bottom:10px;
	padding-top:10px;
}
#footerBottom #footerBottom_inner ul li {
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
}
#footerBottom #footerBottom_inner ul#siteLink01,
#footerBottom #footerBottom_inner ul#siteLink02,
#footerBottom #footerBottom_inner ul#siteLink03,
#footerBottom #footerBottom_inner ul#siteLink04{
	float:left;
	margin:5px 0;
	padding-left:15px;
}
#footerBottom #footerBottom_inner ul li a:link,
#footerBottom #footerBottom_inner ul li a:visited,
#footerBottom #footerBottom_inner ul li a:active{
	color: #444;
	background: url(../img/foot_arw.png) no-repeat left center;
	padding-left: 15px;
}

#copyright{
	width:100%;
	padding:10px 0 0 0 ;
	text-align:center;
}
#copyright{ font-size:12px; font-weight:200;}
#copyright_inner{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 1.2;
	background: #000;
	color: #FFF;
	margin-top: 5px;
}
@media screen and (min-width: 641px){
	.sp{	display:none;}
	.pc{	display:inline-block;}
	#sp_foot_btn{display:none;}
}
@media screen and (max-width: 640px){
	.sp{display: inline-block;}
	.pc{	display:none;}
	#pagetop,
	footer #footerBottom{ display:none;}
	#copyright{
	width:100%;
	font-size:9px;
	padding:0px 0 57px 0 ;
	text-align:center;
}
footer{ position:relative;  background:#FFF; padding-top:0px;}
footer ul.f_bnr{ width:90%; margin:10px auto;}
footer ul.f_bnr li{ margin-right:3%; float:left; width:30%;}
footer ul.f_bnr li img{ width:100%; height:auto;}
	#copyright_inner{
	width:100%;
	text-align:center;
	padding:10px 0;
	line-height:1.2;
	background:#000;
	color:#FFF;
	margin-top:0px;
}
#sp_foot_btn{ width:100%; position:fixed; bottom:0; z-index:100;}
#sp_foot_btn:after{ clear:both;}
#sp_foot_btn ul li{ font-size:15px; font-weight:500; color:#FFF; text-align:center; float:left; line-height:20px;}
#sp_foot_btn ul li a{ width:100%; height:100%; padding:20px 0 17px 0; display:block; color:#FFF;}
#sp_foot_btn ul li:nth-child(1){ background:#d9575b; width:65%}
#sp_foot_btn ul li:nth-child(2){ background:#fa9b39; width:35%;}
#sp_foot_btn ul li:first-child a{
	background: url(../img/sp_tel_icon.png) no-repeat 15px center;
	background-size: 15px 15px;
}
}
