* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html {
	cursor: pointer
}
body {
	width: 100%;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/*text-shadow: 0 1px 1px #000000;*/
	font-size: 14px;

	/* padding-bottom: 75px;*/ /* 広告領域用*/
}
body.bgblack {
	background-color:#000000;
}
ul,
p,
h3,
form {
	margin: 0;
	padding: 0
}
input {
	outline: none
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0
}
a {
	text-decoration: none;
	color: #0000FF
}
a img {
	border: none
}

.fbox {
	zoom: 100%;
}

.fbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

sup {
	position:relative;
	top:7px;
	_top:0px;
}

.hd {
	text-indent:-9999px;
}

.ad50,
.ad250 {
	width: 100%;
	text-align: -webkit-center;
	font-size: 16px;
	color: #666666;
	text-shadow: 0 0 0 #FFFFFF;
	background: #EEEEEE;
	height: auto;
}
.ad50 div,
.ad250 div {
	margin: 0 auto;
}

#top {
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #EAEAEA;
	background: #ffffff;
}
#top a {
	display: block;
	height: 48px;
}
#top_l,
#top_c,
#top_r {
	float: left;
	line-height: 48px;
	overflow: hidden;
}
#top_l {
	width: 0;
	background:none;
}
#top_c {
	width: 80%;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	text-align: left;
	padding-left:8px;
}
#top_c a {
	display:block;
	margin:0;
	padding:0;
	background:url(../images/logo.png);
	width:102px;
	height:45px;
}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
	#top_c a {
		background:url(../images/logo@2x.png);
		background-size:102px 45px;
	}
}

#top_r {
	width: 48px;
}

.list li .hover,
.list li a:active {
	background:#ccc;
}

#menu LI .hover,
#menu LI a:hover {
	BACKGROUND: #333;
}

#menu_b,
#back_b {
	height: 35px;
	cursor: pointer
}
#menu_b {
	background: url(../images/menu.png) left center no-repeat;
	width:48px;
	height:48px;
}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
	#menu_b {
	    background: url(../images/menu@2x.png) left center no-repeat
	    bacgkround-size:48px 48px;
	}
}

#back_b {
	border-right: 1px solid #5A5963;
	background: url(data:image/gif;base64,R0lGODlhFwASAIABAP///////yH5BAEAAAEALAAAAAAXABIAAAIrjG+giu25wJtw0RnldXnz6DVdeGTmiabqygasWjEkMs6xZrtgrlt8bQM6CgA7) center no-repeat
}
#center_box {
	width: 100%;
	overflow: hidden;
}
#center {
	width: 150%;
	overflow: hidden;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
}
#main,
#menu {
	float: left;
}
#main {
	width: 66.666666%;
	background-color:#EAEAEA;
}

#menu {
	background-color:#515151;
}

/* slideshow 01 */

ul#ss01 {
	overflow:hidden;
	width:100%;
}

ul#ss01 li a {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
ul#ss01 li a img {
	max-width:100%;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}

ul#ss01 li a h3 {
	display:block;
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	color:#ffffff;
	padding:5px 10px 15px 10px;
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
}

/* top main */
#main section {
	margin-bottom:6px;
	background-color:#FFF;
}

#main h2{
	padding:8px;

	/* added 170311 */
	padding-left:18px;
	margin-left:3px;
	background-image:url(../images/ic_h2_head.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	background-color:#FFF;
	font-weight:bold;
}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
	#main h2{
		background-image:url(../images/ic_h2_head@2x.png);
		background-size: 14px 14px;
	}
}


#main h2 a {
	font-size:100%;
	color:#000;
}

/* 記事リスト */
#main section ul.news_list {
	display:block;
	background-color:#EAEAEA;
}

#main section ul.news_list li {
	display:block;
	background-color:#FFF;
	margin-bottom:6px;
}

#main section ul.news_list li a:first-child {
	width:100%;
	display:block;
	color:#000;
}

/* 写真なし記事 */
#main section ul.news_list li a h3 {
	font-size:110%;
	padding:6px 0 4px 8px;
	margin-bottom:1em;;
}

#main section ul.news_list li a div.date {
	color: #8e8e8e;
	padding:0 0px 8px 8px;
}


/* 横置き写真記事 */

#main section ul.news_list li.hor a h3 {
	margin-bottom:1em;
}

