@charset "UTF-8";
/**
 * 佐賀新聞
 *
 * 共通スタイル
 */
.clearfix, .pager, .color-box .color-box-in, .topics, .related-topics, .useful-tool, .detail-article, #side-contents li, #attention, #headline, #movie #movie-wrap #movie-box-wrap {
 #zoom: 1;
}
.clearfix:after, .pager:after, .color-box .color-box-in:after, .topics:after, .related-topics:after, .useful-tool:after, .detail-article:after, #side-contents li:after, #attention:after, #headline:after, #movie #movie-wrap #movie-box-wrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/**
 * 目次
 *
 * 01.	COMMON STYLE
 *		- common
 *		- box
 *		- icon
 *		- list
 *		- text
 *		- title
 * 02.	DETAIL PAGE
 * 03.	SIDE AREA
 * 04.	TOP PAGE
 *
 */
/* ==========================================================================
   01. COMMON STYLE
   ========================================================================== */
/* common
   ========================================================================== */
.ad, .banner, .pr, .line-ttl, .plane-list, .useful-tool, .border-box, .topics, .related-topics, .gray-ttl, .img-ttl, .image-list, .box2column-type01 {
	margin-top: 20px;
}
/* ad */
.ad, .banner {
	text-align: center;
}
/* contents-navi */
.contents-navi {
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 0 2px;
}
.contents-navi li {
	border-right: 1px solid #e6e6e6;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	font-size: 93%;
	line-height: 1;
	margin-bottom: 3px;
	margin-right: 2px;
	padding: 0 4px 0 0;
}
.contents-navi li a {
	color: #555555;
}
.contents-navi li a:visited {
	color: #555555;
}
.contents-navi li a:hover {
	color: #555555;
}
.contents-navi li span {
	padding: 0 4px 0 2px;
}
.contents-navi li.active a {
	color: #FFF;
}
.contents-navi li.active a:visited {
	color: #FFF;
}
.contents-navi li.active a:hover {
	color: #FFF;
}
.contents-navi li.active span {
	background-color: #0a7bcc;
	color: #FFF;
}
.contents-navi li.active_entertainment span {
	background-color: #ff531a;
	color: #FFF;
}
/* pager */
.pager {
	margin-top: 20px;
}
.pager .result-text {
	float: left;
	padding-top: 0.2em;
	width: 330px;
}
.pager .result-text span {
	font-weight: bold;
}
.pager .pager-navi {
	float: right;
	letter-spacing: -.40em;
	text-align: right;
	width: 330px;
}
.pager .pager-navi_entertainment {
	float: right;
	letter-spacing: -.40em;
	text-align: right;
	width: 330px;
}
.pager .pager-navi li {
	font-size: 93%;
	margin-right: 2px;
	margin-left: 2px;
	display: inline;
	letter-spacing: normal;
}
.pager .pager-navi_entertainment li {
	font-size: 93%;
	margin-right: 2px;
	margin-left: 2px;
	display: inline;
	letter-spacing: normal;
}
.pager .pager-navi li strong {
	display: -moz-inline-box;
	display: inline-block;
	letter-spacing: normal;
	padding: 3px 7px 2px;
	background-color: #0a7bcc;
	border: 1px solid #0a7bcc;
	color: #FFF;
}
.pager .pager-navi_entertainment li strong {
	display: -moz-inline-box;
	display: inline-block;
	letter-spacing: normal;
	padding: 3px 7px 2px;
	background-color: #ff531a;
	border: 1px solid #ff531a;
	color: #FFF;
}
.pager .pager-navi li a {
	display: -moz-inline-box;
	display: inline-block;
	color: #333;
	padding: 3px 7px 2px;
	border: 1px solid #d9d9d9;
	text-decoration: none;
}
.pager .pager-navi_entertainment li a {
	display: -moz-inline-box;
	display: inline-block;
	color: #333;
	padding: 3px 7px 2px;
	border: 1px solid #d9d9d9;
	text-decoration: none;
}
.pager .pager-navi li a:hover {
	border: 1px solid #0a7bcc;
	background-color: #0a7bcc;
	color: #FFF;
}
.pager .pager-navi_entertainment li a:hover {
	border: 1px solid #0a7bcc;
	background-color: #0a7bcc;
	color: #FFF;
}
/* box
   ========================================================================== */
