@charset "utf-8";

/* ****************************************************

top.css
-----------------------------------
1: PARTS
-----------------------------------
2: print
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: PARTS

================================ */
/* box-sizing */
#sideSlideMenu > .slide > .innerWrap,
.tabSwitcher > div > .switch,
.tabSwitcher > div > .details,
.tabSwitcher .newsEntryList > .entry {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* transition */
.tabSwitcher > div > .switch,
.tabSwitcher > div > .switch > a {
	-webkit-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
	   -moz-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
	    -ms-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
       -o-transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
	        transition: border-color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
}

/* main */
#main {
	overflow: hidden;
	margin-top: 0;
}

/* sideSlideMenu
================================ */
#sideSlideMenu {
	overflow: hidden;
	width: 1000px;
	height: 390px;
	margin: 0 auto;
}
#sideSlideMenu > .slide,
#sideSlideMenu > .slide > * {
	-webkit-transition: width 0.5s ease 0s, background-position 0.5s ease 0s, opacity 0.5s ease 0s;
	   -moz-transition: width 0.5s ease 0s, background-position 0.5s ease 0s, opacity 0.5s ease 0s;
	    -ms-transition: width 0.5s ease 0s, background-position 0.5s ease 0s, opacity 0.5s ease 0s;
       -o-transition: width 0.5s ease 0s, background-position 0.5s ease 0s, opacity 0.5s ease 0s;
	        transition: width 0.5s ease 0s, background-position 0.5s ease 0s, opacity 0.5s ease 0s;
}
#sideSlideMenu > .slide {
	position: relative;
	float: left;
	width: 184px;
	height: 390px;
	background-repeat: no-repeat;
}
#sideSlideMenu > .slide:nth-child(1) {
	background-image: url(/images/main_bg01.jpg);
	background-position: 0 0;
}
#sideSlideMenu > .slide:nth-child(2) {
	width: 182px;
	background-image: url(/images/main_bg02.jpg);
	background-position: 0 0;
}
#sideSlideMenu > .slide:nth-child(3) {
	background-image: url(/images/main_bg03.jpg);
	background-position: 33% 0;
}
#sideSlideMenu > .slide > .trigger {
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 171px;
	height: 58px;
	background: no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	opacity: 1.0;
}
#sideSlideMenu > .slide:nth-child(1) > .trigger {
	background-image: url(/images/main_tx01.png);
}
#sideSlideMenu > .slide:nth-child(2) > .trigger {
	background-image: url(/images/main_tx02.png);
}
#sideSlideMenu > .slide:nth-child(3) > .trigger {
	background-image: url(/images/main_tx03.png);
}
#sideSlideMenu > .slide > .innerWrap {
	position: absolute;
	top: 50%;
	left: 29px;
	width: 573px;
	height: 336px;
	margin-top: -168px;
	padding: 29px 20px 29px 40px;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
}
#sideSlideMenu > .slide > .innerWrap > *:first-child {
	margin-top: 0 !important;
}
#sideSlideMenu > .slide > .innerWrap > .lead {
	margin-top: 22px;
	font-size: 121.4%;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: -0.05em;
}
#sideSlideMenu > .slide > .innerWrap > .twoLine {
	margin-top: 22px;
}
#sideSlideMenu > .slide > .innerWrap > .twoLine > * {
	width: 240px;
	margin: 7px 20px 0 0;
}
#sideSlideMenu > .slide > .innerWrap > .twoLine > *:nth-child(even) {
	margin-right: 0;
}
#sideSlideMenu > .slide > .innerWrap > .twoLine > * > .headLine {
	margin-top: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
}
#sideSlideMenu > .slide > .innerWrap > .twoLine > * > .headLine + * {
	margin-top: 15px;
}
#sideSlideMenu > .slide:nth-child(2) > .innerWrap > .twoLine {
	margin-top: 8px;
}
#sideSlideMenu > .slide:nth-child(2) > .innerWrap > .twoLine > * {
	width: 166px;
}
#sideSlideMenu > .slide:nth-child(2) > .innerWrap > .twoLine > *:nth-child(odd) {
	width: 298px;
}
#sideSlideMenu > .slide:nth-child(3) > .innerWrap > .twoLine > * {
	width: 130px;
}
#sideSlideMenu > .slide:nth-child(3) > .innerWrap > .twoLine > *:nth-child(even) {
	width: 310px;
}

/* active */
#sideSlideMenu > .slide.active {
	width: 634px;
	background-position: 0 0;
}
#sideSlideMenu > .slide.active:nth-child(2) {
	width: 632px;
	background-position: 50% 0;
}
#sideSlideMenu > .slide.active:nth-child(3) {
	background-position: 100% 0;
}

#sideSlideMenu > .slide.hover > .trigger {
	opacity: 0;
}
#sideSlideMenu > .slide.hover > .innerWrap {
	opacity: 1.0;
}

#sideSlideMenu > .slide:nth-child(1).active > .trigger {
	background-image: url(/images/main_tx01_ac.png);
	width: 486px;
	height: 80px;
}
#sideSlideMenu > .slide:nth-child(2).active > .trigger {
	background-image: url(/images/main_tx02_ac.png);
	width: 595px;
	height: 80px;
}
#sideSlideMenu > .slide:nth-child(3).active > .trigger {
	background-image: url(/images/main_tx03_ac.png);
	width: 521px;
	height: 80px;
}

