@charset "UTF-8";

body{
	margin: 0;
		}

#wrap{
 	width: 100%;
 	
} 

header{
	width: 100%;
	height: 135px;
	margin: 0 auto;
   /* background: url(../img/header_back.jpg); */
	background:#303030;
} 

.container{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
	height: 60px; 
    padding-top: 16px;
    width: auto;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header img{
	width: 250px;
	margin-top: 15px;
}



#navi{
	margin-top: 0px;
	margin-bottom: 0px;
 
}

#navi ul{
    list-style: none;
    display: flex;
}

#navi a{
	height: 10px;
	padding:20px 10px;
	border-left: 1px solid #fff;
	color:#fff;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	text-align:center;  
}
#navi  li{
	width:150px;
    text-align: center;
}

#navi a:hover{
    /*border-bottom: solid 3px #fff;
    padding-bottom: 27px;*/
    background: #f48131;
    color: #fff;
}

	

#imgbox img{
	margin: 0 auto;
}

#main{
	display: flex;
    width: 1000px;
	height: 470px;
	margin: 0 auto;
    padding-left: 50px; 
	padding-top: 20px;
	background: #c4c1bf;
	text-align: center;
}

.contents{
	width: 300px;
	height: 440px;
	margin: 10px;
	background: url(contents_back.png);
	background: #fff;
}

.contents h2{
	font-size: 20px;
}

.contents img{
	width: 270px;
}	

.contents p{
	text-align: left;
	font-size: 15px;
	margin: 20px;
    margin-bottom: 30px;
	color: #575655;
	line-height: 150%;
	
}

.contents a{
    text-decoration: none;
    color: #575655;
    padding: 10px;
    border: 1px solid  #575655; 
}

.contents a:hover{
    background: #f48131;
    color: #fff; 
    border: none;
}

footer{
	width: 100%;
	height: 270px;
	margin: 20px auto;
	padding-top: 20px;
	background: #303030;
}

footer p{
	margin-top: 40px;
	font-size: 14px;
	color: #fff;
	font-family: "Times New Roman";
	text-align: center;
}	


#info{
	height: 70px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	}

#info h2{
	float: left;
	width: 130px;
	margin-left: 10%;
	padding: 7px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #ccc
}	

#info img{
	float: left;
	width: 28px;
	margin-left: 30px;
	margin-top: 25px;
}

#info p{
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	font-size: 22px;
	color: #fff;
}	

#footernavi {
	width: 100%;
	height: 50px;
	
	
}
	
#navi02{
	margin-top: 10px;
	margin-left:  10%;
	margin-bottom: 0px;
	list-style-type:none;

 
}

#navi02 a{
	display:block;
	height: 10px;
	padding:18px 10px;
/*	border-left: 1px solid #fff;*/
	color:#fff;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	text-align:center;  
}
#navi02  li{
	float: left;
	width:165px;
}

#navi02 a:hover{
    /*border-bottom: solid 3px #fff;
    padding-bottom: 27px;*/
    background: #f48131;
    color: #fff;
}


/*======モバイル画面の設定==================*/

@media(max-width:767px){
    
    body{
	margin: 0;
		}

#wrap{
 	margin: 0;
 	
} 

header{
	width: 100%;
	height: 155px;
	margin: 0 auto;
    margin-bottom: 5px;
	background: #303030;
}

.container{
        display: block;
      /*  align-items: baseline;
        justify-content: space-between;*/
        height: 120px; 
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
}

#header img{
	width: 170px;
	margin-left: 20px;
}

#navi{
	margin-top: 20px;
	margin-right:  0px;
	margin-bottom: 0px;
	list-style-type:none;
 
}

#navi a{
	display:block;
	height: 10px;
	padding:18px 5px;
	border-left: 1px solid #fff;
	color:#fff;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	text-align:center;  
}

#navi ul{
    list-style: none;
}

#navi  li{
	width:80px;
}

#navi a:hover{
    /*border-bottom: solid 3px #fff;
    padding-bottom: 27px;*/
    background: #f48131;
    color: #fff;
}

#slidearea{
	width: 95%;
	height: 220px;
	margin: 0 auto;
	padding-top: 20px;
	background: #fff;
}

#imgbox {
	width: 310px;
	height: 180px;
	margin: 0 auto;
}

#imgbox img{
	width: 310px;
	height: 180px;
	margin: 0 auto;
}

#main{
	display: block;
    width: 87%;
	height: 1350px;
	margin: 10px 0;
	padding-top: 10px;
	background: #c4c1bf;
	text-align: center;
}

.contents{
    width: 310px;
	height: 420px;
	padding-top: 10px;
    /*background: url(contents_back.png);*/
	background: #fff;
}

.contents h2{
	font-size: 17px;
}

.contents img{
	width: 220px;
}	

.contents p{
	text-align: left;
	font-size: 15px;
	margin: 20px;
	margin-top: 30px;
	color: #575655;
	line-height: 150%;
	
}

footer{
	width: 100%;
	height: 350px;
	margin: 10px auto;
	padding-top: 10px;
	background: #303030;
}	
footer p{
	margin: 30px;
	font-size: 14px;
	color: #fff;
	font-family: "Times New Roman";
}	

footer img{
	width: 200px;
	margin-left: 80px;
}

#info{
	display: block;
	height: 220px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	/*background: #949292;*/
	border-bottom: 10px solid #fff;
	
	}

#info h2{
	width: 110px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	border:  1px solid #fff;
}	

#info img{
	width: 25px;
	margin-left: 20px;
	margin-top: 25px;
}

#info p{
	float: left;
	margin-left: 24px;
	font-size: 20px;
	color: #fff;
}	

#footernavi{
	display: none;
	width: 0px;
	height: 0px;
}

    
}



