@charset "utf-8";
body {
  
}

header {
	border-top: 5px solid #d1ef95;
    width: 100%;

}

.li_ten{
    list-style: disc;
    padding-left: 20px;
}

.li_suji{
        padding-left: 20px;
}

.warp_header {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
 
}
.warp_top {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    margin-bottom: 10px;
}


.warp_main {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    width: 350px;
    float: left;
}
.tel_logo {
    width: 70px;
    float: left;
    margin-left: 10px;
}

.tel_logo1 {
    width: 200px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.warap1 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
    }
.title0 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #d1ef95;
    text-align: center;
    font-size: 24px;
    color: #d1ef95;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
}
.title1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #d1ef95;
}
.title2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
    font-size: 20px;
    color: #d1ef95;
    margin-top: 20px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d1ef95;
    float: left;
}
	
.top_menu_left {
    width: 495px;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #d1ef95;
}
.top_menu_right {
    width: 495px;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #d1ef95;
    margin-left: 5px;
}
.top_menu_logo {
    width: 100px;
    height: 100px;
    margin: 10px;
    float: left;
    border: 1px solid #d1ef95;
}
.top_menu_text {
    width: 350px;
    height: 100px;
    float: left;
    margin-top: 10px;
}
.top_menu_text a:link {
    line-height: 100px;
    font-size: 35px;
    font-weight: bold;
    color: #d1ef95;
    text-decoration: none;
}
.top_btn {
    width: 1000px;
    color: #FFFFFF;
    background-color: #75B8CB;
    height: 50px;
    border: 1px solid #FFFFFF;
    text-align: left;
}
.top_btn a:link {
    color: #FFFFFF;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
}


.page_top {
    position: fixed;
    color: #fff;
    text-decoration: none;
    background-color: #d1ef95;
    border-radius: 50px;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    z-index: 1000;
} 

.page_top:hover {
    background-color: #75B8CB;
} 

.warap1 table  {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    float: left;
   
	}
.warap1 table tbody    {
}
.warap1 table tbody tr   {
 
}
.warap1 table tbody tr th   {
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    border-top: 1px solid #A3A3A3;
}
.warap1 table tbody tr td   {
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    border-top: 1px solid #A3A3A3;
}

.tabletext1  {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #045818;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
    
}
.tabletext2  {
    padding-top: 5px;
    padding-bottom: 5px;
     padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
    
}

tbody tr td {
}


img.mover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	height: auto;
}

.pcsite {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    height: 40px;
}

.pcsite a:link{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}

.footertext{
    width: 450px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}


footer {
    width: 100%;
    display: inline-block;
 background-color: #d1ef95;
    min-width: 1000px;
}

@media screen and (max-width : 480px ){

header
{
width: 480px;
    min-width: 480px;  
		height: auto;

}	
	
.warp_header {
    width: 450px;
 
}
.warp_top {
    width: 480px;
    min-width: 480px;  
	   margin-top: 0px;
}	
	
.warp_main {
    width: 480px;
    min-width: 480px;  
}	
.logo {
    width: 230px;
    float: none;
 }
.tel_logo {
    width: 55px;

}	
.tel_logo1 {
    width: 350px;
    float: none;
    margin-left: 0px;
	   margin-top: 0px;
}


.warap1 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
    }

.warap1 table  {
     float: none;
	}
	
.top_menu_left {
	width: 220px;
}
.top_menu_right {
	width: 220px;
}
.top_menu_logo {
	width: 50px;
	height: 50px;
	margin: 5px;
}
.top_menu_text {
    width: 150px;
    float: left;
    height: 50px;
	
}
	
	.top_menu_text a:link {
    line-height: 50px;
    height: 50px;
    font-size: 15px
}
	
.top_btn {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
   
}	
	
	.top_btn a:link {
    font-size: 17px;
 
}

.title1 {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    }
	
.title2 {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    }	

footer {
	 width: 480px;
    min-width: 480px;  
}
	
	
	}