#main section ul.news_list li.hor a>img {
	width:100%;
}

#main section ul.news_list li.hor a div.image_box>img {
	width:100%;
}

#main section ul.news_list li.hor a div.date {

}

/* 縦置き写真記事 */

#main section ul.news_list li.ver a {
	zoom: 100%;
	position:relative;
	overflow:hidden;
}

#main section ul.news_list li.ver a:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main section ul.news_list li.ver a h3 {
	position:absolute;
	left:8px;
	top:6px;
	padding:0;
	width:40%;
	width:-webkit-calc(50% - 16px);
	width:calc(100% - 130px);
	font-size:110%;
	/*margin-bottom:1em;*/
	/*margin-bottom:35px;*/
	max-height:90px;
	max-height:-webkit-calc(108px - 1em);
	max-height:calc(108px - 1em);
	overflow:hidden;
}

#main section ul.news_list li.ver a div.image_box {
	/*width:50%;*/
	width:120px;
	height:120px;
	display:block;
	float:right;
	background-color:#ffffff;
}

#main section ul.news_list li.ver a div.image_box img  {
	object-fit:cover;
	width:100%;
	height:100%;
}

#main section ul.news_list li.ver a div.date {
	position:absolute;
	bottom:0px;
	left:0px;
	color: #8e8e8e;
	line-height:1em;
	padding:1em 0px 8px 8px;
	width:40%;
	width:-webkit-calc(50% - 16px);
	width:calc(97% - 120px);
	font-size: 12px;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+25,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}


#main section ul.news_list li {
	position:relative;
}

/* 記事ソース */
#main section ul.news_list li a.source {
	position:absolute;
	bottom:calc( 1em + 14px);
	left:8px;
	background-color:#8e8e8e;
	color:#fff;
	padding:0 4px;
	display:inline;
}

/* slideshow for each categories scroll by touch */


ul.slideshow.handscroll {
	max-height:200px;
	overflow:hidden;
}

ul.slideshow.handscroll li {
	display:block;
	margin:0 4px;
	border:1px solid #8e8e8e;
}

ul.slideshow.handscroll li a {
	display:block;
	position:relative;
	width:100%;
}

ul.slideshow.handscroll li a .img_box {
	overflow:hidden;
	background-color:#cccccc;
}

ul.slideshow.handscroll li a img {
	max-width:100%;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}

ul.slideshow.handscroll li a h3 {
	display:block;
	position:relative;
	color:#000;
	padding:8px;
}

/* 記事ページ */

#main.entry_page section.auto_slide_news {
	margin-bottom:0;
	padding-bottom:6px;
}

.entry_page h2 {
	font-size:120%;
	line-height:1.5em; /* added 170311 */
	background-color:#eaeaea;
}

.entry_page h2 { /* added 170311 */
	background-position: 0 13px !important;
}

.entry_page dl {
	padding:4px 8px 8px 8px;
	background-color:#eaeaea;
}

.entry_page dl dt,
.entry_page dl dd {
	display:inline-block;
}

.entry_page dl dt {
	background-color:#8e8e8e;
	padding: 0 4px;
	margin-right:4px;
}

.entry_page dl dt a {
	color:#fff;
}

.entry_page dl dt a:hover {
	color:#00E2FD !important;
}

.entry_page dl dd {
	color:#8e8e8e;
}

.entry_body {
	padding:8px;
	font-size:120%;
}

.entry_body .rc_notice {
	background-color:#eaeaea;
	font-size:90%;

	padding:8px;

	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	margin:16px 8px 8px 8px;
}

/* slideshow 03 (for entry) */

ul#ss03 {
	overflow:hidden;
	padding-bottom:25px;
	position:relative;
	background-color: #ffffff;
}

ul#ss03>li a {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
ul#ss03>li a img {
	max-width:100%;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}

ul#ss03>li a h3 {
	display:block;
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	color:#ffffff;
	padding:5px 10px 15px 10px;
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
}

ul#ss03 .slick-dots li button:before {
	color: #8e8e8e !important;
	opacity:1 !important;
}

ul#ss03 .slick-dots li.slick-active button:before {
	color: red !important;
}

ul#ss03 ul.photo_dots {
	display:block;
	position:absolute;
	bottom:0;
	right:8px;
	height:20px;
}

ul#ss03 ul.photo_dots li {
	float:left;
	display:block;
}

