/* Frame.html内に共有 */
/* タブ */


.ui-tabs{
	padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: 0;
}

.ui-tabs .ui-tabs-nav{
	margin: 0;
	padding: 0;
}
.ui-widget-content{
	background: url("../images/tile2.jpeg");
	border: none;
	color: #FFF;
}
.tabs-button{
	border: none !important;
	background: none !important;
	margin: 0;
}
/* 背景 */
#back_rose {
    position: absolute;
    width: 100%;
    z-index: -1;
}

/* タブメニュー */
#menu {
    top: 0;
	z-index: 100;
    position: fixed;
    width: 100%;
    min-width: 1080px;
	/*height: 200px;
	background: url("/Futahana/images/menu/bg.png");*/
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 5px 0 0;
}

#menu-back{
    top: 0;
	background: url(/Futahana/images/menu/bg.png);
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: -5;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;

}

#menu img{
	width: 96px;
	height: 96px;
    margin: 10px 6px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 1px dotted #FFF;
    cursor: pointer;
}

/* ホバーでエフェクト */
#menu img:hover {
    border: 1px solid white;
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 10px;
    text-shadow: 1px 1px 2px #427388;
}

/* アクティブ化でエフェクト */
#menu img:active {
    border: 4px solid white;
}

/* 画面レイアウト */
#container{
    z-index: 5;
	padding: 130px 10px 0;
}

.horizontal_box{
	padding: 0 0 0 1.3em;
	display: table-cell;
	vertical-align: top;
}

.center_box{
	margin: 0 auto;
}

.head_font{
	font-size: 20px;
	font-weight: bold;
}

textarea{
	resize: none;
}

/* 掲示板 */
.bbs_text{
	width: 32em;
	display: inline-block;
	padding: 0 0 0 10px;
}

.bbs_icons{
	width: 60px;
	height: 60px;
	margin: 5px 0 0 5px;
	float: left;
	vertical-align: top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.bbs_data{
	clear: both;
	display:inline-block;
}

.line{
	clear: both;
	border-top: 4px double #ffffff;
	width: 100%;
	height: 2px;
	margin: 2px 0;
}

/* Frame */
.BBS_box{
	padding: 0 !important;
	width: 560px;
	height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
	border: #EEEEEE 4px dotted;
	background-image: url("../images/tile3.png");
}

/* Scroll bar */

::-webkit-scrollbar-track {
	background: rgba(127,127,127,0.5);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(250, 250, 250, .5);
	border-radius: 10px;
}

body > div ::-webkit-scrollbar {
	width: 10px;
}

/* ロード */ 
#loading{
    position: fixed;
	z-index: 1000;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
	/*
      position: fixed;
      top: 30%;
      left: 45%;
	  border: 1px dashed #999;
      padding: 15px;
      background-color: #918c8f;
	  filter: alpha(opacity=85);
      -moz-opacity: 0.85; 
      opacity: 0.85;
	  */
	background-image: url("../images/body_tile.jpeg");
}
#load_image {
	position: fixed;
	top: 30%;
    left: 45%;	  
	color: #000;
    text-align: center;
    padding-top: 110px;
    width: 100px;
    background-image: url("../images/loading.gif");
    background-position: center top;
    background-repeat: no-repeat;
}

/* ボタン */
input[type="submit"].pink {
	-moz-box-shadow:inset 0px 0px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fbafe3;
	box-shadow:inset 0px 0px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height: 0px;
	width:90px;
	text-decoration:none;
	text-align:center;
	bottom: 0px;
}

input[type="submit"]:hover.pink {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}

input[type="submit"]:disabled.pink {
	color: #696969;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}

input[type="submit"]:active.pink {
	position:relative;
	top:1px;
}

/* リンク */
a:link {
	color: #EEEEEE;
}

a:visited {
	color: #EEEEEE;
}

a:hover {
	color: #B22222;
}

/* その他 */
input[type|="number"]{
	width: 3.2em;
}
input[type="image"]{
	vertical-align: bottom;
}

.this_inline{
	display: inline
}

.draw{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}


i{
	transform   : skewX(-12deg);
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

body .d-none {
	display: none;
}


.cant_touch { /* 2度押し防止 */
	opacity:0.5;
	pointer-events:none;
  }
  
.italic {
	transform: skewX(-12deg);
	display:block;
}

.item_box {
	list-style: circle;
	width: 350px;
	padding: 10px;
	position: relative;
	background-color: rgba(50, 50, 50, 0.7);
	border-radius: 0 20px 20px 0px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.icon_60px {
	width: 60px;
	height: 60px;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.item_title {
    font-size: 1rem;
    margin-left: 1rem;
}
.item_explain {
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.dice_value {
    font-weight: bold;
}

.dice_text {
    font-size: 0.6em;
    opacity: 0.5;
}