/* border-box */
.border-box {
	background-color: #fbfbfb;
	border: 2px solid #e6e6e6;
	padding: 20px 20px;
	text-align: center;
	clear: both;
}
/* line-box */
.line-box {
	margin-top: 20px;
}
.line-box .ttl {

	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 5px;
}
.line-box .shoulder-link {
	margin-bottom: 7px;
	margin-top: -1.8em;
	text-align: right;
}
.line-box .shoulder-link a {
	color: #555555;
}
.line-box .shoulder-link a:visited {
	color: #555555;
}
.line-box .shoulder-link a:hover {
	color: #555555;
}
.line-box .bottom-link {
	background-color: #f7f7f7;
	font-size: 93%;
	margin-top: 15px;
	padding: 8px 10px;
	text-align: right;
}
.line-box .bottom-link a {
	color: #333;
}
.line-box .line-box-in {
	border: 1px solid #e6e6e6;
	border-top: 3px solid #0a7bcc;
	padding: 17px 19px 14px;
	overflow: hidden;
}
.line-box .entertainment {
	border-top: 3px solid #ff531a !important;
}
.line-box .line-box-in.no-color {
	border-top: 1px solid #e6e6e6;
}
.line-box .line-box-in .thumb-article {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 210px;
	_zoom: 1;
}
.line-box .line-box-in .text-article {
	display: block;
	overflow: hidden;
	_zoom: 1;
}
.line-box .line-box-in .text-article li {
	line-height: 1.25 !important;
	margin-bottom: 10px;
}
.line-box .line-box-in .text-article li:last-child {
	margin-bottom: 0;
}
.line-box .line-box-in .text-article li a {
	color: #084068;/*font-weight:bold;*/
}
.line-box .line-box-in .text-article li span {
	margin-left: 10px;
}
.line-box .line-box-in .text-article > li {
	background: url(img/icons/arrow_s.png) no-repeat left 0.25em;
	padding-left: 12px;
}

.ole-achive-l {
	width: 225px;
	float: left;
}
.ole-achive-r {
	width: 225px;
	float: left;
}
.ole-achive-r:after {
	visibility: hidden;
	content: " ";
	clear: both;
}

