@charset "UTF-8";
/* =========================================================
   Pieces Usuki City
========================================================= */

/* common
----------------------------------------------- */
#content .piece {
	margin-bottom: 15px;
}
#menu .piece, #links .piece {
	margin-bottom: 10px;
	box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.1);
}
#menu .pieceHeader, #links .pieceHeader {
	color: #fff;
	padding: 4px;
}
#menu .pieceHeader h2, #links .pieceHeader h2 {
	font-size: 110%;
	color: #fff;
	background-image: url(images/bar_back.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 18px;
	border: 1px solid #0f4ea9;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	font-weight: normal;
}

#menu .pieceBody ul li, #links .pieceBody ul li {
  margin-bottom: 3px;
  padding-left: 12px;
  background-image: url(../base/images/ic-list01.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
}
#menu .pieceBody li:last-child, #links .pieceBody li:last-child {
  margin-bottom: 0px;
}

#menu .pieceBody ul li ul, #links .pieceBody ul li ul {
  background-image: none;
  border: none;
  padding: 0;
}
.pieceHeader img {
  vertical-align: bottom;
}

/* 追加　*/
#categoryList {
	background-color: #FFF;
	border: 1px solid #aaaaaa;
}

@media screen and (max-width: 600px) {
  #menu .pieceBody ul li:first-child, 
  #links .pieceBody ul li:first-child {
    border-top: 0;
  }
  #menu .pieceBody ul li a, #links .pieceBody ul li a {
    display: block;
    text-decoration: none;
  }
}

/* common header
----------------------------------------------- */
#commonHeader {
	clear: both;
	padding: 0;
	height: 93px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f9f9f9;
}
#commonHeader .pieceContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/usuki_illust.gif);
	background-position: 230px bottom;
	background-repeat: no-repeat;
	height: 93px;
}
#commonHeader .pieceBody {
  padding: 0 10px 0 20px;
}
#commonHeader h1 {
	float: left;
	width: 206px;
	font-size: 200%;
	height: 77px;
	display: block;
}
#commonHeader h1 a {
	color: #000000;
	text-decoration: none;
	background-image: url(images/usuki_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 77px;
	width: 204px;
	display: block;
}

#commonHeader .menu {
	float: right;
	margin: 0px;
	text-align: right;
	padding-top: 15px;
}

#commonHeader #header_linkbtn {
	vertical-align: top;
	margin-bottom: 10px;
}

#header_linkbtn .contact_link {
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

/* 20170307 Googleカスタム検索仕様変更対応 */
#commonHeader .menu .search {
	width: 300px;
}
.gsc-branding-text,
.gsc-branding-img{
	display: none;
}
#gsc-i-id1,
.gsc-input {
	padding: 6px;
}
.gsc-search-button input {
	border: 1pt solid #999999!important;
}
.gsc-search-box {
	margin: 0!important;
}


@media screen and (max-width: 960px) {
  #commonHeader h1,
  #commonHeader .menu {
    width: 50%;
  }
  #commonHeader {
    height: auto; 
  }
  #commonHeader .pieceContainer {
	width: 100%;
	height:auto;
  }
}
@media screen and (max-width: 600px) {
  #commonHeader {
    height: auto; 
  }
  #commonHeader .pieceContainer {
	width: 100%;
	height:auto;
	background-image: url(images/usuki_illust.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
  }
  #commonHeader .pieceBody {
    padding: 0 10px;
  }
  #commonHeader h1 {
    float: none;
    width: 100%;
  }
  #commonHeader .menu {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  #commonHeader .menu .search {
    float: none;
    width: 90%;
    margin-right: 35px;
  }
}


/* global navi
----------------------------------------------- */


#globalNavi {
  clear: both;
}
#globalNavi .pieceBody {
  margin: 0 auto;
}
#globalNavi .pieceBody ul {
  background-color: #0f55c3;;
}
#globalNavi .pieceBody li {
  float: left;
  width: 16.7%;
  min-height: 52px;
  _height: 52px;
}
#globalNavi .pieceBody #home_btn {
	width: 16.5%;
}

#globalNavi .pieceBody li a {
	display: block;
	text-align: center;
	font-size: 115%;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	position: relative;
	behavior: url(_themes/js/PIE.htc);
	background-image: url(images/navi_btn.png);
	background-position: center center;
	height: 33px;
	margin: 1px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #d6e3f5 #5a7cb1 #5a7cb1 #5a7cb1;
}
#globalNavi .pieceBody li a:hover,
#globalNavi .pieceBody li.current a {
	padding-top: 15px;
	background-image: url(images/navi_btn_on.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

@media screen and (max-width: 600px) {

  #globalNavi .pieceBody li,
  #globalNavi .pieceBody #home_btn {
    width: 50%;
    min-height: 0;
    _height: auto;
    padding: 0;
    background: none;
  }
  #globalNavi .pieceBody li a {
	display: block;
	margin: 0;
	  border-bottom-style: solid;
	  border-width: 1px;
	  border-color: #0756c7 #003486 #003486 #0756c7;
  }
  #globalNavi .pieceBody li:nth-child(-n+2) a {
    border-top: 0;
  }
  #globalNavi .pieceBody li:nth-child(odd) a {
    border-left: 0;
  }
  #globalNavi .pieceBody li:nth-child(2n) a,
  #globalNavi .pieceBody li:last-child a {
    border-right: 0;
  }
  #globalNavi .pieceBody li:last-child {
    border-bottom: 0;
    width: 50%;
  }
  #globalNavi .pieceBody li a:hover,
  #globalNavi .pieceBody li.current a {
	background-image: url(images/navi_btn_on.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	padding-top: 15px;
  }
}


/* footer-navi
----------------------------------------------- */

/* 追加 */
#footerNavi .pieceContainer {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footerNavi .pieceBody {
  padding: 5px 10px;
}
#footerNavi .pieceBody li {
	display: inline;
	padding: 0px 10px 3px 12px;
}
/* common-footer
----------------------------------------------- */
/* 追加 */

#commonFooter .pieceContainer {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

#commonFooter .pieceBody {
  padding: 0 10px;
  font-size: 90%;
}
#commonFooter .pieceBody .address {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ACACAC;
}
#commonFooter .pieceBody .address strong {
  font-size: 120%
}
#commonFooter .pieceBody .address p {
	margin-bottom: 3px;
	margin-top: 3px;
}
.opening_time {
	margin-left: 5.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#email_info {
	margin: 1em 0px 10px 5.5em;
}
#email_info dl dt {
	display: inline-block;
	font-weight: bold;
	margin-right: 1em;
	margin-bottom: 1em;
	
}
#email_info dl dd {
	display: inline;
}
#email_info dl dd a {
	font-size: 120%;
	padding: 8px 15px;
	border: 1px solid #777777;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
#email_info dl dd a:hover {
	background-color: #D8F2FF;
}
@media screen and (max-width: 600px) {
.opening_time,
#email_info {
	margin-left: 1em;		
}
#email_info dl dd {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}	
}

#commonFooter .pieceBody .address p span {
	font-weight: bold;
}
#commonFooter .pieceBody .copyright {
  padding-top: 90px;
  float: right;
  text-align: right;
}


/* 追加　*/
#pageFooter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
	background-color: #dadada;
	background-image: url(images/footer_edge.gif);
	background-repeat: repeat-x;
	background-position: left top;
  }
/* 追加　*/
#copyright {
	background-color: #686869;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E3E3E3;
	font-weight: normal;
}

@media screen and (max-width: 600px) {
  #commonFooter .pieceBody .copyright {
    clear: both;
    float: none;
    width: auto;
    padding-top: 0;
    text-align: center;
  }
  #footerNavi .pieceContainer,
  #commonFooter .pieceContainer {
	  width:auto;
  }
}


/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  clear: both;
  margin-bottom: 15px;
   
}


/* パン屑テスト--------------------------------------　 */
#topicpass {
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 15px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
#breadCrumbs {
	float:left;
}
#back_btn {
	float: right;
	width: 116px;
	vertical-align: middle;
	margin-bottom: 6px;
}
#back_btn a {
	display: block;
	background-image: url(images/back_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 116px;
	text-indent: -9999px;
}
#back_btn a:hover {
	background-image: url(images/back_btn.png);
	background-repeat: no-repeat;
	background-position: -116px top;
}




@media screen and (max-width: 600px) {
  #breadCrumbs {
    margin: 10px 0;
  }
}

/* page-title
----------------------------------------------- */
#pageTitle, 
#contentsTitle {
  width: 100%;
}
*html #pageTitle, 
*html #contentsTitle {
  height: 0px;
}
#pageTitle .pieceContainer, 
#contentsTitle .pieceContainer {
  margin: 0px;
  padding: 0px;
  border: 1px solid #aaa;
}
#pageTitle .pieceBody, 
#contentsTitle .pieceBody {
	padding-bottom: 1px;
	position: relative;
	background-color: #ffffff;
	background-image: url(images/bar_h1btnback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#pageTitle .pieceBody h1,
#contentsTitle .pieceBody p {
	background-image: url(images/bar_h1.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 180%;
	font-weight: bold;
	color: #333;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
}

@media screen and (max-width: 600px) {
  #pageNav #pageTitle .pieceContainer,
  #pageNav #contentTitle .pieceContainer {
    margin: 0 10px;
  }
  #pageTitle .pieceBody h1,
  #contentTitle .pieceBody h2 {
    font-size: 150%;
  }
}

/* calendar
----------------------------------------------- */
#calendar {
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #aaa;
}
#calendar .pieceContainer {
	background-image: url(.);
}
#calendar .pieceHeader {
  background: #ffffff !important;
}
#calendar .pieceHeader h2 {
	background-image: url(images/bar_back.png);
	color: #FFF;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left center;
}
#calendar .pieceBody {
	padding: 0px 10px 10px 10px;
	border-left-width: 1px;
}
#calendar .pieceBody h3 {
  margin-bottom: 6px;
  background-position: 75% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  _font-size: 100%;
}
#calendar .pieceBody h3.april {
	background-image: none;
}
#calendar .pieceBody h3.may {
  background-image: none;
}
#calendar .pieceBody h3.june {
  background-image: none;
}
#calendar .pieceBody h3.july {
  background-image: none;
}
#calendar .pieceBody h3.august {
  background-image: none;
}
#calendar .pieceBody h3.september {
  background-image: none;
}
#calendar .pieceBody h3.october {
  background-image: none;
}
#calendar .pieceBody h3.november {
  background-image: none;
}
#calendar .pieceBody h3.december {
  background-image: none;
}
#calendar .pieceBody h3.january {
  background-image: none;
}
#calendar .pieceBody h3.february {
  background-image: none;
}
#calendar .pieceBody h3.march {
  background-image: none;

}
#calendar .pieceBody table {
  width: 100%;
  border: 1px solid #bbb;
  font-size: 90%;
}
#calendar .pieceBody th, #calendar .pieceBody td {
  padding: 2px 0;
  border: 1px solid #bbb;
  text-align: center;
}
#calendar .pieceBody table a {
  margin: 0;
  padding: 0;
  background-image: none;
}
#calendar .pieceBody .sat {
  background-color: #dff6fe;
  color: #3366ff;
}
#calendar .pieceBody .sun {
  background-color: #ffe6f1;
  color: #ee0000;
}
#calendar .pieceBody table .prevMonth,
#calendar .pieceBody table .nextMonth {
  color: #cccccc;
}
#calendar .pieceBody .pagination {
  margin-top: 10px;
}
#calendar .pieceBody .pagination a {
  padding: 0;
}
#eventType .pieceBody {
  border-bottom: 2px solid #cccccc;
}
#eventType .pieceBody li {
  float: left;
  width: 25%;
  margin-right: 10px;
  text-align: center;
}
#eventType .pieceBody li a {
  display:block;
  padding: 10px 0;
  border-radius: 5px 5px 0 0; /*  IE-CSS3 */
 -moz-border-radius: 5px 5px 0 0; /* Firefox */
 -webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
  background-color: #ebebeb;
}
#eventType .pieceBody li a:hover {
  background-color: #cccccc;
}

