@charset "UTF-8";
/**
 * 佐賀新聞
 *
 * 共通パーツ（ヘッダー、フッター etc）スタイル
 */
.clearfix {
  #zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**
 * 目次
 *
 * 01.	WRAPPER
 * 02.	HEADER
 * 03.	NAVI
 * 04.	TOPICPATH
 * 05.	CONTENTS
 * 06.	FOOTER
 *
 */
/* ==========================================================================
   01. WRAPPER
   ========================================================================== */
.contents-wrap {
  margin: auto;
  width: 980px;
}

/* ==========================================================================
   02. HEADER
   ========================================================================== */
#header-biz {
  background-color: #f2f2f2;
  height: 30px;
}
#header-biz a {
  color: #555555;
}
#header-biz a:visited {
  color: #555555;
}
#header-biz a:hover {
  color: #555555;
}
#header-biz p, #header-biz li {
  font-size: 12px;
}
#header-biz .contents-wrap {
  position: relative;
}

#tagline {
  padding-top: 9px;
}

#header-util {
  position: absolute;
  right: 115px;
  top: 0;
}
#header-util li {
  margin-left: 15px;
  padding-top: 9px;
}
#header-util li#mynews {
  padding: 0;
}

#font-resize {
  position: absolute;
  right: 0;
  top: 5px;
  width: 100px;
}
#font-resize li {
  background: url(img/switch_fontsize.gif) no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  text-indent: -9999px;
  width: 30px;
}
#font-resize li#small {
  background-position: 0 0;
}
#font-resize li#default {
  background-position: -30px 0;
  width: 40px;
}
#font-resize li#large {
  background-position: -70px 0;
}

#header-ad {
  margin: 15px auto 0;
  width: 980px;
}

#header-in {
  height: 70px;
  margin: auto;
  position: relative;
  width: 980px;
}
#header-in #logo {
  left: 20px;
  position: absolute;
  top: 10px;
}
#header-in #today {
  font-size: 16px;
  font-weight: bold;
  left: 202px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 164px;
}
#header-in #weather {
  font-weight: normal;
  font-size: 11px;
  left: 216px;
  position: absolute;
  text-align: center;
  top: 42px;
  width: 130px;
}
#header-in #weather img {
  margin-left: 6px;
}
#header-in ul {
  position: absolute;
  right: 250px;
  top: 20px;
}
#header-in ul li {
  margin-left: 5px;
}
#header-in #head-search {
  background: url(img/head_search.gif) no-repeat left top;
  position: absolute;
  right: 0;
  top: 20px;
  width: 240px;
}
#header-in #head-search #search-input {
  border: 1px solid #FFF;
  font-size: 12px;
  letter-spacing: normal;
  margin-left: 35px;
  margin-top: 7px;
  width: 135px;
}
#header-in #head-search #search-input.off {
  color: #666;
}

/* ==========================================================================
   03. NAVI
   ========================================================================== */
#nav {
  background-color: #0a7bcc;
}

/* Main */
#nav-in {
  margin: auto;
  width: 980px;
  	/*width:100%;
  	margin:0;
  	padding:10px 0 0 0;
  	list-style:none;  
  	background:#111;
  	background:-moz-linear-gradient(#444, #111); 
          background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
  	background:-webkit-linear-gradient(#444, #111);	
  	background:-o-linear-gradient(#444, #111);
  	background:-ms-linear-gradient(#444, #111);
  	background:linear-gradient(#444, #111);
  	-moz-border-radius:50px;
  	border-radius:50px;
  	-moz-box-shadow:0 2px 1px #9c9c9c;
  	-webkit-box-shadow:0 2px 1px #9c9c9c;
  	box-shadow:0 2px 1px #9c9c9c;*/
}

#nav-in li {
  /*float:left;
  padding:0 0 10px 0;*/
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

#nav-in a {
  color: #FFF;
  float: left;
  /*display:inline-block;*/
  padding: 11px 12px 9px;
  /*height:25px;
  padding:0 25px;
  color:#999;
  text-transform:uppercase;
  font:bold 12px/25px Arial, Helvetica;
  text-decoration:none;
  text-shadow:0 1px 0 #000;*/
}

#nav-in li:hover > a {
  background-color: #055bb7;
  text-decoration: none;
  /*color:#fafafa;*/
}

* html #nav-in li a:hover {
  /* IE6 */
  background-color: #055bb7;
  text-decoration: none;
  /*color:#fafafa;*/
}

#nav-in li:hover > ul {
  display: block;
}

/* Sub-menu */
#nav-in ul {
  /*list-style:none;
  margin:0;
  padding:0;*/
  border: 2px solid #82addb;
  display: none;
  font-weight: normal;
  min-width: 180px;
  width: auto !important;
  width: 180px;
  padding: 6px;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 99999;
  background-color: #FFF;
  /*background:#444;
  background:-moz-linear-gradient(#444, #111);
  background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
  background:-webkit-linear-gradient(#444, #111);    
  background:-o-linear-gradient(#444, #111);	
  background:-ms-linear-gradient(#444, #111);	
  background:linear-gradient(#444, #111);	
  -moz-border-radius:5px;
  border-radius:5px;*/
}

