@charset "utf-8";
/* CSS Document */


.w-15 {width:15px;}
.w-20 {width:20px;}
.w-30 {width:30px;}
.w-40 {width:40px;}
.w-50 {width:50px;}
.w-60 {width:60px;}
.w-70 {width:70px;}
.w-80 {width:80px;}
.w-90 {width:90px;}
.w-100 {width:100px;}
.w-120 {width:120px;}
.w-140 {width:140px;}
.w-150 {width:150px;}
.w-160 {width:160px;}
.w-180 {width:180px;}
.w-200 {width:200px;}
.w-225 {width:225px;}
.w-250 {width:250px;}
.w-300 {width:300px;}
.w-325 {width:325px;}
.w-350 {width:350px;}
.w-400 {width:400px;}
.w-450 {width:450px;}
.w-500 {width:500px;}
.w-600 {width:600px;}
.w-700 {width:700px;}
.w-800 {width:800px;}
.w-1000 {width:1000px;}
.w-1100 {width:1100px;}
.w-1200 {width:1200px;}
.w-1300 {width:1300px;}
.w-1400 {width:1400px;}
.w-1500 {width:1500px;}
.w-1600 {width:1600px;}
.w-1700 {width:1700px;}
.w-1800 {width:1800px;}
.w-1900 {width:1900px;}
.w-2000 {width:2000px;}


.font-7 { font-size:7px;}
.font-8 { font-size:8px;}
.font-10 { font-size:10px;}
.font-11 { font-size:11px;}
.font-12 { font-size:12px;}
.font-13 { font-size:13px;}
.font-14 { font-size:14px;}
.font-16 { font-size:16px;}
.font-18 { font-size:18px;}

.bold { font-weight:bold;} 
.under-line { text-decoration:underline;}


.img-30 { max-height:30px; max-width:30px;}
.img-50 { max-height:50px; max-width:50px;}
.img-60 { max-height:60px; max-width:60px;}
.img-70 { max-height:70px; max-width:70px;}
.img-80 { max-height:80px; max-width:80px;}
.img-100 { max-height:100px; max-width:100px;}
.img-120 { max-height:120px; max-width:120px;}
.img-150 { max-height:150px; max-width:150px;}
.img-200 { max-height:200px; max-width:200px;}
.img-250 { max-height:250px; max-width:250px;}
.img-300 { max-height:300px; max-width:300px;}
.img-100-80 { max-height:80px; max-width:100px;}
.img-150-80 { max-height:80px; max-width:150px;}
.img-250-130 { max-height:130px; max-width:250px;}
.img-250-180 { max-height:180px; max-width:250px;}
.img-350-250 { max-height:250px; max-width:350px;}
.img-500-300 { max-height:300px; max-width:500px;}

.lh-16 { line-height:16px;}


.red { color:#e00;}
.d-red { color:#900;}
.blue{ color:#00e;}
.d-blue{ color:#009;}
.green{ color:#0b0;}
.pink{ color:#F0F;}
.white { color:#FFF;}
.glay { color:#999;}
.l-glay { color:#bbb;}
.black { color:#000;}



.pdg-l-5{ padding-left:5px;}
.pdg-l-10{ padding-left:10px;}
.pdg-l-20{ padding-left:20px;}
.pdg-l-30{ padding-left:30px;}
.pdg-l-40{ padding-left:40px;}
.pdg-l-50{ padding-left:50px;}
.pdg-l-60{ padding-left:60px;}
.pdg-l-70{ padding-left:70px;}
.pdg-l-80{ padding-left:80px;}
.pdg-l-90{ padding-left:90px;}
.pdg-l-100{ padding-left:100px;}

.pdg-t-10{ padding-top:10px;}
.pdg-t-1{ padding-top:1px;}

.margin_5 { margin:5px;}

.hr-01 { width:80%;}

.left { text-align:left;}
.right {text-align:right;}

.clear { clear: both;}
.box {display:inline-block;}

.box-01 { 
	float:left;
	margin-right:5px;
	/*margin:0 5px;*/
}

.box-w-1000 { width:1000px;}
.box-w-1100 { width:1100px;}
.box-w-1200 { width:1200px;}
.box-w-1300 { width:1300px;}
.box-w-1400 { width:1400px;}


/*-------  TABLE  -------------------------*/
.table-01 table{ border-collapse: collapse;}
.table-01 th{border: solid 1px #ccc; background-color:#eee; padding:1px 5px;}
.table-01 td{border: solid 1px #ccc; background-color:#fff; padding:1px 5px;}

/*↓2024.07.26 add */
.table-tmp table{ border-collapse: collapse;}
.table-tmp th{border: solid 1px #ccc; background-color:#eee; padding:1px 5px; font-weight:normal; color:#000;}
.table-tmp td{border: solid 1px #ccc; background-color:#fff; padding:1px 5px;}

/*----  BACK GROUND COLOR　--------*/
.bg-lightgreen { background-color:#DEEAEF;}
.bg-lightyellow { background-color:#E9EFDA;}
.bg-lightglay { background-color:#eeeeee;}
.bg-whitetglay { background-color:#f8f8f8;}
 
/*----- border -----------------------------------*/
.border-1-solid-gray {  border: 1px solid #999;} 
.border-top-gray-2 { border-top: 2px solid #999;} 

