@import url('reset.css');

/*@media screen and (min-width: 641px) {*/
@media print, screen and (min-width: 1281px) {
/*
 * スクロールバーを常に表示する
 */
html {
  overflow-y: scroll;
}

body {
	background-image: url(../img/tmp/header_back.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	border: none;
	line-height: none;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}

/*---------- wrapper-----*/
#wrapper {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}


/*---------- header------*/
#header {
}
#header h1 {
	display: inline;
	width: 250px;
	margin: 0;
	padding: 0;
}
#header h1 img {
	margin-top: 10px;
}
/*-----*/
#header .weather {
	float: left;
    padding-top: 8px;
	padding-left: 20px;
	width: 490px;
}
#header .weather ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .weather ul li {
	color:#666666;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
    vertical-align: middle;
}
#header .weather ul .data {
	font-size: 80%;
	line-height: 140%;
}
#header .weather ul .data span {
	color:#666666;
}
#header .weather ul .data .month ,
#header .weather ul .data .day ,
#header .weather ul .data .week {
	font-weight: bold;
	font-size: 140%;
}
#header .weather ul li p {
	color:#666666;
	margin: 0;
	padding: 3px 0 0;
	float: left;
	font-size: 75%;
	line-height: 120%;
}
#header .weather ul .gifu img ,
#header .weather ul .takayama img {
	float: right;
}
#header .weather ul li .warm {
	color: #FF6600;
}
#header .weather ul li .cold {
	color: #0099FF;
}
#header .weather li.pc {
display:inline-block !important;
width: 135px;
}
#header .weather li.pc span {
display:inline-block;
font-size: 12pt;
font-weight: bold;
padding: 0;
margin: 0;
margin-left: 10px;
color:#666666;
}
#header .weather li.sp {
display:none !important;
}

/*----*/
#header .search {
	float: right;
	width: 490px;
	height: 40px;
	margin:0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
@-moz-document url-prefix(){
  #header .search{
	margin-bottom: 0px;
	padding-bottom: 10px;
  }
}
/*--*/
#header .search.icon {
	display: none;
}
#header .search .form {
	float: right;
	display: table-cell\9;
}
#header .search .icon {
	float: right;
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#header .search .icon li {
	display: inline-block;
	margin-right: 4px;
}
/*--*/
#header .search .form input {
	color: #999;
	width: 135px;
	border: 1px solid #ccc;
	margin: 0 3px 0 0;
	padding: 2px 5px 1px;
	font-size: 90%;
	line-height: 22px;
	border-radius: 3px;
	box-shadow: none;
}
#header .search .form button {
	padding: 0;
	margin: 0 0 0;
	border: none;
	background: none;
}

/*-----*/
#header .main_nav {
	*zoom: 1;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	letter-spacing: -0.4em;
}
#header .main_nav:before, #header .main_nav:after{
  content: "";
  display: table;
}
#header .main_nav:after{
  clear: both;
}
#header .main_nav li {
/*	position: relative;*/
	float: left;
	width: calc(100%/9 - 2px);
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
#header .main_nav li .sp {
	display: none;
}
#header .main_nav li span ,
#header .main_nav li a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
/*	margin-top: -6px\9;*/
}
}
#header .main_nav li span:hover ,
#header .main_nav li a:hover {
	background-color: #455161;
}
#header .main_nav li ol {
	width: calc(100% - 40px);
/*	width: calc(1280px/9);*/
	color: #333;
	margin: 1px 0 0;
	border: #ccc solid 1px;
	border-top: none;
	padding: 10px 20px;
	position: absolute;
	list-style: none;
	background-color: #fff;
	z-index: 9999;
	top: 100%;
	left: 0;
}
#header .main_nav li ol li {
	width: auto;
	min-width: calc(100%/8 - 2px);
	display: inline-block;
	background-image: url("../img/tmp/nav_point.png");
	background-repeat: no-repeat;
	background-position: left center;
/*	width: 100%;
	display: block;*/
}
#header .main_nav li ol li a {
	color: #333;
	padding: 0 10px 0 20px;
	font-size: 80%;
/*	border-top: 1px solid #888;*/
	text-align: left;
	line-height: 28px;
/*	padding-left: 10px;*/
}
#header .main_nav li ol li a:hover {
	color: #fff;
}
#header .main_nav li:hover > a{
}
#header .main_nav li a:hover{
}

#header .main_nav li ol{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
#header .main_nav li:hover ol{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

/*---------- main -------*/
.title a:link {
	color: #333;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
}
.title a:visited {
	color: #333;
}
.title a:hover {
	color: #36C;
	text-decoration: none;
}
/*---------- adSense -------*/
.ad a {
	display: block;
	text-align: center;
}
.ad .title a {
	display: inherit;
	text-align: inherit;
	background-color: inherit;
}

/*---------- ranking--------*/
.ranking h3 {
	color: #fff;
	display: block;
	padding: 2px 10px;
	font-size: 90%;
	margin-bottom: 5px;
	background-color: #46494C;
}
.ranking ol.ranking {
	margin: 0;
	padding: 0 0 20px;
    counter-reset: li;
    padding-left: 10px;
    list-style: none;
}
.ranking ol.ranking li {
	font-size: 85%;
	line-height: 150%;
   position: relative;
   margin: 3px 0 4px 10px;
   padding: 0 0 0 8px;
}
.ranking ol.ranking li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    color: #fff;
    left: -20px;
    width: 1.6em;
    text-align: center;
	background-color: #333;
}
.ranking ol.ranking li a {
	display:block;
	height: 1.6em;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow:hidden;
}
.ranking ol.ranking li a:link,
.ranking ol.ranking li a:visited {
	color: #000;
}
.ranking ol.ranking li a:hover {
/*	text-decoration: underline;*/
}
/*---------- bagetop-----*/
#page_back {
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
}
#page_back a {
	color: #fff;
	width: 50px;
	height: 44px;
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 70%;
	text-decoration: none;
	vertical-align: text-top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666;
	border: 3px solid #666;
	opacity: 0.5 ;
	transition: 0.3s ;
}
#page_back a:hover {
	opacity: 1 ;
}

