@charset "UTF-8";
/* ==========================================================================



CORE
========================================================================== */


*,
ul,
p,
dl,
dt,
dd,
blockquote {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
select,
textarea,
.mask,
.loading,
#wrapper,
#menu,
#header {
	transition: all 0.3s ease-in-out;
}


button,
input,
select,
textarea,
header,
footer {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0;
}

label {
	cursor: pointer;
}
fieldset {
	padding: 0;
	border: none;
}
button {
	background: none;
	border: none;
	cursor: pointer;
}
button:active,
button:hover,
button:focus {
	outline: 0;
}

body, html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	overflow-x: hidden;
	background-color: #fff;
	color: #000;
	font: normal 16px/140% "メイリオ", Meiryo, "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 0;
}

p {
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}
html.shimintimes a:active,
html.shimintimes a:hover,
html.shimintimes a:focus {
	color: #009e47;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

img.img-sml {
	max-width: 300px;
}
img.img-medium {
	max-width: 600px;
}

.wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	display: block;
}
	@media screen and (min-width: 1250px) {
		.wrap {
			max-width: 1250px;
		}
	}


.btn {
	padding: 13px 20px;
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.btn.sml {
	padding: 2px 14px;
	border-color: #009a45;
	font-size: 12px;
}
.btn span {
	margin-right: 5px;
	color: #009e47;
	font-size: 12px;
	transition: color 0.3s ease-in-out;
}
.btn.pdf {
	padding: 2px 19px;
	font-size: 12px;
}
.btn.pdf span {
	color: #a31818;
}
.btn.map {
	width: 250px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-color: #d9d9d9;
	font-size: 15px;
}
.btn.map span {
	color: #990000;
}
.btn.map.sml {
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	padding: 2px 14px;
}

.btn.ad-pdf {
	padding: 11px 28px 7px;
	border: 2px solid #1f9b7b;
	border-radius: 3px;
	line-height: 18px;
}
.btn.ad-pdf strong {
	font-size: 24px;
	line-height: 26px;
	display: block;
}
.btn.ad-pdf .fa-file-pdf {
	margin: 0 5px 0 0;
	color: #cc0000;
	font-size: 22px;
	line-height: 26px;
	vertical-align: top;
	transition: color 0.3s ease-in-out;
}
.btn.ad-pdf em {
	font-size: 13px;
	font-style: normal;
}
.btn.ad-pdf:active .fa-file-pdf,
.btn.ad-pdf:hover .fa-file-pdf,
.btn.ad-pdf:focus .fa-file-pdf {
	color: #fff;
}

html.shimintimes .btn:active,
html.shimintimes .btn:hover,
html.shimintimes .btn:focus {
	background-color: #009e47;
	border-color: #009e47;
	color: #fff;
	text-decoration: none;
}
html.shimintimes .btn:active span,
html.shimintimes .btn:hover span,
html.shimintimes .btn:focus span {
	color: #fff;
}




/* ==========================================================================



FORMS
========================================================================== */

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	border: none;
	border-radius: 0;
	background-color: #ededed;
	color: #656565;
	font: 12px/31px "メイリオ", Meiryo, "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProW3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	-webkit-appearance: none;
	text-align: left;
	box-shadow: inset 0 0 4px 0 rgba(38,38,38,0.3);
}
input[type=text],
input[type=email],
input[type=url],
textarea {
	-webkit-appearance: none;
}
textarea {
	height: 270px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}
select {
	height: 30px;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.acumen17 input:-webkit-autofill::-webkit-input-placeholder,
.acumen17 textarea:-webkit-autofill::-webkit-input-placeholder,
.acumen17 select:-webkit-autofill::-webkit-input-placeholder,
.acumen17 input:-webkit-autofill,
.acumen17 textarea:-webkit-autofill,
.acumen17 select:-webkit-autofill {
	color: #656565;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #656565;
	outline: 0;
}
input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	border-color: #656565;
	outline: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #82748b;
	transition: color 0.3s ease-in-out;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #82748b;
	transition: color 0.3s ease-in-out;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #82748b;
	transition: color 0.3s ease-in-out;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #82748b;
	transition: color 0.3s ease-in-out;
}