ul#ss03 ul.photo_dots li a {
	display:block;
	width:20px;
	height:20px;
    line-height: 20px;

	color: #8e8e8e;
    text-align: center;
}

ul#ss03 ul.photo_dots li.on a {
	opacity: .75;
    color: red;
}

ul#ss03 ul.photo_dots li a:after {
	content: '●';
	font-size:16px;
}

/* sns links */

.sns_links {
	margin:32px auto;
	text-align:center;
}


.sns_links #link_to_facebook {
	width:50px;
	height:50px;
	background:url(../images/logo_fb.png);
	display:inline-block;
	margin-right:32px;
}

.sns_links #link_to_twitter {
	width:50px;
	height:50px;
	background:url(../images/logo_tw.png);
	display:inline-block;
	margin-right:32px;
}

.sns_links #link_to_line {
	width:50px;
	height:50px;
	background:url(../images/logo_line.png);
	display:inline-block;

}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
	.sns_links #link_to_facebook {
		background:url(../images/logo_fb@2x.png);
		background-size:50px 50px;
	}

	.sns_links #link_to_twitter {
		background:url(../images/logo_tw@2x.png);
		background-size:50px 50px;
	}

	.sns_links #link_to_line {
		background:url(../images/logo_line@2x.png);
		background-size:50px 50px;
	}
}


/* tag cloud */
ul.tagcloud {
	margin:8px 8px 2px 8px;
}

ul.tagcloud li {
	float:left;
	display:block;
	background-color:#eaeaea;
	padding:2px 10px;
	margin-right:6px;
	margin-bottom:6px;

	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

ul.tagcloud li a {
	color:#000;
}

/* 関連記事 */
.entry_page .cat_news_list {
	padding-top:8px;
}

.entry_page .cat_news_list h2 {
	background-color:#FFF;
	border-left:#3257C5 12px solid;
	/*padding-left:128px;*/ /* deleted 170311 */
	background-image:none !important;/* added 170311 */
	margin:8px 0 16px 0;
}

/* 記事下部 back 検索 comment share など */

.footer_tools {
	border-top:1px solid #e8e8e8;
	background-color:#f9f9f9;
	padding:8px 0;
}

.footer_tools .bt_back,
.footer_tools .bt_comment,
.footer_tools .bt_share {
	display:block;
	width:40px;
	height:40px;
	float:left;
	margin-right:4px;
}

.footer_tools .bt_back {
	background:url(../images/bt_back.png) left top no-repeat;
	border:none;
}
.footer_tools .bt_comment {
	background:url(../images/bt_comment.png) left top no-repeat;
	position:relative;
}

.footer_tools .bt_comment span.num {
	background-color:#4F78DE;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	font-size:60%;
	display:block;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	text-align:center;

	border-radius:1.5em;
	-moz-border-radius:1.5em;
	-webkit-border-radius:1.5em;
}

.footer_tools .bt_share {
	background:url(../images/bt_share.png) left top no-repeat;
	margin-right:0;
	border:none;
}

.footer_tools form {
	display:block;
	width:50%;
	width:-webkit-calc(100% - 136px);
	width:calc(100% - 136px);
	float:left;
	margin-right:8px;
}

.footer_tools form input[type="text"] {
	width:90%;
	width:-webkit-calc(100% - 16px);
	width:calc(100% - 16px);
	border:1px solid #e8e8e8;
	background-color:#fff;
	line-height:38px;
	height:38px;
	padding:0 8px;
}

/* dlgs */
#mask {
	width:100%;
	height:2000px;
	background:#000000;
	position:fixed;
	bottom:0;
	left:0;
	z-index:51;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display:none;
}
/* dlg_share */
.dialog {
	width:80%;
	width:-webkit-calc(100% - 32px);
	width:calc(100% - 32px);
	margin:16px auto;
	position:fixed;
	bottom:100px;
	left:-1000px;
	right:-1000px;
	z-index:52;
	display:none;
	background-color:#FFF;
}

.dialog h2 {
	font-size:120%;
	text-align:center;
	font-weight:bold;
	padding:8px 0;
	border-bottom:1px solid #8e8e8e;
	background-color:#eaeaea;
}

.dialog ul.share_list li {
	display:block;
	height:40px;
	padding:8px;
}

.dialog ul.share_list li a {
	display:block;
	height:40px;
	line-height:40px;
	padding-left:56px;
	color:#000;
}

