body {
    color: #333;
	font-size: 17px;
    font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height:100%;
	margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 100% ;
	user-select: none;         /* CSS3 */
    -moz-user-select: none;    /* Firefox */
    -webkit-user-select: none; /* Safari、Chrome */
    -ms-user-select: none;     /* IE10～ */
	overflow:hidden;
	position: relative;
}

a {
    text-decoration: none ;
    background: none;
	color:#01B1D6;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:hover {
	color:#999;
	text-decoration: none;
}


li {
    list-style: none;
}

.noanchor:link, .noanchor:visited, .noanchor:active {
	text-decoration: none;
	color:black;
}

.page{
	width:100%;
	height:100%;
}

.small {
	font-size: 24px;
	line-height: 35px;
}

#logo{
	left:10px;
	top:0px;
}

#content{
	height:100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

#index {
	background-image: url(assets/_bg_home.jpg);
	background-size: cover;
	background-position: center top;
}

#me {
	background-image: url(assets/yoshii.jpg);
	background-size: cover;
	background-position:  80% top;
	position: relative;
}

#sandbox {
	background-image: url(assets/murata.jpg);
	background-size: cover;
	background-position: 75% top;
}

#features {
	background-image: url(assets/satake.jpg);
	background-size: cover;
	background-position: 75% top;
}

#nishi {
	background-image: url(assets/nishiwaki.jpg);
	background-size: cover;
	background-position: 85% top;
}

.jscode{
	background-color:white;
	font-family:"Courier New",Courier,monospace;
	width:600px;
	margin-left:40px;
	padding:10 15 10 15;
	-moz-box-shadow: 5px 5px 5px #888;-webkit-box-shadow: 5px 5px 5px #888;box-shadow: 5px 5x 5px #888;
}

p{
	margin-left:10px;
	font-family:Calibri;
	font-size:15px;
	margin-bottom:15px;
}

#titlebox{
	position:absolute;
	left:40%;
	top:100px;
	width:650px;
	height:500px;

}

#codebox{
	margin-top:20px;
	background-color:white;
	font-family:"Courier New",Courier,monospace;
	width:500px;
	height:100px;
	margin-left:40px;
	padding:10 15 10 15;
	-moz-box-shadow: 5px 5px 5px #888;-webkit-box-shadow: 5px 5px 5px #888;box-shadow: 5px 5x 5px #888;}

.arrow{
	opacity:0.3;
}

.dirText{
	color:rgb(0, 0, 0);
	font-size:28px;
	margin-top:40px;
	opacity:0.3;
	font-family:"LeagueGothic";
}

.control{
	position:fixed;
	width:190px;
}

#rightControl{
	right:20px;
	top:40%;
}

#leftControl{
	left:20px;
	top:41%;
}

#topControl{
	top:20px;
	left:41%;
}

#bottomControl {
	bottom:20px;
	left:41%;
}

#leftArrow {
	width:50px;
}
#rightArrow {
	width:50px;
}
#topArrow {
	height:50px;
	margin-left:38px;
}
#bottomArrow {
	height:50px;
	margin-left:38px;
	}

#topText {
	margin-top: 65px;
	margin-left: 10px; 
}

#bottomText {
	margin-bottom: 10px;
	margin-left: 8px;
}

#leftText {
	margin-left:-10px;
	margin-top: 45px;
	-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#rightText {
	margin-right: -10px;
	margin-top: 45px;
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ttl_base {
	background-color: rgba(255,255,255,0.1);
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
   	-webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px; 
	margin: 10px 0 28px 0;
	padding: 13px;
}

ul.ticket {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	margin: 15px 0 0 0;
	text-align: center;
}

ul.ticket li {
	background: rgb(239,139,182); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(239,139,182) 0%, rgb(234,129,178) 50%, rgb(237,113,165) 50%, rgb(237,113,165) 50%, rgb(237,113,165) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(239,139,182) 0%,rgb(234,129,178) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(239,139,182) 0%,rgb(234,129,178) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8bb6', endColorstr='#ed71a5',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	padding: 10px 0 10px 0;
	vertical-align: middle;
	width: 166px;
 }

ul.ticket a {
	color: #fff;
}

.arrow2{
    position: relative;
    display: inline-block;
    padding-left: 15px;
	color: #000000;
}

.arrow2::before{
    content: '';
 	width: 4px;
 	height: 4px;
 	border: 0px;
 	border-top: solid 2px #fff;
 	border-right: solid 2px #fff;
 	-ms-transform: rotate(45deg);
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
 	position: absolute;
 	top: 50%;
 	left: 0;
 	margin-top: -7px;
}
 