select {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	background-image:
		linear-gradient(45deg, transparent 50%, #fff 50%),
		linear-gradient(135deg, #fff 50%, transparent 50%);
	background-position:
		/*calc(100% - 20px) calc(1em + 9px),
		calc(100% - 15px) calc(1em + 9px);*/
		calc(100% - 13px) calc(1em + 9px),
		calc(100% - 8px) calc(1em + 9px);		
	background-size:
		5px 5px,
		5px 5px;
	background-repeat: no-repeat;
	transition: none;
	transition: border 0.3s ease-in-out;
}
select::-ms-expand {
    display: none;
}
select:focus {
	background-image:
		linear-gradient(45deg, #B4055A 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #B4055A 50%);
	background-position:
		/*calc(100% - 15px) calc(1em + 9px),
		calc(100% - 20px) calc(1em + 9px);*/
		calc(100% - 8px) calc(1em + 9px),
		calc(100% - 13px) calc(1em + 9px);
	background-size:
			5px 5px,
			5px 5px;
	background-repeat: no-repeat;
	border-color: #B4055A;
	outline: 0;
}
input + span,
select + span {
	margin: 0 19px 0 6px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 100%;
}


select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1a1a1a;
}


*[type=submit] {
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
	display: block;
	border: none;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
*[type=submit]:active,
*[type=submit]:hover,
*[type=submit]:focus {
	background-color: #009e47;
}







/* ==========================================================================



HEADER
========================================================================== */

.st-logo-wrap {
	margin: 21px 0 0 20px;
	display: inline-block;
	vertical-align: top;
	/* position: absolute; */
/* 	top: 21px; */
/* 	left: 20px; */
	line-height: 21px;
}
.st-logo {
	width: 140px;
	height: 0;
	line-height: 120%;
	padding-top: 21px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: url(/common/gfx/shimintimes-logo.svg) no-repeat 0 0;
	background-size: contain;
}
.st-logo.alt1 {
	width: 160px;
	padding-top: 24px;
	/* background-image: url(/common/gfx/shimintimes-logo-black.png); */
}

.head-date {
	margin: 27px 0 0 3px;
/* 	position: absolute; */
/* 	top: 21px; */
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: -0.5px;
	/* display: none; */
}
.head-date strong {
	font-size: 135%;
	font-weight: normal;
}
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
#header a {
/* 	text-decoration: none; */
}

.searchform {
	height: 31px;
}
.searchform input[type=text] {
	width: 80%;
	width: calc(100% - 85px);
	display: inline-block;
	vertical-align: top;
}
.searchform button[type=submit] {
	width: 80px;
	padding: 0;
	text-align: center;
	float: right;
}
.searchform button[type=submit] .fa {
	margin-right: 7px;
}

.social-links a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	border-radius: 50%;
	background-color: #c1c1c1;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.shimintimes .social-links a:active,
.shimintimes .social-links a:hover,
.shimintimes .social-links a:focus {
	background-color: #009e47;
	color: #fff;
}

#header .top-ad,
#header .searchform,
#header .social-links {
	display: none;
}
.tagline {
    line-height: 200%;
}
	@media screen and (min-width: 375px) {
		#header .st-logo-wrap {
			margin-top: 18px;
			line-height: 24px;
		}
		#header .st-logo {
			width: 160px;
			padding-top: 24px;
		}
		#header .head-date {
			margin-top: 24px;
			margin-left: 5px;
			line-height: 24px;
		}
	}
	@media screen and (min-width: 460px) {
		#header .head-date {
			font-size: 11px;
		}
	}
	@media screen and (max-width: 767px) {
		#wrapper {
			padding-top: 71px;
		}

		.menutoggle {
			width: 60px;
			height: 60px;
			line-height: 60px;
			position: absolute;
			top: 0;
			right: 0;
			background-color: #fff;
		}
		.menutoggle:before,
		.menutoggle:after,
		.menutoggle i:before {
			content: '';
			width: 25px;
			height: 2px;
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 10;
			margin-top: -7px;
			margin-left: -13px;
			border-radius: 2px;
			background-color: #000;
			transition: all 0.3s ease-in-out;
		}
		.menutoggle:before {
			margin-top: -15px;
		}
		.menutoggle:after {
			margin-top: 1px;
		}
		.menutoggle span {
			width: 100%;
			height: auto;
			padding: 0 1px 0 0;
			position: absolute;
			top: 39px;
			left: 0;
			font-size: 8px;
			line-height: 8px;
			text-align: center;
		}
		.menutoggle span:before,
		.menutoggle span:after {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			transition: all 0.3s ease-in-out;
		}
		.menutoggle span:before {
			content: 'メニュー';
		}
		.menutoggle span:after {
			content: '閉じる';
			opacity: 0;
			visibility: hidden;
			color: #009944;
		}
		.menu-on .menutoggle span:before {
			opacity: 0;
			visibility: hidden;
		}
		.menu-on .menutoggle span:after {
			opacity: 1;
			visibility: visible;
		}
		.menutoggle:active {
			color: #1b1b1b;
		}
		.menutoggle:hover:before,
		.menutoggle:hover:after,
		.menutoggle:hover i:before {
			background-color: #009944;
		}
		.menutoggle:hover span {
			color: #009944;
		}
		.menu-on .mask {
			z-index: 200;
			opacity: 1;
		}
		.menu-on #menu {
			right: 80px;
		}
		.menu-on .menutoggle i:before {
			opacity: 0;
		}
		.menu-on .menutoggle:before,
		.menu-on .menutoggle:after {
			width: 30px;
			height: 2px;
			border-radius: 1px;
			background-color: #009944;
			margin-top: -8px;
			margin-left: -16px;
		}
		.menu-on .menutoggle:before {
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.menu-on .menutoggle:after {
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		.menubox {
			width: 100%;
			padding: 0 0 100px;
			position: fixed;
			top: 61px;
			right: 0;
			bottom: 0;
			left: 100%;
			overflow: auto;
			overflow-y: scroll; /* has to be scroll, not auto */
			-webkit-overflow-scrolling: touch;
			border-bottom: 1px solid #d2d2d2;
			background-color: #fff;
			transition: all 0.3s ease-in-out;
			text-align: center;
		}
		.menubox ul {
			list-style: none;
		}
		.menu .dd {
			display: none;
		}
		.menubox a {
			padding: 10px 20px;
			display: block;
			font-size: 15px;
			text-align: center;
		}
/* 		.shimintimes .menubox a:hover {
			background-color: #000;
			color: #fff;
			text-decoration: none;
		} */

		.menu-on .menubox {
			left: 0;
		}

		.menu .primary,
		.menu .secondary {
			width: 40%;
			margin: 20px 0;
			display: inline-block;
			vertical-align: middle;
		}

		.menu .primary {
			margin: 20px 0;
		}
		.menu .primary a {
			/* background-color: #009e47; */
			/* color: #fff; */
			overflow: hidden;
			font-weight: bold;
		}
		.menu .primary a:active,
		.menu .primary a:hover,
		.menu .primary a:focus {
			text-decoration: none;
		}

		.menu .primary .nav-home a {
			color: #009e47;
		}
		.menu .primary .nav-politics a {
			color: #1f9b7b;
		}
		.menu .primary .nav-regional a {
			color: #3d98ac;
		}
		.menu .primary .nav-sports a {
			color: #3d7bac;
		}
		.menu .primary .nav-edu a {
			color: #927ec3;
		}
		.menu .primary .nav-features a {
			color: #cc388c;
		}
		.menu .primary .nav-info a {
			color: #c97a37;
		}
		.menu .primary .nav-home a span:after {
			border-color: #009e47;
		}
		.menu .primary .nav-politics a span:after {
			border-color: #1f9b7b;
		}
		.menu .primary .nav-regional a span:after {
			border-color: #3d98ac;
		}
		.menu .primary .nav-sports a span:after {
			border-color: #3d7bac;
		}
		.menu .primary .nav-edu a span:after {
			border-color: #927ec3;
		}
		.menu .primary .nav-features a span:after {
			border-color: #cc388c;
		}
		.menu .primary .nav-info a span:after {
			border-color: #c97a37;
		}

		.menu .primary a span {
			position: relative;
		}
		.menu .primary a span:after {
			content: '';
			width: 100%;
			position: absolute;
			left: 0;
			bottom: -4px;
			opacity: 0;
			border-bottom: 4px solid #f3f3f3;
			transition: opacity 0.3s ease;
		}

		.menu .primary a:active span:after,
		.menu .primary a:hover span:after,
		.menu .primary a:focus span:after,

		body.home .menu .primary .nav-home a span:after,
		body.politics .menu .primary .nav-politics a span:after,
		body.regional .menu .primary .nav-regional a span:after,
		body.sports .menu .primary .nav-sports a span:after,
		body.edu .menu .primary .nav-edu a span:after,
		body.features .menu .primary .nav-features a span:after,
		body.info .menu .primary .nav-info a span:after {
			opacity: 1;
		}

		#header {
			height: 61px;
			border-bottom: 1px solid #d2d2d2;
		}
		#header .tagline {
			display: none;
		}
		#header .searchform,
		#header aside {
			display: none;
		}
		#header .menubox .searchform {
			display: block;
		}
		#header .menubox .searchform {
			width: 80%;
			width: calc(100% - 40px);
			max-width: 320px;
			margin: 0 auto;
		}

	}
	@media screen and (max-width: 374px) {
		.menu .primary,
		.menu .secondary {
			width: 100%;
			display: block;
		}
	}
	@media screen and (min-width: 768px) {

		#header .menubox .searchform {
			display: none;
		}

		.st-logo {
			/* background-image: url(/common/gfx/shimintimes-logo.png); */
		}

		.menutoggle {
			display: none;
		}

		#wrapper {
			padding-top: 242px;
		}
		.scrolled #wrapper {
			padding-top: 84px;
		}

		#header {
			padding: 162px 0 0;
			background-color: transparent;
		}
		#header:before {
			content: '';
			width: 100%;
			height: 162px;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
		}
		#header .tagline {
			margin: 0;
			position: absolute;
			top: 20px;
			left: 20px;
			font-size: 14px;
		}
		#header .head-date {
			width: 120px;
			margin: 0;
			position: absolute;
			top: 125px;
			left: 284px;
			white-space: nowrap;
			overflow: visible;
			text-align: right;
		}

		#header .menu {
		}

		#header .st-logo-wrap {
			margin: 0;
			position: absolute;
			top: 53px;
			left: 20px;
			line-height: 70px;
		}
		#header .st-logo {
			width: 380px;
			padding-top: 70px;
			background-position: 0 100%;

		}
		#header .st-logo:before {
			content: '';
			width: 100%;
			position: absolute;
			top: 0;
			border-top: 1px solid #999999;
		}

		.nav-home a {
			background-color: #009e47;
		}
		.nav-politics a {
			background-color: #1f9b7b;
		}
		.nav-regional a {
			background-color: #3d98ac;
		}
		.nav-sports a {
			background-color: #3d7bac;
		}
		.nav-edu a {
			background-color: #927ec3;
		}
		.nav-features a {
			background-color: #cc388c;
		}
		.nav-info a {
			background-color: #c97a37;
		}

		.menu li {
			display: inline-block;
			vertical-align: top;
		}

		.menu .primary {
			position: relative;
			z-index: 200;
			background-color: #fff;
			border-bottom: 2px solid #000;
			text-align: center;
		}
		.menu .primary li {
			width: 14.285%;
			/* width: calc(100% / 7); */
			max-width: 172px;
			border-right: 1px solid #fff;
		}
		.menu .primary li:last-of-type {
			border-right: none;
		}
		/* needs to be exactly 1200px in total */
		.menu .primary li:nth-last-of-type(-n+4) {
			max-width: 171px;
		}
		.shimintimes .menu .primary a {
			padding: 9px 0;
			display: block;
			overflow: hidden;
			color: #fff;
			font-size: 15px;
		}
		.menu .primary a span {
			position: relative;
		}
		.menu .primary a span:after {
			content: '';
			width: 100%;
			position: absolute;
			left: 0;
			bottom: -15px;
			border-bottom: 5px solid #f3f3f3;
			transition: bottom 0.3s ease;
		}

		.shimintimes .menu .primary a:active,
		.shimintimes .menu .primary a:hover,
		.shimintimes .menu .primary a:focus {
			text-decoration: none;
		}

		.menu .primary a:active span:after,
		.menu .primary a:hover span:after,
		.menu .primary a:focus span:after,

		body.home .menu .primary .nav-home a span:after,
		body.politics .menu .primary .nav-politics a span:after,
		body.regional .menu .primary .nav-regional a span:after,
		body.sports .menu .primary .nav-sports a span:after,
		body.edu .menu .primary .nav-edu a span:after,
		body.features .menu .primary .nav-features a span:after,
		body.info .menu .primary .nav-info a span:after {
			bottom: -10px;
		}

		.menu .secondary {
			position: relative;
			z-index: 160;
			margin: 15px 20px 0 0;
			border-right: 1px solid #ccc;
			line-height: 20px;
			text-align: right;
			transition: margin-top 0.3s ease-in-out;
		}
		.menu .secondary li {
			padding: 0 15px;
			border-left: 1px solid #ccc;
		}
		.menu .secondary a {
			color: #333;
			font-size: 14px;
		}

		#header .top-ad {
			width: 450px;
			width: 320px;
			position: absolute;
			top: 20px;
			top: 30px;
			right: 20px;
			display: block;
		}
		#header .searchform {
			width: 383px;
			width: 260px;
			position: absolute;
			top: 93px;
			right: 20px;
			right: 80px;
			display: block;
		}
		#header .social-links {
			position: absolute;
			top: 97px;
			right: 20px;
			display: block;
		}

	}
	@media screen and (min-width: 960px) {
		#header .head-date {
			/* position: relative; */
			/* top: auto; */
			/* left: auto; */
			/* margin: 54px 0 0 20px; */
			top: 106px;
			left: 420px;
			font-size: 14px;
			line-height: 135%;
			text-align: left;
		}
		#header .head-date {