/* color-box */
.color-box {
	margin-top: 20px;
}
.color-box .ttl {
	background-color: #ff531a;
	padding: 6px 20px 4px;
	position: relative;
}
.color-box .ttl h2 {
	color: #FFF;
	font-weight: bold;
}
.color-box .ttl .shoulder-link {
	top: 0.65em;
	position: absolute;
	right: 20px;
}
.color-box .ttl .shoulder-link a {
	color: #FFF;
}
.color-box .ttl .shoulder-link a:visited {
	color: #FFF;
}
.color-box .ttl .shoulder-link a:hover {
	color: #FFF;
}
.color-box .color-box-in {
	border: 2px solid #ff531a;
	border-top: 0;
	padding: 18px;
}
.color-box .color-box-in .thumb-article {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 210px;
	_zoom: 1;
}
.color-box .color-box-in .text-article {
	display: block;
	overflow: hidden;
	_zoom: 1;
}
.color-box .color-box-in .text-article li {
	line-height: 1.25 !important;
	margin-bottom: 10px;
}
.color-box .color-box-in .text-article li:last-child {
	margin-bottom: 0;
}
.color-box .color-box-in .text-article li a {
	color: #084068;/*font-weight:bold;*/
}
.color-box .color-box-in .text-article li span {
	margin-left: 10px;
}
.color-box .color-box-in .text-article > li {
	background: url(img/icons/arrow_s.png) no-repeat left 0.25em;
	padding-left: 12px;
}
/* gray-link */
.gray-link {
	background-color: #f7f7f7;
	margin-top: 15px;
	padding: 9px 10px 7px;
	text-align: right;
}
.gray-link a {
	color: #555555;
}
.gray-link a:visited {
	color: #555555;
}
.gray-link a:hover {
	color: #555555;
}
.gray-link li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	margin-left: 10px;
}
p.gray-link, .gray-link li {
	font-size: 93%;
}
/* box2column */
.box2column-wrap {
	margin-right: -20px;
	width: 680px;
	overflow: hidden;
	letter-spacing: -.40em;
}
.box2column-wrap .box2column {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin-top: 20px;
	margin-right: 20px;
	letter-spacing: normal;
	width: 320px;
	vertical-align: top;
}
.box2column-wrap .box2column .text-article > li {
	background: url(img/icons/arrow_s.png) no-repeat left 0.25em;
	padding-left: 12px;
}
/* box2column-type01 */
.box2column-type01 .box2column {
	border-top: 1px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
}
.box2column-type01 .box2column .thumb-article {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 90px;
	_zoom: 1;
}
.box2column-type01 .box2column .text-article {
	display: block;
	overflow: hidden;
	_zoom: 1;
}
.box2column-type01 .box2column .text-article .ttl {
	line-height: 1.25 !important;
}
.box2column-type01 .box2column .text-article .ttl a {
	color: #555555;
}
.box2column-type01 .box2column .text-article .ttl a:visited {
	color: #555555;
}
.box2column-type01 .box2column .text-article .ttl a:hover {
	color: #555555;
}
.box2column-type01 .box2column .text-article .ttl a {
	font-weight: bold;
}
.box2column-type01 .box2column .text-article p {
	line-height: 1.25 !important;
	margin-top: 10px;
}
/* search-box */
.search-box {
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 20px;
}
.search-box table {
	width: 100%;
}
.search-box table th {
	line-height: 1.25 !important;
	font-size: 93%;
	font-weight: bold;
	padding: 0 5px 0 15px;
	vertical-align: middle;
	white-space: nowrap;
}
.search-box table td {
	font-size: 93%;
	width: 100%;
}
.search-box table td input[type="text"] {
	padding: 4px 5px 7px;
	width: 90%;
}
.search-box table td.half {
	width: 50%;
}
.search-box table td.btn {
	padding: 8px 10px;
	width: 40px;
}
/* icon
   ========================================================================== */
.icons-rss {
	background: url(img/icons/rss.png) no-repeat left 4px !important;
	padding-left: 14px !important;
}
.icons-nav_arrow {
	background: url(img/icons/nav_arrow.png) no-repeat 10px 17px;
	padding-left: 22px !important;
}
.icons {
	line-height: 1;
	padding-left: 3px;
	vertical-align: baseline;
}
.icons-article {
	letter-spacing: -.40em;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin-left: 5px;
}
.icons-article li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	letter-spacing: normal;
	margin-right: 5px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;/*overflow:hidden;*/
}
.icons-article li img {
	vertical-align: baseline;
 *vertical-align: middle;
}
.icons-pdf {
	line-height: 1;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}
.ar-t {
	background: url(img/icons/arrow_bl_t.png) no-repeat 0 0;
	padding-left: 22px;
}
.ar-b {
	background: url(img/icons/arrow_bl_b.png) no-repeat 0 0;
	padding-left: 22px;
}
.ar-r {
	background: url(img/icons/arrow_bl_r.png) no-repeat 0 0;
	padding-left: 22px;
}
.ar-l {
	background: url(img/icons/arrow_bl_l.png) no-repeat 0 0;
	padding-left: 22px;
}
/* list
   ========================================================================== */
/* plane-list */
.plane-list li {
	line-height: 1.25 !important;
	margin-bottom: 15px;
}
.plane-list > li {
	background: url(img/icons/arrow_s.png) no-repeat left 0.25em;
	padding-left: 12px;
}
.plane-list li a {
	font-weight: normal;
	color: #084068;
}
.plane-list li .date {
	margin-left: 10px;
}
/* image-list */
#list-wrap {
	width: 660px;
}
#list-wrap ul {
	margin-top: 20px;
	margin-right: -10px;
	margin-bottom: -20px;
	overflow: hidden;
	position: relative;
	_zoom: 1;
	width: 670px;
}
#list-wrap ul li {
	display: inline;
	font-size: 93%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	/*text-align: center;*/
	width: 124px;
}
#list-wrap ul a {
	background-color: #e6e6e6;
	display: block;
	margin-bottom: 5px;
}
#list-wrap ul .photo {
	background-color: #e6e6e6;
	display: table-cell;
	vertical-align: middle;
	height: 124px;
	width: 124px;
	text-align: center;
}
#list-wrap ul .photo img {
	display: none;
}
#list-wrap ul .photo img:hover {
	cursor: hand;
}
/* for IE6 */
* html #list-wrap .photo, * html #list-wrap img {
	display: inline;
	zoom: 1;
}
/* for IE7 */
*:first-child + html #list-wrap .photo, *:first-child + html #list-wrap img {
	display: inline;
	zoom: 1;
}
/* text
   ========================================================================== */
