<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.con_veg
----------------------------------------------------------- */
#contents .con_veg {
  width: 960px;
  margin: 50px auto 80px;
}
#contents .con_veg h3 {
  margin: 0 0 30px;
}
#contents .con_veg .box_veg {
  background: url(../snow_season/images/vegefullland/bg_veg.jpg) no-repeat top center;
  margin-top: 30px;
  padding: 550px 0 0;
}
#contents .con_veg .box_veg .wrp_veg {
  width: 490px;
}
#contents .con_veg .box_veg .wrp_veg .tbl_basic {
  margin: 10px 0;
}

.tdl_vege {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tdl_vege th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #eee;
}

.tdl_vege th{
	background: #848484;
}

.tdl_vege td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.div_vege{
	width: 950px;
    padding: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 70px auto 50px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    
}

.div_vege .vege_rsv { 
	padding: 5px;
	padding-left: 300px;
	
}
</pre></body></html>