@charset "UTF-8" ;

.Indent	{
}
.Indent .IndentNum	{
	display: table-cell;
}
.GenbaName	{}
.RootShow .GenbaName	{
	font-size: 1em;
}
.GenbaName small	{
	display: block;
	font-size: 0.6em;
}



.btn	{
	width: 100%;
	margin-top: 0.25rem;
	height: calc(100vh * 0.15);
/*
*/
}
.KanaTsume	{
	letter-spacing: -2px;
}
.btn,
.btn_big,
.btn_map
	{
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	width: 6em;
	height: calc(100vh * 0.1);
	color: #FFF;
	line-height: 1;
	border-radius: 4px;
	border-width: 0px;
/*
	border-width: 1px;
	border-color: #01a49e;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	font-weight: bold;
	border-style: solid;
	width: 150px;
	height: 150px;
	margin: 10px;
	padding: 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
}
.btn
	{
	background: -moz-linear-gradient(top,#92e4e1, #26aba6 50%,#009b95 50%,#01a49e);
	background: -webkit-gradient(linear, left top, left bottom, from(#92e4e1), color-stop(0.5,#26aba6), color-stop(0.5,#009b95), to(#01a49e));
	font-size: 1.2em;
}
#Index .btn,
#Menu .btn	{
	width: 8em;
}

.btn_big {
	height: calc(100vh * 0.1);
/*
	font-size: 2em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100px;
	height: 70px;
	background: -moz-linear-gradient(top,#92e4e1, #26aba6 50%,#009b95 50%,#01a49e);
	background: -webkit-gradient(linear, left top, left bottom, from(#92e4e1), color-stop(0.5,#26aba6), color-stop(0.5,#009b95), to(#01a49e));
	color: #FFF;
	border-color: #01a49e;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
*/
}

.btn_map,
.btn_navi	{
	background: -moz-linear-gradient(top,#ffd870, #ffa539 50%,#eb8002 50%,#eb8002);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd870), color-stop(0.5,#ffa539), color-stop(0.5,#eb8002), to(#eb8002));
	border-color: #eb8002;
/*
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	font-size: 1.5em;
	font-weight: bold;
	width: 150px;
	height: 150px;
	margin: 10px;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 0;
*/
}

.btn_mini,
.btn_mini2 {
	width: 4.5em;
	height: 2em;
/*
	background: -moz-linear-gradient(top,#92e4e1, #26aba6 50%,#009b95 50%,#01a49e);
	background: -webkit-gradient(linear, left top, left bottom, from(#92e4e1), color-stop(0.5,#26aba6), color-stop(0.5,#009b95), to(#01a49e));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #01a49e;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	font-size: 1em;
	width: 50px;
	padding: 5px 0;
	font-weight: bold;
*/
}
.btn_mini2 {
	width: 47%;
	height: auto;
	padding-top: calc(100vh * 0.01);
	padding-bottom: calc(100vh * 0.01);
}
.btn_mini2 .glyph {
	padding-right: 0.25rem;
	font-size: 1.2em;
}
.btn_mini2 small {
	font-size: 0.5em;
	display: block;
	margin-top: 0.5em;
}

#Map .btn_mini	{
/*
	font-size: 1.2rem;
*/
}

/* ナビ開始ボタン */
.btn_navi	{
/*
	background: -moz-linear-gradient(top,#ff4923, #f02a00 50%,#d92600 50%,#c82300);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff4923), color-stop(0.5,#f02a00), color-stop(0.5,#d92600), to(#c82300));
	border-color: #c82300;
*/
}
#RootShow .btn_navi	{
	width: 100%;
	height: 2em;
}


/* 画像ボタン */
.btn_img	{
	padding: 0;
	margin: 0;
	border-width: 0;
	background: none;
	width: auto;
	width: calc(100vw * 0.2);
	display: inline-block;
	color: inherit;
}



.WarningMsgBar{
	background-color: rgba(200,35,0,0.8);
	border-radius: 4px;
	border: 2px solid #f48c99;
	font-size: 1.2em;
	color: rgba(255,255,255,1.0);
	margin: 1rem 0;
/*
	background-color: #fff0f5;
	font-weight: bold;
	width: 95%;
	text-align: center;
	color: #f34c44;
	margin: 10px;
	padding: 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
}
/*
.Snap img {
    box-sizing: content-box;
    border-width: 5px;
	margin: 10px;
}
*/