/****** voiceGuide ******/
.voiceGuide{
	display: block;
	height: 1px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

/****** allContainer ******/
.allContainer{
	position: relative;
}

/****** globalHeader ******/
#globalHeader{
	width: 1020px;
	margin: 0 auto;
	padding: 10px 0 0;
}
#globalHeader .logo{
	display: inline-block;
	width: 285px;
	margin: 10px 0;
}
#globalHeader .logo .tagline{
	padding: 3px 0 0;
	font-size: 83%;
	text-align: center;
}
#globalHeader .utilityNav{
	float: right;
}
#globalHeader .utilityNav ul{
	padding: 20px 0 10px;
}
#globalHeader .utilityNav ul li{
	float: right;
	padding: 0 10px;
	border-right: 1px solid #0357B7;
}
#globalHeader .utilityNav ul li a{
	color: #0357B7 !important;
}
#globalHeader .utilityNav ul li:first-child{
	border-right: none;
	padding-right: 0;
}
#globalHeader .utilityNav ul li a:link,
#globalHeader .utilityNav ul li a:active,
#globalHeader .utilityNav ul li a:visited{
	color: #000000;
	text-decoration: none;
}
#globalHeader .utilityNav ul li a:hover{
	color: #000000;
	text-decoration: underline;
}
#globalHeader .utilityNav .searchArea{
	width: 260px;
}
#globalHeader .utilityNav .searchArea .gsc-control-cse{
	padding: 0 !important;
}
#globalHeader .utilityNav .searchArea .gsc-control-cse input{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.2;
}
#globalHeader #globalNav{
	margin-top: 10px;
	border-collapse: collapse;
}
#globalHeader #globalNav ul {
	display: table;
	width: 100%;
}
#globalHeader #globalNav li {
	display: table-cell;
	width: 17%;
	border: 1px solid #EAEFF6;
}
#globalHeader #globalNav li:first-child {
	width: 15%;
}
#globalHeader #globalNav li a{
	display: block;
	margin: 0 auto;
	padding: 10px 10px;
	color: #000000;
	font-size: 1.7rem;
	text-align: center;
	background: #ffffff;
	transition: background-color 0.3s linear 0s;
}
#globalHeader #globalNav li a span {
	display: block;
	padding-top: 3px;
	color: #0357b7;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
#globalHeader #globalNav li a:link,
#globalHeader #globalNav li a:active,
#globalHeader #globalNav li a:visited,{
	color: #333333;
	text-decoration: none;
}
#globalHeader #globalNav li:hover a {
	color: #ffffff;
	background: #0357b7;
	text-decoration: none;
}
#globalHeader #globalNav li:hover a span {
	color: #ffffff;
	text-decoration: none;
}
#globalHeader #globalNav li.current a {
	color: #ffffff;
	background: #0357b7;
	text-decoration: none;
}
#globalHeader #globalNav li.current a span {
	color: #ffffff;
	text-decoration: none;
}
.mainContainer{
	width: 1020px;
	margin: 0 auto;
}
.topicPath{
	clear: both;
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
}
.topicPath ul{
	clear: both;
	margin-left: 10px;
}
.topicPath ul li{
	float: left;
	color: #0357B7;
	font-size: 95%;
}
.topicPath ul li:first-child{
	padding: 0;
	background: none;
}
.topicPath ul li span{
	padding: 0 15px;
}
.topicPath ul li a:hover,
.topicPath ul li a:active,{
	color: #ffffff;
}
.topicPath ul li a:link,
.topicPath ul li a:visited{
	color: #0357B7;
	text-decoration: underline;
}
.cse input.gsc-search-button,
input.gsc-search-button {
	background-color: #0357b7 !important;
}

