﻿/* 共通 */
body {
  background-image: url('../image/site_wp.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;  
}

#stext .main {
  font-size: medium;
  max-width: 700px;
  width: 98%;
}

#search_header {
  cursor: pointer;
  padding: 2px 10px;
}

div.panel.search {
  color: #fff;
  font-size: 16px;
  font-weight: bold; 
}

#stext .main dt.panel {
  background-image: url('../image/title_wp.png');
  background-repeat: no-repeat;
  background-position: right;
}

div.panel.search {
  background-image: url('../image/title_wp2.png');
  background-repeat: no-repeat;
  background-position: right;
}

div.panel.search img {
  margin-bottom: -5px;
  margin-right: 5px;
}

#stext dl.desc img.left {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
}

#stext dl.desc img.right {
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  #stext dl.desc img.left,
  #stext dl.desc img.right {
    float: none;
  }
}

/* キャッチフレーズ */
small#catch {
  font-size: small;
  vertical-align: top;
  margin-top: -50px;
}

/* カルーセル設定 */
/* #slider {
  margin-left: -18px;
  border: 1px solid #000;
  background-color:#fff;
  width: 100%;
}

#slider img {
  width: 100%
}

#slider p {
  font-size: small;
  margin: 8px;
}

#slider td {
  font-size: small;
  vertical-align: top;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
} */

/* メニューアイコン */
#main-menu.site .icon {
  margin-top: -10px; 
}

#main-menu.site a {
  padding: 10px 15px;
}




/* POSTメニュー */
#menu_post {
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 999;
}

/* Contactタブ */
#menu_contact {
  writing-mode: vertical-rl;
  width: 30px;
  height: 100px;
  background-color: #f90;
  border: 1px #fff solid;
  color: #000;
  font-weight: 700;
  position: fixed;
  top: 150px;
  right: 0;
  padding-top: 7px;
  cursor: pointer;
  z-index: 999;
}

#contact_list table {
  margin-top: 10px;
  width: 90%;
}

#contact_list table td {
  padding-bottom: 20px;
  vertical-align: top;
}

/* Linkヘッダー */
.link li {
  list-style-image: url(../image/link/item.png);
}


/* シナリオ実績表示 */
.cleared {
  background-image: url(../stext/common/mark_cleared.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.complete {
  background-image: url(../stext/common/mark_complete.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 共通 */
pre.folder {
  font-size: 1.12em;
  border: solid 1px #000;
  padding: 7px;
  line-height: 140%;
}

h3.title {
  padding: 0.4em 0.5em;
  font-size: 1.125em;
  color: #494949;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}

/* ユーザーステータス */
#usr_status {
  display: none;
  width: 380px;
  height: 150px;
  background-image: url(../image/rank/back.png);
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 0px;
  right: 20px;
  /*font-size: 75%;*/
  color: #ffd;
  padding: 20px;
}

#usr_status table {
  width: 90%;
  margin-top: 13px;
  margin-left: 18px;
}

#usr_status img {
  height: 50px;
  margin-right: 15px;
}

#usr_status #rank_lv {
  color: #cfc;
  font-size: small;
}

#usr_status #rank_jp {
  font-size: small;
}

#usr_status #rank_en {
  font-size: 20px;
  font-weight: bold;
  color: #f6f;
}

#usr_status th {
  color: #f90;
  margin-left: 15px;
  text-align: right;
}

#usr_status td {
  margin-left: 10px;
}

/* Carousel */
/* .c_scena_list {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
	width: 95%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.c_scena_list li {
	list-style: none;
  padding: 2px 10px;
	box-sizing: border-box;
	margin: 0px;
	flex: 0 0 230px;
} */

/* シナリオリスト（New） */
#series_list {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
}

#series_list .cond_series {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
  padding: 4px;
  background-color: #4169e1;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}

#series_details {
  margin: 0px auto;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 90%;
}

#series_details img {
  width: 100%;
}

#series_details body {
  margin-top: 5px;
  width: 95%;
}

.form_list {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.form_item {
  font-size: small;
  flex-basis: auto;
  padding: 2px;
	box-sizing: border-box;
	margin: 3px;
}


.scena_list {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
  display: flex;
  justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
}

.scena_item {
  font-size: small;
  width: 100px;
  height: 210px;
	border: 1px solid #ccc;
  padding: 2px;
	box-sizing: border-box;
	margin: 3px;
	flex: 0 0 145px;
}

.scena_item .scena_item_img {
  margin: 0;
  height: 50%;
}

.scena_item .scena_item_img img {
  max-width: 100%;
  max-height: 100%;
}

.scena_item .scena_item_desc h4 {
  font-size: small;
  margin-top: 2px;
  margin-bottom: 0px;
}

.scena_item .scena_item_desc p {
  text-indent: 0px;
  margin-top: 2px;
  text-indent: 0px;
  font-size: small;
  line-height: 110%;
}

.scena_item .quest {
  background-image: url(../image/quest.png);
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
}

/* Scenario (Side bar) */
#scena_details.sidr {
  opacity: 1.0;
  padding: 10px;
  box-shadow: 0;
  background-image: url('../image/menu/side_bg.png');
  background-repeat: no-repeat;
  background-position: top left;
}

#scena_details h3 {
  margin-top: 5px;
  text-align: right;
  font-size: x-large;
  font-weight: bold;
  box-shadow: 0 0 0 0 #fff;
}

#scena_details h4 {
  margin-bottom: 5px;
  font-size: medium;
  text-align: right;
  box-shadow: 0 0 0 0 #fff;
  background-image: url();
}

#scena_details img.right {
  display: block;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
}

#scena_details img.left {
  display: block;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#scena_details .info {
  width: 95%;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: small;
}

#scena_details .info td{
  vertical-align: top;
}

#scena_details #scena_details_back,
#scena_details #scena_details_quest,
#scena_quest #scena_quest_back
{
  cursor: pointer;
}


/* Gallery */
.gallery_list {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.gallery_list li {
	list-style: none;
  padding: 10px;
	box-sizing: border-box;
	margin: 0px;
	flex: 0 0 200px;
}

.gallery_list img {
	width: 100%;
}

/* Staff */
.staff_list, .staff_list dt, .staff_list dd {
	box-sizing: border-box;
}

.staff_list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.staff_list dt, .staff_list dd {
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid black;
}

.staff_list dt {
	font-weight: bold;
  background: rgb(95, 109, 147);
  color: #fff;
	flex: 1 0 25%;
}

.staff_list dd {
	flex: 1 0 75%;
}


/* .mobileonly {
  display: none !important;
} */

/* モバイル環境での省略 */
@media (max-width: 900px) {
  .staff_list dt, .staff_list dd {
    flex: 1 0 100%;
  }

  .pconly {
    display: none;
  }

  /* .mobileonly {
    display: inherit;
  } */
}