/* lead-text */
.lead-text {
	line-height: 1.25 !important;
	margin-top: 20px;
}
/* indent */
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
/* title
   ========================================================================== */
/* color-ttl */
.color-ttl {
	border-top-width: 3px;

	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 9px 20px 6px;
	position: relative;
}
.color-ttl .ttl {
	font-size: 138.5%;
	font-weight: bold;
}
.color-ttl .shoulder-link {
	top: 1.1em;
	position: absolute;
	right: 20px;
}
.color-ttl .shoulder-link a {
	color: #555555;
}
.color-ttl .shoulder-link a:visited {
	color: #555555;
}
.color-ttl .shoulder-link a:hover {
	color: #555555;
}
/* gray-ttl */
.gray-ttl {
	background-color: #f2f2f2;
	font-weight: bold;
	line-height: 1.25 !important;
	padding: 8px 10px 6px;
}
/* line-ttl */
.line-ttl {
	border-bottom: 3px solid #0a7bcc;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.25 !important;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.line-ttl_entertainment {
	border-bottom: 3px solid #ff531a;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.25 !important;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.line-ttl .sub {
	font-size: 90% !important;
}
/* page-ttl */
#page-ttl {
	background-color: #f2f2f2;
	border-left: 10px solid #0a7bcc;
	border-collapse: collapse;
	font-size: 169.2%;
	font-weight: bold;
	line-height: 1.25 !important;
	margin-top: 20px;
	padding: 23px 20px 20px;
}
#main.plain #page-ttl {
	margin-top: 0;
}
#page-ttl_entertainment {
	background-color: #fff6f3;
	border-left: 10px solid #ff531a;
	border-collapse: collapse;
	font-size: 169.2%;
	font-weight: bold;
	line-height: 1.25 !important;
	margin-top: 20px;
	padding: 23px 20px 20px;
}
/* table
   ========================================================================== */
.table-type01 {
	border-top: 1px solid #e6e6e6;
}
.table-type01 tr {
	border-bottom: 1px solid #e6e6e6;
}
.table-type01 tr th {
	background-color: #f7f7f7;
	padding: 15px 20px;
	width: 160px;
}
.table-type01 tr td {
	padding: 15px 30px;
	width: 400px;
}
/* topics
   ========================================================================== */
.topics h2, .related-topics h2 {
	color: #cc0000;
	float: left;
	font-weight: bold;
}
.topics ul, .related-topics ul {
	padding-left: 7em;
}
.topics ul li, .related-topics ul li {
	border-left: 1px solid #d9d9d9;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 2px;
	padding-left: 7px;
}
.topics ul li:nth-last-of-type(1), .related-topics ul li:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
  padding-right: 7px;
}
.topics ul li:first-child, .related-topics ul li:first-child {
	border: none!important;
	padding-left: 0px!important;
}
.topics ul li a, .related-topics ul li a {
	color: #555555;
}
.topics ul li a:visited, .related-topics ul li a:visited {
	color: #555555;
}
.topics ul li a:hover, .related-topics ul li a:hover {
	color: #555555;
}
.related-topics ul {
	padding-left: 9em;
}
/* ==========================================================================
   02. DETAIL PAGE
   ========================================================================== */
/* 共通
   ========================================================================== */
#title-wrap, .detail-article {
	margin-top: 20px;
}
/* useful-tool
   ========================================================================== */