@media screen and (max-width: 600px) {
  #calendarMonthlyLinks .pieceBody ul li {
    border-top: 0;
  }
  #calendarMonthlyLinks .pieceBody ul li ul {
    padding: 0 10px;
  }
  #calendarMonthlyLinks .pieceBody ul li ul li {
    border-top: 1px solid #cccccc;
  }
  #calendarMonthlyLinks .pieceBody ul li a {
    padding-left: 0;
  }
  #eventType .pieceBody li {
	width: 32%;
	margin-right: 4px;
}
}

/* recent-docs-tab
----------------------------------------------- */
#recentDocsTab .content {
	height: 240px;
	overflow:auto;
}
#recentDocsTab .pieceBody .tabs:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#recentDocsTab .pieceBody .tabs li {
 /* width: 115px; */
  width: 32.4%;
  float: left;
  margin: 0 3px 0 0;
}
#recentDocsTab .pieceBody .tabs li a span {
	font-size:90%;
	color:#EE0202;
	margin-left: 2px;
}
#recentDocsTab .pieceBody .tabs a {
	display: block;
	padding: 8px 0px;
	border: 1px solid #aaaaaa;
	border-radius: 5px 5px 0 0; /*  IE-CSS3 */
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
	behavior: url(_themes/js/PIE.htc);
	border-bottom: none;
	background-image: url(images/graybar.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	position: relative;
	background-color: #d6d6d6;
}
#recentDocsTab .pieceBody .tabs li.kanko_bunka {
  width: 95px;
}
#recentDocsTab .pieceBody .tabs li:last-child {
	width: 32.5%;
	margin: 0;
}

#recentDocsTab .pieceBody .tabs li.current a,
#recentDocsTab .pieceBody .tabs li a:hover {
	background-color: #FFF;
	background-image: none;
	color: #8c0f05;
}

#recentDocsTab .pieceBody .wrapper {
	padding: 15px;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #cccccc;
	background-color: #FFF;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}


#recentDocsTab .pieceBody .wrapper .content {
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#recentDocsTab .pieceBody .wrapper .content li {
  margin-bottom: 3px;
  padding-left: 12px;
  background-image: url(../base/images/ic-list02.gif);
  background-position: 0 5px;
  background-repeat: no-repeat
}
#recentDocsTab .pieceBody .wrapper .links { 
  width: 100%;
  position: relative;
}
#recentDocsTab .pieceBody .wrapper .links .feed { 
  position: absolute;
  top: 0px;
  left: 0px;
}
.links .more {
	font-size: 90%;
}
@media screen and (max-width: 960px) {
  #recentDocsTab .content {
	height: 100%;
  }
  #recentDocsTab .pieceBody .tabs a {
	height: 33px;
  }
}
@media screen and (max-width: 600px) {
  #recentDocsTab .pieceBody .tabs li {
    width: 100%;
    display: none;
  }
  #recentDocsTab .pieceBody .tabs li:first-child {
    display: block;
  }
  #recentDocsTab .pieceBody .tabs a {
    text-align: left;
    padding-left: 15px;
  }
  #recentDocsTab .pieceBody .wrapper .content li a {
    display: block;
  }
  #recentDocsTab .content {
	height: 100%;
  }
}



/* kanko
--------------------------------- */
#kanko .pieceBody {
  padding: 10px;
  border: 1px solid #aaa;
  background-image: url(./images/bg-tl-shadow-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
  text-align: center;
}
#kanko .pieceBody h3 {
  text-align: center;
  font-weight: normal;
  font-size: 100%;
}
#kanko .pieceBody .thumb {
  margin-bottom: 10px;
  text-align: center;
}

/* mobile-site
--------------------------------- */
#mobileSite .pieceBody {
  padding: 10px;
  border: 1px solid #aaa;
  background-image: url(./images/bg-tl-shadow-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
}

@media screen and (max-width: 600px) {
  #mobileSite {
    display: none;
  }
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
 margin-bottom: 20px;
}
#keyvisual .pieceBody {
  padding: 0;
}
#keyvisual .pieceBody img {
  background-image: url(./images/roader.gif);
  background-position: center center;
  background-repeat: repeat-x;
}

/* attentionInformation recentDocs
----------------------------------------------- */
#attentionInformation .pieceHeader,
#attentionInformationGnav .pieceHeader,
#recentDocs .pieceHeader, 
#recentDocsGnav .pieceHeader {
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 5px 5px 0 0; /*  IE-CSS3 */
 -moz-border-radius: 5px 5px 0 0; /* Firefox */
 -webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
  behavior: url(_themes/js/PIE.htc);
  background-image: url(./images/bg-tab-on.gif);
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
}
#attentionInformation .pieceHeader h2,
#attentionInformationGnav .pieceHeader h2,
#recentDocs .pieceHeader h2, 
#recentDocsGnav .pieceHeader h2 {
  padding: 8px 5px 8px 15px;
}
#attentionInformation .pieceBody, 
#attentionInformationGnav .pieceBody, 
#recentDocs .pieceBody, 
#recentDocsGnav .pieceBody {
  padding: 0px 15px 15px 15px;
  border: 1px solid #aaaaaa;
  border-top: none;
}
#attentionInformation .pieceBody li, 
#attentionInformationGnav .pieceBody li, 
#recentDocs .pieceBody li, 
#recentDocsGnav .pieceBody li {
  margin-bottom: 3px;
  padding-left: 12px;
  background-image: url(../base/images/ic-list02.gif);
  background-position: 0 5px;
  background-repeat: no-repeat
}

/* 20140223 臨時処理 */

#recentDocs .pieceBody,
#recentDocsGnav .pieceBody {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F96;
	padding-top: 15px;
}


/* bnAdvertisement
----------------------------------------------- */
#bnAdvertisement .pieceBody {
  padding: 10px;
  background-color: #f5f5f5;
  text-align: center;
}
#bnAdvertisement .pieceBody ul {
  margin: 0;
  padding: 0;
  border: none;
  background-image: none;
}
#bnAdvertisement .pieceBody ul li {
  margin-bottom: 5px;
  padding: 0;
  background: none;

}
#bnAdvertisement .pieceBody .lower_text {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #bnAdvertisement .pieceBody ul li {
    border-top: none;
  }
  #menu .pieceBody ul li:first-child, #links .pieceBody ul li:first-child {
    border-top: 0;
  }
  #bnAdvertisement .pieceBody ul li a {
    display: block;
    padding: 0;
    text-decoration: none;
  }
}


/* relationLink
----------------------------------------------- */
#relationLink, 
#relationLinkGnav {
  clear: both;
}
#relationLink .pieceHeader, 
#relationLinkGnav .pieceHeader {
  margin-bottom: 5px;
  padding: 3px 0px;
  border-bottom: 1px dotted #000000;
}
#relationLink .pieceBody ul, 
#relationLinkGnav .pieceBody ul {
  margin: 0px 15px;
}
#relationLink .pieceBody ul li, 
#relationLinkGnav .pieceBody ul li {
  padding: 0px 0px 5px 10px;
  background-image: url(../base/images/ic-list03.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
}


/* lifeevent 2016
------------------------------------- */

#lifeEvent {
	background-color: #FFF;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#lifeEvent h2 {
	background-color: #0849b1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	color: #FFF;
	background-image: url(images/bar_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #215fbb;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	font-weight: normal;
}

#lifeEvent_menu li {
	float: left;
	height: 63px;
	width: 172px;
	border: 1px solid #b3b3b3;
	background-image: url(images/lifebtn/lifeEvent_back.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px 4px 8px 4px;
}
#lifeEvent_menu li a {
	display: block;
	text-decoration: none;
	font-size: 115%;
	color: #2b2b2b;
	padding: 18px 0px 0px 75px;
	width: 97px;
	height: 43px;
}
#lifeEvent_menu li a:hover {
	color: #c9171e;
}

#life01 a {
	background-image: url(images/lifebtn/lifeEvent01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life02 a {
	background-image: url(images/lifebtn/lifeEvent02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life03 a {
	background-image: url(images/lifebtn/lifeEvent03.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life04 a {
	background-image: url(images/lifebtn/lifeEvent04.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life05 a {
	background-image: url(images/lifebtn/lifeEvent05.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life06 a {
	background-image: url(images/lifebtn/lifeEvent06.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life07 a {
	background-image: url(images/lifebtn/lifeEvent07.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#life08 a {
	background-image: url(images/lifebtn/lifeEvent08.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8px 0px 0px 75px!important;
	width: 97px;
	height: 55px!important;
}
#life09 a {
	background-image: url(images/lifebtn/lifeEvent09.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#lifeEvent li a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}
@media screen and (max-width: 600px) {
#lifeEvent_menu  li {
	width: 97%;
}
}



/* lifeevent-list category-list
----------------------------------------------- */
#lifeeventList {
	border: 1px solid #aaaaaa;
}

#lifeeventList .pieceBody ul, 
#categoryList .pieceBody ul {
  padding: 0;
}
#lifeeventList .pieceBody ul li, 
#categoryList .pieceBody ul li {
  padding: 4px 5px 5px 22px !important;
  border-bottom: 1px solid #cccccc;
  background-position: 10px 10px;
}
#lifeeventList .pieceBody ul li:last-child, 
#categoryList .pieceBody ul li:last-child {
  border-bottom: none;
}
#categoryList .pieceBody ul li ul {
  margin-top: 3px;
}
#categoryList .pieceBody ul li li {
  border-bottom: none;
  padding: 2px 0px 2px 12px !important;
  background-position: 0px 10px;
}

/* article-category
----------------------------------------------- */
#articleCategory .pieceBody section, 
#articleCategoryFurusato .pieceBody section,
#articleCategoryShihou .pieceBody section,
#articleCategoryGnav .pieceBody section {
}
#articleCategory section h3,
#articleCategoryFurusato section h3, 
#articleCategoryShihou .pieceBody h3,
#articleCategoryGnav section h3 {
	clear: both;
	position: relative;
	font-size: 14px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/bar_category.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eeeeee;
}
#articleCategory .pieceBody h3 a,
#articleCategoryFurusato .pieceBody h3 a, 
#articleCategoryShihou .pieceBody h3 a,
#articleCategoryGnav .pieceBody h3 a {
	display: block;
	color: #333333;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 35px;
	font-size: 130%;
	font-weight: normal;
	background-image: url(images/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#articleCategory .pieceBody h3 a:hover, 
#articleCategoryFurusato .pieceBody h3 a:hover, 
#articleCategoryShihou .pieceBody h3 a:hover, 
#articleCategoryGnav .pieceBody h3 a:hover {
	background-color: #FFEAD7;
	color: #F30;
}
#articleCategory .pieceBody section ul, 
#articleCategoryGnav .pieceBody section ul {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: auto;
}
#articleCategory .pieceBody section ul li, 
#articleCategoryGnav .pieceBody section ul li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 40px;
	background-image: url(images/category_arrow.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding-left: 20px;
	font-size: 115%;
	line-height: 1.2em;
	margin-left: 10px;
}

#articleCategory .pieceBody section ul li a, 
#articleCategoryGnav .pieceBody section ul li a {
	color: #36C;
	text-decoration: none;
}
#articleCategory .pieceBody section ul li a:hover, 
#articleCategoryGnav .pieceBody section ul li a:hover {
	color: #F30;
	text-decoration: underline;
}

/* 常時表示メニュー */
#common-link {
	background-color: #dce6ef;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	list-style-type: none;
}
#common-link ul {
	list-style-type: none;
}
#common-link ul li {
	display: inline-block;
	list-style-type: none;
	background-image: url(images/furusato_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 30px;
}

