@charset "Shift_JIS";

/* ==========================================================================================================

	基礎構造

============================================================================================================*/
body{
	background-color: #FFF;
	border: none;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align : left;
	width : 960px;
}
#ISheader {
	position: relative;
	margin-bottom: 3px;
	height: 160px;
	zoom: 1;
}
#content {
	height: auto;
	margin: 0;
	padding: 0;
}
#main-content {
	clear: both;
	margin-bottom: 40px;
	padding: 10px 0 0;
	width: 960px;
	height:auto;
	text-align: left;
	font-size:114%;
	color:#000;
}


#ISaside {
	float: right;
	width : 255px;
	margin-left: 0;
	padding-left: 0;
}

#ISheader ul,
#ISheader li,
#ISaside ul,
#ISaside li {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	zoom: 1;
}

/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #005bac;
}
a:link {
	color: #d3004a;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a:visited {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	text-decoration: none;
}
/*  画像ボタンをhover時に透過させる
-----------------------------------*/
.ISalpha a img,
a.ISalpha img,
input.ISalpha{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.ISalpha a:hover img,
a.ISalpha:hover img,
input.ISalpha:hover{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

/*  パターン1 (黒アンダーライン無し)
-----------------------------------*/
.aType01 a:link,
.aType01 a:visited {
	text-decoration: none;
	color: #000;
}
.aType01 a:hover {
	text-decoration: underline;
}
/*  パターン2 (緑アンダーライン無し)
-----------------------------------*/
.aType02 a:link,
.aType02 a:visited {
	text-decoration: none;
	color: #339999;
}
.aType02 a:hover {
	text-decoration: underline;
}


/* ==========================================================================================================

	#header

============================================================================================================*/
#ISheader #ISsiteId,
#ISheader #ISlang,
#ISheader #IShost{
	position: absolute;
	margin: 0;
	padding: 0;
}
#ISheader #ISsiteId {
	top: 54px;
	left: 0;
}
#ISheader #ISlang {
	top: 0;
	left: 0px;
}
#ISheader #ISlang li {
	float: left;
	margin-right: 3px;
}


#ISheader #Sponsor{
	position: absolute;
	top: 58px;
	right: 0;
}
#ISheader #Facebook{
	position: absolute;
	top: 0px;
	right: 0;
}


#ISheader #Search{
	position: absolute;
	top: 120px;
	right: 0;
	width:300px;
}



/*  ------------------------------------------------------------------

	Gmenu

---------------------------------------------------------------------*/

#Gmenu {
	margin-bottom:20px;
}

ul.primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
}
ul.primary-menu li {
	background-image: url(../img/gmenu_bg.png);
  background-repeat: repeat-x;
	position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  float: left;
}
ul.primary-menu li a {
  text-align: center;
  display: block;
  height: 34px;
  width: 137px;
  padding-top: 10px;
  background-image: url(../img/gmenu_bg_line.png);
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
	transition: 0.5s;
}
ul.primary-menu li a.two-line {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
}

ul.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  z-index: 1020;
  cursor: default;
  width: auto;
	top: 45px;
  position: absolute;
}
ul.primary-menu li ul li {
  background-color: #2F2E58;
  text-align: left;
  vertical-align: middle;
  background-image: none;
	width: auto;
	box-sizing: border-box;
}
ul.primary-menu li ul li a {
  text-align: left;
  background-image: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
	padding: 10px 5px;
	height: auto;
	width: 280px;
}
ul.primary-menu li ul li a:hover {
	opacity: 0.5;
}

@media (min-width: 1001px) {
	ul.primary-menu li ul li {
		overflow: hidden;
		transition: 0.2s;
  	height: 0;
	}
	ul.primary-menu li:hover > ul > li {
	  overflow: visible;
	  height: 40px;
	}
}
/* ==========================================================================================================

	#main-content

============================================================================================================*/
/*  ------------------------------------------------------------------

	#topicPath

---------------------------------------------------------------------*/
#NZtopicPath {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
	line-height: 1.3;
	font-size:10px;
}
#NZtopicPath li{
	background: url(../img/2019/linkArrow_topicPath.png) no-repeat 0 50%;
	display: inline;
	margin-right: 10px;
	padding-left: 15px;
	color:#2222D2;
}
#NZtopicPath li.firstChild{
	background: none;
	padding-left: 0;
}
#NZtopicPath li a:link,
#NZtopicPath li a:visited {
	text-decoration: underline;
	color: #666666;
}
#NZtopicPath li a:hover {
	text-decoration: none;
}