.useful-tool {
	height: 30px;
	position: relative;
}
.useful-tool .sns {
	float: left;
	padding-top: 5px;
	width: 400px;
}
.useful-tool .sns #sns-btn {
	letter-spacing: -.40em;
}
.useful-tool .sns #sns-btn li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
}
.useful-tool .sns #sns-btn li#sns-twitter iframe {
	width: 82px !important;
}
.useful-tool .sns #sns-btn li#sns-facebook {
	margin-right: 14px;
}
.useful-tool .sns #sns-btn li#sns-g-plusone {
	width: 71px;
}
.useful-tool .action-btn {
	letter-spacing: -.40em;
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
}
.useful-tool .action-btn li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	margin-left: 5px;
	text-align: right;
	vertical-align: top;
}
/* title-wrap
   ========================================================================== */
#title-wrap .detail-ttl {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.25 !important;
}
#title-wrap .detail-subttl {
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.25 !important;
	margin-top: 5px;
}
#title-wrap .detail-date {
	font-size: 93%;
	line-height: 1.25 !important;
	margin-top: 10px;
}
/* detail-article
   ========================================================================== */
.detail-article .thumb-article {
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
	_zoom: 1;
	width: 270px;
}
.detail-article .thumb-article img {
	width: 270px;
}
.detail-article .thumb-article .article-image {
	margin-bottom: 15px;
	width: 1%;
}
.detail-article .thumb-article .article-image .caption, .thumb-article .caption {
	background-color: #f2f2f2;
  color: #666666;
  display: block;
  font-size: 93%;
	padding: 10px;
  line-height: 1;
}
.thumb-article a:hover {
	text-decoration: none;
}
.detail-article .text-article p {
	font-size: 123.1%;
	margin-bottom: 1em;
}
.detail-article .center-article table {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1%;
}
.detail-article .center-article table .caption {
	background-color: #f2f2f2;
	color: #666666;
	display: block;
	font-size: 93%;
	padding: 10px;
	line-height: 1;
}
/* login-message
   ========================================================================== */
#login-message #login-message-ttl {
	color: #cc0000;
	font-size: 128.2%;
	font-weight: bold;
	padding-left: 24px;
}
#login-message #login-message-ttl img {
	margin-right: 5px;
	margin-top: -0.25em;
	vertical-align: middle !important;
}
#login-message #login-message-btn {
	letter-spacing: -.40em;
	margin-top: 15px;
}
#login-message #login-message-btn li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	margin: 0 5px;
}
#login-message #login-message-note {
	font-size: 93%;
	margin-top: 15px;
	margin-bottom: -5px;
}
/* ==========================================================================
   03. SIDE AREA
   ========================================================================== */
/* 共通
   ========================================================================== */
.side-ad, #side-mynews, #side-contents, #side-info, #side-movie, #side-free, #side-menu {
	margin-top: 20px;
}
#side .side-ttl {
	background-color: #0a7bcc;
	color: #FFF;
	font-weight: bold;
}
#side .side-ttl span {
	display: block;
	padding: 9px 20px 7px;
}
#side .side-ttl a {
	background: url(img/icons/arrow.png) no-repeat 270px center;
	color: #FFF !important;
	display: block;
}
#side .box {
	background-color: #fbfbfb;
	border: 1px solid #e6e6e6;
	padding: 9px;
}
#side .box-in {
	border: 1px solid #e6e6e6;
	background-color: #FFF;
	padding: 14px;
}

/* タブ
   ========================================================================== */
#side .tabindex {
	padding-left: 1px;
	text-align: center;
}
#side .tabindex a {
	color: #555555;
}
#side .tabindex a:visited {
	color: #555555;
}
#side .tabindex a:hover {
	color: #555555;
}
#side .tabindex li {
	border: 1px solid #e6e6e6;
	font-size: 12px !important;
	font-weight: bold;
	margin-left: -1px;
	outline: none;
}
#side .tabindex li.ui-tabs-active {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #e6e6e6 !important;
	border-right: 1px solid #e6e6e6 !important;
	border-top: 1px solid #e6e6e6;
}
#side .tabindex a {
	display: inline-block;
	padding: 4px 0 1px;
	width: 92px;
}
#side .tab-slide-frame {
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color: #FFF;
	padding: 14px;
}
#side .tab-slide-frame li {
	border-bottom: 1px solid #e6e6e6;
	font-size: 93%;
	/*font-weight: bold;*/
	line-height: 1.25 !important;
	margin-bottom: 7px;
	padding-bottom: 7px;
	padding-top: 2px;
}
#side .tab-slide-frame li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#side .tab-bottom-link {
	font-size: 93%;
	margin-top: 8px;
	text-align: right;
}
#side .tab-bottom-link a {
	color: #555555;
}
#side .tab-bottom-link a:visited {
	color: #555555;
}
#side .tab-bottom-link a:hover {
	color: #555555;
}
/* 佐賀新聞 購読の申し込み
   ========================================================================== */