/* 			display: inline-block; */
		}
	}
	@media screen and (min-width: 1024px) {
		#header .top-ad {
			width: 420px;
			top: 20px;
		}
		#header .searchform {
			width: 353px;
			right: 87px;
		}
	}
	@media screen and (min-width: 1140px) {
		#header .head-date {
			top: 100px;
			/* margin-top: 47px; */
			font-size: 20px;
		}
		#header .head-date strong {
			font-size: 27px;
		}
		#header .top-ad {
			width: 450px;
		}
		#header .searchform {
			width: 383px;
		}
	}
	@media screen and (min-width: 1240px) {
		#header .st-logo-wrap,
		#header .tagline {
			left: 50%;
			margin-left: -600px;
		}
		#header .top-ad,
		#header .social-links {
			right: 50%;
			margin-right: -600px;
		}
		#header .searchform {
			right: 50%;
			margin-right: -533px;
		}
		.menu .secondary {
			max-width: 1200px;
			margin: 15px auto 0;
		}
		#header .head-date {
			left: 50%;
			margin-left: -200px;
		}
	}

	/* SCROLLED HEADER STATE */
	@media screen and (min-width: 768px) {
		.scrolled #header {
			top: -162px;
		}
		.scrolled #header .menu .secondary {
			margin-top: -50px;
		}
	}





/* ==========================================================================



FOOTER
========================================================================== */

#footer {
	margin: 60px 0 0;
	padding: 40px 20px;
	border-top: 2px solid #000;
	color: #999;
	text-align: center;
	font-size: 11px;
	line-height: 140%;
}
#footer p {
	font-size: 11px;
	text-align: center;
}
#footer p + p {
	margin-top: 10px;
}
#footer .disclaimer {
	color: #333;
	font-size: 10px;
	line-height: 18px;
}
.footer a {
	font-size: 12px;
	line-height: 20px;
}
.footer li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
.footer .primary li {
	margin: 10px 0;
	padding: 0 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 20px;
}
.footer .primary li + li {
	margin-left: -1px;
}
.footer .primary + .primary {
	max-width: 600px;
	margin: 10px auto 0;
}
.footer .primary + .primary li {
	margin: 5px 0;
	padding: 0 11px;
	border: none;
}
.footer .primary + .primary li a {
	color: #666;
	font-size: 12px;
}
.footer .secondary {
	margin: 30px 0;
}
.footer .secondary li {
	margin: 10px 12px;
}
.footer .secondary a {
	color: #787878;
}
.footer .st-logo {
	margin: 35px auto 20px;
	display: block;
}

.backtotop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -80px;
	right: 20px;
	z-index: 100;
	line-height: 50px;
	border-radius: 3px;
	background-color: #222;
	color: #fff;
	font-size: 20px;
}
.scrolled .backtotop {
	bottom: 20px;
}
	@media screen and (min-width: 400px) {
		#footer .disclaimer {
			font-size: 12px;
			line-height: 22px;
		}
	}
	@media screen and (min-width: 1000px) {
		.footer .primary li {
			padding-right: 10px;
			padding-left: 10px;
		}
	}
	@media screen and (min-width: 1200px) {
		.footer .primary li {
			padding-right: 15px;
			padding-left: 15px;
		}
		.footer a {
			font-size: 14px;
		}
		.footer .primary + .primary {
			max-width: 100%;
		}
	}



/* ==========================================================================



HOME PAGE
========================================================================== */

.story {
	position: relative;
}

.story .meta {
	line-height: 14px;
	text-align: right;
}
.story .meta .cam-ico {
	color: #3d98ac;
	font-size: 14px;
	line-height: 14px;
}
.timestamp {
	color: #787878;
	font-size: 12px;
	line-height: 14px;
}