.dialog ul.share_list li a#bt_share_fb {
	background:url(../images/logo_fb.png) no-repeat;
	background-size:40px 40px;
}

.dialog ul.share_list li a#bt_share_tw {
	background:url(../images/logo_tw.png) no-repeat;
	background-size:40px 40px;
}

.dialog ul.share_list li a#bt_share_line {
	background:url(../images/logo_line.png) no-repeat;
	background-size:40px 40px;
}

.dialog ul.share_list li a#bt_share_mail {
	background:url(../images/logo_mail.png) no-repeat;
	background-size:40px 40px;
}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
	.dialog ul.share_list li a#bt_share_fb {
		background:url(../images/logo_fb@2x.png) no-repeat;
		background-size:40px 40px;
	}

	.dialog ul.share_list li a#bt_share_tw {
		background:url(../images/logo_tw@2x.png) no-repeat;
		background-size:40px 40px;
	}

	.dialog ul.share_list li a#bt_share_line {
		background:url(../images/logo_line@2x.png) no-repeat;
		background-size:40px 40px;
	}

	.dialog ul.share_list li a#bt_share_mail {
		background:url(../images/logo_mail@2x.png) no-repeat;
		background-size:40px 40px;
	}
}

/* photo page */
#photo_page {
	background-color:#000;
}

#photo_header {
	position:relative;
	height:40px;
}

#photo_header button.bt_back {
	position:absolute;
	left:6px;
	top:0;
	height:40px;
	width:40px;
	display:block;
	border:none;
	background:url(../images/bt_back02.png);
}

#photo_header button.bt_dl {
	position:absolute;
	right:6px;
	top:0;
	height:40px;
	width:40px;
	display:block;
	border:none;
	background:url(../images/bt_dl.png);
}

@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
	#photo_header button.bt_back {
		background:url(../images/bt_back02.png);
		bckground-size:40px 40px;
	}

	#photo_header button.bt_dl {
		background:url(../images/bt_dl.png);
		bckground-size:40px 40px;
	}
}


#photo_header #photo_pos {
	color:#fff;
	text-align:center;
	padding-top:2px;
	height:38px;
	line-height:40px;
	font-size:140%;
	letter-spacing: 0.4em;
}


ul#ss04 {
	width:100%;
	height:100%;
}

ul#ss04 li.ph>div {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
ul#ss04 li.ph>div img {
	max-width:100%;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}

ul#ss04 li.ph>div h3 {
	display:block;
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	color:#ffffff;
	padding:5px 10px 15px 10px;
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
}

ul#ss04 li.ad {
	position:relative;
}

ul#ss04 li.ad div.photo_slide_ad_box {
	margin:100px auto;
}




/* legacy settings */