/*-----*/
.arrow-up.icon {
	top: 10px;
	left: 4px;
	color: #fff;
	position: absolute;
	margin-left: 20px;
	margin-top: 3px;
	width: 2px;
	height: 27px;
	background-color: currentColor;
}
.arrow-up.icon:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 20px;
	height: 20px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}

.sns_share {
	float: right;
	width: auto;
	margin: 20px 0 50px;
	padding: 0;
	list-style: none;
}
.sns_share li {
	display: inline-block;
	font-size: 75%;
	margin-left: 3px;
}
.sns_share li a {
	color: #fff;
	display: inline-block;
	padding: 4px 5px 3px;
	line-height: 100%;
	border-radius: 2px;
	text-decoration: none;
}
.sns_share .fb {
	margin: 0;
}
.sns_share .fb a {
    background: #3b5998;
}
.sns_share .fb a:before {
	padding: 0;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../img/tmp/icon_facebook.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sns_share .tw a {
    background: #55acee;
}
.sns_share .tw a:before {
	padding: 0;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../img/tmp/icon_twitter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sns_share .line a {
    background: #09B701;
}
.sns_share .line a:before {
	padding: 0;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../img/tmp/icon_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*---------- footer------*/
#footer {
	margin-top: 90px;
	font-size: 75%;
	background-color: #46494C;
}
#footer a {
	text-decoration: none;
}
#footer hr {
	width: 1000px;
	margin: 30px auto;
	height: 1px;
	border: none;
	background-color: #666;
}

/*---------- sitemap-----*/
#sitemap {
	padding-top: 30px;
/*	background-color: #526272;*/
}
#sitemap ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
/*#sitemap .nav {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}*/
#sitemap .sub_nav {
	margin-top: 20px;
	letter-spacing: -0.4em;
}

#sitemap ul li {
	padding: 0 10px 0 2px;
	display: inline-block;
	vertical-align: top;
}
#sitemap .nav li a {
	font-weight: bold;
}
#sitemap ul li a:link {
	color: #fff;
}
#sitemap ul li a:visited {
	color: #f5f5f5;
}
#sitemap ul li a:hover {
	color: #ccc;
}

#sitemap .sub_nav li h3 {
	color: #fff;
	margin: 0 0 10px;
	padding: 0;
}
#sitemap .sub_nav li ul {
	margin: 0 0 30px;
	padding: 0;
	width: 180px;
}
#sitemap .sub_nav li ul li {
	display: inherit;
	line-height: 150%;
	padding-left: 15px;
	background-image: url(../img/tmp/arrow_sitemap.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*---------- news_47-----*/
#news_47 {
	padding: 20px 0;
	/*	background-color: #DCDCDD;*/
}
#news_47 h2 ,#news_47 ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#news_47 h2 {
	color: #fff;
	margin-bottom: 10px;
}
#news_47 ul {
	padding: 0;
	list-style: none;
}
#news_47 ul li {
	margin-bottom: 8px;
	padding: 0 10px 0 2px;
	display: inline-block;
	border-right: #ccc solid 1px;
}
#news_47 ul li:last-child {
	border: none;
}
#news_47 ul li a {
	color: #fff;
}
#news_47 ul li a:hover {
	color: #999;
}
/*---------- footer_content*/
#footer_content {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#footer_content .footer_link {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_content .footer_link li {
	padding: 0 10px 0 2px;
	display: inline-block;
}
#footer_content .footer_link li a:link {
	color: #fff;
}
#footer_content .footer_link li a:visited {
	color: #f5f5f5;
}
#footer_content .footer_link li a:hover {
	color: #ccc;
}
#footer_content address {
	border-top: #fff solid 1px;
	margin-top: 15px;
	padding-top: 15px;
}
#footer_content address img {
	float: left;
}
#footer_content address p {
	float: right;
	color: #fff;
	width: 920px;
	margin: 0;
	padding: 0;
	line-height: 170%;
}
/*---------- freespace---*/
.freespace {
}
/*
.freespace a {
	background-color: inherit;
}*/
.freespace a:hover,
.freespace a:link,
.freespace a:visited {
	display: inline;
	text-align: inherit;
	color: #000;
	text-decoration: none;
}
.freespace p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 90%;
}
.freespace .center {
	text-align:center;
}

}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #header .search {padding-top: 22px; margin-bottom: 14px;}
	*::-ms-backdrop, #header .main_nav li span { margin-top: -6px } /* IE11 */
	*::-ms-backdrop, #header .main_nav li a { margin-top: -6px } /* IE11 */
	*::-ms-backdrop, #page_back a {
	border: none;
	height: 50px;
	}
	*::-ms-backdrop, #header .search .form {
	display: table-cell;
	}
	*::-ms-backdrop, #header .search .form input {
	vertical-align: middle;
	}
	*::-ms-backdrop, #header .search .form button {
	vertical-align: middle;
	}
}
@media all and (-ms-high-contrast: none){
	#header .search {
	padding-top: 22px;
	margin-bottom: 14px;
	}
	#header .main_nav li span ,
	#header .main_nav li a {
	margin-top: -6px;
	}
	#page_back a {
	border: none;
	height: 50px;
	}
	#header .search .form {
	display: table-cell;
	}
	#header .search .form input {
	vertical-align: middle;
	}
	#header .search .form button {
	vertical-align: middle;
	}
}