﻿.button {
	position: relative;
	font-size: 15px;
	display: block;
	font-weight: 600;
	margin: 0 auto !important;
	padding: 20px 0 !important;
	text-align: center;
	border-radius: 5px;
}

.button::before,
.button::after {
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: rotate(45deg) translateY(-200%);
}

.button::before {transform: rotate(45deg) translateY(-200%);}
.button::after {transform: rotate(-45deg) translateY(200%);}
.button:link,
.button:visited {
	color: #fff;
	text-decoration: none;
}

.button:hover::before,
.button:hover::after,
.button:active::before,
.button:active::after {right: 5px;}

.button.outdoor-button::before {display: none;}
.button.outdoor-button::after {
	content: '';
	background: url("http://www3-cms.pref.nara.jp/miryoku/aruku/Images/icon_blank.png") no-repeat center;
	background-size: 14px 11px;
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: none;
	transform: translateY(-50%);
}

#HeaderPane {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

#HeaderPane .header-inner {
	box-sizing: border-box;
	position: relative;
}

#Middle {
	width: 100%;
	z-index: 1;
}

#ContentPane {width: 100%;}


@media screen and (max-width: 640px) {
  .button {width: 80%;}
}

@media screen and (min-width: 641px) {
  .button {
    width: 300px;
    transition: background-color .3s ease-out, right .25s ease-out;
  }

  .button::before,
  .button::after {transition: right 0.25s;}
  #Middle {
    width: 100%;
    display: block;
    padding-top: 125px;
    padding-bottom: 0px;
  }
}

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}
