body {
	background-color: #ffe0b0;
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.7;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul {
	padding-left: 22px;
}

.shogi_game_area {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	margin: 0px;
	padding: 4px 0px;
}

.shogi_board {
	position: relative;
	top:0px;
	width: 0px;
	height: 320px;
}

.board {
	position: absolute;
	touch-action: manipulation;
	top:0px;
	width: 0px;
	height: 320px;
}

.board_img {
	position: absolute;
	touch-action: manipulation;
	top:0px;
	width: 0px;
	height: 320px;
}

.shogi_komadai {
	position: relative;
	touch-action: manipulation;
	top:0px;
	width: 0px;
	height: 36px;
}

.komadai {
	position: absolute;
	touch-action: manipulation;
	top:0px;
	width: 0px;
	height: 36px;
}

.komadai_img {
	position: absolute;
	touch-action: manipulation;
	top:0px;
	width: 0px;
	height: 36px;
}

.koma_num {
	position: absolute;
	touch-action: manipulation;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

.popup_mess {
	position: absolute;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.left_time {
	position: absolute;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.balloon {
	position: absolute;
	font-weight: bold;
	color: #000000;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.board_koma {
	position: absolute;
	touch-action: manipulation;
	width: 32px;
}

.hiyoko_img {
	position: absolute;
	touch-action: manipulation;
	width: 32px;
}

.ope_button {
	height: 28px;
	margin-right: 2px;
}

.ic_button {
	width: 26px;
	height: 26px;
	margin-right: 2px;
	vertical-align: middle;
	background-color: #aaaaaa;
	border: 1px solid #888888;
	border-radius: 3px;
}

.ic_button:hover{
	background-color: #666666;
}

.comment_area {
	height: 36px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	background:#fff8e8;
	border:#eecccc
	solid 1px;
	border-radius:4px;
	padding:4px;
	font-size: 80%;

	overflow-x: auto;
	overflow-y: scroll;
}

.dialog {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .1s;
}

.dialog.is-show {
	opacity: 1;
	visibility: visible;
}

.dialog-header {
	border: 1px solid #c08030;
	background: #c08030;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
	padding:4px;
}

.dialog-title {
	float: left;
}

.dialog-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 400px;
	max-height: 98%;
	padding: 0px;
	background-color: #ffc462;
	z-index: 2;
}

.dialog-content {
	padding: 8px;
}

.dialog-frame {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	margin: 4px;
}

.dialog-game-content {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	margin: 4px;
}

.dialog-setting-content {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	margin: 4px;
	width: 90%;
	height: 360px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.dialog-mess {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 8px;
}

.dialog-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

.dialog-button {
	width: 100px;
	height: 30px;
}

.dialog-button-wfree {
	height: 30px;
}

.dialog-kif-box {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	margin: 4px;
	padding: 10px;
	width: 90%;
	height: 280px;
	overflow-x: auto;
	overflow-y: scroll;
	white-space: pre-wrap;
}

.dialog-paste-kif-box {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	margin: 4px;
	padding: 10px;
	resize: none;	
	width: 90%;
	height: 280px;
	overflow-x: auto;
	overflow-y: scroll;
}

.dialog-menu {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	margin-bottom: 8px;
}

.dialog-menu-list {
	border: 1px solid #c08030;
	padding: 3px;
}
.dialog-menu-list:hover {
	background: #ffe0a0;
}

.dialog-result-header {
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	margin: 0px 4px 4px 4px;
	padding: 4px;
	width: 95%;
}

.dialog-result-main {
	position: relative;
	background-color: #fff8e8;
	border: 3px solid #c08030;
	border-radius: 10px;
	padding: 4px;
	margin: 4px;
	width: 95%;
	height: 300px;
}

.dialog-result-tabheader {
	position:  absolute;
	height: 34px;
}

.dialog-result-tabmain {
	position:  absolute;
	top: 34px;
	bottom: 0px;
	margin-bottom: 4px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.dialog-mate-list-main {
	width: 95%;
	background-color: #fff8e8;
	border: 3px solid #c08030;
	margin-bottom: 8px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.dialog-mate-list {
	/*border: 1px solid #c08030;*/
	border: 0;
	padding: 3px;
}
.dialog-mate-list-bg2 {
	background-color: #ffe8c8;
}
.dialog-mate-list:hover {
	background-color: #ffe0a0;
}

.social {
	margin: 2px 0 10px 10px;
	line-height: 0;
}

.social iframe, .social div {
	display: inline-block !important;
	vertical-align: bottom !important;
	margin-right: 3px;
	line-height: 0;
	height: 12px;
}

.link_button {
	background: #c08030;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.link_button:hover {
	background: #b07020;
}

.text-red{ color:#f00; }

.icon-btn{
  background:none; border:none; padding:0; line-height:0; cursor:pointer; vertical-align: middle;
}
.icon-btn img{ display:block; }
.icon-btn img{ border: none; }