#articleCategory .pieceBody .level1 section:after, 
#articleCategoryGnav .pieceBody .level1 section:after,
#articleCategory .pieceBody .level2:after, 
#articleCategoryGnav .pieceBody .level2:after, 
#articleCategory .pieceBody .level3:after, 
#articleCategoryGnav .pieceBody .level3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  #articleCategory .pieceBody .level1 section li, 
  #articleCategoryGnav .pieceBody .level1 section li {
    float: none;
    width: 100%;
  }
  #articleCategory .pieceBody .level2 section,
  #articleCategoryGnav .pieceBody .level2 section,
  #articleCategory .pieceBody .level3 section, 
  #articleCategoryGnav .pieceBody .level3 section {
    float: none;
    margin: 0 0 5px 0;
    width: 100%;
  }
}



/* unit
----------------------------------------------- */
#unit .pieceBody table {
	border: 1px solid #aaaaaa;
	margin: 10px 0px 20px 0px;
}
#unit .pieceBody th, #unit .pieceBody td {
  padding: 10px 15px;
  border: 1px solid #aaaaaa;
  vertical-align: middle;
}
#unit .pieceBody th {
  background-color: #f3f3f3;
}
#unit .pieceBody table caption {
  text-align: left;
  font-weight: bold;
}
#unit .pieceBody table p {
  padding: 0;
}
#unit .pieceBody table  ul,
#unit .pieceBody table  ol {
  margin: 0px 0px 20px 20px;
}
#unit .pieceBody .warning {
  color: #ee0000;
  font-weight: bold;
}
#unit .pieceBody .border {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #cccccc;
}
#unit .pieceBody table.noBorder,
#unit .pieceBody table.noBorder th,
#unit .pieceBody table.noBorder td {
  border: none;
}

/* sns
----------------------------------------------- */
#sns .pieceBody .fb-wrapper {
  display: inline;
  vertical-align: top;
}

/* bunya-category
----------------------------------------------- */
#bunya {
  clear: both;
}
#bunya .pieceHeader {
  margin-bottom: 15px;
  border: 1px solid #aaa;
  border-radius: 5px 5px 0 0; /*  IE-CSS3 */
 -moz-border-radius: 5px 5px 0 0; /* Firefox */
 -webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
  behavior: url(_themes/js/PIE.htc);
  background-color: #fff;
  background-image: url(./images/bg-topcontents-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
}
#bunya .pieceHeader h2 {
  padding: 8px 5px 8px 15px;
}
#bunya .pieceBody li {
  float: left; 
/*  width: 283px;
  margin: 0 10px 10px 0; */
  width: 49%;
  margin: 0 2% 10px 0;
  background-color: #e4f8e8;
}
#bunya .pieceBody li.m-none {
  margin: 0 0 10px 0;
}
#bunya .pieceBody ul li a {
  display: block;
  padding: 7px 5px 5px 30px;
  font-weight: bold;
  font-size: 115%;
  color: #000000;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-radius: 5px; /*  IE-CSS3 */
 -moz-border-radius: 5px; /* Firefox */
 -webkit-border-radius: 5px; /* Safari and Chrome */
  behavior: url(_themes/js/PIE.htc);
  position: relative;
  background-image: url(../base/images/ic-list03.gif);
  background-position: 15px center;
  background-repeat: no-repeat;
}
#bunya .pieceBody ul:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#bunya .pieceBody ul {
  zoom: 1;
}


@media screen and (max-width: 600px) {
  #bunya .pieceBody li {
    width: 100%;
    float: none; 
    margin:  0 0 10px 0;
  }
  #bunya .pieceBody li.m-none {
    margin: 0 0 10px 0;
  } 
  
/* 追加　*/
.fb-like,.fb-like span,.fb-like iframe,
.fb-like-box,.fb-like-box span,.fb-like-box iframe{
 width:100% !important;
}
}

/* faq
----------------------------------------------- */
#faq .pieceHeader,
#faqGnav .pieceHeader {
/*  width: 10%; */
  background-image: url(./images/ic-tl-faq.gif);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 1px solid #b49cc6;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  zoom: 1;
  position: relative;
  behavior: url(_themes/js/PIE.htc);
}
#faq .pieceHeader h2, 
#faqGnav .pieceHeader h2 {
  padding: 7px 10px 5px 45px;
  color: #825aa0;
}

#faq .pieceBody, 
#faqGnav .pieceBody {
  padding: 20px;
  border: 1px solid #b49cc6;
  border-top: none;
  background-color: #f6f4f9;
}

#faq .pieceBody li, 
#faqGnav .pieceBody li {
  padding: 0 0 5px 15px;
  background-image: url(./images/ic-faq.png);
  background-position: left 5px;
  background-repeat: no-repeat;
}


/* emergency-mode
----------------------------------------------- */
#emergencyMode .pieceBody {
	background-color: #11114f;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* emergency-link
----------------------------------------------- */
#menu [id^="emergency"] .pieceHeader {
  border-radius: 0 !important;
  background-color: #d10015 !important;
  background-image: none !important;
}
#menu [id^="emergency"] .pieceHeader h2 {
  background-image: none !important;
}

#menu [id^="emergency"] .pieceBody ul {
  padding: 10px;
  border: 2px solid #d10015;
  background-image: none !important;
}
#menu [id^="emergency"] .pieceBody ul li {
  margin-bottom: 3px;
  padding-left: 12px;
  background-image: url(../base/images/ic-list03-hc.gif) !important;
}

/* emergency-recent-docs-tab
----------------------------------------------- */
#emergencyRecentDocsTab .pieceBody {
	border: 2px solid #000000;
	background-color: #FFF;
}

#emergencyRecentDocsTab .pieceBody .tabs {
  padding: 8px 15px;
  background-color: #fee600;

}
#emergencyRecentDocsTab .pieceBody .tabs a {
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#emergencyRecentDocsTab .pieceBody .wrapper {
  padding: 15px;
}
#emergencyRecentDocsTab .pieceBody .wrapper .content ul {
  padding-left: 12px;
  list-style-type: square;
}
#emergencyRecentDocsTab .pieceBody .wrapper .content li {
  margin-bottom: 3px;
}
#emergencyRecentDocsTab .pieceBody .wrapper .links { 
  width: 100%;
  position: relative;
}
#emergencyRecentDocsTab .pieceBody .wrapper .links .feed { 
  position: absolute;
  top: 0px;
  left: 0px;
}

/* emergency-sns
----------------------------------------------- */
#emergencySns .pieceBody li {
  width: 49%;
  float: left;
  text-align: center;
}
#emergencySns .pieceBody li a {
  display: block;
  padding: 20px 0;
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
#emergencySns .pieceBody li a span {
  padding: 5px 15px;
  background-color: #ffffff;
  color: #000000;
}
#emergencySns .pieceBody li.twitter {
  margin-right: 2%;
  background-color: #04adee;
}
#emergencySns .pieceBody li.facebook {
  background-color: #3d5b99;
}

/* kinkyu-list
----------------------------------------------- */

#kinkyuList .pieceHeader {
  border-bottom: none;
  background-color: #fcb3a2 !important;
  background-image: none !important;
}
#kinkyuList .pieceHeader h2 {
  padding: 7px 10px 5px 18px;
  background-image: none !important;
  color: #000000;
}

#kinkyuList .pieceBody {
  background-color: #fff5f3;
}

#kinkyuList .pieceBody ul li {
  margin-bottom: 3px;
  padding-left: 12px;
  background-image: url(../base/images/ic-list07.gif) !important;
}

/* The Nivo Slider styles
----------------------------------------------- */
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.theme-default .nivoSlider {
	position:relative;
	background:#fff url(./images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
 /*   -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 0 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(./images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(./images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* calendar-todays-list
----------------------------------------------- */
#calendarTodaysList .pieceHeader {
  background: #ffffff !important;
}
#calendarTodaysList .pieceHeader h2 {
  padding: 12px 5px 0px 5px;
  border-top: 4px solid #008746;
  background-image: none;
  color: #000;
  text-align: center;
}
#calendarTodaysList .pieceBody {
  padding-top: 10px;
}
#calendarTodaysList .pieceBody ul {
  padding: 0;
  background-image: none;
  border: none;
}
#calendarTodaysList .pieceBody ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

#calendarTodaysList .pieceBody ul#simple_tabs li {
  float: left;
  margin-bottom: 0;
  padding: 3px 12px;;
  background-image: none;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  
}
#calendarTodaysList .pieceBody ul#simple_tabs li.current {
  background-color: #aaaaaa;
}
#calendarTodaysList .pieceBody #simple_tab_panels {
  padding: 10px;
  border: 1px solid #aaaaaa;
}
#calendarTodaysList .pieceBody #simple_tab_panels > div {
  padding: 0;
  border: 0;
}

/* ranking-list
----------------------------------------------- */
#rankingList .pieceBody {
  padding: 10px;
  border: 1px solid #aaaaaa;
  background-image: url(./images/bg-tl-shadow-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
#rankingList .pieceBody ul {
  padding: 0;
  border: none;
  background-image: none;
}
#rankingList .pieceBody ul li {
  margin-bottom: 5px;
  padding-left: 0;
  background-image: none;
}
#rankingList .pieceBody li span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
}
#rankingList .pieceBody li.ranking1 span {
  background-color: #e5c64c;
}
#rankingList .pieceBody li.ranking2 span {
  background-color: #dcd5d5;
}
#rankingList .pieceBody li.ranking3 span {
  background-color: #837212;
}

/* サイドメニュー左右
-------------------------------------- */

#menu .pieceContainer,
#links .pieceContainer {
	background-color: #FFF;
}

#sidemenu ul li,
#right_menu ul li {
	margin-bottom: 7px;	
	background-color: #FFF;
}
#sidemenu ul li a,
#right_menu ul li a {
	display: block;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}
#sidemenu ul li a:hover,
#right_menu li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}
/* @media */
@media screen and (max-width: 600px) {
#sidemenu,
#right_menu,
#weather_area,
#qr_area {
	width: 200px;;
	margin: 0px auto 0px auto;
}
}