.rum:hover{
	animation: rumble 0.006s linear infinite;
}
 
@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}

.bt {
	background-image: url(assets/bt_t.png);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}

.bt:hover {
	background-image: url(assets/bt_t_hover.png);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}

a .bt {
	color: #fff;
}

a .bt:hover {
	color: #fff;
}

.talk_img {
	width: 90%;
	max-width: 300px;
	margin: 20px auto 20px;
}

.talk_img img {
	width: 100%;
}

.wrap {
	position: relative;
	top: 50%;
	left: 49%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 68%;
	height: 70%;
	overflow-y: auto;

}

.wrap::-webkit-scrollbar{
	width: 3px;
	background: #000;
}

.wrap::-webkit-scrollbar-thumb{
	background: #2cc2e4;
	border-radius: 2px;
}


.talk_bt {
	width: 80%;
	max-width: 240px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-color: #F8F8F8;
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
   	-webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;
	margin: 30px auto;
	padding: 13px;
}

.talk_bt:hover {
  	background-color: #59b1eb;
	-webkit-transition: all .3s;
  	transition: all .3s;
	color: #fff;
	font-weight: 500;
}

hr {
	width: 80%;
	border-top: 1px solid #8c8b8b;
}


@media screen and (min-width: 860px){
	#cont {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		display:-webkit-box;
    	display:-moz-box;
    	display:-ms-flexbox;
   		display:-webkit-flex;
    	display:-moz-flex;
    	display:flex;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		width: 755px;
		color:#000000;
	}
	
	.cont_txt {
		padding-left: 2em;
		color:#000000;
	}
	
	.cont_img {
    	background: url("assets/logo_open.gif") no-repeat;
}
 
	.cont_img a {
    	display: inline-block;
}
 
	.cont_img a:hover {
		background-color: transparent; /* IE6対応 */
}
 
	.cont_img a:hover img {
    	visibility: hidden;
}
	.bt {
		margin: 30px 0 0 25px;
		width: 600px;
		height: 42px;
		font-size: 22px;
		padding: 29px 0 0 100px;
}
	.comment_murata {
		position: absolute;
		top: 540px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

	.txt_murata {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 18px;
		padding: 20px 0 20px 0;
		line-height: 40px;
		color: #fff;
		width: 100%;
		text-align: center;
		background-color: rgba(254,197,0,0.65);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	.comment_yoshii {
		position: absolute;
		top: 540px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

	.txt_yoshii {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 18px;
		padding: 20px 0 20px 0;
		line-height: 40px;
		color: #fff;
		width: 100%;
		text-align: center;
		background-color: rgba(228,53,164,0.5);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	.comment_satake {
		position: absolute;
		top: 540px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
　}

	.txt_satake {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 18px;
		padding: 20px 0 20px 0;
		line-height: 40px;
		color: #fff;
		width: 100%;
		text-align: center;
		background-color: rgba(119,16,162,0.70);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	.comment_nishiwaki {
		position: absolute;
		top: 540px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

	.txt_nishiwaki {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 18px;
		padding: 20px 0 20px 0;
		line-height: 40px;
		color: #fff;
		width: 100%;
		text-align: center;
		background-color: rgba(214,103,2,0.70);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	.talk {
		background-color: rgba(0,0,0,0.6);
		-webkit-border-top-left-radius: 3px;  
    	-webkit-border-top-right-radius: 3px;  
   		-webkit-border-bottom-right-radius: 3px;  
    	-webkit-border-bottom-left-radius: 3px;  
    	-moz-border-radius-topleft: 3px;  
    	-moz-border-radius-topright: 3px;  
    	-moz-border-radius-bottomright: 3px;  
    	-moz-border-radius-bottomleft: 3px; 
		width: 94%;
		margin: 25px 0 25px 0;
		text-align: center;
		font-size: 30px;
		padding: 3%;
		line-height: 60px;
	}
	
	
}


@media screen and (max-width: 859px) {
	body {
		font-size: 10px;
	}
	
	#cont {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		width: 65%;
	}
	.cont_img {
		margin-bottom: 1em;
	}
	
	.cont_img img {
    	width:100%;
		max-width: 100%;
		height: auto;
	}
	
	.bt {
		margin-top: 10px;
		font-size: 9px;
		padding: 8px 0 0 33px;
		width: 87%;
		height: 18px;
	}

	.cont_txt {
		color: rgb(0, 0, 0);
	}
	
	.bt img {
		max-width: 100%;
		height: auto;
	}
	
	.cont_txt img {
		display: none;
	}

	#leftArrow {
		width: 15px;
	}
	#rightArrow {
		width: 15px;
	}
	#topArrow {
		height: 15px;
	}
	#bottomArrow {
		height: 15px;
	}
	#topControl{
		top:6px;
		left:36%;
		width: 116px;
		height: 30px;
	}
	#bottomControl{
		bottom:3px;
		left:36%;
		width: 110px;
		height: 90px;
	}
	#leftControl{
		left:6px;
		top:45%;
	}
	#rightControl{
		right:6px;
		top:45%;
	}
	.dirText{
		color:rgb(0, 0, 0);
		font-size:17px;
	}
	#rightText {
		position: absolute;
		bottom:20%;
		right: 23px;
	}
	#leftText {
		position: absolute;
		bottom:20%;
		left: 23px;
	}
	#topText {
		margin-top:25px;
		margin-right: 13px;
	}
	#bottomText {
		margin-bottom:10px;
		margin-left: 2px;
	}
	.ttl_base {
		background-color: rgba(255,255,255,0.1);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
		margin: 8px 0 8px 0;
		padding: 5px 0 5px 9px;
}
	ul.ticket {
		display: flex;
		justify-content: space-between;
		font-size: 10px;
		font-weight: bold;
		vertical-align: middle;
		margin-top: 6px;
		text-align: center;
	}

	ul.ticket li {
		background: rgb(239,139,182); /* Old browsers */
		background: -moz-linear-gradient(top, rgb(239,139,182) 0%, rgb(234,129,178) 50%, rgb(237,113,165) 50%, rgb(237,113,165) 50%, rgb(237,113,165) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgb(239,139,182) 0%,rgb(234,129,178) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgb(239,139,182) 0%,rgb(234,129,178) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 50%,rgb(237,113,165) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8bb6', endColorstr='#ed71a5',GradientType=0 ); /* IE6-9 */
		border-radius:4px;
		padding: 3px 0 3px 0;
		width: 115px;
	}
	
	.comment_murata {
		position: absolute;
		top: 360px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
	
	.txt_murata {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 13px;
		padding: 10px;
		line-height: 20px;
		color: #fff;
		width: 90%;
		text-align: center;
		background-color: rgba(254,197,0,0.7);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
		
	.comment_yoshii {
		position: absolute;
		top: 360px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
	
	.txt_yoshii {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 13px;
		padding: 10px;
		line-height: 20px;
		color: #fff;
		width: 91%;
		text-align: center;
		background-color: rgba(228,53,164,0.7);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	.comment_satake {
		position: absolute;
		top: 360px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
	
	.txt_satake {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 13px;
		padding: 10px;
		line-height: 20px;
		color: #fff;
		width: 90%;
		text-align: center;
		background-color: rgba(119,16,162,0.80);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	.comment_nishiwaki {
		position: absolute;
		top: 360px;
		left: 50%;
		width: 96%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		font-family: 'Noto Sans Japanese', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
	
	.txt_nishiwaki {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 13px;
		padding: 10px;
		line-height: 20px;
		color: #fff;
		width: 91%;
		text-align: center;
		background-color: rgba(214,103,2,0.70);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
}
	
	
	.logbox {
        width: 230px;
        height: 400px;
        overflow: scroll;
		-webkit-overflow-scrolling:touch;
		padding: 4px;
		border: 1px solid #000;
      }
	
	.talk {
		background-color: rgba(0,0,0,0.8);
		-webkit-border-top-left-radius: 5px;  
    	-webkit-border-top-right-radius: 5px;  
   		-webkit-border-bottom-right-radius: 5px;  
    	-webkit-border-bottom-left-radius: 5px;  
    	-moz-border-radius-topleft: 5px;  
    	-moz-border-radius-topright: 5px;  
    	-moz-border-radius-bottomright: 5px;  
    	-moz-border-radius-bottomleft: 5px; 
		width: 90%;
		margin: 10px 0 10 0;
		text-align: center;
		font-size: 19px;
		padding: 10px;
		line-height: 20px;
	}
	
	.talk_bt {
		font-size: 9px;
}
	.small {
		font-size: 14px;
		line-height: 20px;
}

}




/*******fade*****************************************/
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}   

