<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-color: #cff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #444;
}

.monospace  {font-family:monospace;}
.osaka      {font-family:osaka-等幅;}
.courier    {font-family:courier;}
.couriern   {font-family:'courier new';}


a:link,a:visited,a:hover,a:active {
	color: #00f;
	text-decoration: none;
	font-size: 18px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 33px;
	background-color: #efe;
	color: #048;
}


.subtitle1 {
	color: #8ab;
	font-size: 36px;
	background-color: #eee;
    padding: 15px;
    margin: 0px;
    font-weight:900;
}

.subtitle2 {
    padding: 5px;
    margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	background-color: #B66;
	color:#fff;
}




.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #9be;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #338;
	color: #E99; 
	font-weight: bolder;
	font-size: medium;
}

.subtitle {
	background-color: #ff0;
	color: #08f; 
	font-weight: bolder;
	font-size: 24px;
	padding: 10px;
}

.table_title {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #699;
	color: #fff; 
	font-weight: bolder;
	font-size: medium;
	text-align: left;
}

.big {
	font-size: 32px;
//	color: #000; 
}

.small {
	font-size: 10px;
//	color: #fff; 
}

.honbun {
	color:#048;
	font-size: 18px;
	background-color:none;
	padding: 10px; 120px;
	text-align: left;
	font-weight: 500;
}
.honbun1 {
	color:#048;
	font-size: 20px;
	background-color:#efe;
	padding: 10px; 120px;
}
.honbun2 {
	color:#ffe;
	font-size: 18px;
	background-color:#B55;
	padding: 10px; 120px;
}
.honbun3 {
	color:#000;
	font-size: 18px;
	background-color:#fff
	padding: 10px; 120px;
	text-align:left;
}

.caption {
	background-color: #ffe;
	padding: 5px 0px 5px 0px;
}

.dateinfo {
	font-family:"monospace","osaka-等幅","courier","courier new";
	color: #668; 
	font-weight: bolder;
	font-size: 24px;
	margin: 10px;
}

hr {
	border-top: 3px double #8c8b8b;
}

#msg01 {
  width : 720;
}

.photo {
 width : 360;
 height : 240";
 text-align : center;
}

.tblimg {
 float: right;
 margin: 5px;
 padding: 0;
}


.container {
  padding-left: 0px;
  padding-right: 0px;
}


/* タブテーブル */
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  padding-left: 5px;
  padding-right: 5px;
}
label.panel-label:hover {
  color: #003399;
}

#panels {
  background-color: white;
  position: relative; top: -6px;
}
#panels .container {
  margin: 0 auto;
//  width:600px;
//  width: 90%;
}
#panels section header label.panel-label {
//  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
//  padding: 48px 24px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
//  padding: 48px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
//  padding: 48px 24px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: #efe;
  color: #003399;
//  padding-top: 24px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
  height: 6px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: #B55;
  color: #fff;
//  padding-top: 24px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  height: 6px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: white;
  color: #003399;
//  padding-top: 24px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
  height: 6px;
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
 // width: 18%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf;
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li:hover.last {
  border-right: 1px solid transparent;
}
ul#tabs-list li:hover + li {
  border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
  position: relative;
//  padding: 24px 0;
//  font-size: 0.875em;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
//  padding-top: 24px;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}

main {
//    width: 70%;
    margin: 0 auto;
}
.panel-radios {
  display: none;
}


main p {
  line-height: 1.8;
}

/* 突撃インタビュー */
    .box_srcollbar {
        overflow:auto;
//        width:700px;
        width:100%;
        height:400px;
        padding:5px;
        border:0px solid #000;
        background-color:#F9F9F9;
        color:#000;
        font-size:18px;
        word-break: break-all;
        line-height: 20px;
   }
    .box_title{
        border:5px solid #F9F9F9;
        padding:5px;
//        width:300px;
        font-weight:bold;
        font-size:18px;
        background-color:#840;
        color:#fff;
//        white-space: nowrap;
     }
table{
border: 0, 0, 0, 0;
padding: 0px;
}

thead{
background-color: #ddf;
}
.casts_img {
    width:300px;
//    height:400px;
    border: 0px;
    text-align=left;
}

/* 先頭へ戻る */
.back {
 position: fixed;
 bottom: 10px;
 right: 10px;
  
 border:1px solid #888888;
 padding:2pt;
 background-color: #ddf;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}

#panels {
 background-color: #efe;
}

.infomsg_ul{
    all:initial;
  list-style: none;
}
.infomsg_li1 {
    all:initial;
    position: relative;
    padding-left: 0px;
    font-size: 18px;
}
.infomsg_li1::before {
    all:initial;
    content: "◎";
    margin-right: 5px;
    top: .2em;
    color: #8b6b4e;
    padding-left: 0px;
}
.infomsg_li1::after {
  content: "\A";
  white-space: pre;
}
.infomsg_li2 {
    all:initial;
    position: relative;
    padding-left: 0px;
}
.infomsg_li2::before {
    all:initial;
    content: "・";
    margin-right: 5px;
    top: .2em;
    color: #8b6b4e;
    padding-left: 10px;
}
.infomsg_li2::after {
  content: "\A";
  white-space: pre;
}
.infomsg_li2 {
    all:initial;
    position: relative;
    padding-left: 0px;
}
.infomsg_li3::before {
    all:initial;
    content: "";
    margin-right: 5px;
    top: .2em;
    color: #8b6b4e;
    padding-left: 10px;
}
.infomsg_li3::after {
  content: "\A";
  white-space: pre;
}

.msgbox1 {
    padding: 10px;
    margin: 5px;
    width: 800px;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #fdd;
    text-align:left;
}
.msgbox2 {
    padding: 10px;
    margin: 5px;
    width: 800px;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #ddf;
    text-align:left;
}
.msgbox3 {
    padding: 10px;
    margin: 5px;
    width: 800px;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #ddd;
    text-align:left;
}
.msgbox4 {
    padding: 10px;
    margin: 5px;
    width: 800px;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #eef;
    text-align:left;
}
</pre></body></html>