/* 2016.12 Four languages*/
/* Button Size L */
.btn_l {
	height: 80px;
	width: 200px;
}
.btn_l a {
	display: block;
}

.btn_l .btn_kankou:hover,
.btn_l .btn_bousai:hover,
.btn_l .btn_hospital:hover,
.btn_l .btn_mayor:hover,
.btn_l .btn_about_usuki:hover {
	color: #ffffff;
}
.btn_l .btn_shienkin:hover {
	color: #e95464;
}

.btn_m {
	height: 68px;
	width: 200px;
}
.btn_m a {
	display: block;
}
.btn_m a:hover {
	color: #c9171e;
}

.btn_s {
	height: 46px;
	width: 200px;
}
.btn_s a {
	display: block;
}
.btn_s a:hover {
	color: #c9171e;
}

.btn_l a:visited {
	color: #ffffff;	
}
.btn_l .btn_shienkin:visited {
	color: #c9171e!important;
}

.btn_m a:visited {
	color: #2b2b2b;	
}
.btn_s a:visited {
	color: #2b2b2b;	
}

/* L Size */
.btn_about_usuki {
	background-image: url(images/sidebtn/btn_about_usuki.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 130%;
	line-height: 1em;
	color: #ffffff;
	padding: 10px 0px 0px 12px;
	height: 70px;
	width: 188px;
}
#usukiruby {
	font-size: 55%;
	padding-left: 0.4em;
}
.btn_mayor {
	background-image: url(images/sidebtn/btn_mayor2017.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 135%;
	line-height: 1.4em;
	color: #ffffff;
	padding: 15px 0px 0px 77px;
	height: 65px;
	width: 123px;
	text-shadow:0px 1px 6px #333333;
}
.btn_yukinosato {
	background-image: url(images/sidebtn/btn_yukinosato.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 125%;
	line-height: 1.1em;
	color: #ffffff;
	padding: 7px 0px 0px 60px;
	height: 73px;
	width: 140px;
}
.btn_usuki_project {
	background-image: url(images/sidebtn/btn_usuki_project.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 80px;
	width: 200px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.btn_kokuminbunkasai {
	background-image: url(images/sidebtn/btn_kokuminbunkasai.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 80px;
	width: 200px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#hyakunen {
	font-size: 52%;
	line-height: 0.8em;
}
#tsumuide {
	font-size: 80%;
}
.btn_l .btn_yukinosato:hover {
	color: #ffffff;
}
/*left*/
.btn_shienkin {
	background-image: url(images/sidebtn/btn_shienkin.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 140%;
	color: #c9171e;
	padding: 12px 4px 0px 60px;
	height: 68px;
	width: 136px;
	text-align: center;
}
btn_l .btn_shienkin a:hover {
	color: #D33C3F!important;
}

.btn_kankou {
	background-image: url(images/sidebtn/btn_kankou.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 140%;
	color: #ffffff;
	padding: 10px 4px 0px 80px;
	height: 70px;
	width: 116px;
}
#joukamachi {
	font-size: 55%;
	line-height: 1;
}
#usk_ss {
	line-height: 1;
	
}
.btn_bousai {
	background-image: url(images/sidebtn/btn_bousai.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 135%;
	line-height: 1.3em;
	color: #ffffff;
	padding: 15px 0px 0px 80px;
	height: 65px;
	width: 120px;
}
.btn_hospital {
	background-image: url(images/sidebtn/btn_hospital.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 135%;
	line-height: 1.3em;
	color: #ffffff;
	padding: 15px 0px 0px 80px;
	height: 65px;
	width: 120px;
}
/* M Size */
.btn_calender {
	background-image: url(images/sidebtn/btn_calendar.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #ffffff!important;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_m .btn_calender:hover {
	color: #00DEFF;
}
.btn_m .btn_calender a:visited {
	color: #ffffff!important;	
}

/*２行*/
.btn_plaza {
	background-image: url(images/sidebtn/btn_plaza.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 11px 0px 0px 55px;
	height: 57px;
	width: 145px;
}
.btn_rekishi {
	background-image: url(images/sidebtn/btn_rekishi.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_camera {
	background-image: url(images/sidebtn/btn_camera.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_ijuu1 {
	background-image: url(images/sidebtn/btn_ijuu01.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.btn_ijuu2 {
	background-image: url(images/sidebtn/btn_ijuu02.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.btn_cheerport {
	background-image: url(images/sidebtn/btn_cheerport.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 80%;
	line-height: 1.1em;
	color: #2b2b2b;
	padding: 39px 0px 0px 55px;
	height: 29px;
	width: 145px;
}

#jobnavi {
	font-size: 80%;
}
.btn_usuki_jobnavi {
	background-image: url(images/sidebtn/btn_usuki_jobnavi.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 80%;
	line-height: 1.1em;
	color: #2b2b2b;
	padding: 37px 0px 0px 55px;
	height: 31px;
	width: 145px;
}
.btn_usukikurashi_navi {
	background-image: url(images/sidebtn/btn_usukikurashi_navi.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 80%;
	line-height: 1.1em;
	color: #2b2b2b;
	padding: 35px 0px 0px 70px;
	height: 33px;
	width: 130px;
	
}

.btn_furusato {
	background-image: url(images/sidebtn/btn_furusato.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_combuss {
	background-image: url(images/sidebtn/btn_combuss.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_syoumei {
	background-image: url(images/sidebtn/btn_syoumei.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_download {
	background-image: url(images/sidebtn/btn_download.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
}
.btn_sakura_m {
	background-image: url(images/sidebtn/btn_sakura_m.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	color: #2b2b2b;
	padding: 12px 0px 0px 55px;
	height: 56px;
	width: 145px;
}
.sakura_m {
	font-size: 95%;
}
.btn_sala {
	background-image: url(images/sidebtn/btn_sala.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	color: #2b2b2b;
	padding: 23px 0px 0px 55px;
	height: 45px;
	width: 145px;
	
}

/* S Size */
.btn_facebook {
	background-image: url(images/sidebtn/btn_facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #3b5a9a;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_shigikai {
	background-image: url(images/sidebtn/btn_shigikai.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_kyouiku {
	background-image: url(images/sidebtn/btn_kyouiku.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_tyosya_arikata {
	background-image: url(images/sidebtn/btn_tyosya_arikata.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_chiiki {
	background-image: url(images/sidebtn/btn_chiiki.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_shisetsu {
	background-image: url(images/sidebtn/btn_shisetsu.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_yoyaku {
	background-image: url(images/sidebtn/btn_yoyaku.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_library {
	background-image: url(images/sidebtn/btn_library.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	font-size: 105%;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_shihou {
	background-image: url(images/sidebtn/btn_shihou.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
}
.btn_konkatsu {
	background-image: url(images/sidebtn/btn_konkatsu.png);
	background-repeat: no-repeat;
	background-position: left center;	
	text-decoration: none;
	line-height: 1;
	color: #2b2b2b;
	padding: 15px 0px 0px 45px;
	height: 31px;
	width: 155px;
	letter-spacing: 0.5em;
}

#kou_grn {
	font-size: 110%;
	color: #009da6;
}
#usu_orn {
	font-size: 115%;
	color: #ff6c00;
}

.four_lang_size {
	font-size: 85%;
	line-height: 1.1;	
}
.four_lang_size #joukamachi,
.four_lang_size #hyakunen {
	font-size: 100%;	
}


/* END Four languages */


/* QRコード */
#qr_area {
	width: 200px;
	background-color: #FFF;
	border: 1px solid #b3b3b3;
	margin-bottom: 20px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	padding-top: 2px;
	padding-bottom: 2px;
}
.qr_text {
	font-size: 12px;
	float: left;
	width: 100px;
	margin-left: 7px;
	margin-right: 7px;
	background-color: #E5E5E5;
	margin-top: 5px;
	padding: 4px;
}
.qrCode {
	float: left;
}
.qrCode img {
	height: 74px;
	width: 74px;
	display: block;
}


/* 広報一覧ページ　*/
.kouhou_wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
}
.kouhou_box {
	float: left;
	width: 175px;
	text-align: center;
	margin-bottom: 30px;
}
.kouhou_box img {
	width: 120px;
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	margin-right: auto;
	margin-left: auto;
}
.kouhou_box p {
	font-size: 12px;
}
/* 広報詳細ページ */
.kouhou_preview {
	clear: both;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.kouhou_thumb {
	float: left;
	width: 250px;
}
.kouhou_thumb img {
	height: 300px;
	display: block;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	margin-top: 10px;
}
.kouhou_table {
	float: right;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
.kouhou_table caption {
	margin-bottom: 10px;
}

.kouhou_table th,
.kouhou_table td {
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.kouhou_table th {
	background-color: #edf3f8;
	white-space: nowrap;
}

.table_break_all {
	 word-break: break-all;
	 table-layout:fixed;
	 width:97%;
}

@media screen and (max-width: 600px) {

.kouhou_preview {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.kouhou_thumb {
	float: none;
}
.kouhou_table {
	float: none;
	width: 100%;	
	margin: 0px;
	padding: 0px;
}
.kouhou_table table {
	margin: 0px;
	padding: 0px;
}
.kouhou_table table th,
.kouhou_table table td {
	white-space: normal;
}
}


/* footer Logo配置 */
#footer_logo {
	float: left;
	height: 40px;
	width: 114px;
	margin-right: 25px;
	margin-top: 5px;
}
/* レシピページ */
#recipe_wrapp {
	border: 2px dashed #FCC;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.recipe_heading {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.recipe_heading dl {
	padding: 15px;
	margin: 0px;
}
.recipe_heading dl dt {
	font-size: 110%;
	color: #F90;
}
.recipe_heading dl dd {
	font-size: 105%;
	color: #83583F;
}

.recipe_photo {
	margin-top: 30px;
	margin-bottom: 30px;
}
.recipe_photo img {
	border: 1px solid #CCC;
}
.recipe_zairyo {
	float: right;
	width: 350px;
	margin-right: 30px;
}
.recipe_zairyo table {
	width: 100%;
	margin-bottom: 20px;
}

#recipe_wrapp th {
	background-color: #fff1cf;
	color: #630;
}
#recipe_wrapp td {
	background-color: #fbfaf5;
	color: #422100;
}
.recipe_th_width {
	width: 70%;
}

.recipe_title {
	clear: both;
	font-size: 130%;
	color: #630;
	font-weight: bold;
}
.recipe_make {
	background-color: #fdeff2;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	color: #410000;
}
.recipe_link {
	background-color: #FDEFF2;
	padding: 5px;
	border: 2px dashed #B5ABB0;
}
.recipe_midashi {
	font-weight: bold;
	color: #630;	
}
.make_title {
	font-weight:bold;
}
.make_p {
	margin-left: 30px;
}
/* レシピ　片岡シェフバージョン */
.recipe_zairyo_k {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.recipe_zairyo_k table {
	width: 100%;
	margin-bottom: 20px;
}
/* 献立メニュー */
.info_syou {
	color: #310102;
	background-color: #FDF5FF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #c7b692;
}
.info_tyuu {
	color: #310102;
	background-color: #e9fdff;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #c7b692;
}
.mokuhyou {
	font-size: 120%;
	color: #F60;
	font-weight: bold;
}
#notsu_kondate_table,
#usuki_kondate_table {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 90%;
	text-align: center;
}
#notsu_kondate_table th,
#usuki_kondate_table th {
	color: #310102;
	background-color: #eadab2;
	width: 20%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c7b692;
	border-right-color: #c7b692;
	border-bottom-color: #c7b692;
	border-left-color: #c7b692;
}
#notsu_kondate_table td,
#usuki_kondate_table td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 1px solid #c7b692;
}
#notsu_kondate_table td img,
#usuki_kondate_table td img {
	padding: 0px;
	display: block;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 140px;
    max-height: 140px;
    -ms-interpolation-mode: bicubic;
}
.date_tr {
	font-size: 18px;
	font-weight: bold;
}
.calp {
	font-size: 90%;
	background-color: #fd9228;
	color: #ffffff;
	font-weight: bold;
}
.remarks {
	font-weight: bold;
	color: #F60;
}
.k_menu {
	color: #310102;
}
.chugaku {
	background-color: #E9FDFF;
}
.syougaku {
	background-color: #FDF5FF;
}

@media screen and (max-width: 600px) {
#recipe_wrapp {
	border: none;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.recipe_zairyo,
.recipe_zairyo_k {
	float: none;
	margin-right: 0px;
	width: 100%;
}
.recipe_th_width {
	width: auto;
}
.remarks,
.photo_area,
.k_menu {
	background-color: #FFF;
}
#notsu_kondate_table,
#usuki_kondate_table {
	overflow: scroll;
}
#notsu_kondate_table img,
#usuki_kondate_table img {
	width: auto;
}
.calp {
	font-size: 90%;
	background-color: #fd9228;
	color: #ffffff;
	font-weight: bold;
}
}



/* 防災カメラ */

.cam_p {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cam_list {
	clear: both;
	margin-left: 20px;
}
.cam_data {
	float: left;
	width: 326px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.cam_list p{
	font-size: 14px;
	font-weight: bold;
}
.cam_list img {
	height: 240px;
	width: 320px;
	border: 3px solid #333;
}

@media screen and (max-width: 600px) {

.cam_data {
	margin-bottom: 20px;
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.cam_list img {
	height: auto;
	width: auto;
	border: 1px solid #333;
	-ms-interpolation-mode: bicubic;
}
}

/* お問合せ先 */
.contact_area {
	margin-bottom: 30px;
	background-color: #dce6ef;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
}
.contact_title {
	background-color: #dce6ef;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.contact_area span {
	margin-right: 1em;
	font-weight: bold;
}

.contact_area ul {
	line-height: 1.8em;
	margin-bottom: 10px;
	color: #1e50a2;
}

.contact_area p {
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
	font-size: 95%;
}


/* クッキング教室 */
#cokking_wrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#cokking_wrap dl {
	display:inline-block;
	/display:inline; 
	/zoom:1;
	width:200px;
	vertical-align:top;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#cokking_wrap dl dd {
	padding: 0px;
	text-align: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 野津親子料理教室 */
#oyako_cokking_wrap {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#oyako_cokking_wrap dl {
	display:inline-block;
	/display:inline; 
	/zoom:1;
	width:250px;
	vertical-align:top;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#oyako_cokking_wrap dl dd {
	padding: 0px;
	text-align: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#oyako_cokking_wrap dl dd img {
	margin-bottom: 0px;
}
.oyako_photobox {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 20px;
}
.oyako_photobox img {
	width:230px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.oyako_p {
	clear: both;
}
/* 超人シェフのスーパー給食 */
.super_kyusyoku div {
	display:inline-block;
	/display:inline; 
	/zoom:1;
	vertical-align:top;
	width:232px;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
}
.super_kyusyoku div img {
	display: block;
	width: 230px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
.super_kyusyoku div p {
	margin: 0px;
	padding: 0px;
}

/* 汎用dl */
.float-dl {
	margin-bottom: 30px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
}
.float-dl dt img {
	display: block;
	margin-bottom: 7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.float-dl dd p {
	text-align: center;
}
.giin_box {
	display: inline-block;
	/display:inline; 
	/zoom:1;
	vertical-align:top;
	width: 330px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding: 8px;
	border: 1px solid #CCC;
}
.giin_box p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.giin_photo {
	width: 200px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.giin_photo img {
	width: 175px;
	display: block;
}
.giin_profile {
	background-color: #E4F0F9;
	padding: 8px;
}
.giin_profile dl {
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
.giin_profile dl dt {
	float: left;
	width: 5em;
	font-weight: bold;
	margin-right: 1em;
}
.giin_profile dl dd {
}
/* 汎用フロート */
.inline_div {
	display:inline-block;
	/display:inline; 
	/zoom:1;
	vertical-align:top;
	margin-bottom: 25px;
	margin-left: 25px;
}
.inline_div p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.inline_div img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.td_center {
	text-align: center;	
}

/* 天気予報 */
#weather_area {
	width: 198px;
	background-color: #FFF;
	border: 1px solid #b3b3b3;
	margin-bottom: 7px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#weather_area p {
	background-color: #ACD6FF;
	text-align: center;
	padding: 2px;
	margin-top: 4px;
	margin-right: 7px;
	margin-left: 7px;
	color: #06C;
	margin-bottom: 4px;
}
#weather_area p a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #06C;
	display: block;
}
#weather_area p a img {
	display: none;
}
#weather_usuki {
	padding: 0px;
	margin: 0px;
}
#weather_usuki table {
	margin: 0px;
	padding: 0px;
}
#weather_usuki table th {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	width: 55px;
}
#weather_usuki table td {
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 2px;;
}
#weather_area iframe {
	width:198px;
	height:145px;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFF;
}
/* 緊急画面１ */
#emergency_announce {
	background-color: #fff;
	border: 2px solid #E50202;
	padding: 0px;
	margin-bottom: 15px;
}
#emergency_announce h2 {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E50202;
	margin-bottom: 15px;
	background-color: #E50202;
	color: #FFF;
}
#emergency_announce p {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
}

/* 防災トップ */
#bousai_contents {
	margin-left: 30px;
	padding-top: 40px;
	margin-bottom: 0px;
}

.bousai_btnbox {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
.b_icon {
	height: 90px;
	width: 90px;
	float: left;
}
.b_icon img {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width:90px;
}
.b_txtarea {
	float: right;
	width: 210px;
	margin-right: 15px;
}
.b_txtarea p {
	margin: 0px;
	padding: 0px;
}
.b_title {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2em;
}
.b_txt {
}

@media screen and (max-width: 600px) {
#bousai_contents {
	margin-left: 10px;
}	
.bousai_btnbox {
	width:auto;
	clear: both;
}
.b_txtarea {
	width: auto;
	margin-right: 0px;
	padding-top: 15px;
	clear: both;
	float: none;
}
.b_icon {
	height: 90px;
	width: 90px;
	clear: both;
}
}


 /* Q&A */
.q_and_a dt {
	background-color: #fdeff2;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-radius: 4px; /*  IE-CSS3 */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	margin-bottom: 10px;
}

.q_a dt {
	background-color: #F8CDCF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 45px;
	border-radius: 4px; /*  IE-CSS3 */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	margin-bottom: 15px;
	background-image: url(images/Q.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.q_a dd {
	background-color: #EAFAFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 40px;
	border-radius: 4px; /*  IE-CSS3 */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	margin-bottom: 15px;
	margin-top: 10px;
	background-image: url(images/A.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}



/* 観光のトップ-------------- */

#kanko-link {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 250px;
	width: 730px;
}
#kanko-link a:hover { 
	opacity:0.8;
	filter: alpha(opacity=80);
}

.links_in_category {
	margin-bottom: 30px;
	margin-left: 40px;
}
.links_in_category li {
	margin-bottom: 10px;
}


/* ふるさと再発見　*/

.rediscovery_img {
	margin-bottom: 30px;
	margin-left: 70px;
}
.rediscovery_img img {
	display:block;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 6px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
}

.rediscovery_dl {
	line-height: 1.8em;
	margin-right: 30px;
	margin-left: 30px;
}
.rediscovery_dl dt {
	float: left;
	color: #1e50a2;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(images/furusato_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
.rediscovery_dl dd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
	padding-left: 4em;
	padding-right: 10px;
}

/* 図書館スライドショー */

#library_slide {
   position: relative;
   width:  720px; 
   height: 283px; 
}
#library_slide img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#library_slide img.active {
   z-index: 10;
   opacity: 1.0;
}
#library_slide img.last-active {
   z-index: 9;
}

@media screen and (max-width: 960px) {
#library_slide {
	margin-right: 0px;
	padding-right: 0px;
	-ms-interpolation-mode: bicubic;
}
}

@media screen and (max-width: 600px) {
#library_slide {
	display:none;
}
}

/* 歴史資料館 */
#rekishi_content {
	color: #583822;
	margin-bottom: 30px;
}
#rekishi_content h2 {
	background-image: url(images/rekishi_h2bg.png);
	background-repeat: repeat;
	background-position: left top;
	color: #583822;
	font-weight: normal;
	font-size: 140%;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #775e49;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#rekishi_content h2 a,
#rekishi_content h3 a,
.db_title a {
	color: #583822;
	display: block;
	text-decoration: none;
}
#rekishi_content h2 a:hover {
	color: #885635;
}
#rekishi_content h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #775e49;
	color: #583822;
	font-weight: normal;
	font-size: 120%;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #775e49;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #FFF;
}
#topimage {
	height: 265px;
	width: 730px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #9A8C72;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
	padding: 0px;
}
#topimage img {
	padding: 0px;
	margin: 0px;
}
.rekishi_titlebox {
	margin-bottom: 25px;
	margin-right: 20px;
	margin-left: 20px;
}
.rekishi_img {
	float: left;
	height: 130px;
	width: 260px;
	border: 1px solid #999999;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
}
.rekishi_img img {
	display: block;
	height: 130px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
.rekishi_textbox {
	float: right;
	width: 440px;
}
.rekish_linkbtn a {
	font-size: 120%;
	color: #4A2122;
	font-weight: bold;
}
.rekish_linkbtn a:hover {
	font-size: 120%;
	color: #81393A;
	font-weight: bold;
}
.rekishi_photo_center {
	margin-bottom: 20px;
	text-align: center;	
}
.rekishi_photo img {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;	
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
}
#rekishi_content table {
	color: #583822;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#rekishi_content table th {
	background-color: #EDE7CD;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* DB検索top */
#rekishi_content a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}

#db_topimage {
	margin-bottom: 30px;
}
.dbcat_area {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFD2C2;
	padding-bottom: 30px;
}
.dbcat_button {
	float: left;
	height: 176px;
	width: 176px;
	margin-right: 30px;
}
.dbcat_textarea {
	padding-top: 10px;
}
.db_title {
	text-decoration: underline;
	font-weight: bold;
}

/* DB検索Sub */
.db_category {
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFD2C2;
}
.db_thumb {
	float: left;
	width: 180px;
	margin-right: 30px;
}
.db_thumb img {
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
	border: 1px solid #AA8973;
}
.db_text {
	margin-bottom: 20px;
}
.db_btn {
	text-align: right;
	padding-right: 30px;
}
.db_title {
	font-size: 18px;
}

@media screen and (max-width: 960px) {
.rekishi_img {
	margin-bottom: 20px;
}

}

@media screen and (max-width: 600px) {

.rekishi_img {
	clear: both;
	margin-bottom: 20px;
}
.rekishi_textbox {
	width: auto;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.rekishi_textbox p {
	padding: 0px;
	margin: 0px;
}
.rekish_linkbtn a {
	margin-bottom: 10px;
	display: block;
}
iframe {
	height: auto;
	width: auto;
}
.dbcat_button {
	margin-bottom: 15px;
	clear: both;
	margin-left: 50px;
}
.dbcat_textarea {
	clear: both;
}
#db_topimage {
	margin-right: 20px;
}
.db_thumb {
	clear: both;
	margin-bottom: 20px;;
	margin-left: 50px;
}
.db_text {
	clear: both;
}
.db_category,
.dbcat_area {
	margin: 0px;
	padding: 0px;
}
#rekishi_content table {
	height: auto;
	width: auto;
}
#rekishi_content table th,
#rekishi_content table td {
	white-space: normal;
}
}




/* 共通レイアウトセット */

.column_2dan {
	display: inline-block;
    *display: inline;  
    *zoom: 1; 
	vertical-align: top;
	width: 45%;
}

/* 画像が左でテキスト右 */
.left_photo {
	float: left;
}
.left_photo img {
	margin-top: 0px;
}
.right_text {
	overflow: auto;
	zoom: 1;
}

/* 画像が右でテキスト左 */
.right_photo {
	float: right;
}
.right_photo img {
	margin-top: 0px;
}
.left_text {
	overflow: auto;
	zoom: 1;
}

@media screen and (max-width: 600px) {
	.left_photo {
	float: none;
}
	.right_photo {
	float: none;
}

}

/* その他 */
sub {
	font-size: 30%;
	vertical-align: sub;
}
sup {
	font-size: 30%;
	vertical-align: super; 
}

#sisyo_image {
	background-image: url(images/shisyou.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	width: 300px;
	text-indent: -9999px;
	display: block;
}

.body hr {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* /////////////////////トピックス //////////////////////// */

#topics_block {
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	min-height: 262px;
	height: auto !important;
	height: 262px;
}

#topics_block h2 {
	background-color: #0849b1;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	color: #FFF;
	background-image: url(images/bar_back.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #215fbb;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	font-weight: normal;
	padding-bottom: 3px;
}
#top_slide {
	width: 275px;
	height: 183px;
	float:left;
	margin-bottom: 5px;
	background-image: url(images/topics_default.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.topics_textarea {
	float: right;
	margin-bottom: 10px;
	width:260px;
	font-size: 97%;
}

#topics .pieceBody {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: right;
}

#topics .title {
	background-color: #dce6ef;
	display: block;
	margin-bottom: 7px;
	line-height: 1.4em;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#topics .title a {
	display: block;
}
	
#topics .more {
	clear: both;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-right: 10px;
	font-size: 90%;
}

#topics doc {
	height: 100%;
}

.honbun {
	float: right;
	width: 250px;
	margin-right: 10px;
}

@media screen and (max-width: 960px) {
	#topics_block {
		height:auto;
}
	#top_slide {
	clear: both;
}
	.topics_textarea {
	width: 100%;
	clear: both;
}
}
@media screen and (max-width: 600px) {
	#topics_block {
		height:auto;
}
	#top_slide {
	clear: both;
	text-align: center;
}
	.topics_textarea {
	width: 100%;
	clear: both;
}
}


/* 移住支援ページ */
#ijuu_topimg {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 280px;
	width: 730px;
}
#ijuu_topimg img {
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
}

#top_massage {
	background-color: #ecf7d2;
	padding: 15px;
	border: 2px solid #98c133;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
	margin-left: 5px;
}

.iju_live,
.iju_work,
.iju_enjoy,
.iju_grow {
	width: 360px;
	display: inline-block;
	/display:inline; 
	/zoom:1;
	vertical-align: top;
	margin-bottom: 10px;
	border-radius:6px;	
	margin-right: 5px;
	margin-left: 5px;
}
.iju_live {
	background-image: url(images/line_green.png);
	background-repeat: repeat;
	background-position: left top;
}
.iju_work {
	background-image: url(images/line_blue.png);
	background-repeat: repeat;
	background-position: left top;	
}
.iju_enjoy {
	background-image: url(images/line_pink.png);
	background-repeat: repeat;
	background-position: left top;
}
.iju_grow {
	background-image: url(images/line_orange.png);
	background-repeat: repeat;
	background-position: left top;
}
.iju_live h3,
.iju_work h3,
.iju_enjoy h3,
.iju_grow h3 {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 50px;
	text-indent: -9999px;
	display: block;
}
.iju_live h3 {
	background-image: url(images/title_green.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.iju_work h3 {
	background-image: url(images/title_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.iju_enjoy h3 {
	background-image: url(images/title_pink.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.iju_grow h3 {
	background-image: url(images/title_orange.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.iju_live ul,
.iju_work ul,
.iju_enjoy ul,
.iju_grow ul {
	background-color: #ffffff;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
}
.iju_grow ul {
	padding: 8px 10px 8px 10px;
}

.iju_live ul li,
.iju_work ul li,
.iju_enjoy ul li,
.iju_grow ul li {
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.iju_live ul li img,
.iju_work ul li img,
.iju_enjoy ul li img,
.iju_grow ul li img {
	display: none;
}
.iju_live ul li a,
.iju_work ul li a,
.iju_enjoy ul li a,
.iju_grow ul li a {
	font-size: 90%;
	font-weight: normal;
	color: #4F4F4F;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #FFF;
}
.iju_live ul li a {
	background-image: url(images/ijuu_back01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
	line-height: 1.4em;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.iju_grow ul li a {
	line-height: 1.69em;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #FFF;
	background-image: url(images/ijuu_back02.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.iju_work ul li a,
.iju_enjoy ul li a {
	line-height: 1.7em;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #FFF;
	background-image: url(images/ijuu_back02.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

.iju_live ul li a:hover {
	background-image: none;
	background-color: #DCF89C;
}
.iju_grow ul li a:hover {
	background-image: none;
	background-color: #FDE0A1;
}
.iju_work ul li a:hover {
	background-image: none;
	background-color: #CAE8FE;
}
.iju_enjoy ul li a:hover {
	background-image: none;
	background-color: #F9E2FB;
}


.iju_live ul li a span,
.iju_work ul li a span,
.iju_enjoy ul li a span,
.iju_grow ul li a span {
	margin: 0px;
	padding: 0px;
	font-size: 135%;
	font-weight: bold;
}
.iju_live ul li a span {
	color: #308A01;
}
.iju_grow ul li a span {
	color: #F17731;
}
.iju_work ul li a span {
	color: #4CA3F8;
}
.iju_enjoy ul li a span {
	color: #F16DED;
}

@media screen and (max-width: 960px) {
	#ijuu_topimg {
	width: auto;
	-ms-interpolation-mode: bicubic;
}
}

@media screen and (max-width: 600px) {
	#ijuu_topimg {
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic;
}
.iju_live,
.iju_work,
.iju_enjoy,
.iju_grow {
	width: 300px;
}
}


 
 /* 観光ページ */
#kanko_topimg {
	padding: 0px;
	height: 309px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#kanko_topimg a:hover img {
	opacity:0.85;
	filter: alpha(opacity=85);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=85)";  /* ie 8 */
	}
#kanko_float {
	margin: 0px;
	padding: 0px;
}
#kanko_topimg img {
	margin: 0px;
	padding: 0px;
}
#kbanner_title {
	padding: 0px;
	width: 292px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 37px;
}
#kbanner_title img {
	padding: 0px;
	width: 292px;
	margin: 0px;
	height: 37px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#kanko_left {
	float: left;
	width: 438px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #c0ab6e;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#klink_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#klink_ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#klink_ul li a {
	margin: 0px;
	padding: 0px;
}
#klink_ul li a img {
	margin: 0px;
	padding: 0px;
}
#kanko_right {
	float: left;
	width: 292px;
}
#kbanner_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#kbanner_ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#kbanner_ul li a {
	margin: 0px;
	padding: 0px;
}
#kbanner_ul li a img {
	margin: 0px;
	padding: 0px;
}

#kbanner_ul li a:hover,
#klink_ul li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* //////////////////////////////////////////////////////////// 20160610NEW観光ページ　//////////////////////////////////////////////////////////// */

#kanko_catarea_title {
	padding:10px 10px 7px 10px;
	background-color:#CEB9A9;
	text-align:center;
	color:#534741;
	font-size:120%;
}
#kanko_catarea_title span {
	font-size:80%;
}
#kanko_catarea {
	border: 2px solid #CEB9A9;
	padding:15px 0px 15px 15px;
	margin-bottom:30px;
}
#kanko_catarea div {
	background-color:#faf9f5;
	width:130px;
	height:130px;
	float:left;
	margin-right:15px;
	text-align:center;
}
#kanko_catarea a {
	color:#59493f;
	text-decoration:none;
	font-size:20px;
	display:block;
	width:126px;
	height:116px;
	padding-top:10px;	
	border: 2px solid #bba492;
}
#kanko_catarea a:hover {
	color: #b7282e;
	border: 2px solid #b7282e;
}
.catbtn01 {
	background-image: url(images/kanko/miru.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.catbtn02 {
	background-image: url(images/kanko/taiken.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.catbtn03 {
	background-image: url(images/kanko/taberu.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.catbtn04 {
	background-image: url(images/kanko/kau.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.catbtn05 {
	background-image: url(images/kanko/tomaru.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}

#kanko_history_area {
	margin-bottom:30px;
}
#kanko_history_area div {
	width:240px;
	height:90px;
}
#kanko_history_area div a {
	display:block;
	width:140px;
	height:87px;
	padding-left:95px;
	padding-right: 5px;
	padding-top:3px;
	color:#59493f;
	text-decoration:none;
	font-size:21px;
}
#kanko_history_area div  a:hover {
	color:#ba2636;
}
.rekishi_btn {
	position: relative;
	background-image: url(images/kanko/rekishi.png);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	margin-right:15px;
}
.kokuhou_btn {
	position: relative;
	background-image: url(images/kanko/kokuho.png);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
}
.sentetsu_btn {
	position: relative;
	background-image: url(images/kanko/sentetsu.png);
	background-position: left top;
	background-repeat: no-repeat;
	float:right;
}
.history_text {
	position: absolute;
	font-size: 12px;
	line-height: 1.2em;
	color:#59493f;
	margin: 0px!important;
	left: 91px;
	top: 40px;
}

#knkmenu_area {
	padding: 20px 15px 0px 15px;
	margin-bottom: 30px;
	background-color: #f6eab2;
	background-image: url(images/kanko/pattern.gif);
	background-position: left top;
	background-repeat: repeat;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.knkmenu {
	width:230px;
	height: 100px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.knkmenu_thumb {
	width: 71px;
	height: 71px;
	float: left;
	border: 2px solid #FFFFFF;
	background-color:#ffffff;
}
.knkmenu_thumb a {
	display:block;
}
.knkmenu_thumb img {
	margin:0px;
}
.knkmenu_textarea {
	width:145px;
	float:right;
}
.knkmenu_textarea p {
	margin:0px;
	padding:0px;
}
.knkmenu_title a {
	font-size: 12pt;
	color: #553f3d;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
	margin-bottom:5px;
}
.knkmenu_title a:hover {
	color:#ba2636;
}

.knkmenu_title .external {
	display:none!important;
}
.knkmenu_text {
	font-size:85%;
	line-height:1.4em;
}
.sekibutsu_banner {
	width: 750px;
	height: 200px;
	margin-bottom:30px;
}
.plaza_banner {
	width: 750px;
	height: 200px;
	margin-bottom:30px;
}
.sekibutsu_banner img,
.plaza_banner img {
	padding:0px;
	margin:0px;
}
#link_banner_area {
	margin-bottom:30px;
}
#link_banner_area div {
	width:242px;
	height:66px;
}
#link_banner_area div a img {
	margin:0px;
	padding:0px;
}
.banner_kanko {
	float:left;
	margin-right:12px;
}
.banner_kichiyomu {
	float:left;
}
.banner_tourism {
	float:right;
}
/* 20180228 */
.link_banner_cm {
	margin-bottom: 30px;
}
.link_banner_cm div a img {
	margin:0px;
	padding:0px;
}
.banner_plan {
	float: left;
	width:368px;
	height:80px;
}
.banner_cm {
	float: right;
	width:368px;
	height:80px;
}
#kanko_catarea div:hover,
#kanko_history_area div:hover,
#kanko_history_area a:hover,
.sekibutsu_banner a:hover,
.plaza_banner a:hover,
#link_banner_area div a:hover,
.knkmenu_thumb a:hover,
.banner_plan a:hover,
.banner_cm a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
}
#link_sescription {
	border: 2px solid #CEB9A9;
	background-color:#faf9f5;
	padding:10px 0px 0px 0px;
	margin-bottom:30px;
}
#link_sescription p {
	line-height:1.6;
	margin-bottom:10px;
	color:#765c47;
}
.okotowari {
	font-size:120%;
}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 600px) {
#kanko_catarea div {
	margin-bottom:15px;
	}
.kokuhou_btn,
.rekishi_btn,
.sentetsu_btn {
	float:none;
	margin:0px auto 15px auto;
}
.knkmenu {
	width:100%;
	float:none;
}
.knkmenu_textarea {
	width:70%;
}
.sekibutsu_banner,
.plaza_banner {
	width: auto;
	height: auto;
	margin-bottom:15px;
}
.sekibutsu_banner img,
.plaza_banner img {
	width: auto;
	height: auto;
}
.banner_kanko,
.banner_kichiyomu,
.banner_tourism {
	float:none;
	margin:0px auto 15px auto;
}
.banner_plan,
.banner_cm {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px auto 15px auto;
}
	
}
/* //////////////////////////////////////////////////////////// END NEW観光ページ　//////////////////////////////////////////////////////////// */


/* 観光先着ページ */
#kanko_contents h2,
#kanko_contents h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: none;
	background-color:transparent;
}

#kanko_contents h2 img,
#kanko_contents h3 img {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#omotenashi {
	margin-bottom: 30px;
	list-style:none;
}
#omotenashi li {
	margin-bottom: 15px;
}
#omotenashi li img {
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kanko_contents hr {
	margin: 30px;
}
.kanko_slogan {
	background-color: #f0efe7;
	padding: 10px 20px 10px 20px;
}
.plan_img {
	float: left;
	width: 200px;
	height: 133px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.plan_img img {
	width: 200px;
	height: 133px;
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	display: block;
}
.plan_point {
	float: left;
	margin-left: 40px;
}
.plan_point ul {
	margin: 0px;
	padding: 0px;
}
/* さくらマラソン2017 */
#sakura_marathon {
	width:570px;
	height:80px;
	margin-bottom:10px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
}
#sakura_marathon a:hover img {
opacity:0.75;
	filter: alpha(opacity=75);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	}