/****** leftNav ******/
#leftNav{
	float: left;
	width: 280px;
}
#leftNav h2{
	margin-bottom: 5px;
	color: #0357B7;
	font-size: 2.0rem;
}
#leftNav section{
	margin-bottom: 5px;
	padding: 5px 0;
	background-color: #ffffff;
}
#leftNav p{
	font-size: 1.2rem;
}
.scheduleTable{
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #F1F0F0;
	font-size: 1.4rem;
}
.scheduleTable caption{
	margin-bottom: 3px;
	text-align: left;
	color: #0357B7;
	font-weight: bold;
}
.scheduleTable caption.normal{
	font-size: 1.3rem;
	color: #000000;
	font-weight: normal;
}
.scheduleTable caption span{
	font-size: 1.2rem;
	font-weight: normal;
}
.scheduleTable th,
.scheduleTable td{
	padding: 5px 2px;
}
.scheduleTable thead th{
	background: #ffffff;
	border-right: none;
	color: #0357B7;
}
.scheduleTable th{
	background: #ffffff;
	border-top: 1px solid #F1F0F0;
	border-left: 1px solid #F1F0F0;
	color: #0357B7;
	text-align: center;
	vertical-align: middle;
}
.scheduleTable td{
	background: #ffffff;
	border-top: 1px solid #F1F0F0;
	border-left: 1px solid #F1F0F0;
	text-align: center;
	vertical-align: middle;
}
.scheduleTable td.level01{
	background: #ffffff url(../images/leftnav_ic02.png) 50% 50% no-repeat;
}
.scheduleTable td.level02{
	background: #ffffff  url(../images/leftnav_ic01.png) 50% 50% no-repeat;
}
.scheduleTable td.small{
	color: #C5C4C5 !important;
	font-size: 1.2rem;
}
.scheduleTable .w14{
	width: 14%;
}
.introduction li{
	min-height: 20px;
	font-size: 1.2rem;
	vertical-align: middle;
}
.introduction img{
	padding-left: 3px;
	vertical-align: middle;
}

/****** mainContents ******/
.mainContents{
	float: right;
	width: 715px;
	background: #ffffff;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
.mainContents p{
	margin-bottom: 10px;
}
.mainContents section{
	padding: 0 0  0 20px;
}

/****** col ******/
.colWrap{
	clear: both;
	overflow: hidden;
}
.colText {
	overflow: hidden;
}
.colText *:first-child{
	margin-top: 0;
}
.colWrap.colTwo{
	width: 730px;
	margin-right: -15px;
}
.colWrap.colTwo .col{
	float: left;
	width: 350px;
	margin: 10px 15px 0 0;
}
section .colWrap.colTwo{
	width: 710px;
	margin-right: -15px;
}
section .colWrap.colTwo .col{
	width: 340px;
}
.colWrap.colThree{
	width: 735px;
	margin-right: -20px;
}
.colWrap.colThree .col{
	float: left;
	width: 225px;
	margin: 10px 20px 0 0;
}
.colWrap.colThree.column .col{
	border-bottom: 2px solid #0357b7;
}
.colWrap.colThree.column .col a{
	display: block;
	min-height: 140px;
}
.colWrap.colThree.column .col a figure{
	margin-bottom: 10px;
}
.colWrap.colThree.column .col a p{
	font-size: 1.6rem;
}
.colWrap.colThree.column .col a .time{
	color: #9d9d9d;
}
section .colWrap.colThree{
	width: 705px;
	margin-right: -10px;
}
section .colWrap.colThree .col{
	margin-right: 10px;
}
.colWrap.colFour{
	width: 730px;
	margin-right: -15px;
}
.colWrap.colFour .col{
	float: left;
	width: 165px;
	margin: 10px 15px 0 0;
}
section .colWrap.colFour{
	width: 720px;
	margin-right: -25px;
}
section .colWrap.colFour .col{
	width: 155px;
	margin-right: 25px;
}
figcaption{
	font-size: 83%;
	text-align: center;
}
.figWrap{
	clear: both;
	margin-top: 20px;
}
.figWrap .colRight{
	float: right;
	margin-left: 10px;
}
.figWrap .colLeft{
	float: left;
	margin-right: 10px;
}

/****** qaBox ******/
.qaBox{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.qaBox dt{
	dispaly: block;
	position: relative;
	cursor: pointer;
	padding: 10px 45px 10px 5px;
	background: #ECF4FE;
	border: 1px solid #0357B7;
	color: #0357B7;
}
.qaBox dt.active {
	background: #ffffff;
}
.qaBox dt:hover{
	background: #ECF4FE;
	transition: background-color 0.5s linear 0s;
}
.qaBox dt span{
	display: table-cell;
	overflow: hidden;
	padding: 3px 5px 3px 3px;
	font-size: 1.8rem;
	font-weight: bold;
}
.qaBox dt div{
	display: table-cell;
	overflow: hidden;
	font-size: 1.7rem;
}
.qaBox dt .open-button{
	display: none;
	position: absolute;
	top: 24%;
	right: 15px;
	font-size: 2.0rem;
}
.qaBox dt .close-button{
	display: table-cell;
	position: absolute;
	top: 24%;
	right: 15px;
	font-size: 2.0rem
}
.qaBox dt.active .open-button {
	display: table-cell;
}
.qaBox dt.active .close-button {
	display: none;
}
.qaBox dd{
	position: relative;
	padding: 3px 5px 15px 5px;
	background: #ffffff;
	border-right:1px solid #0357B7;
	border-left:1px solid #0357B7;
	border-bottom:1px solid #0357B7;
}
.qaBox dd span.answer{
	display: table-cell;
	padding: 3px 5px 3px 3px;
	color: #0357B7;
	font-size: 1.7rem;
	font-weight: bold;
}
.qaBox dd div{
	display: table-cell;
	padding: 10px 10px 0;
}
.qaBox dd .button{
	display: table-cell;
	position: absolute;
	top: 8px;
	right: 15px;
}

/****** footerArea ******/
#footerContainer{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	background-color: #0357B7;
}
#footerContainer .sitemapArea ul{
	margin-bottom: 10px;
}
#footerContainer .sitemapArea ul li{
	float: left;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}
