@charset "utf-8";

/* sub navi */
ul.subNavi {padding-left:310px;}
ul.subNavi span {background-image:url(../img/news/subNavi.png);}
ul.subNavi li.nav1 span {width:130px;background-position:0 0;}
ul.subNavi li.nav2 span {width:220px;background-position:-135px 0;}
ul.subNavi li.nav1:hover span, ul.subNavi li.nav1.on span {background-position:0 -15px;}
ul.subNavi li.nav2:hover span, ul.subNavi li.nav2.on span {background-position:-135px -15px;}

h3.archive-date {
	padding-left:30px;
	min-height:27px;
	font-size:180%;
	font-family:'Hiragino Mincho ProN', serif;
	background:url(../img/news/tit-disc.png) no-repeat left top;
}

/* article
-----------------------------------------------------------------------------*/
div#article {float:left;width:700px;}
div.article h4 {margin-bottom:15px;padding:10px 15px;font-size:120%;color:#fff;background-color:#0074d3;}
div.article h4 a {color:#fff;}
div.article h4 a:hover {color:#fff;opacity:0.9;text-decoration:none;}
div.txt {margin-bottom:50px;}
div.txt a {color:#0074d3;}
div.txt ul li {line-height: 1.8;list-style: disc inside none;}
div.txt ol li {line-height: 1.8;list-style: decimal inside none;}
div.datecat {font-size:90%;}
div.datecat a {text-decoration:none;}
div.datecat a:hover {text-decoration:underline;}

/* pager */
div.pager {margin:50px 0;}
div.pager:after{content:"";clear:both;display:block;}
div.pager div.prev a,
div.pager div.next a {
	display:inline-block;
	width:31px;
	height:31px;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	overflow:hidden;
}
div.pager div.prev a {float:left;background-image:url(../img/common/prev.gif);}
div.pager div.next a {float:right;background-image:url(../img/common/next.gif);}
div.pager div.prev a:hover,
div.pager div.next a:hover {opacity:0.8;}

/* search
-----------------------------------------------------------------------------*/
div#search-tit {margin-bottom:20px;font-size:120%;font-weight:bold;}
div.excerpt {margin-top:10px;padding-right:10px;}

/* side
-----------------------------------------------------------------------------*/
div#side {float:right;width:220px;}
form#searchform {margin-bottom:30px;}
form#searchform > div:after{content:"";clear:both;display:block;}
label.screen-reader-text {display:none;}
input#s {
	display:block;
	float:left;
	padding:3px;
	width:178px;
	height:35px;
	border-radius:4px;
	border:1px solid #bbb;
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.2);
}
input#searchsubmit {
	display:block;
	float:right;
	width:35px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	background:url(../img/news/search.png) no-repeat center center;
	cursor:pointer;
}
input#searchsubmit:hover {opacity:0.8;}
div#side h4 {margin-bottom:20px;}
div#side ul {margin-bottom:20px;}
div#side li {margin-bottom:15px;padding-left:15px;background:url(../img/common/blt.gif) no-repeat left 0.3em;line-height:1.3;}
div#side li a {text-decoration:none;}
div#side li a:hover {text-decoration:underline;}