@media screen and (max-width: 960px) {
	#kanko_topimg,
	#kanko-link,
	#topimage {
		width: auto;
		height: auto;
		-ms-interpolation-mode: bicubic;
} 
	#kanko_left {
	width: auto;
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 600px) {
	#kanko_topimg,
	#kanko-link,
	#topimage {
		width: auto;
		height: auto;
		-ms-interpolation-mode: bicubic;
}
	#kanko_left {
	width: auto;
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
	-ms-interpolation-mode: bicubic;
}
	.cam_list {
		margin-left: 0px;
}
	.cam_data {
	margin-right: auto;
	margin-left: auto;
}

table td{
	background-color:#FFFFFF;
}
video {
	width:95%;
	height:auto;
}
#sakura_marathon {
	width:auto;
	height:auto;
}
#sakura_marathon a img {
	width:100%;
	height:auto;
}
	
}
 
/* audioレイアウト */
audio {
	margin-bottom: 30px;
	margin-left: 30px;
}



/* 20180928 広告バナー */
#adFooter {
	width:1000px;
	margin:0px auto 30px auto;
}
.ad_banner {
	font-size: 0;
}
.ad_banner li {
	font-size: 100%;
	display: inline-block;
	width: 190px;
	height: 45px;
	margin: 0px 5px 10px 5px;
}
/* ２番面以降のaタグを無効 */
.ad_banner li:nth-child(n + 2) a {
	pointer-events: none;
}
@media screen and (max-width: 600px) {
#adFooter {
	width:auto;
}
.ad_banner li {
	width: 100%;
	margin: 0px auto 10px auto;
}
}