.title {
	padding-left: 10px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	border-top: 1px solid #FFFFFF;
	color: #000000;
	text-shadow: 0 1px 0 #FFFFFF;
	border-bottom: 1px solid #ABABAB;
	background: #DDDDDD
}
.title a {
	display: block;
	width: 100%;
	color: #333333
}
.title a span {
	float: right;
	margin-right: 10px
}
.list li {
	min-height: 60px;
	line-height: 20px;
	font-size: 14px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ABABAB;
	border-left: 1px solid #FFFFFF;
	text-shadow: 0 1px 0 #FFFFFF
}
.list li a {
	display: block;
	color: #545454;
	padding: 5px 10px;
	border-left: 4px solid #999999;
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(225, 225, 225, 1)))
}
.list li a:visited {
	color: #999999;
	border-color: #CCCCCC
}
.list .image {
	width: 90px;
	height: 60px;
	float: right;
	text-align: center;
	margin-left: 5px;
	background: #CCCCCC;
	;
	overflow: hidden
}
.list .image img {
	width: 90px;
	-webkit-touch-callout: none
}
.list .caption {}.list .info {
	width: 100%;
	clear: both;
	font-size: 12px;
	color: #999999
}
.list .imgs {
	width: 90px;
	text-align: center;
	float: right
}
.page {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ABABAB;
	text-shadow: 0 1px 0 #FFFFFF;
	background: #EEEEEE;
	text-align: -webkit-center
}
.page a {
	display: block;
	width: 90%;
	height: 35px;
	line-height: 35px;
	margin: 5px auto;
	text-align: center;
	color: #545454;
	border: 1px solid #999999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(215, 215, 215, 1)))
}
.page a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(215, 215, 215, 1)), color-stop(100%, rgba(235, 235, 235, 1)))
}
.search {
	height: 40px;
	padding-top: 4px;
	text-align: center;
	background: #DFDFDF;
	border-top: 1px solid #FFFFFF
}
.keywords {
	width: 200px;
	padding: 8px 2px;
	padding-left: 25px;
	border-width: 0;
	vertical-align: middle;
	color: #555555;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPhJREFUeNqUUtENgkAMvXMBdAJlAtlA3YD4448JuIGM4ASygXz444+wgboBIzCCbuAreUfqBRJs8lLtta+vLdYou97uKVwMTBlqgGK/2z6NZ5YFklgCa8bf9I6gADIQuLiZ0D9YVAEhEmYC+Q1IN1Fy/umIbgkZRdLB9BhyHPHGyZaOR75nZtgcYaKlRsBL6/cNbw3nXvgzjrGPWlZbWEtXbtYMzCid5jxPVyiLCdSsfZbTV3qrAVcus54kyc1LFTmX0iAe+h/Akp0jzlLzfeV17k5m1RwBD52SwJAg5w1TXWzHrhTEF108+hyUWPBv/M8dXXEr/SvAAC3ETwsKU2+bAAAAAElFTkSuQmCC) 5px center no-repeat #FFFFFF
}
.submit {
	background: #D83C3C;
	border-width: 0;
	cursor: pointer;
	width: 46px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	margin-left: 0;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
	vertical-align: middle;
	border-radius: 0
}
#map {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ABABAB;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(215, 215, 215, 1)))
}

#map a {
	color:#000;
}
#menu {
	width: 33.333333%;
	height: 500px;
	min-height: 1000px;
	overflow: hidden
}
#menu .cur {
	border-right: 4px solid #FFFFFF;
	color: #FFFFFF;
	background: #333333
}
#menu ul {
	width: 100%
}
#menu li {
	height: 40px;
	line-height: 40px;
	text-align: right;
	border-top: 1px solid #5A5963;
	border-bottom: 1px solid #212421;
	color: #FFFFFF
}
#menu a {
	display: block;
	color: #C6CBC6;
	padding-right: 20px
}
#footer {
	background: #000;
	margin: 0 auto;
	font-weight: bold;
	padding-top: 10px
}
#topics {
	width: 319px;
	margin: 0 auto;
	padding-left: 1px
}
#topics li {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	line-height: 0;
	text-indent: 0;
	list-style-type: none
}
#topics li img {
	width: 60px
}
.infos {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #000000;
	margin: 0 auto
}
.infos a {
	display: inline-block;
	width: 98px;
	color: #fff
}
#box10 {
	width: 300px;
	height: 68px;
	background: url(../images/footer_bg.png) no-repeat;
	margin: 0 auto;
	background-size: 100% 100%
}
#box10 a {
	display: inline-block;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-indent: -10px;
	color: #FFF632;
	font-weight: bold;
	font-size: 17px
}
#totop {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px
}
#totop a {
	display: block;
	width: 123px;
	height: 30px;
	background: url(../images/totop.png) no-repeat;
	margin: 0 auto;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000
}
#aboutinfo {
	width: 320px;
	height: 23px;
	margin: 10px auto;
	text-align: center;
	line-height: 23px;
	color: #fff;
	text-shadow: 0 1px 0 #000000;
	font-size: 15px
}
#aboutinfo a {
	color: #FFFFFF
}
#copyright {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #000000
}
#copyright a {
	color: #FFFFFF
}
#news,
#pics {
	text-shadow: 0 1px 0 #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ABABAB
}
#news_top {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(225, 225, 225, 1)))
}
#title {
	padding: 10px;
	line-height: 20px;
	font-size: 16px
}
#date {
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	color: #999999;
	text-align: left;
	border-bottom: 1px solid #ABABAB
}
#date .cur {
	background: #FFFFFF
}
#date a {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px 5px;
	line-height: 16px;
	border: 1px solid #000000;
	float: right;
	margin-top: 1px;
	margin-right: 10px;
	text-align: center;
	color: #545454;
	border: 1px solid #999999;
	background: #DADADA
}
#content {
	padding: 10px;
	line-height: 1.5em;
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
	color: #545454;
	font-size: 15px
}
#content a {
	display: block;
	color: #0066CC
}
#more {
	clear: both;
	width: 100%;
	padding: 5px 0;
	background: #E6E6E6;
	text-align: -webkit-center
}
#more a {
	color: #666666
}
#image {
	width: 160px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	background: #E6E6E6
}
#image a {
	margin: 0;
	text-align: center;
	line-height: 2em
}
#image img {
	width: 160px;
	height: auto;
	min-height: 120px;
	margin-bottom: 5px;
	margin: 0
}
#news_share {
	text-align: center;
	padding: 5px
}
#news_share a {
	display: inline-block;
	width: 155px;
	height: 60px;
}
#news_share2 {
	text-align: center;
	padding: 5px
}
#news_share2 a {
	display: inline-block;
	width: 140px;
	height: 60px;
	zoom: 1;
}
#pic {
	margin: 20px 0
}
#pic a {
	display: block;
	color: #06c;
	font-size: 14px;
	overflow: hidden
}
#cimg img {
	width: 285px;
	min-height: 200px;
	background: #CCCCCC
}
#pic_num {
	text-align: center;
	line-height: 2em
}
#pic_desc {
	padding: 0 15px;
	line-height: 1.5em
}
#pic_desc pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
.about .title {
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	border-bottom: 1px solid #CCCCCC
}
.about .content {
	text-shadow: 0 1px 0 #FFFFFF;
	line-height: 25px;
	font-size: 12px;
	padding: 10px
}
.about h3 {
	color: #CC2222
}