/*  ------------------------------------------------------------------

	txtHeading

---------------------------------------------------------------------*/
/*  見出しは行間を狭く
-----------------------------------*/

#main-content h1{
	background-image:url(../img/h1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height: 80px;
	padding: 36px 0 0 20px;
	color:#000066;
	font-size:24px;
}
#main-content h2{
	background-image:url(../img/h2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height: 40px;
    color: #fff;
    font-size: 20px;
	padding: 10px 20px;
    font-weight: normal;
	clear: both;
}
#main-content h3 {
  position: relative;
  padding: 10px 20px;
  background: #a6d3c8;
  color: #000;
  font-weight: normal;
  margin: 3em 0 2em;
  clear: both;
}
#main-content h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#main-content h4{
	padding: 10px 20px;
    font-size: 16px;
	color: #333;
    background: #D7CED3;
	border-bottom: dotted 2px #A28B96;
	font-weight: normal;
	clear: both;
}

h5{
	margin:10px 0 5px 0;
	padding:4px 0 5px 10px;
 	font-weight:bold;
  	border:1px dotted #999;
	font-size:14px;
	clear: both;
}

#main-content .section{
	width:800px;
	font-size:14px;
	line-height:170%;
	margin:0 auto;
}

#main-content .section2{
	font-size:14px;
	line-height:170%;
	margin:0 20px;
}



/*  ------------------------------------------------------------------

	linkArrow

---------------------------------------------------------------------*/
a.ISlinkArrow01 {
	background: url(../img/2019/linkArrow03.png) no-repeat 0% 3px;
	padding-left: 15px;
}
a.ISlinkArrow01:hover {
	background: url(../img/2019/linkArrow03_on.png) no-repeat 0% 3px;
	color: #3366ff;
}

a.ISlinkArrow02 {
	background: url(../img/2019/linkArrow04.png) no-repeat 0% 3px;
	padding-left: 15px;
}
a.ISlinkArrow02:hover {
	background: url(../img/2019/linkArrow04_on.png) no-repeat 0% 3px;
	color: #3366ff;
}

/* ==========================================================================================================

	#aside

============================================================================================================*/


/*  ------------------------------------------------------------------

	#TOP Information&news

---------------------------------------------------------------------*/
#information{
	width:655px;
	overflow-y: scroll;
	margin-left:0px;
	height:500px;
	display:block;
	padding-right:20px;
}

#information li{
	list-style:none;
	clear:both;
}
.news-category {
	display: block;
	float: left;
	margin-left:5px;
	margin-right:20px;
}
.news-date {
	display: block;
	float: left;
	font-size:14px;
	font-weight: bold;
	color: #666666;
	margin-right:20px;
}
.news-title {
	display: block;
	float: right;
	font-size:14px;
	width:435px;
	margin-bottom:10px;
}


.sns_top{
	width:350px;
	float:right;
	}

.sns_top div{
	float:left;
	margin-right:10px;
	}


/* ==========================================================================================================

	#page

============================================================================================================*/
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 32px;
    z-index: 20;
}
.page-top a {
    background-color: #00346B;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.8;
    word-wrap: break-word;
}
.page-top a:hover {
    text-decoration: none;
    background: #00346B;
}

/* ==========================================================================================================

	#footer

============================================================================================================*/
#ISfooter {
	background-color: #000034;
	padding: 5px 0px;
	width: 960px;
	color: #FFF;
	line-height:12px;
	text-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ISfooter p{
	padding:0px;
	margin:0px;
	font-size:90%;
}
#ISfooter em{
	font-weight: bold;
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
}




/* ==========================================================================================================

	その他

============================================================================================================*/
/*  マージン
-----------------------------------*/
.mgn05 {
	margin-bottom: 5px;
}
.mgn10 {
	margin-bottom: 10px;
}
.mgn15 {
	margin-bottom: 15px;
}
.mgn20 {
	margin-bottom: 20px;
}
.mgn25 {
	margin-bottom: 25px;
}
.mgn30 {
	margin-bottom: 30px;
}
.mgn40 {
	margin-bottom: 40px;
}
.mgn50 {
	margin-bottom: 50px;
}
.mgn100 {
	margin-bottom: 100px;
}


/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
#content:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html #content,
* html .clearfix {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html #content,
*:first-child+html .clearfix {
	zoom: 1;
}
/* end clearfix */


p.pagetop{
	text-align:right;
	margin-bottom:20px;
}