/* //////////////////////////////////////// サーラ・デ・うすき //////////////////////////////////////// */


#sala_home {
	background-repeat: no-repeat;
	background-image: url(images/sala/top_image.jpg);
	background-position: center top;
}
#sala_toph2 {
	width: 100%;
	height: 210px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(images/sala/top_image.jpg);
	background-position: center top;
	border: none!important;
	padding: 0px!important;
	margin: 0px!important;
}
#sala_home #recentDocs {
	margin: 0px 10px 40px 10px;
}
#sala_home #recentDocs .pieceHeader h2 {
	border: none;
	margin-bottom: 0px;
    font-size: 115%;
    font-weight: bold;
}
#sala_home #recentDocs ul {
	list-style: none;
	margin: 0px 20px 0px 20px;
}


/* サーラ独自 */
#sala_home #recentDocsSala {
	margin: 0px 10px 40px 10px;
}
#recentDocsSala .pieceHeader {
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 5px 5px 0 0; /*  IE-CSS3 */
 -moz-border-radius: 5px 5px 0 0; /* Firefox */
 -webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
  behavior: url(_themes/js/PIE.htc);
  background-image: url(./images/bg-tab-on.gif);
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
}
#sala_home #recentDocsSala .pieceBody {
  padding: 0px 15px 15px 15px;
  border: 1px solid #aaaaaa;
  border-top: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F96;
	padding-top: 15px;
}
#recentDocsSala .pieceBody li {
  margin-bottom: 3px;
  padding-left: 12px;
  background-image: url(../base/images/ic-list02.gif);
  background-position: 0 5px;
  background-repeat: no-repeat
}
#sala_home #recentDocsSala .pieceHeader h2 {
  padding: 8px 5px 8px 15px;
	border: none;
	margin-bottom: 0px;
    font-size: 115%;
    font-weight: bold;
}
#sala_home #recentDocsSala ul{
	list-style: none;
	margin: 0px 20px 0px 20px;
}



