@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	position: 0;
	box-sizing: border-box;
}

ul {
	padding: 0;
}

main p:first-child {
	margin: 0;
}

.toggle{
	position: fixed;
	top: 10px;
	left:10px;
	width:90px;
	height: 40px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #660000;
	text-decoration:none;
	z-index:9999;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9F5000), to(#990000));
	background: -webkit-linear-gradient(#CC6666, #660000);
	background: -moz-linear-gradient(#CC6666, #660000);
	background: -ms-linear-gradient(#CC6666, #660000);
	background: -o-linear-gradient(#CC6666, #660000);
	background: linear-gradient(#CC6666, #660000);
	-pie-background: linear-gradient(#CC6666, #660000);
	behavior: url(PIE.htc);
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index:999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	display: none;
	transition: opacity .3s;
}

.menu ul {
	padding-bottom:30px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

.menu li {
	list-style: none;
	text-align: center;
	color: #fff;
}

.open {
	opacity:1;
	display: block;
}

/*------------------------------------------------------------
	モーダルウインド menu #001020
------------------------------------------------------------*/
.global-nav{
	padding:0;
	width:100%;
	height:100%;
	font-size:13px;
	list-style-type:none;
	background:#FFF;
}

/*clearfix*/
.global-nav:after{
  content: "";
  clear:both;
  display:block;
}

.global-nav h1{
	clear:left;
	padding-top:30px;
	padding-left:20px;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

.global-nav h2{
	clear:left;
	padding-bottom:20px;
	text-align:center;
	color:#000;
	font-size:13px;
	font-weight:normal;
}

.global-nav p{
	float:left;
	margin-bottom:5px;
	width:50%;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	line-height:none;
}

.global-nav li{
	float:left;
	margin-bottom:8px;
	width:50%;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	line-height:none;
}

/*奇数のli要素に適応*/
.global-nav li:nth-child(odd){
	border-right:6px solid rgba(0, 0, 0, .0);
}

.global-nav p:nth-child(odd){
	border-left:6px solid rgba(0, 0, 0, .0);
}

.global-nav .box{
	clear:left;
}

.global-nav .box a{
	display:block;
	line-height:55px;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	background:#AD8533;
}

.global-nav .box a:hover{
	color:#FFF;
	background:#996600;
}

.global-nav .box2{
	clear:left;
}

.global-nav .box2 a{
	display:block;
	line-height:55px;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	background:#562627;
}

.global-nav .box2 a:hover{
	color:#FFF;
	background:#380001;
}