.today-news {
	margin: 15px 10px -20px;
	padding: 0 0 10px;
}
.today-news .flag {
	margin: 0 0 5px;
	padding: 0 14px 0 0;
	display: block;
	color: #990000;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.today-news .heading {
	width: 200px;
	padding: 0 10px;
	display: inline-block;
	position: relative;
	background-color: #009e47;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	font-weight: normal;
	text-align: center;
}
.today-news .heading:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	border-left: 2px solid #fff;
}
.today-news .story {
	margin: 0;
	padding: 10px;
	background-color: #f2f2f2;
}
.today-news .content {
	padding: 5px 10px;
	background-color: #fff;
	text-align: left;
}
.today-news .story-headline {
	display: inline;
	font-size: 12px;
}
	@media screen and (min-width: 768px) {
		.today-news {
			margin-top: 40px;
			margin-bottom: 15px;
			padding: 0;
		}
		.today-news .content {
			width: 100%;
			max-width: 590px;
			display: inline-block;
			vertical-align: top;
		}
		.today-news .heading {
			width: 200px;
		}
		.today-news .story {
			width: calc(100% - 200px);
			margin: 0;
			padding: 10px;
			display: inline-block;
			vertical-align: top;
			line-height: 100%;
			text-align: right;
		}
		.today-news .flag {
			width: 96px;
			margin-bottom: 0;
			padding-left: 10px;
			display: inline-block;
			vertical-align: middle;
			border-right: 1px solid #f2f2f2;
			line-height: 20px;
		}
		/*.today-news .story a {
			width: calc(100% - 96px);
			display: inline-block;
			vertical-align: middle;
			line-height: 20px;
		}*/
		.today-news .story-headline {
			padding-left: 10px;
			display: block;
			line-height: 100%;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
	}
	@media screen and (min-width: 1250px) {
		.today-news {
			margin-right: 15px;
			margin-left: 15px;
		}
	}


.story-headline {
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	/* display: inline; */
}

.ticker {
		display: block;
		width: 100%;
		text-align: left;
		position: relative;
		vertical-align: middle;
		overflow-x: hidden;
		overflow-y: visible;
}
.ticker ul {
		display: block;
    width: 100%;
    position: relative;
}
.ticker ul li {
		display: block;
    display: none;
    width: 100%;
    line-height: 20px;
    vertical-align: middle;
		white-space: pre-wrap;
}
.ticker ul li a,
.ticker ul li span{
    display: block;
		height: auto;
    color: #6b767c;
		font-size: 12px;
}
.ticker ul li a:before,
.ticker ul li span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.ticker ul li a:hover{
	text-decoration: none;
}
	@media screen and (min-width: 768px) {
		.ticker {
			width: calc(100% - 107px);
			margin-left: 5px;
			display: inline-block;
		}
		.ticker ul li a {
			width: 100%;
			vertical-align: middle;
			line-height: 20px;
			height: 20px;
		}		
	}




.mod {
	margin: 40px 0;
}

.mod > .heading {
	margin: 0 10px 17px;
	padding: 10px 10px 9px 16px;
	border-left: 4px solid #009a45;
	background-color: #f2f2f2;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
}

.mod-top {
	margin: 15px 10px;
	position: relative;
	background-color: #f2f2f2;
	text-align: left;
}
.mod-top .heading {
	min-width: 120px;
	margin: 0;
	padding: 16px 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #009e47;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
body.politics .story-wrap .mod-top .heading {
	background-color: #1f9b7b;
}
body.regional .story-wrap .mod-top .heading {
	background-color: #3d98ac;
}
body.sports .story-wrap .mod-top .heading {
	background-color: #3d7bac;
}
body.edu .story-wrap .mod-top .heading {
	background-color: #927ec3;
}
body.features .story-wrap .mod-top .heading {
	background-color: #cc388c;
}
body.info .story-wrap .mod-top .heading {
	background-color: #c97a37;
}

.mod-top .heading:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	border-left: 2px solid #fff;
}

.mod-top .more-link {
	padding: 4px 18px 4px 13px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background-color: #fff;
	font-size: 12px;
}
.mod-top .more-link svg {
	margin-right: 5px;
}
.mod-top .more-link svg path {
	fill: #009e47;
}


	@media screen and (min-width: 375px) {
		.mod-top .heading {
			min-width: 150px;
		}
		.page .mod-top .heading {
			min-width: 200px;
		}
	}
	@media screen and (min-width: 1250px) {
		.mod-top,
		.mod > .heading {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.top-stories-3 {
	text-align: center;
}
.top-stories-3 .story {
	margin: 15px 10px;
	text-align: left;
}
.top-stories-3 .story a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(27, 27, 27, 0);
	transition: background-color 0.3s ease-in-out;
}
.top-stories-3 .story-headline {
	padding: 11px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(27, 27, 27, 0.5);
	color: #fff;
	font-size: 12px;
	line-height: 160%;
	transition: background-color 0.3s ease-in-out;
}

.top-stories-3 .story a:active:before,
.top-stories-3 .story a:hover:before,
.top-stories-3 .story a:focus:before {
	background-color: rgba(27, 27, 27, 0.3);
}
.top-stories-3 .story a:active .story-headline,
.top-stories-3 .story a:hover .story-headline,
.top-stories-3 .story a:focus .story-headline {
	background-color: rgba(27, 27, 27, 1);
}


.top-stories-3 .story .img {
	position: relative;
	z-index: 5;
	overflow: hidden;
	background-color: #ccc;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-stories-3 .story .img:after {
	content: '';
	padding-top: 63.75%;
	display: block;
}
/* visuallyhidden */
.top-stories-3 .story .img img {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
	@media screen and (min-width: 600px) {
		.top-stories-3 .story:first-of-type {
			margin-bottom: 3px;
		}
		.top-stories-3 .story:nth-last-of-type(-n+2) {
			width: 47%;
			width: calc(50% - 14px);
			margin: 3px;
			display: inline-block;
			vertical-align: top;
		}
	}
	@media screen and (min-width: 768px) {
		.top-stories-3 {
			margin: 0 10px;
			position: relative;
		}
		.top-stories-3:after {
			content: '';
			padding-top: 42.5%;
			display: block;
		}
		.shimintimes .top-stories-3 .story {
			width: auto;
			margin: 0;
			position: absolute;
		}
		.top-stories-3 .story:nth-of-type(1) {
			top: 0;
			right: 66.83%;
			right: 33.17%;
			bottom: 0;
			left: 0;
			margin: 0 3px 0 0;
		}
		.top-stories-3 .story:nth-of-type(2) {
			top: 0;
			right: 0;
			bottom: 50%;
			left: 66.83%;
			margin: 0 0 3px 3px;
		}
		.top-stories-3 .story:nth-of-type(3) {
			top: 50%;
			right: 0;
			bottom: 0;
			left: 66.83%;
			margin: 3px 0 0 3px;
		}
		.top-stories-3 .story .img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
		.top-stories-3 .story .img:after {
			display: none;
		}
	}
	@media screen and (min-width: 1250px) {
		.top-stories-3 {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.lineup-stories {
	margin: -11px 0 0;
	text-align: left;
}
.lineup-stories .story {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #d2d2d2;
	text-align: left;
}
.lineup-stories .story .meta {
	margin-top: 5px;
}
.mod-top + .lineup-stories {
	margin-top: -13px;
}
	@media screen and (min-width: 375px) {
		.lineup-stories .story a {
			padding-right: 110px;
			display: block;
		}
		.lineup-stories .story .meta {
			position: absolute;
			top: 8px;
			right: 0;
		}
	}
	@media screen and (min-width: 600px) {
		.lineup-stories {
			margin-top: 1px;
		}
	}
	@media screen and (min-width: 768px) {
		.top-stories .lineup-stories {
			margin-top: 4px;
/* 			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 0;
			-moz-column-gap: 0;
			column-gap: 0; */
		}
		.top-stories .lineup-stories .story {
			width: 47%;
			width: calc(50% - 20px);
			display: inline-block;
			vertical-align: top;
		}
	}
	@media screen and (min-width: 1250px) {
		.lineup-stories .story {
			margin-right: 15px;
			margin-left: 15px;
		}
		.top-stories .lineup-stories .story {
			width: calc(50% - 30px);
		}
	}




.lineup-home .mod-top .heading {
	background-color: #009e47;
}
.lineup-politics .mod-top .heading {
	background-color: #1f9b7b;
}
.lineup-regional .mod-top .heading {
	background-color: #3d98ac;
}
.lineup-sports .mod-top .heading {
	background-color: #3d7bac;
}
.lineup-edu .mod-top .heading {
	background-color: #927ec3;
}
.lineup-features .mod-top .heading {
	background-color: #cc388c;
}
.lineup-info .mod-top .heading {
	background-color: #c97a37;
}


.lineup-stories .story .thumb,
.lineup-stories .story .thumb + .txt {
	display: inline-block;
	vertical-align: middle;
}
.lineup-stories .story .thumb {
	width: 223px;
	width: 38.13%;
	background-image: url(/common/gfx/story-thumb-default.jpg);
	background-color: #ccc;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.lineup-stories .story .thumb:after {
	content: '';
	padding-top: 63.68%;
	display: block;
}
/* visuallyhidden */
.lineup-stories .story .thumb img {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	opacity: 0;
}
.lineup-stories .story .thumb + .txt {
	width: 61.87%;
	padding-left: 15px;
}
.lineup-stories .story .thumb + .txt a {
	padding-right: 0;
}
.lineup-stories .story .thumb + .txt a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.lineup-stories .story .thumb + .txt .meta {
	position: static;
	text-align: right;
}
	@media screen and (min-width: 768px) {
		.lineup-stories .story .thumb + .txt .story-headline {
			font-size: 16px;
			line-height: 25px;
		}
	}

	@media screen and (min-width: 768px) {
		.page-bottom {
			margin-top: 25px;
			text-align: center;
		}
		.col {
			/* height: 500px; */
			margin: 0 10px;
			margin: 0;
			float: left;
		}
		.col-left,
		.col-right {
			width: 25%;
			width: calc(25.04% - 20px);
			width: 25.04%;
			width: 30%;
		}
		.col-mid {
			width: 41%;
			width: calc(49.92% - 20px);
			width: 49.92%;
			width: 40%;
		}

		.col-main {
			width: 70%;
		}
		.col-main-half {
			width: 50%;
		}

	}
	@media screen and (min-width: 940px) {
		.col-left,
		.col-right {
			width: 25.04%;
		}
		.col-mid {
			width: 49.92%;
		}

		.col-main {
			width: 74.96%;
		}
		.col-main-half {
			width: 50%;
		}

	}
	@media screen and (min-width: 1250px) {
/* 		.col {
			margin-right: 15px;
			margin-left: 15px;
		}
		.col-left {
			width: calc(25.04% - 30px);
		}
		.col-mid {
			width: calc(49.92% - 30px);
		}
		.col-right {
			width: calc(25.04% - 30px);
		} */
	}


.weather-glance ul {
	margin: 0 10px;
	list-style: none;
}
.weather-glance ul li {
	width: 33.33%;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.weather-glance ul li:nth-of-type(3n) {
	border-right: 1px solid #e6e6e6;
}
.weather-glance ul li:nth-last-of-type(-n+3) {
	border-bottom: 1px solid #e6e6e6;
}
/* .weather-glance ul li:last-of-type {
	border-right: none;
	border-bottom: none;
} */
.weather-glance ul li {
	height: auto;
}
.weather-glance ul li img {
	width: 60px;
	display: block;
	margin: -17px auto 9px;
}

.weather-glance ul li a {
	line-height: 55px;
	padding: 0;
	display: block;
	font-size: 14px;
	text-align: center;
}
.weather-glance ul li a svg {
	margin-right: 7px;
}
.weather-glance ul li a path {
	fill: #009e47;
}
.weather-glance ul li a:active,
.weather-glance ul li a:hover,
.weather-glance ul li a:focus {
/* 	background-color: #efefef; */
}
	@media screen and (min-width: 1250px) {
		.weather-glance ul {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

/* weather condition additions */
.weather-glance ul li {
	width: 33.33%;
	height: 60px;
	padding: 10px 0 5px;
	position: relative;
	transition: background-color 0.3s ease-in-out;
}
.weather-glance ul li a {
	line-height: 100%
}
.weather-glance ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/* 	z-index: -1; */
	display: block;
/* 	background-color: red; */
}
.weather-glance ul li:hover {
	background-color: #efefef;
}
.weather-glance ul li:last-of-type:hover {
	background-color: transparent;
}
.weather-condition {
	margin: 5px auto 0;
	display: block;
	font-size: 12px;
	text-align: center;
}
.weather-condition .wi {
	margin-right: 5px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.weather-condition .wi + span {
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
}
.weather-glance .weather-most-pop-code {
	padding: 0;
	text-align: center;
}
.weather-most-pop-code .wi {
	color: #3d98ac;
	font-size: 32px;
	line-height: 60px;
}


.banners {
	margin-right: 10px;
	margin-left: 10px;
}
.banners li {
	max-width: 332px;
	margin: 15px auto;
	display: block;
	list-style: none;
}
.banners a {
	position: relative;
	display: block;
}
.banners a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	border: 1px solid transparent;
	transition: border-color 0.3s ease-in-out;
}
.shimintimes .banners a:active:before,
.shimintimes .banners a:hover:before,
.shimintimes .banners a:focus:before {
	border-color: rgba(0, 158, 71, 1);
}
.banners li img {
	width: 100%;
}
.banners .border a:before {
	border-color: #dfdfdf;
}
.banners .border a:active,
.banners .border a:hover,
.banners .border a:focus {
	border-color: #009e47;
}

	@media screen and (min-width: 500px) and (max-width: 767px) {
		.col-right .banners {
			margin: 26px 0;
		}
		.col-right .banners ul {
			padding-right: 3px;
			padding-left: 3px;
		}
		.col-right .banners li {
			width: 46%;
			width: calc(50% - 14px);
			margin: 7px;
			display: inline-block;
			vertical-align: top;
		}

	}
	@media screen and (min-width: 1250px) {
		.banners {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.mod-tabs nav ul {
	margin: 0 10px;
	border-top: 1px solid #e6e6e6;
}
.mod-tabs nav li {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.mod-tabs nav li:last-of-type {
	border-right: 1px solid #e6e6e6;
}
.mod-tabs nav li a {
	padding: 10px 5px;
	display: block;
	background-color: #f2f2f2;
	color: #333;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.mod-tabs nav li.on {
	border-bottom: none;
}
.mod-tabs nav li.on a,
.mod-tabs nav li a:active,
.mod-tabs nav li a:hover,
.mod-tabs nav li a:focus {
	background-color: #fff;
	color: #000;
}

.tab-content-wrap {
	margin: -2px 10px 0;
	border: 1px solid #e6e6e6;
	border-top: none;
}

.mod-tabs .tab-content {
	padding: 5px 0;
	display: none;
}
.mod-tabs .tab-content.on {
	display: block;
}

.mod-tabs .lineup-stories .story:last-of-type {
	border-bottom: none;
}
.mod-tabs .lineup-stories .story a {
	padding-right: 0;
}
.mod-tabs .lineup-stories .story .meta {
	position: static;
}
	@media screen and (min-width: 1250px) {
		.mod-tabs nav ul,
		.tab-content-wrap {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.mod-ranking .lineup-stories {
	margin: 0;
	counter-reset: rank-count;
}
.mod-ranking .lineup-stories .story a h3 {
	padding-left: 33px;
}
.mod-ranking .lineup-stories .story a:before {
	counter-increment: rank-count;
	content: counter(rank-count);
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: 14px;
	left: 0;
	border-radius: 2px;
	background-color: #787878;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.mod-ranking .lineup-stories .story:nth-of-type(-n+3) a:before {
	background-color: #990000;
}






/* ==========================================================================
HOME UPDATES
========================================================================== */
.home .top-stories .lineup-stories a {
	padding: 0;
	display: inline;
}
.home .top-stories .lineup-stories .story-headline {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	display: inline;
}
.home .top-stories .lineup-stories .story .meta {
	margin: 0 0 0 2px;
	position: static;
	display: inline-block;
	white-space: nowrap;
}


/* ==========================================================================



SECTION PAGE
========================================================================== */

.breadcrumb {
	margin: 10px 10px -10px;
}
.breadcrumb li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	color: #999;
	font-size: 12px;
	line-height: 16px;
}
.breadcrumb li:first-of-type {
	font-size: 16px;
}
.breadcrumb li svg.fa-angle-right {
	margin: 0 12px;
}
	@media screen and (min-width: 1250px) {
		.breadcrumb {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.pagination {
	margin: 25px auto;
	text-align: center;
}
.pagination li {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
.pagination li > a,
.pagination li > span {
	width: 25px;
	line-height: 23px;
	display: block;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 11px;
}
.pagination li.on > span {
	border-color: #ddd;
	background-color: #fff;
	color: #000;
}
.pagination li span.current_page {
	border-color: #ddd;
	background-color: #fff;
	color: #000;
}
.pagination li > a:active,
.pagination li > a:hover,
.pagination li > a:focus {
	border-color: #009e47;
	background-color: #009e47;
	color: #fff;
}

.pagination li > .arrow {
	width: 19px;
	height: 19px;
	margin: 3px 0;
	border: none;
	border-radius: 50%;
	background-color: #666;
	font-size: 12px;
	line-height: 19px;
}
.pagination li > .arrow.prev {
	margin-right: 10px;
	margin-left: 5px;
}
.pagination li > .arrow.next {
	margin-right: 5px;
	margin-left: 10px;
}

	@media screen and (min-width: 900px) {
		.other-news {
			margin-top: 4px;
/* 			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 0;
			-moz-column-gap: 0;
			column-gap: 0; */
		}
		.other-news > .mod {
			width: 47%;
			width: calc(50% - 20px);
			width: 50%;
			display: inline-block;
			vertical-align: top;

			margin-top: 20px;
			margin-bottom: 20px;
			display: inline-block;
			vertical-align: top;
		}

	}





/* ==========================================================================



STORY PAGE
========================================================================== */

.story-wrap .mod-top {
	margin-top: 40px;
}

.story-readmore {
	width: 250px;
	height: 50px;
	margin: 40px auto 0;
	position: relative;
	display: block;
	border-radius: 2px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
}
.story-readmore:active,
.story-readmore:hover,
.story-readmore:focus {
	background-color: #009e47;
	text-decoration: none;
}
.story-readmore:before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	background: url(/common/gfx/sprite.svg) no-repeat 0 0;
	background-size: 100px auto;
}

.story-nav {
	margin: 30px auto 70px;
	text-align: center;
}
.story-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px;
	list-style: none;
}

.story-nav li a {
	width: 250px;
	display: block;
}

.story-nav.alt li a {
	width: 150px;
	padding: 6px 10px;
	border: none;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.story-nav.alt li a span {
	margin: 0 6px;
	color: #fff;
	font-size: 15px;
}

.story-box {
	padding: 40px 10px;
}
.story-box img {
	width: 100%;
	margin: 0 auto 30px;
}
.story-box img#lengthPh {
	width: 60%;
	margin: 0 auto 30px;
}
.story-body {
	display: none;
}
.full-story .story-body {
	display: block;
}

.story-single h1 {
	margin: 0 10px;
	font-size: 21px;
	line-height: 150%;
	font-weight: normal;
}
.story-single .EntryTxtBody, .story-single p {
	margin: 1em 0;
	font-size: 14px;
	line-height: 200%;
	text-align: left;
}

.share {
	margin: 8px -7px 15px;
	line-height: 100%;
	font-size: 1px;
}
.share > div {
	margin: 5px 7px;
	display: inline-block;
	vertical-align: top;
}

/* @media screen and (max-width: 768px) {
	.share{
		overflow: hidden;
	}
	.share > div{
		margin: 0;
	}
	.share > div.facebook{
		display: block;
		margin-bottom: 5px;
		
	}
	.share > div.facebook twitter{
		margin-right: 7px;
	}
} */

.story-intro figure {
	margin-bottom: 30px;
}
.story-intro img {
	margin-bottom: 7px;
}
.story-intro figcaption {
	color: #787878;
	font-size: 12px;
	line-height: 20px;
}

	@media screen and (min-width: 768px) {
		.story-box {
			/* margin: 10px; */
			padding: 50px 20px;
			border: 1px solid #ccc;
		}
		.story-single h1 {
			font-size: 26px;
		}
		.story-single .EntryTxtBody, .story-single p {
			font-size: 16px;
		}
		.story-box > * {
			max-width: 650px;
			margin-right: auto;
			margin-left: auto;
		}
		.story-nav {
			margin-top: 50px;
			margin-bottom: 30px;
		}
		.story-nav.alt {
			margin-top: 20px;
		}
	}
	@media screen and (min-width: 1250px) {
		.story-single h1,
		.story-box {
			margin-right: 15px;
			margin-left: 15px;
		}
	}


/* ==========================================================================



LANDING PAGES (TOUR, HALL, ETC)
========================================================================== */

.story-head {
	margin: 0;
	padding: 11px 15px;
	background-color: #009e47;
	color: #fff;
}
.story-head + .story-box {
	margin: 0 10px 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
}
	@media screen and (min-width: 768px) {
		.story-head {
			text-align: center;
		}
	}
	@media screen and (min-width: 1250px) {
		.story-head + .story-box {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.story-box h2,
.story-box h3,
.story-box h4,
.story-box h5,
.story-box h6 {
	margin: 1em 0;
	font-weight: normal;
}
.story-box h2 {
	/* padding-bottom: 10px; */
	/* border-bottom: 1px solid #ccc; */
}

.shimintimes .tel-promo {
	margin: 40px 0;
	text-align: center;
}

.tel-promo .tel {
	padding: 15px 0;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tel {
	color: #1f9b7b;
	font-size: 16px;
	line-height: 100%;
}
.tel .fa-ico {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.tel svg {
	margin-right: 5px;
	vertical-align: -0.10em;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: "FlipH";
	filter: FlipH;
}
.tel strong {
	display: inline-block;
	vertical-align: middle;
}

.fax .fa-ico {
	display: inline-block;
	vertical-align: middle;
}
.fax svg {
	margin-right: 5px;
}
.fax strong {
	display: inline-block;
	vertical-align: middle;
}

.addr {
	color: #999;
	font-size: 14px;
}

.story-box ul {
	margin: 0 10px;
	font-size: 14px;
}
.story-box ul + ul {
	margin-top: 1em;
}
.story-box ul li {
	margin: 0 10px 0 0;
	padding-left: 10px;
	position: relative;
	list-style: none;
	line-height: 200%;
}
.story-box li + li {
	margin-top: 5px;
}
.story-box ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	top: 11px;
	left: 0;
	background-color: #000;
	border-radius: 50%;
}
.story-box ul li p {
	margin: 0;
	font-size: 14px;
}
.story-box ul li p + p {
	margin-top: 5px;
}
.story-box ul li .head {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.story-box ol {
	margin: 1em 0 1.57em;
	padding-left: 30px;
}
.story-box ol li {
	margin: 10px 0;
	padding-left: 10px;
	position: relative;
}

.story-box .mod-top {
	margin-right: 0;
	margin-left: 0;
}
.story-box .mod-top .heading {
	padding-top: 7px;
	padding-bottom: 7px;
}
.story-box .mod-top.alt1 strong {
	background-color: transparent;
	color: #000;
	text-align: left;
	padding-left: 20px;
}
.story-box .mod-top.alt1 .heading:before {
	border-color: #009e47;
}
.story-box h2 + .mod-top {
	margin-top: 20px;
}

.page .story-single .story-box {
	margin: 0 10px;
	border: none;
	padding: 0;
}
.page .story-box > * {
	max-width: none;
}
	@media screen and (min-width: 1250px) {
		.page .story-single .story-box {
			margin-right: 15px;
			margin-left: 15px;
		}
	}

.shimintimes .headstyle1 {
	margin: 40px 0 20px;
	padding: 5px 0 5px 16px;
	position: relative;
	display: block;
	border-left: 4px solid #009e47;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	text-align: left;
}
.shimintimes .headstyle2 {
	padding: 0 0 0 15px;
	position: relative;
	color: #3d98ac;
	font-size: 19px;
	line-height: 32px;
	text-align: left;
}
.shimintimes .headstyle2:before {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	/* top: 50%; */
	top: 10px;
	left: 0;
	/* margin: -5px 0 0; */
	background-color: #3d98ac;
}
.list-1 + .headstyle1 {
	margin-top: 90px;
}
.list-1 + .headstyle1:before {
	content: '';
	height: 1px;
	position: absolute;
	top: -40px;
	right: -5px;
	left: -5px;
	display: block;
	border-top: 1px solid #ccc;
}

/* .story-box .list-1 + .headstyle1 {
	margin-top: 40px;
}
.story-box .list-1 + .headstyle1:before {
	display: none;
} */

.link {
	text-align: center;
}
.link img {
	width: inherit;
}
.link a {
	display: inline-block;
	vertical-align: top;
}
	@media screen and (min-width: 768px) {
		.page .story-single {
			margin-bottom: 55px;
		}
	}



body:not(.search) table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing: 0;
	font-size: 16px;
	line-height: 32px;
}
body:not(.search) table th,
body:not(.search) table td {
	padding: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}
body:not(.search) table th {
	width: 28%;
	background-color: #ccecda;
}
body:not(.search) table tr {
	width: 72%;
	vertical-align: top;
}
body:not(.search) table th em,
body:not(.search) table td em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
}

body:not(.search) table .th1 {
	background-color: transparent;
}
body:not(.search) table .th2,
body:not(.search) table .th2 ~ td {
	background-color: #d5edf3;
}
	@media screen and (max-width: 600px) {
		body:not(.search) table th,
		body:not(.search) table td {
			width: 100%;
			display: block;
		}
	}
	@media screen and (min-width: 768px) {
		body:not(.search) table th,
		body:not(.search) table td {
			padding: 15px 20px;
		}
	}


.shimintimes body:not(.search) table .block .head {
	border-bottom: none;
}
body:not(.search) table .block li:before {
	display: none;
}
body:not(.search) table .block li {
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
body:not(.search) table .block li + li {
	margin-top: 30px;
}
body:not(.search) table .block li:last-of-type {
	border-bottom: none;
	padding-bottom: 10px;
}

.story-single .note {
	margin-top: 0;
	font-size: 12px;
}

.shimintimes .list-1 li .ended {
	margin: 0 0 5px;
	padding: 2px 6px;
	display: inline-block;
	background-color: #cc0000;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.shimintimes .list-1 li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dotted #d2d2d2;
}
.shimintimes .list-1 li:before {
	display: none;
}
.shimintimes .list-1 li p {
	margin: 0;
}
.shimintimes .list-1 strong {
	display: block;
	font-size: 16px;
}
.shimintimes .list-1 .date {
	color: #a31818;
}
.shimintimes .list-1 .pdf {
	margin-top: 10px;
}
	@media screen and (min-width: 600px) {
		.shimintimes .list-1 {
			margin: 0 -10px;
		}
		.shimintimes .list-1 li {
			width: 45%;
			width: calc(50% - 20px);
			margin: 0 10px;
			display: inline-block;
			vertical-align: top;

		}
	}

.shimintimes .story-box .list-1.links {
	margin: 0;
}
.shimintimes .list-1.links {
	text-align: left;
}
.shimintimes .list-1.links li {
	padding: 5px 0;
	font-size: 12px;
}
.shimintimes .list-1.links li a {
	color: #00652d;
}
.shimintimes .list-1.links li a + span {
	display: block;
}
	@media screen and (min-width: 400px) {
		.shimintimes .list-1.links,
		.shimintimes .story-box .list-1.links {
			margin: 0 -10px;
		}
		.shimintimes .list-1.links li {
			width: 42%;
			width: calc(50% - 20px);
			margin: 0 10px;
			display: inline-block;
			vertical-align: top;
		}
	}
	@media screen and (min-width: 600px) {
		.shimintimes .list-1.links li {
			width: 28%;
			width: calc(33.33% - 20px);
		}
		.shimintimes .links .list-1.links li {
			width: 42%;
			width: calc(50% - 20px);
		}
	}
	@media screen and (min-width: 1000px) {
		.shimintimes .list-1.links li {
			width: 22%;
			width: calc(25% - 20px);
		}
		.shimintimes .links .list-1.links li {
			width: 28%;
			width: calc(33.33% - 20px);
		}
	}


.shimintimes .list-2 a > span {
	margin-right: 5px;
	color: #009e47;
    font-size: 12px;
}
.shimintimes .list-2 li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #d2d2d2;
}
.shimintimes .list-2 .list-2 li:first-of-type {
	border-top: 1px dotted #d2d2d2;
}
.shimintimes .list-2 .list-2 li:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.shimintimes .list-2 li:before {
	display: none;
}
.shimintimes .list-2 li > span {
	padding: 0 0 10px;
	display: block;
}

.shimintimes .list-2 li p {
	margin: 0;
}
.shimintimes .list-2 strong {
	display: block;
	font-size: 16px;
}
.shimintimes .list-2 .date {
	color: #a31818;
}
.shimintimes .list-2 .pdf {
	margin-top: 10px;
}
	@media screen and (min-width: 600px) {
		.story-body > .list-2 {
			margin: 0 -10px;
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 0;
			-moz-column-gap: 0;
			column-gap: 0;
		}
		.story-body > .list-2 li {
			width: 100%;
			width: calc(100% - 20px);
			margin: 0 10px;
			display: inline-block;
		}
	}




/* ==========================================================================
PAGE NAV
========================================================================== */
.shimintimes .page-nav {
	margin: 0 10px 40px;
	padding: 10px;
	background-color: #e5f5ec;
	text-align: center;
}
.shimintimes .page-nav li {
	margin: 5px 0 5px -1px;
	padding: 0 12px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
}
.shimintimes .page-nav li:before {
	display: none;
}
.shimintimes .page-nav li span {
	margin-left: 5px;
	color: #888
}
.shimintimes .mod-top + .page-nav {
	margin-top: -5px;
}

.shimintimes .story-box .page-nav {
	margin-right: 0;
	margin-left: 0;
}

/* ==========================================================================
HALL LP
========================================================================== */
.page.hall .story-single .story-box {
	margin: 0;
}
.hall-card {
	margin: 20px 0 0;
	padding: 40px 0;
	position: relative;
}
.hall-card:before {
	content: '';
	height: 1px;
	position: absolute;
	top: 0;
	right: 10px;
	left: 10px;
	display: block;
	border-top: 1px solid #ccc;
}
.hall-card .headstyle1,
.hall-card .headstyle1 + .btn {
	margin: 5px 10px;
	display: inline-block;
	vertical-align: middle;
}
.hall-card .headstyle1 {
	line-height: 24px;
}
.hall-card .headstyle1 + .btn {
	padding: 5px 14px;
}

.hall-card .headstyle2 {
	margin: 30px 10px 10px;
}
.hall-card .headstyle2 ~ p {
	margin: 0 10px;
}
.hall-card .headstyle2 ~ p + ul,
.hall-card .headstyle2 ~ p + p {
	margin-top: 32px;
}

.shimintimes .hall-card .btn.sml + p {
	margin: 5px;
}
.shimintimes .hall-card p > strong {
	font-size: 16px;
}
.shimintimes .hall-card p > strong + span {
	font-size: 14px;
}
.shimintimes .hall-card p > em {
	display: block;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
}
.hall-card > p > span {
	margin: 0 5px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 20px;
}
.hall-card .btn.map {
	margin: 10px;
}
.hall .story-box {
	margin: 0;
}
.hall-card .list-1 {
	margin: 0 10px;
}
.hall-card .list-1 p {
	font-size: 12px;
}
.hall-card .list-1 .date {
	font-size: 14px;
}
.hall-card .headstyle2 + .list-1 {
	margin-top: -20px;
}

	@media screen and (min-width: 600px) {
		.hall-card .list-1 {
			margin: 0;
		}
	}
	@media screen and (min-width: 1120px) {
		.hall-card .btn.map {
			position: absolute;
			top: 30px;
			right: 0;
		}
	}

/* ==========================================================================
HALL SINGLE
========================================================================== */
.story-body.hall-card {
	margin-top: 0;
	padding-top: 20px;
}
.story-body.hall-card:before {
	display: none;
}

.story-body.hall-card .btn.map {
	top: 15px;
}

.story-body.hall-card img {
	max-width: 250px;
}
	@media screen and (min-width: 600px) {
		.story-body.hall-card img {
			margin: 0 0 20px 20px;
			float: right;
		}
	}
	@media screen and (min-width: 768px) {
		.story-body.hall-card {
			padding-right: 10px;
		}
		.story-body.hall-card img {
			margin: 0 0 20px 40px;
			float: right;
		}
	}
	@media screen and (min-width: 1250px) {
		.story-body.hall-card {
			padding-right: 15px;
			padding-left: 5px;
		}
		.hall-card .btn.map {
			right: 5px;
		}
		.shimintimes .hall-card p {
			margin-right: 15px;
			margin-left: 10px;
		}
		.story-body.hall-card img {
			margin: 0 0 20px 20px;
			float: right;
		}
	}

.story-body.hall-card .map-img {
	max-width: 600px;
	margin: 60px auto;
	float: none;
}

.hall-table-wrap {
	margin: 0 -10px 0 10px;
	overflow: auto;
}
.hall-table-wrap + .hall-table-wrap,
.hall-table-wrap ~ .note + .hall-table-wrap {
	margin-top: 20px;
}

.hall-table {
	min-width: 500px;
	font-size: 14px;
	line-height: 20px;
}
.hall-table + .hall-table{
	margin-top: 1em;
}
.hall-table-wrap.sml {
	margin-right: 10px;
}
.hall-table-wrap.sml .hall-table {
	min-width: 0;
}
.hall-table th,
.hall-table td {
	width: auto;
	padding: 10px 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color:#000000 !important;
}
.hall-table caption {
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #3d98ac;
	color: #000000 !important;
	font-size: 16px;
}
.hall-table th {
	min-width: 50px;
	background-color: #ccecda;
}
.hall-table thead th {
	background-color: #3d98ac;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.hall-table-wrap ~ .note {
	margin: 0;
}

body:not(.search) table .note {
	margin: 0;
	text-align: center;
}

body:not(.search) table .color {
	color: #3d98ac;
}
	@media screen and (min-width: 600px) {
		.hall-table-wrap {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 768px) {
		.hall-table-wrap.sml {
			margin-right: 0;
		}
	}

.table-style {
	margin: 40px 0;
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 16px;
	line-height: 32px;
}
.table-style:before {
	content: '';
	width: 28%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #ccecda;
}
.table-style dt,
.table-style dd {
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}
.table-style dt {
	width: 28%;
	border-top: 1px solid #ccc;
	font-weight: bold;
}
.table-style dd {
	width: 72%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table-style dd + dd {
	margin-left: 28%;
}

.table-style .btn {
	margin: 5px 0;
	display: inline-block;
	vertical-align: top;
}
.table-style .btn + .btn {
	margin: 5px;
}
.table-style .tel {
	display: inline-block;
	vertical-align: middle;
}
	@media screen and (min-width: 768px) {
		.table-style dt,
		.table-style dd {
			padding: 20px 30px;
		}
	}


.page.ganbaru .story-box {
	margin-top: 40px;
	text-align: center;
}

.col-img-txt {
	display: inline-block;
	vertical-align: top;
}
	@media screen and (min-width: 1090px) {
		.col-img-txt {
			width: 30%;
			padding-right: 10px;
			vertical-align: middle;
		}
		.col-img-txt + .col-img-txt {
			width: 70%;
			padding: 0 0 0 10px;
		}

	}


/* ==========================================================================
ADVERTISEMENT / 広告案内
========================================================================== */
.shimintimes .notice {
	margin: 40px 0;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: center;
}
.shimintimes .notice .fa-ico {
	color: #009e47;
}
.shimintimes .notice.alt1 {
	margin: 10px 0 20px;
	padding: 0;
	border: none;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.shimintimes .notice.alt1 .fa-ico {
	font-size: 18px;
	line-height: 18px;
}
.shimintimes .notice.alt1 + .notice.alt1 {
	margin-top: -10px;
}

.notice.pdf .btn {
	width: 160px;
	margin: 20px auto 0;
	padding: 13px 0;
	display: block;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	font-size: 15px;
	line-height: 22px;
}

.advertisement .story-box {
	text-align: center;
}
.advertisement .ad-intro {
	margin: 0;
	display: inline-block;
	vertical-align: top
}
.advertisement .ad-intro ~ p {
	text-align: center;
}
.advertisement .ad-intro + p .btn {
	padding: 13px 20px;
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	font-size: 15px;
	line-height: 22px;
}
.advertisement .ad-intro + p .btn span {
	margin-right: 10px;
	font-size: 15px;
}

.advertisement .hall-table-wrap {
	margin-left: 0;
}

.advertisement .story-box .page-nav {
	margin-top: 40px;
}

/* tables */
.advertisement table th em,
.advertisement table td em {
	white-space: nowrap;
}
.kijisita thead th:last-of-type {
	min-width: 120px;
}
.rinji thead th:last-of-type {
	min-width: 150px;
}




.accessmap {
	padding-top: 30px;
}
.accessmap iframe {
	width: 100%;
}
	@media screen and (min-width: 768px) {
		.accessmap iframe {
			height: 600px;
		}
	}
	
	
	
	
.privacy .hall-card .headstyle2 {
	margin-top: 40px;
	padding-top: 33px;
	border-top: 1px solid #ccc;
}
.shimintimes .privacy .headstyle2:before {
	top: 43px;
}


/* ==========================================================================
プラルト追加CSS
========================================================================== */

.story-box .noCopy {
	position:relative;
}
.story-box .noCopy.bgdGray {
	background:#fafafa;
}
.story-box .noCopy span.img_Guard {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: url(/common/gfx/spacer.gif);
}


.shimintimes .teiki h4.headstyle2{
	margin: 2em 0 0.5em;
}

.timeskoukokukai{

}
.teiki h5{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 20px 0 3px;
}
.teiki h5 + p{
	margin: 0 0 3px;
}
.subTxt{
	font-weight: normal;
	font-size: 85%;
}
.timeskoukokukai tbody th{
	width: 25%;
}
.timeskoukokukai td{
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

.timeskoukokukai td .monthly{
	float: left;
	width: 4em;
}
.timeskoukokukai td .ptn01{
	display: inline-block;
	float: left;
}
.timeskoukokukai td .ptn01 dt{
	float: left;
	margin-bottom: 3px;
}
.timeskoukokukai td .ptn01 dd{
	margin-left:6em; 
	margin-bottom: 3px;
	text-align: right;
	font-weight: normal;
}


.timeskoukokukai td .ptn02{
	margin: 0 0.5em;
	display: inline-block;
}
.timeskoukokukai td .ptn02 dt{
	float: left;
	position: relative;
	padding-left: 1em;
	margin-bottom: 3px;
}
.timeskoukokukai td .ptn02 dt::before {
    content:"";
    width: 0.75em;
    height: 0.75em;
    position: absolute;
		top: 50%;
    left: 0;
		transform: translateY(-50%);
    background-color: #3d98ac;
}
.timeskoukokukai td .ptn02 dd{
	margin-left:14em; 
	margin-bottom: 3px;
	text-align: right;
	font-weight: normal;
	color: #3d98ac;
}


.google-search-results .headstyle1 {
	margin-right: 10px;
	margin-left: 10px;
}
	@media screen and (min-width: 1250px) {
		.google-search-results .headstyle1 {
			margin-right: 15px;
			margin-left: 15px;
		}
	}


.top-notice {
	margin: 15px 10px 25px;
	padding: 12px;
	border: 2px solid rgba(204, 0, 0, 0.5);
	border-radius: 4px;
}
.top-notice h2 {
	width: 155px;
	margin: 0 0 12px;
	padding: 5px 0;
	display: inline-block;
	vertical-align: top;
	background-color: #cc0000;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;

}
.top-notice h2 .svg-inline--fa {
	margin-right: 5px;
}
.top-notice .ticker {
	overflow: hidden;
	font-size: 14px;
	line-height: 23px;
}
.top-notice .ticker ul li {
	font-size: inherit;
	line-height: inherit;
}
.top-notice .ticker a {
	font-size: inherit;
	line-height: inherit;
	color: currentColor;
}
	@media screen and (min-width: 768px) {
		.top-notice {
			margin-top: 40px;
			margin-bottom: 40px;
			margin-right:auto;
			margin-left: auto;
			width:90%;
		}
		.top-notice h2 {
			margin-bottom: 0;
		}
		.top-notice .ticker {
			width: calc(100% - 155px);
			margin: 0;
			display: inline-block;
			vertical-align: top;
			padding: 1px 0 0 20px;
		}
	}
	@media screen and (min-width: 1250px) {
		.top-notice {
			margin-right:auto;
			margin-left: auto;
			width:70%;
		}
	}





	@media print {
		#header,
		.col-left,
		.col-right,
		.backtotop,
		#footer nav,
		#footer .secondary {
			display: none;
		}
		.lineup-stories .story .thumb,
		.top-stories-3 .story .img {
			position: static;
			background: none !important;
		}
		.lineup-stories .story .thumb:after,
		.top-stories-3 .story .img:after,
		.top-stories-3 .story a:before {
			display: none;
		}
		.lineup-stories .story .thumb img,
		.top-stories-3 .story .img img {
			border: 0;
			clip: unset;
			height: auto;
			margin: 0;
			overflow: hidden;
			padding: 0;
			position: static;
			width: 100%;
			display: inline;
			opacity: 1;
		}
		.shimintimes .heading {
			width: auto;
			padding: 0;
			text-align: left;
		}
		.shimintimes .heading:before {
			display: none;
		}
		.story-box .noCopy span.img_Guard {
			display: none;
		}
		.top-stories-3 .story {
			width: 40%;
			display: inline-block;
			vertical-align: top;
		}
		.top-stories-3 .story:first-of-type {
			width: 80%;
			width: calc(80% + 20px);
		}
	}