.sala_h3 {
	font-size: 150%!important;
	background-repeat: repeat;
	background-image: url(images/sala/sala_h2.png);
	background-position: left top;
	border: none!important;
	color: #ffffff!important;
	font-weight:normal!important;
	padding: 6px 15px 6px 15px!important;
	margin: 0px 10px 30px 10px!important;
}
.sala_h4 {
	color: #ffffff;
	font-weight: normal;
	background-color: #8d6449;
	padding: 5px 15px 5px 15px!important;
	margin: 0px 15px 20px 15px!important;	
	border: none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
.sala_home_txt {
	color: #48372c;
	margin: 0px;
	font-size: 105%;
}
.hometxt_time {	
	font-size: 120%;
}
.hometxt_tel {	
	font-size: 160%;
	font-weight: bold;
}
.hometxt_parking {
	margin: 0px 10px 30px 10px!important;	
}
.sala_topinfo {
	text-align: center;
}
#topbtn_box {
	width: 580px;
	height: 160px;
	margin: 0px auto 60px auto;
	font-size: 0px;
}
#topbtn_box a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	
}
#topbtn_food {
	width: 160px;
	height: 160px;
	display: inline-block;
	margin-right: 50px;	
	font-size: 100%;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
#topbtn_food a {
	width: 160px;
	height: 160px;
	display: block;
	background-image: url(images/sala/topbtn_food.png);
	background-position: left top;
}
#topbtn_challenge {
	width: 160px;
	height: 160px;
	display: inline-block;
	margin-right: 50px;
	font-size: 100%;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
#topbtn_challenge a {
	width: 160px;
	height: 160px;
	display: block;
	background-image: url(images/sala/topbtn_challenge.png);
	background-position: left top;
}
#topbtn_ikoi {
	width: 160px;
	height: 160px;
	display: inline-block;
	font-size: 100%;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
#topbtn_ikoi a {
	width: 160px;
	height: 160px;
	display: block;
	background-image: url(images/sala/topbtn_ikoi.png);
	background-position: left top;
}

