﻿/* グローバルナビ用 */

@charset "utf-8";

.H1Head { text-align: center; }

#GlobalNavi {
	font-family: Arial,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
	position: fixed;
	background: #E6E6E6;
	width: 100%;
	margin: 0 auto;
	z-index: 1000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#nav  {
	background: #FFF;
	width: 100%;
	text-align: center;
}

#nav ul  {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}

#nav ul li  {
	float: left;
}

#nav ul li a {
	display: block;
	width: 130px;
	height: 30px;
	margin: 0;
	padding:10px 2px 0 2px;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: 500;
	text-decoration: none;
	color: #666;
	background: #FFF;
	text-align: center;
}

#nav ul li a:hover {
	color: #fff;
	text-shadow: 1px 2px 3px #666;
	background: #D8D8D8;
}

#nav li ul {
	margin-top: 0px;
	width: 400px;
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 3px;
}

#nav li ul li {
	float: none;
}

.LITop { background-image:url(../img/navi/sub_bg_top1.png); height:29px;}

.LIInner { background-image:url(../img/navi/sub_bg.png); padding:0 15px; }

.LIBottom { background-image:url(../img/navi/sub_bg_btm.png); height:20px; }

#NaviTB { border: 0; border-collapse:collapse; }

#NaviTB td.LeftTd { width: 200px; text-align: left; padding: 4px 2px 4px; }

#NaviTB td.RightTd { width: 200px; height: 130px; text-align: right; }

#NaviTB td.RightTd a img { text-decoration: none; margin: -50px 5px 0 -10px; }

.TdTop { font-size: 0.9em; font-weight: 600;}

.TdBottom { font-size: 0.8em; }

#nav li ul li a { background: #9fb7d4; }

#FormKit {
	position: fixed;
	top: 65px;
	right: 0px;
	width: 200px;
	margin: 0 auto;
	z-index: 1001;
}

label {
	background: #3cb371;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0;
	height: 18px;
	border: 1px solid #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

input[type="checkbox"].on-off{
	display: none;
}

.menu form {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu p { padding: 0 5px; font-size: 0.9em; }

.FRed { color: #ff0000; font-size: 0.7em; }

.menu p.FormSub {
    text-align: center;
}

input[type="checkbox"].on-off + form{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + form{
	height: auto;
	background: #9acd32;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
