@charset "shift_jis";


#row-2nd {
    position: relative;
    background: url("image/2025-1.jpeg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0px 0px 0px;
}
#row-2nd-in {
    background-color: rgba(255,255,255,0.7);
    padding: 50px 10px;
    margin: 0 auto;
    width: 90%;
    max-width: 350px;
    font-size: 1rem;
    line-height: 1.7;
}
 
@media only screen and (max-width: 480px) {
    #row-2nd {
        overflow: scroll;
    }
    #row-2nd-in {
        width: 100%;
    }  
}

#row-3rd {
    position: relative;
    background: url("image/2025-2.jpeg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0px 0px 0px;
}
#row-3rd-in {
    background-color: rgba(255,255,255,0.7);
    padding: 50px 10px;
    margin: 0 auto;
    width: 90%;
    max-width: 350px;
    font-size: 1rem;
    line-height: 1.7;
}
 
@media only screen and (max-width: 480px) {
    #row-3rd {
        overflow: scroll;
    }
    #row-3rd-in {
        width: 100%;
    }  
}

table.tbl0 tr th { /* 見出し thタグ */
   color: white; /* 文字色 */
   background-color: ""; /* 背景色 */
   font-weight:normal;
   text-align:center;
}
table.tbl0 tr td { /* 見出し thタグ */
   text-align:center;
}
table.tbl0 tr:hover { /* trタグ 行にマウスが乗った時*/
   color: black; /* 文字色 */
   background-color: white; /* 背景色 */
   font-weight:bold;
}
table.tbl0 tr td:hover { /* tdタグ セルにマウスが乗った時*/
   color: black; /* 文字色 */
   background-color: white; /* 背景色 */
   font-weight:bold;
}
table.tbl0 tr th:hover { /* tdタグ セルにマウスが乗った時*/
   color: black; /* 文字色 */
   background-color: white; /* 背景色 */
   font-weight:bold;
}

/*table2*/
table.tbl-bg tr{
	background-color:white
}
/*table.tbl-bg tr td{
	background-color:white
}*/

table.tbl2 tr th { /* 見出し thタグ */
   color: black; /* 文字色 */
   font-weight:normal;
   text-align:center;
}
table.tbl2 tr td { /* 見出し thタグ */
   color: black; /* 文字色 */
   text-align:center;
}
table.tbl2 tr:hover { /* trタグ 行にマウスが乗った時*/
   color: black; /* 文字色 */
   background-color: lightgray; /* 背景色 */
   font-weight:bold;
}
/*table.tbl2 tr td:hover { /* tdタグ セルにマウスが乗った時
   color: black; /* 文字色 
   background-color: lightgray; /* 背景色
   font-weight:bold;
}
table.tbl2 tr th:hover { /* tdタグ セルにマウスが乗った時
   color: black; /* 文字色 
   background-color: lightgray; /* 背景色 
   font-weight:bold;
}*/

table.tbl_line tr th{
	border-bottom: 2px;
}
	

#border_white{
  border-left: 10px solid white; /* 左ボーダーを、10px幅の実線、線色#CC3366に */
  padding-left:10px;
}

#border_black{
  border-left: 10px solid black; /* 左ボーダーを、10px幅の実線、線色#CC3366に */
  padding-left:10px;
}

.jumbotron {
    padding-top: 100px;
    padding-bottom: 100px;
	background: url("image/obata_ground.jpg");
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.addmulti {
	background-color: "";
	color: black;
	
}

/* フッターを幅いっぱいにする為のボックス*/ 
#footerbg { 
/*background-image: url(画像ファイルのurl); */
width:100%; 
min-width:1000px; 
} 

footer {
  text-align: center;
  padding: 20px;
  background: #101010;
  color: white;
}

/* --- ボックス --- */
div.section {
width: 350px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 2px #000000 solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
div.section div.textArea {
height: 100px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
div.section div.textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

div.boxstyle1{
width:600px; height:350px;
margin:10px; padding:10px; border:2px solid black;
background-color:white;
} 
div.boxstyle2{
width:600px; height:190px;
margin:10px; padding:10px; border:2px solid black;
background-color:white;
} 

div.boxstyle3{
width:260px; height:70px;
margin:10px; padding:10px; border:2px solid black;
background-color:white;
} 

.right_none {border-right-style: none;}
.left_none {border-left-style: none;}
