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

/**
 * 目次
 *
 * 01.	WRAPPER
 * 02.	HEADER
 * 03.	NAVI
 * 04.	TOPICPATH
 * 05.	CONTENTS
 * 06.	FOOTER
 * 07.	CONTENTS MENU
 *
 */
/* ==========================================================================
   01. WRAPPER
   ========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font: 13px/1.231 Arial, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
  -webkit-text-size-adjust: 100%;
}

/* ==========================================================================
   02. HEADER
   ========================================================================== */
#tagline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #404040));
  background: -webkit-linear-gradient(top, #272727 0%, #404040 100%);
  background: linear-gradient(to bottom, #272727 0%, #404040 100%);
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

header {
  position: relative;
  padding: 10px 63px 6px 12px;
}
header #logo {
  float: left;
  padding-top: 7px;
}
header #hnav {
  float: right;
}
header #head-menu {
  position: absolute;
  right: 0;
  top: 0;
}

#hnav li {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-left: 4px;
  background-image: -webkit-linear-gradient(bottom, rgba(3, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to top, rgba(3, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}
#hnav li:first-child {
  margin-left: 0;
}
#hnav #head-login {
  background-color: #f63;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #ffa27d), color-stop(6%, #ff8251), color-stop(100%, #ff481f));
  background: -webkit-linear-gradient(top, #ffa27d 3%, #ff8251 6%, #ff481f 100%);
  background: linear-gradient(to bottom, #ffa27d 3%, #ff8251 6%, #ff481f 100%);
  border: 1px solid #ffa27d;
}
#hnav li a {
  background-image: url(img/nav.png);
  background-repeat: no-repeat;
  -webkit-background-size: 320px 105px;
  background-size: 320px 105px;
  display: block;
  height: 38px;
  width: 43px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}
#hnav #head-viewer a {
  background-position: left top;
}
#hnav #head-db a {
  background-position: -49px top;
}
#hnav #head-logout a {
  background-position: -97px top;
}
#hnav #head-login a {
  background-position: -146px top;
}

/* ==========================================================================
   03. NAVI
   ========================================================================== */
#nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(bottom, rgba(3, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to top, rgba(3, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  border-top: 2px solid #e6e6e6;
  margin-top: 5px;
  padding-bottom: 2px;
}
#nav li a span {
  background-image: url(img/nav.png);
  background-repeat: no-repeat;
  -webkit-background-size: 320px 105px;
  background-size: 320px 105px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}
#nav li {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #FFF;
  width: 25%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav #nav01 span {
  background-position: left bottom;
}
#nav #nav02 span {
  background-position: -80px bottom;
}
#nav #nav03 span {
  background-position: -160px bottom;
}
#nav #nav04 span {
  background-position: -240px bottom;
}

/* ==========================================================================
	04. TOPICPATH
   ========================================================================== */
/* ==========================================================================
   05. CONTENTS
   ========================================================================== */
div#contents {
  margin: 0 auto;
  width: 980px;
}

div#main {
  width: 660px;
}

div#side {
  width: 300px;
}

.modal-layer .btn-common {
  color: #000;
  display: block;
  text-align: center;
}
.modal-layer .cmn-section:first-child {
  margin-top: 0 !important;
}

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

#font-resize {
  overflow: hidden;
  margin: 16px auto 0;
  width: 295px;
}
#font-resize li {
  float: left;
  display: block;
  width: 98px;
  height: 35px;
  padding: 0;
  text-indent: -9999px;
  background: url(img/switch_fontsize.gif) no-repeat;
  -webkit-background-size: 295px 70px;
  background-size: 295px 70px;
}
#font-resize li:last-child {
  width: 99px;
}

/* 背景位置指定 */
#font-resize li#small {
  background-position: 0 0;
}

#font-resize li#default {
  background-position: -98px -35px;
}

#font-resize li#large {
  background-position: -196px 0;
}

#content-info {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
#content-info ul {
  letter-spacing: -.40em;
  border-bottom: 2px solid #f2f2f2;
}
#content-info li {
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 13px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  letter-spacing: normal;
  text-align: center;
  width: 50%;
}
#content-info li:nth-child(even) {
  border-right: none;
  width: 49%;
}
#content-info .info-corporate {
  /*font-size:12px;*/
  width: 100%;
}
#content-info a {
  color: #333;
  display: block;
  padding: 7px;
}

/* PCサイトへ */
#link-pcsite {
  /*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: 16px;
  text-align: center;
}
#link-pcsite img {
  vertical-align: baseline;
  margin-right: 5px;
}
#link-pcsite a {
  color: #FFF;
  display: block;
  padding: 15px 7px 13px;
}

/* copyright */
footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(8%, #2a2a2a), color-stop(100%, #3f3f3f));
  background: -webkit-linear-gradient(top, #272727 0%, #2a2a2a 8%, #3f3f3f 100%);
  background: linear-gradient(to bottom, #272727 0%, #2a2a2a 8%, #3f3f3f 100%);
  padding-bottom: 6px;
  padding-top: 9px;
  text-align: center;
}

address {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  /*height:13px;
  overflow:hidden;
  img{
  	vertical-align:top;
  }*/
}

/* ==========================================================================
   07.	CONTENTS MENU
   ========================================================================== */
#nav-menu {
  width: 100%;
  display: none;
  border: none;
}
#nav-menu .btn01-area {
  background-color: #FFF;
  font-size: 12px;
}
#nav-menu .simple-txtlink {
  border-top: 2px solid #f2f2f2;
}

#nav-menu header {
  position: relative;
  padding: 0 0 0 10px;
}
#nav-menu header h2 {
  position: absolute;
  left: 17px;
  top: 17px;
}

.srch-keyword {
  background-color: #f2f2f2;
  padding: 10px 12px;
}
.srch-keyword .input-common {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}
.srch-keyword .btn-common {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
}

#nav-menu {
  /*.arrow02-list{
  	border-top:2px solid #f2f2f2;
  	
  	li{
  		background:url(img/arrow02.png) no-repeat 25px center;
  		@include css3(background-size, 9px 14px);
  		border-bottom:2px solid #f2f2f2;
  		border-radius:2px;
  		display:block;
  		font-size:$text13;
  	}
  	
  	a{
  		display:block;
  		color:#333;
  		padding-bottom:13px;
  		padding-top:13px;
  		text-indent:-15px;
  		text-align:center;
  	}
  	
  }*/
}
#nav-menu .arrow02-list {
  margin-top: 0;
}
#nav-menu .btn01-list {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 10px;
}
#nav-menu .btn01-list .btn02-link a {
  background: url(img/arrow02.png) no-repeat 11px center;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
  color: #333;
}

.cmenu-close {
  text-align: right;
  padding: 5px;
}

/* フォントサイズ固定 */
#nav-menu .srch-keyword .input-common,
#nav-menu .srch-keyword .btn-common {
  font-size: 14px;
}
#nav-menu .btn01-area,
#nav-menu .btn01-list li {
  font-size: 12px;
}
#nav-menu .arrow02-list li {
  font-size: 13px;
}