#side-application {
	margin-top: 20px;
}
#side-application dd {
	float: left;
}
/* Myニュース
   ========================================================================== */
#side-mynews .side-ttl {
	background-color: #00b0f0;
	margin-top: 20px;
}
#side-mynews .box {
	background-color: #f2fbfe;
	border: 2px solid #7fd7f7;
	border-top: none;
	padding: 9px 8px;
}
#side-mynews .tabindex li {
	border-top: 1px solid #f2fbfe;
}
#side-mynews .tabindex li:first-child {
	border-left: 1px solid #f2fbfe;
}
#side-mynews .tabindex li:last-child {
	border-right: 1px solid #f2fbfe;
}
#side-mynews .tab-slide .message {
	font-size: 93%;
}
#side-mynews .tab-slide li span {
	display: block;
	font-weight: normal;
	padding-top: 2px;
}
#side-mynews .tab-slide .link-text {
	margin-top: 5px;
}
#side-mynews .tab-slide .link-text li {
	border: none;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}
#side-mynews .tab-slide .link-text li a {
	font-weight: bold;
}
#side-mynews .myselect {
	font-size: 93%;
	padding-top: 5px;
	text-align: right;
}
#side-mynews .myselect a {
	color: #333333;
}
/* ランキング
   ========================================================================== */
#side-ranking .side-ttl {
	background-color: #f39801;
	margin-top: 20px;
}
#side-ranking .box {
	background-color: #faf8f2;
	border-top: none;
}
#side-ranking .tabindex li {
	border-top: 1px solid #faf8f2;
}
#side-ranking .tabindex li:first-child {
	border-left: 1px solid #faf8f2;
}
#side-ranking .tabindex li:last-child {
	border-right: 1px solid #faf8f2;
}
#side-ranking .tab-slide li {
	padding-left: 30px;
	position: relative;/*&:last-child{
  	padding-left:35px;
  	span{
  		margin-left:-35px;
  	}
  }*/
}
#side-ranking .tab-slide li span {
	background-color: #CCC;
	display: inline-block;
	margin-left: -30px;
	line-height: 1;
	padding: 0.2em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 18px;
}
#side-ranking .tab-slide li span.gold {
	background-color: #998317;
	color: #FFF;
}
#side-ranking .tab-slide li span.silver {
	background-color: #808080;
	color: #FFF;
}
#side-ranking .tab-slide li span.bronze {
	background-color: #cc7447;
	color: #FFF;
}
#side-ranking .tab-slide li a {
	font-weight: normal;
}
#side-ranking .tab-slide li.first a, #side-ranking .tab-slide li.second a, #side-ranking .tab-slide li.third a {
	font-weight: bold;
}
/* コンテンツ
   ========================================================================== */
#side-contents li {
	border-bottom: 1px solid #e6e6e6;
	font-size: 93%;
	line-height: 1.25 !important;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#side-contents li .thumb-article {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
	_zoom: 1;
}
#side-contents li .text-article {
	display: block;
	overflow: hidden;
	_zoom: 1;
}
#side-contents li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#side-contents a {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}
/* お知らせ　メニュー フリー
   ========================================================================== */
#side-info li, #side-menu li, #side-free li {
	background: url(img/icons/arrow_s.png) no-repeat left 0.2em;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.25 !important;
	margin-bottom: 7px;
	padding-left: 12px;
}
#side-info li:last-child, #side-menu li:last-child, #side-free li:last-child {
	margin-bottom: 0;
}
#side-info a, #side-free a {
	color: #555555;
}
#side-info a:visited, #side-free a:visited {
	color: #555555;
}
#side-info a:hover, #side-free a:hover {
	color: #555555;
}
/* ==========================================================================
   04. TOP PAGE
   ========================================================================== */