#footerContainer .sitemapArea ul li:first-child{
	border-left: none;
	padding-left: 0;
}
#footerContainer .sitemapArea ul li a{
	color: #ffffff;
}
#footerContainer .copyrightArea{
	color: #ffffff;
	font-size: 83%;
}
#pageTop{
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	background-color: rgba(133,133,133,0.5);
	color: #ffffff;
	text-align: center;
}
#pageTop:hover{
	background-color: rgba(3,87,183,0.9);
	transition: background-color 0.4s linear 0s;
}
#pageTop a{
	display: block;
	padding: 8px;
	color: #ffffff;
}
#pageTop a:link,
#pageTop a:hover,
#pageTop a:active,
#pageTop a:visited{
	color: #ffffff;
}
.newIcon02 {
	color: #ff0000;
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 5px;
}
.borderBox {
	padding: 10px;
	border: 1px solid #0357b7;
}
.pager {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.pager ul {
	text-align: center;
}
.pager ul li {
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #0357b7;
}
.pager ul li a {
	display: block;
	padding: 2px 6px;
}
.pager ul li.current {
	background-color: #0357b7;
	color: #ffffff;
}
.pager ul li.current a {
	color: #ffffff;
}

.releaseText {
	margin-bottom: 20px !important;
	font-size: 1.2rem;
	text-align: right;
}
.fsLarge {
	font-size: 1.5rem;
}
#spNav {
	display: none;
}
.spNavSwitch {
	display: none;
}
.modal {
	display: none;
}
#cboxLoadedContent > div {
	padding: 20px;
}
#cboxLoadedContent .close {
	display: block;
	width: 150px;
	margin: 20px auto 0; 
}
#cboxLoadedContent .close > a {
	display: block;
	padding: 10px;
	background-color: #0357b7;
	color: #ffffff !important;
	font-size: 1.4rem;
	text-align: center;
	transition: background-color 0.3s linear 0s;
}
#cboxLoadedContent .close > a:hover{
	background-color: #4F91DC;
}

/******clearFix ******/
#globalHeader:after,
#globalHeader .utilityNav ul:after,
.topicPath ul:after,
.mainContainer:after,
#footerContainer .sitemapArea ul:after,
.colWrap:after,
.figWrap:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#globalHeader,
#globalHeader .utilityNav ul,
.topicPath ul,
.mainContainer,
#footerContainer .sitemapArea ul,
.colWrap,
.figWrap{
	display:block;
	zoom:1;
}
