@charset "utf-8";
body {
  background: #eed;
  background-image: url("../../images/bg/back.jpg");
	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: #669;
	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: #669;
	color: #E99; 
	font-weight: bolder;
	font-size: 24px;
}

.subtitle {
	background-color: #dd8;
	color: #0a0; 
	font-weight: bolder;
	font-size: 24px;
}

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

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

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

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

.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;
}
label.panel-label1 {
  -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-label0:hover {
  color: #fff;
}

#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 header label.panel-label1 {
  /* 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 #eee;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: #B55;
  color: #fff;
	font-size: 20px;
  /* padding-top: 24px; */
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label1::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: #5B5;
  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 #eee;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: #55B;
  color: #fff;
  /* 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;
}
ul#tabs-list li label.panel-label1 {
  position: relative;
  /* padding: 24px 0; */
  /* font-size: 0.875em; */
}
ul#tabs-list li label.panel-label1::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-label1:hover {
  /* padding-top: 24px; */
}
ul#tabs-list li label.panel-label1:hover::after {
  height: 6px;
}

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


main p {
  line-height: 1.8;
}

/* 突撃インタビュー */
    .box_image {
      visibility: visible;
    }
    .box_scrollbar {
        overflow:auto;
        /* width:700px; */
        width:100%;
        height:400px;
        padding:10px 5px;
        border:1px solid #000;
        background-color:#F9F9F9;
        color:#000;
        font-size:24px;
        word-break: break-all;
        line-height: 26px;
   }
    .box_title{
        border:5px solid #F9F9F9;
        padding:5px;
        /* width:300px; */
        font-weight:bold;
        font-size:18px;
        color:#fff;
        /* white-space: nowrap; */
     }
#panel-1 .box_title {
        background-color:#B55;
}
#panel-2 .box_title {
        background-color:#5B5;
}
#panel-3 .box_title {
        background-color:#55B;
}
table{
border: 15, 10, 15, 10;
padding: 0px;
}
.ptnTable{
  background: #ccc;
  border: 2px #444 solid;
}

thead{
background-color: #ddf;
}
.casts_img {
    width:300px;
    /* height:400px; */
    border: 0px;
    text-align:left;
}
    .box_scrollbar2 {
        overflow:auto;
        width:100%;
        height:100%;
        padding:5px;
        border:1px solid #000;
        background-color:#55B;
        color:#fff;
        font-size:24px;
        word-break: break-all;
        line-height: 20px;
   }

/* 先頭へ戻る */
.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;
}
.back2 {
 position: fixed;
 bottom: 50px;
 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: #669;
}

.marker_new{
  background: linear-gradient(transparent 96%, #999 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0px 10px 3px;
  /* border-bottom: 1px solid; */
   width: 100%;
}

.album {
	margin: auto;
	background-color: white;
	position: relative;
	overflow-y:auto;
	overflow-x:hidden;
        width:200px;
        height:400px;
        margin:1px 0px;
        padding:0;
        border:1px solid #000;
}

.album img {
	width: 200;
}

.album .img1 {
    animation-delay:10s;
	display: block;
	margin: 0 auto;
}

.album .img2 {
    animation-delay:5s;
	display: block;
	margin: 0 auto;
}

.msgbox1 {
    padding: 10px;
    margin: 5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #fdd;
    text-align:left;
}
.msgbox2 {
    padding: 10px;
    margin: 5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #ddf;
    text-align:left;
}
.msgbox3 {
    padding: 10px;
    margin: 5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #ddd;
    text-align:left;
}
.msgbox4 {
    padding: 10px;
    margin: 5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    border: 5px solid #ccc;
    background: #eef;
    text-align:left;
}

.sceneImage {
   width : 300px;
}

.imageIn {
    cursor: zoom-in;
}
.popupWindow {
    display: none;
    height: 100vh;
    width: 100%;
    background: black;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
}

.showWindow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentBlock1 {
    width: 600px
    background: #fff;
    padding: 1px;
    width: 50%;
}
.popupImage1 {
    width : 600px;
}
.popupText1 {
   WIDTh : 600px;
  font-size: 24px;
  color: white;
}

.contentBlock2 {
    width: 1200px
    background: #fff;
    padding: 1px;
    width: 50%;
}
.popupImage2 {
    width : 1200px;
}
.popupText2 {
   WIDTh : 1200px;
  font-size: 24px;
  color: white;
}