.sala_detailbtn {
	text-align: right;
	margin: 0px 20px 20px 20px;
}
.sala_detailbtn a {
	background-color: #2ca9e1;
	color: #ffffff;
	font-size: 110%;
	text-decoration: none;
	padding: 7px 25px!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sala_detailbtn a:hover {
	background-color: #74C9EF;
}

.sala_fmap {
	text-align: center;
	margin-bottom: 30px;
}
#sala_toplogo {
	width: 419px;
	height: 36px;
	background-image: url(images/sala/sala_toplogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	margin: 0px auto 20px auto;
}
.sala_navi {
	width: 710px;
	margin: 0px auto 50px auto!important;
	list-style: none!important;
	border-left: 1px solid #9E9478;
}
.sala_navi li {
	float: left;
	width: 140px;
	height: 40px;
	border-top: 1px solid #9E9478;
	border-bottom: 1px solid #9E9478;
	border-right: 1px solid #9E9478;
	margin: 0px!important;
}
.sala_navi li a {
	display: block;
	text-align: center;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #4a3a27;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
}
.sala_navi li a:hover,
.sala_active {
	background-color: #ded6b9;
}
#food_title,
#shisetsu_title,
#usuroku_title,
#challenge_title,
#ikoi_title {
	width: 750px;
	height: 50px;
	padding: 0px!important;
	margin: 0px 0px 30px 0px!important;
	background-color: none!important;
	border: none!important;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
#food_title {
	background-image: url(images/sala/food_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#shisetsu_title {
	background-image: url(images/sala/shisetsu_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#usuroku_title {
	background-image: url(images/sala/usuroku_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#challenge_title {
	background-image: url(images/sala/challenge_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#ikoi_title {
	background-image: url(images/sala/ikoi_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.guide {
	background-color: #e45e32;
	color: #ffffff;
	padding: 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 10px 30px 10px;
}
.guide p {
	margin: 0px;
}
.guide_l {
	text-align: center;
	font-size: 130%;
	margin-bottom: 10px!important;
}
/* こだわりの食 */
#uoshin_box{
	border: 5px solid #D3381C;
}
#porto_box {
	border: 5px solid #b09b78;
}
#rosetta_box{
	border: 5px solid #007b43;
}
.usuroku_linkbtn {
	text-align: right;
	margin-bottom: 20px;
}
.usuroku_linkbtn a {
	background-color: #2ca9e1;
	color: #ffffff;
	font-size: 110%;
	text-decoration: none;
	padding: 7px 25px!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.usuroku_linkbtn a:hover {
	background-color: #74C9EF;
}
#uoshin_box,
#porto_box,
#rosetta_box {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
	margin: 0px 10px 40px 10px;
}
#uoshin_box p,
#porto_box p,
#rosetta_box p {
	margin: 0px 0px 15px 0px;
}
.shop_infoarea {
	margin-bottom: 30px;
	padding: 10px;
}
.shop_h3 {
	font-size: 130%;
	padding: 0px!important;
	margin: 0px 0px 20px 0px!important;
	background-color: inherit!important;
	border: none!important;
}
.shopname_l {
	font-size: 200%;
	margin-left: 0.5em;
}
.shopname_lr {
	font-size: 200%;
	margin-right: 0.5em;
}
.shop_info {
	width: 345px;
	background-color: #e7e3d4;
	padding: 15px;
	float: left;
	margin: 0px 10px 10px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.shop_info dl {
	margin: 0px!important;
}
.shop_info dl dt {
	width: 6em;
	float: left;
}
.shop_info dl dd {
	margin-left: 6em;
}
.shop_info p {
	margin: 0px!important;
}
.shop_image {
	width: 285px;
	float: right;
	margin: 0px;
}
.shop_image img {
	width: 285px;
	margin: 0px 0px 10px 0px!important;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
/* おしらせの黒板 */
.open_info {
	background-color: #3c6450;
	padding: 10px 25px 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.open_info dl {
	margin: 0px!important;
}
.open_info dl dt {
	color: #ffffff;
	width: 200px;
	float: left;
}
.open_info dl dd {
	color: #ffffff;
	margin-left: 200px;
}

/* 臼六ラボ */
.usuroku_text {
	font-size: 150%;
	text-align: center;
}
.usuroku_table {
	width: 94%;
}
.usuroku_table th,
.usuroku_table td {
}
.usuroku_table th {
	color: #2b2b2b;
	background-color: #D9C9BD;
	vertical-align: middle;
	white-space: nowrap;
}
.usuroku_table img {
	margin: 0px;
}
.usuroku_td_title {
	white-space: nowrap;
	font-size: 105%;
	font-weight: bold;
	color: #a84200;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
/* チャレンジ */
#usuroku_box,
#tsumami_box {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px 20px 20px;
	margin: 0px 10px 40px 10px;
	
}
#usuroku_box {
	border: 5px solid #d75d08;
}
#tsumami_box {
	border: 5px solid #f7c114;
}
.machine_title {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #f1bf99;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.machine_box {
	border-top: 7px solid #DCDDDD;
	padding: 20px 0px 10px 0px;
}
.machine_text {
	width: 200px;
	float: left;
}
.machine_text p {
	margin: 0px 0px 10px 0px;
}
.machine_image {
	float: right;
	width: 480px;
}
.machine_image img {
	width: 220px;
	margin: 0px 0px 10px 20px;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
.machine_dl {
	margin: 0px!important;
	background-color: #dcdddd;
	line-height: 1.1em!important;
	padding: 15px 15px 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.machine_dl dt {
	width: 6em;
	float: left;
	margin: 0px;
}
.machine_dl dd {
	margin-left: 6em;
	margin: 0px;
}
.fst_l {
	font-size: 130%;
	color: #F07100;
}

.challenge_box {
	width: 160px;
	border: 2px solid #965036;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 20px 5px;
}
.challenge_title {
	background-color: #965036;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.challenge_photo {
	width: 120px;
	margin: 0px auto 10px auto;
}
.challenge_photo img {
	margin: 0px;
}
.challenge_text {
	margin: 0px 5px 5px 5px;
	font-size: 90%;
	height: 6em;
}


/* まちなか憩いの場 */
.ikoi_info {
	background-color: #dcdddd;
	padding: 10px 15px 10px 15px;
	margin: 0px 10px 30px 10px!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ikoi_box {
	text-align: center;
}
.ikoi_box img {
	margin: 0px 5px 30px 5px;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
.gmap_sala {
	width: 640px;
	margin: 0px auto 40px auto!important;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}

.sala_accessmap {
	width: 640px;
	margin: 0px auto 40px auto!important;
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
.sala_accessmap img {
	width: 640px;
	height: 398px;
	margin: 0px;
}

.sala_contact {
	line-height: 30px;
	font-size: 120%;
}
.sala_contact dt {
	width: 8em;
	float: left;
	color: #ffffff;
	font-weight: normal!important;
	text-align: center;
	background-color: #88765A;
	border: 2px solid #88765A;
}
.sala_contact dd {
	margin-left: 8em;
	border: 2px solid #88765A;
	padding-left: 9em;
}

/* ////////////////////////////////////////　サーラデうすき @media　//////////////////////////////////////// */
@media screen and (max-width: 600px) {

	#sala_home {
	background-repeat: no-repeat;
	background-image: url(images/sala/top_image.jpg);
	background-position: center top;
	background-size: contain;
	padding-top: 110px;
}
#sala_toph2 {
	display: none;
}
#sala_toplogo {
	width: 100%;
	height: 70px;
	background-image: url(images/sala/sala_toplogo.png);
	background-repeat: no-repeat;
	background-position: center top;background-size: contain;
}
#topbtn_box {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}
	
#topbtn_food,
#topbtn_challenge,
#topbtn_ikoi {
	margin-bottom: 20px;
}
.sala_navi {
	width: 100%;
	border: 1px solid #9E9478;
}
.sala_navi li {
	float: none;
	width: 100%;
	height: 40px;
}
.sala_navi li a {
	width: 100%;
	height: 40px;
}
#food_title,
#shisetsu_title,
#usuroku_title,
#challenge_title,
#ikoi_title {
	width: 100%;
}
.shop_info {
	width: auto;
}
.shop_image {
	width: auto;
	float: none;
}
.shop_image img {
	width: 100%;
}
/* おしらせの黒板 */
.open_info dl dt {
	width: auto;
	float: none;
}
.open_info dl dd {
	color: #ffffff;
	margin-left: 0px;
}

.sala_fmap img {
	width: 90%;
}	
.gmap_sala {
	width: 90%;
	height: auto;
}
.machine_image {
	float: none;
	width: auto;
}
.machine_image img {
	width: 100%;
	margin: 0px 0px 10px 0px!important;
}	
.sala_contact {
	margin: 0px 5px 20px 5px!important;
	line-height:inherit;
	font-size: 110%;
}
.sala_contact dt {
	width: 100%;
	float: none;
	color: #ffffff;
	font-weight: normal!important;
	text-align: center;
	background-color: #88765A;
	border: 2px solid #88765A;
	margin: 0px!important;
}
.sala_contact dd {
	width: 100%;
	text-align: center;
	margin: 0px!important;
	border: 2px solid #88765A;
	padding: 7px 0px;
}
.sala_accessmap {
	width: 90%;
}
.sala_accessmap img {
	width: 100%;
	height: auto;
}

}


/* ////////////////////////////////////////　国民文化祭2018おおいた ////////////////////////////////////////　*/
#kokumin_bunkasai p {
	margin-bottom: 30px;
}
#bunkasai_topimage {
	width: 750px;
	height: 378px;
	background-color: #ffff3c;
	margin-bottom: 30px;
}
#bunkasai_topimage img {
	margin: 0px!important;
}
#kokumin_bunkasai #recentDocs {
	margin-bottom: 40px;
	border: 2px solid #333333;
}
#kokumin_bunkasai #recentDocs .pieceHeader {
  border-radius: 0;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
	border: none;
}
/* 新着の見出しリセット用 */
#kokumin_bunkasai #recentDocs h2 {
	background-color: inherit;
	margin: 0px;
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
	background-color: #e50054;
	border: none;
}
#kokumin_bunkasai #recentDocs .pieceBody {
	border-top: none;
	max-height: 150px;
	overflow-y: scroll;
}
#kokumin_bunkasai #recentDocs ul {
	list-style: none;
	margin: 0px!important;
}

.kb_catbtn_area {
	text-align: center;
	margin-bottom: 60px;
}
.kb_btn01,
.kb_btn02 {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: 210px;
	margin: 0px 1%;
    overflow: hidden;
    padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #333333;
}
.kb_btn01 a,
.kb_btn02 a {
	display: block;
	width: 100%;
	height: 210px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
.kb_btn01 a {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/kb_btn01.png);
	background-size: cover;
}
.kb_btn02 a {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/kb_btn02.png);
	background-size: cover;
}
.kb_btn01 a:hover,
.kb_btn02 a:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.kb_sectoral {
	background-image: url(images/kb_sectoral.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.kb_leading {
	background-image: url(images/kb_leading.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.kb_movie {
	text-align: center;
	margin-bottom: 70px;
}
.kb_movie_title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px!important;
}

.kb_title {
	background-repeat: repeat;
	background-image: url(images/kb_bg.png);
	background-position: left top;
	padding: 10px;
	margin-bottom: 30px;
}

.kb_title p {
	font-size: 125%;
	font-weight: bold;
	background-color: #ffffff;
	width: 100%;
	padding: 4px 0px;
	text-align: center;
	margin: 0px!important;
}
.yellow_h2 {
	background-repeat: repeat;
	background-image: url(images/kb_bg.png);
	background-position: left top;
	padding: 10px!important;
	border: none!important;
	margin-top: 30px!important;
}
.yellow_h2 span {
	background-color: #ffffff;
	width: 100%;
	display: block;
	padding: 4px 0px;
	text-align: center;
	margin: 0px!important;
}
#kokumin_bunkasai .inquiry h2 {
    margin: 0px 0px 10px 0px;
    padding: 5px 15px;
    background-color: #fff53d;
    font-size: 110%;
    font-weight: bold;
	border: none;
}
/* パンフレット 20180911 */
.kb_pamphlet {
	text-align: center;
	margin-bottom: 30px;
}
.kb_pamph_box {
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: top;
}
.kb_pamph_box img {
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}
.kb_pamph_box p {
	font-size: 88%;
	width: 85%;
	margin: 0px auto 15px auto;
}
.kb_pamph_box p a {
	text-decoration: none;
}
.kb_pamph_box p span {
	color: #ffffff;
	background-color: #666666;
	width: 75%;
	margin: 3px auto 10px auto;
	padding: 3px;
	display: block;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
.kb_pamph_box p span:hover {
	color: #2b2b2b;
	background-color: #fff53d;
}

/* ////////////////////////////////////////　国民文化祭 @media　//////////////////////////////////////// */
@media screen and (max-width: 600px) {
#bunkasai_topimage {
	width: 100%;
	height: auto;
}	
.kb_btn01, .kb_btn02 {
	width: 96%;
	margin-bottom: 20px;
}	
	
}