#attention, #headline, #safety, #topnews, #sportsnews, #worldnews, #entertainment, #feature, #movie, #project {
	margin-top: 20px;
}
/* 重要なお知らせ
   ========================================================================== */
#attention {
	background-color: #cc0000;
	border: 1px solid #cc0000;
}
#attention h2 {
	color: #FFF;
	float: left;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	width: 149px;
}
#attention ul {
	background-color: #fcf2f2;
	float: right;
	padding: 14px 10px 8px;
	width: 489px;
}
#attention ul li {
	color: #cc0000;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 5px;
	padding-left: 4em;
	position: relative;
}
#attention ul li .date {
	margin-left: -4em;
	position: absolute;
}
#attention ul li a {
	color: #cc0000;
	text-decoration: underline;
}
#attention ul li a:hover {
	text-decoration: none;
}
/* 県内速報・安心安全情報
   ========================================================================== */
#safety .ttl {
	background-image: -webkit-linear-gradient(bottom, #e8f0f7, white);
	background-image: -moz-linear-gradient(bottom, #e8f0f7, white);
	background-image: -ms-linear-gradient(bottom, #e8f0f7, white);
	background-image: -o-linear-gradient(bottom, #e8f0f7, white);
	background-image: linear-gradient(to top, #e8f0f7, white);
	position: relative;
	zoom: 1;
	background-color: #e8f0f7;
	border: 1px solid #e6e6e6;
	padding: 8px 20px 4px;
	position: relative;
}
#safety .ttl h2 {
	font-weight: bold;
}
#safety .ttl .shoulder-link {
	top: 0.75em;
	position: absolute;
	right: 20px;
}
#safety .ttl .shoulder-link a {
	color: #555555;
}
#safety .ttl .shoulder-link a:visited {
	color: #555555;
}
#safety .ttl .shoulder-link a:hover {
	color: #555555;
}
#safety .inner_column {
	display: inline-block;
	border: 1px solid #e6e6e6;
	border-top: none;
}
#safety ul {
	padding: 12px 20px;
	width: 289px;
	float: left;
}
#safety ul.second {
	padding: 12px 20px;
	width: 289px;
	float: left;
}
#safety ul.second:after {
	clear: both;
}
#safety ul li {
	background: url(img/icons/arrow_s.png) no-repeat left 0.2em;
	font-size: 93%;
	line-height: 1.25 !important;
	margin-bottom: 5px;
	padding-left: 12px;
}
#safety ul li a {
	color: #555555;
}
#safety ul li a:visited {
	color: #555555;
}
#safety ul li a:hover {
	color: #555555;
}
#safety ul li:last-child {
	margin-bottom: 0;
}
#safety ul li .date {
	margin-left: 10px;
}
/* 速報
   ========================================================================== */
#headline {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
}
#headline h2 {
	background-image: -webkit-linear-gradient(bottom, #e8f0f7, white);
	background-image: -moz-linear-gradient(bottom, #e8f0f7, white);
	background-image: -ms-linear-gradient(bottom, #e8f0f7, white);
	background-image: -o-linear-gradient(bottom, #e8f0f7, white);
	background-image: linear-gradient(to top, #e8f0f7, white);
	position: relative;
	zoom: 1;
	background-color: #e8f0f7;
	border-right: 1px solid #e6e6e6;
	float: left;
	font-weight: bold;
	padding: 8px 0 5px;
	text-align: center;
	width: 148px;
}
#headline #ticker {
	float: right;
	padding: 7px 0 0;
	position: relative;
	overflow: hidden;
	width: 509px;
}
#headline ul {
	height: 1.5em;
	overflow: hidden;
}
#headline ul li {
	clear: both;
	display: inline;
	float: left;
	position: relative;
	padding-top: 0;
	text-align: left;
	margin-bottom: -40px;
	white-space: nowrap;
}
#headline ul li a {
	color: #555555;
}
#headline ul li a:visited {
	color: #555555;
}
#headline ul li a:hover {
	color: #555555;
}
#headline ul li .date {
	margin-right: 10px;
}
/* 主要ニュース
   ========================================================================== */