#nav-in ul li {
  float: none;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
  /*-moz-box-shadow:0 1px 0 #111111, 0 2px 0 #777777;
  -webkit-box-shadow:0 1px 0 #111111, 0 2px 0 #777777;
  box-shadow:0 1px 0 #111111, 0 2px 0 #777777;*/
}

#nav-in ul li:last-child {
  /*-moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;  */
}

#nav-in ul a {
  color: #0a7bcc;
  padding: 5px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

* html #nav-in ul a {
  /* IE6 */
  height: 10px;
  width: 180px;
}

*:first-child + html #nav-in ul a {
  /* IE7 */
  height: 10px;
  width: 180px;
}

#nav-in ul a:hover {
  background-color: #0a7bcc;
  color: #FFF;
  text-decoration: none;
    /*background:#0186ba;
	background:-moz-linear-gradient(#04acec,  #0186ba);	
	background:-webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background:-webkit-linear-gradient(#04acec,  #0186ba);
	background:-o-linear-gradient(#04acec,  #0186ba);
	background:-ms-linear-gradient(#04acec,  #0186ba);
	background:linear-gradient(#04acec,  #0186ba);*/
}

#nav-in ul li:first-child a {
  /*-moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;*/
}

#nav-in ul li:first-child a:after {
  content: '';
  position: absolute;
  left: 45px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #82addb;
}

#nav-in ul li:first-child a:hover:after {
  border-bottom-color: #82addb;
}

#nav-in ul li:last-child a {
  /*-moz-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;*/
}

/* Clear floated elements */
#nav-in:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #nav-in {
  zoom: 1;
}

/* IE6 */
*:first-child + html #nav-in {
  zoom: 1;
}

/* IE7 */
/* ==========================================================================
	04. TOPICPATH
   ========================================================================== */
#topicpath {
  margin: 0 auto -10px;
  padding-top: 5px;
  width: 980px;
}
#topicpath h2,
#topicpath ul {
  display: inline;
}
#topicpath h2 {
  font-size: 93%;
  font-weight: bold;
}
#topicpath ul {
  letter-spacing: -.40em;
}
#topicpath ul li {
  background: url(img/icons/topicpath_arrow.png) no-repeat left 0.5em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 93%;
  letter-spacing: normal;
  margin-right: 5px;
  padding-left: 11px;
}
#topicpath ul li#home {
  background: none;
  padding-left: 0;
}

/* ==========================================================================
   05. CONTENTS
   ========================================================================== */
div#contents {
  margin: 0 auto;
  width: 980px;
  /*margin-top:20px;*/
}

div#main {
  width: 660px;
}
div#main.plain {
  margin-top: 20px;
}

div#side {
  width: 300px;
}

/* メインコンテンツが左、サイドナビが右 */
.layout-ltr #main {
  float: left;
}

.layout-ltr #side {
  float: right;
}

/* メインコンテンツが右、サイドナビが左 */
.layout-rtl #main {
  float: right;
}

.layout-rtl #side {
  float: left;
}

/* ==========================================================================
   06. FOOTER
   ========================================================================== */
#footer a {
  color: #555555;
}
#footer a:visited {
  color: #555555;
}
#footer a:hover {
  color: #555555;
}

#pagetop {
  text-align: right;
  margin: 30px auto 0;
  width: 980px;
}

#footer-in {
  background-color: #f7f7f7;
  border-top: 3px solid #e6e6e6;
  padding-bottom: 15px;
}

#footer-sitemap {
  margin: 0 auto;
  width: 980px;
  padding-top: 25px;
}
#footer-sitemap .column-third {
  float: left;
  padding-right: 20px;
  width: 305px;
}
#footer-sitemap dt {
  border-left: 5px solid #333;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-top: 3px;
}
#footer-sitemap dd {
  font-size: 93%;
  margin-bottom: 6px;
}

#news47 {
  margin: 0 auto;
  width: 980px;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 20px;
}
#news47 dt {
  border-left: 5px solid #333;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-top: 3px;
}
#news47 dd {
  border-right: 1px solid #d9d9d9;
  display: inline-block;
  *display: inline;
  /*float:left;*/
  *zoom: 1;
  font-size: 93%;
  margin-bottom: 2px;
  margin-right: 5px;
  padding-right: 9px;
}

#footer-banner {
  margin: 0 auto;
  width: 980px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  margin-top: 20px;
}
#footer-banner ul {
  margin-right: -20px;
  width: 1000px;
}
#footer-banner ul li {
  margin-right: 20px;
}

#footer-saga {
  background-color: #1a1a1a;
  padding: 10px 0;
}
#footer-saga #footer-saga-in {
  margin: 0 auto;
  width: 980px;
}
#footer-saga #footer-saga-in #footer-viewer {
  float: right;
}
#footer-saga #footer-saga-in address {
  color: #FFF;
  float: right;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 9px;
}

/* //////////////////////// スマートフォンサイトへ */
#foot-smt {
  /*width:159px;*/
  width: 100%;
  border-right: none;
  border-bottom: none;
  background-color: #0068b2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007cbe), color-stop(100%, #00529f));
  background: -webkit-linear-gradient(top, #007cbe 0%, #00529f 100%);
  background: linear-gradient(to bottom, #007cbe 0%, #00529f 100%);
  font-size: 36px;
  text-align: center;
}
#foot-smt a {
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 39px 0px;
}