/* ページトップのメッセージ枠 */
.msg_box1 {
    border: 2px solid #e04433;
    border-radius: 4px;
    margin:  1em auto;
    padding: 1em;
    position: relative;
    text-align: center;
	width: 90%;
}
.msg_box1::before {
    background-color: #fff;
    color: #e04433;
    content: "緊急のお知らせ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}

.msg_box2 {
    border: 2px solid #3344e0;
    border-radius: 4px;
    margin:  1em auto;
    padding: 1em;
    position: relative;
    text-align: center;
	width: 90%;
}
.msg_box2::before {
    background-color: #fff;
    color: #3344e0;
    content: "お知らせ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}



/* 下部ページナビゲーション */

ul.pagenav {
	display:block;
	margin:40px auto;
	text-align:center;
}

ul.pagenav li {
	display:inline-block;
}

ul.pagenav li>a {
	padding:5px 10px;
	border:1px solid #999999;
	margin-right:10px;
}

ul.pagenav li>a:last-child {
	margin-right:0;
}

ul.pagenav li.now a {
	background-color:#ec0702;
	border-color:#ec0702;
	color:#ffffff;
}

ul.pagenav li a:hover {
	background-color:#EA7775;
	border-color:#EA7775;
	color:#ffffff;
}

ul.pagenav li.far:first-child:after {
	content:" ... ";
}

ul.pagenav li.far:last-child:before {
	content:" ... ";
}


.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}







/* 続きを読むボタン*/

.button {
	display: inline-block;
	width: 250px;
	height: 45px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
	margin-top: 6px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.latest_button {
	position: relative;
	background-color: #3985E3;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #1e5ba7;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 8px;
}

.latest_button:hover {
	background-color: #6aa3e8;
	box-shadow: 0 3px 0 #4b85ce;
}
.latest_button:active {
	top: 3px;
	box-shadow: none;
}




.continue_button {
	position: relative;
	background-color: #3985E3;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #1e5ba7;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 16px;
}
.continue_button:hover {
	background-color: #6aa3e8;;;
	box-shadow: 0 3px 0 #4b85ce;
}
.continue_button:active {
	top: 3px;
	box-shadow: none;
}


.comment_button {
	position: relative;
	background-color: #3985E3;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #1e5ba7;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-top: 12px;
	margin-bottom: 6px;
}
.comment_button:hover {
	background-color: #6aa3e8;;;
	box-shadow: 0 3px 0 #4b85ce;
}
.comment_button:active {
	top: 3px;
	box-shadow: none;
}




/* 記事の注意書き */

div.news_notes  {
	padding:3px 6px;
	background-color:transparent;
	display:inline-block;
	font-weight:normal;
	font-size:11px;
	color:#999999;
	margin-top:10px;
	margin-bottom:10px;
}