#topnews .thumb-article {
	width: 210px;
}
/* 連載
   ========================================================================== */
#feature .color-ttl {
	background-image: -webkit-linear-gradient(bottom, #fff6f4, white);
	background-image: -moz-linear-gradient(bottom, #fff6f4, white);
	background-image: -ms-linear-gradient(bottom, #fff6f4, white);
	background-image: -o-linear-gradient(bottom, #fff6f4, white);
	background-image: linear-gradient(to top, #fff6f4, white);
	position: relative;
	zoom: 1;
	border-top-color: #ff531a;
	border-bottom-color: #ffeee8;
}
#feature .text-article {
	margin-top: 15px;
}
#feature .text-article li {
	line-height: 1.25 !important;
	margin-top: 10px;
}
#feature .text-article li a {
	color: #555555;
}
#feature .text-article li a:visited {
	color: #555555;
}
#feature .text-article li a:hover {
	color: #555555;
}
#feature .text-article li a {
	margin-bottom: 2px;
}
#feature .text-article li .date {
	font-size: 86.1%;
}
#feature .bottom-link {
	border-top: 1px solid #e6e6e6;
	margin-top: 6px;
	padding-top: 6px;
	text-align: right;
}
#feature .bottom-link a {
	color: #555555;
}
#feature .bottom-link a:visited {
	color: #555555;
}
#feature .bottom-link a:hover {
	color: #555555;
}
/* 動画記事
   ========================================================================== */
#movie .color-ttl {
	background-image: -webkit-linear-gradient(bottom, #fcf2f2, white);
	background-image: -moz-linear-gradient(bottom, #fcf2f2, white);
	background-image: -ms-linear-gradient(bottom, #fcf2f2, white);
	background-image: -o-linear-gradient(bottom, #fcf2f2, white);
	background-image: linear-gradient(to top, #fcf2f2, white);
	position: relative;
	zoom: 1;
	border-top-color: #cc0000;
	border-bottom-color: #fae6e6;
}
#movie #movie-wrap {
	background-color: #f2f2f2;
	margin-top: 20px;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
#movie #movie-wrap #movie-prev {
	left: 0;
	position: absolute;
	top: 20px;
}
#movie #movie-wrap #movie-next {
	position: absolute;
	right: 0;
	top: 20px;
}
#movie #movie-wrap #movie-box-wrap {
	margin-left: 26px;
	overflow: hidden;
}
#movie #movie-wrap #movie-box-wrap .movie-box {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article {
	margin-top: 5px;
	text-align: left;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article h3, #movie #movie-wrap #movie-box-wrap .movie-box .text-article p {
	font-size: 93%;
	line-height: 1.25 !important;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article h3 a, #movie #movie-wrap #movie-box-wrap .movie-box .text-article p a {
	color: #555555;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article h3 a:visited, #movie #movie-wrap #movie-box-wrap .movie-box .text-article p a:visited {
	color: #555555;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article h3 a:hover, #movie #movie-wrap #movie-box-wrap .movie-box .text-article p a:hover {
	color: #555555;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article h3 {
	font-weight: bold;
}
#movie #movie-wrap #movie-box-wrap .movie-box .text-article p {
	margin-top: 2px;
}
/* 特集・企画
   ========================================================================== */
#project .color-ttl {
	background-image: -webkit-linear-gradient(bottom, #f7faf2, white);
	background-image: -moz-linear-gradient(bottom, #f7faf2, white);
	background-image: -ms-linear-gradient(bottom, #f7faf2, white);
	background-image: -o-linear-gradient(bottom, #f7faf2, white);
	background-image: linear-gradient(to top, #f7faf2, white);
	position: relative;
	zoom: 1;
	border-top-color: #599900;
	border-bottom-color: #eff5e6;
}

/* PR広告
   ========================================================================== */
.side-pr_1st {
	margin-top: 20px!important;
	background:url("/common/img/icons/pr.gif") no-repeat;
	width: 273px;
	padding-left: 36px;
}
.side-pr {
	margin-top: 6px;
	background:url("/common/img/icons/pr.gif") no-repeat;
	width: 273px;
	padding-left: 36px;
}

#CheckIsStudents 
{
    display:none;
}