/* slideStart */
#sideSlideMenu.slideStart > .slide {
	width: 332px !important;
	margin-left: 2px !important;
}
#sideSlideMenu.slideStart > .slide:nth-child(1) {
	margin-left: 0 !important;
	background-image: url(/images/main_bg04.jpg) !important;
	background-position: 0 0 !important;
}
#sideSlideMenu.slideStart > .slide:nth-child(2) {
	background-image: url(/images/main_bg05.jpg) !important;
	background-position: 0 0 !important;
}
#sideSlideMenu.slideStart > .slide:nth-child(3) {
	background-image: url(/images/main_bg06.jpg) !important;
	background-position: 0 0 !important;
}
#sideSlideMenu.slideStart > .slide > .trigger {
	width: 310px !important;
	opacity: 1.0 !important;
}
#sideSlideMenu.slideStart > .slide:nth-child(1) > .trigger {
	background-image: url(/images/main_tx01_l.png) !important;
}
#sideSlideMenu.slideStart > .slide:nth-child(2) > .trigger {
	background-image: url(/images/main_tx02_l.png) !important;
}
#sideSlideMenu.slideStart > .slide:nth-child(3) > .trigger {
	background-image: url(/images/main_tx03_l.png) !important;
}
#sideSlideMenu.slideStart > .slide > .innerWrap {
	opacity: 0 !important;
}

/* slideTohan */
#sideSlideMenu #slideTohan {
	background-position: 0 0;
}
#sideSlideMenu .active + #slideTohan {
	background-position: 50% 0;
}

/* information
================================ */
#information {
	clear: both;
	margin-top: 40px;
}

/* releaseArticle */
.releaseArticle {
	position: relative;
	float: left;
	width: 760px;
}
.releaseArticle > .headLine {
	position: absolute;
	top: 11px;
	left: 0;
}
.releaseArticle .tabSwitcher {
	position: relative;
	overflow: hidden;
	background: url(/images/index_bg01.gif) repeat-x 0 0;
}
.releaseArticle .tabSwitcher > div > .switch {
	position: absolute;
	top: 6px;
	left: 276px;
	width: 160px;
	height: 36px;
	padding: 10px 20px;
	background-color: #fcd475;
	cursor: pointer;
}
.releaseArticle .tabSwitcher > div > .switch:hover,
.releaseArticle .tabSwitcher > div > .switch.on {
	background-color: #003686;
}
.releaseArticle .tabSwitcher > div > .switch > a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
.releaseArticle .tabSwitcher > div > .switch:hover > a,
.releaseArticle .tabSwitcher > div > .switch.on > a {
	background-position: -120px 0;
}
.releaseArticle .tabSwitcher > div > .details {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	margin-top: 0;
	padding: 25px 24px 21px;
	border: 1px solid #e4e1d6;
	border-top: none;
	background: #ffffff;
}
.releaseArticle .tabSwitcher > #latest > .switch {
	height: 42px;
	top: 0;
}
.releaseArticle .tabSwitcher > #latest > .switch > a {
	background-image: url(/images/index_tx01.png);
}
.releaseArticle .tabSwitcher > #news > .switch {
	left: 438px;
}
.releaseArticle .tabSwitcher > #news > .switch > a {
	background-image: url(/images/index_tx02.png);
}
.releaseArticle .tabSwitcher > #topics > .switch {
	left: 600px;
}
.releaseArticle .tabSwitcher > #topics > .switch > a {
	background-image: url(/images/index_tx03.png);
}

/* topSidebar */
.topSidebar {
	float: right;
	width: 210px;
	padding-top: 11px;
}
.topSidebar > iframe {
	width: 210px;
	height: 545px;
}

/* tabSwitcher */
.tabSwitcher .newsEntryList {
	overflow: hidden;
	margin-right: -40px;
}
.tabSwitcher .newsEntryList > .entry {
	float: left;
	width: 335px;
	margin: 21px 40px 0 0;
	padding-top: 25px;
	border-top: 1px solid #dddddd;
}
.tabSwitcher .newsEntryList > .entry:nth-child(1),
.tabSwitcher .newsEntryList > .entry:nth-child(2) {
	margin-top: 0 !important;
	padding-top: 0;
	border-top: none;
}
.tabSwitcher .newsEntryList > .entry > .entryImage {
	margin-bottom: 4px;
}
.tabSwitcher .newsEntryList > .entry > .entryData > dt {
	float: none;
	margin: 0;
}
.tabSwitcher .newsEntryList > .entry > .entryData > .entryTitle {
	margin-top: 6px;
	line-height: 1.3;
}
.tabSwitcher .newsEntryList > .entry > .entryData > .entryTitle a.icon > img {
	margin-top: 0.08em;
}


/* emergency
================================ */
.emergency{
	padding:20px;
	border:solid 2px #e9e9e9;
	margin-top:20px;
}
.emergencyHead{
	margin-top:0;
	font-size:20px;
	font-weight:bold;
}

@media print {

/*=================================

	2: print

================================ */

}


/*=================================

	clearfix

=================================*/
#sideSlideMenu:after,
#information:after {
	content: "";
	display: block;
	clear: both;
}
#sideSlideMenu,
#information {
	zoom: 1;
}