@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

* {
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(255, 255, 0, 0.5);
	-webkit-text-size-adjust: 100%;
}
body {
	text-align: left;
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
	line-height: 1.8em;
	color: #4d4d4d;
	background-color: #ffffff;
}
a {
	text-decoration: underline;
/*	color: #4d4d4d; */
	color: #3333ff;
}
a:visited {
  color: #8a41ee;
}
a.emphasis {
	color: #0066ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 105%;
}
h6 {
	font-size: 100%;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
p.center {
	text-align: center;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
*.strong {
	font-weight: bold;
}
*.note {
	font-size: 85.71%;
	line-height: 1.6em;
}



/* --------------------------------------------------------------------------------
list
-------------------------------------------------------------------------------- */

ol {
	list-style-type: decimal;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=button],
input[type=submit],
textarea {
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
	-webkit-appearance: none;
	border-radius: 0px;
}
input[type=text],
input[type=email],
textarea {
	color: #4d4d4d;
	background-color: transparent;
}



/* --------------------------------------------------------------------------------
scroll-panel
-------------------------------------------------------------------------------- */

div.jspContainer {
	position: relative;
	overflow: hidden;
}
div.jspPane {
	position: absolute;
}
div.jspVerticalBar {
	position: absolute;
	width: 15px;
	height: 100%;
	top: 0px;
	right: 0px;
	background: url(../imgs/global-navi-scroll-bar.png) repeat-y 0px 0px;
}
div.jspHorizontalBar {
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	bottom: 0px;
}
div.jspVerticalBar *,
div.jspHorizontalBar * {
	margin: 0px;
	padding: 0px;
}
div.jspCap {
	display: none;
}
div.jspHorizontalBar div.jspCap {
	float: left;
}
div.jspTrack {
	position: relative;
}
div.jspDrag {
	position: relative;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(../imgs/global-navi-scroll-tab.png) repeat-y 0px 0px;
}
div.jspDrag div.jspDragTop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../imgs/global-navi-scroll-tab-top.png) no-repeat left top;
}
div.jspDrag div.jspDragBottom {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../imgs/global-navi-scroll-tab-bottom.png) no-repeat left bottom;
}
div.jspHorizontalBar div.jspTrack,
div.jspHorizontalBar div.jspDrag {
	float: left;
	height: 100%;
}
a.jspArrow {
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-indent: -20000px;
}
a.jspArrowUp {
	background: url(../imgs/global-navi-scroll-button-up.png) no-repeat 0px 0px;
}
a.jspArrowDown {
	background: url(../imgs/global-navi-scroll-button-down.png) no-repeat 0px 0px;
}
a.jspArrow.jspDisabled {
	cursor: default;
}
div.jspVerticalBar a.jspArrow {
	height: 15px;
}
div.jspHorizontalBar a.jspArrow {
	float: left;
	width: 15px;
	height: 100%;
}
div.jspVerticalBar a.jspArrow:focus {
	outline: none;
}
div.jspCorner {
	float: left;
	height: 100%;
	background-color: #eeeeee;
}
* html div.jspCorner {
	margin: 0px -3px 0px 0px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

noscript p {
	margin: 20px;
	padding: 10px 15px;
	background-color: #e6e6e6;
}
hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b3b3b3;
	margin: 15px 0px;
/*	20160315 ADD START	*/
	clear: both;
/*	20160315 ADD END	*/
}
br.sp {
	display: none;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.clearfix {
	zoom: 1;
}
*.margin-bottom {
	margin-bottom: 20px;
}
*.margin-bottom-narrow {
	margin-bottom: 10px;
}
*.margin-bottom-wide {
	margin-bottom: 40px;
}
/* 20170325広告用に追加 */
*.margin-bottom-ad {
	margin-bottom: 30px;
}

*.gsib_a {
	padding-top: 0 !important;
}

*.gsc-input-box {
	height: 26px !important;
}

/* 20160427 トップページ右カラムレイアウト修正 UPD-START */
/* 20160225 ADD */
div.article *.block-contact::before {
	content: ".";
	display: block;
	visibility: hidden;
}
/* 20160225 ADD-END */
/* 20160427 トップページ右カラムレイアウト修正 UPD-END */

/* --------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------- */

div#general *.color-white,
div#general *.color-yellow {
	display: none;
}
div#general img {
	display: block;
	max-width: 100%;
	height: auto;
}
div#general div.gm-style img {
	max-width: none;
}
div#general div.mode {
	position: relative;
	width: 225px;
	height: 24px;
	line-height: 24px;
}
div#general div.mode p {
	float: left;
}
div#general div.mode ul {
	float: right;
}
div#general div.mode ul li {
	float: left;
}
div#general div.mode ul li img {
	display: block;
	width: auto;
	height: 22px;
}
div#general i.icon {
	padding: 0px 0px 5px 20px;
	background-repeat: no-repeat;
}
div#general i.icon-tel,
div#general i.icon-fax,
div#general i.icon-mail,
div#general i.icon-faq,
div#general i.icon-time {
	background-position: 0em 0.1em;
}
div#general i.icon-tel {
	background-image: url(../imgs/icon-tel.png);
}
div#general i.icon-fax {
	background-image: url(../imgs/icon-fax.png);
}
div#general i.icon-mail {
	background-image: url(../imgs/icon-mail.png);
}
div#general i.icon-faq {
	background-image: url(../imgs/icon-faq.png);
}
div#general i.icon-time {
	background-image: url(../imgs/icon-time.png);
}
div#general i.icon-pdf,
div#general i.icon-word,
div#general i.icon-excel {
	background-position: 0.1em 0.2em;
}
div#general i.icon-pdf {
	background-image: url(../imgs/icon-pdf.png);
}
div#general i.icon-word {
	background-image: url(../imgs/icon-word.png);
}
div#general i.icon-excel {
	background-image: url(../imgs/icon-excel.png);
}
div#general span.label {
	font-weight: bold;
}
div#general div.breadcrumb {
	padding: 10px 0px;
}
div#general div.breadcrumb-header {
	background: url(../imgs/shadow-01.png) repeat-x left top;
}
div#general div.breadcrumb div.inner-breadcrumb {
	position: relative;
	width: 960px;
	margin: auto;
}
div#general div.breadcrumb-header p {
	padding-right: 150px;
}
div#general div.breadcrumb span.separate {
	padding: 0em 0.5em;
}
div#general div.breadcrumb p {
	float: left;
}
div#general div.breadcrumb p.page-top {
	float: right;
	font-size: 85.71%;
}
div#general div.breadcrumb p.page-top a {
	text-decoration: none;
	color: #4d4d4d;
}
div#general p.button-data a {
	display: inline-block;
	text-decoration: none;
	line-height: 1.4em;
	border: 2px solid #b3b3b3;
	padding: 5px 5px 5px 45px;
	background: #ffffff url(../imgs/icon-data.png) no-repeat 10px center;
	border-radius: 5px;
}
div#general p.facility-button-data {
	padding-left: 230px;
}

/* block
-------------------------------------------------------------------------------- */

div#general div.block-ad {
	background: url(../imgs/moziiri.png) no-repeat center 10px;
}
div#general div.block-ad div.inner-block {
	min-height: 240px;
	width: 790px;
	margin: auto;
}
div#general div.block-ad div.header {
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
}
div#general div.block-ad div.header h3,
div#general div.block-ad div.header p {
	display: inline-block;
	color: #ffffff;
}
div#general div.block-ad div.header p a {
	color: #ffffff;
}
div#general div.block-ad div.content {
	margin-right: -10px;
}
div#general div.block-ad div.content p.banner {
	float: left;
	margin: 0px 10px 10px 0px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

div#header div.inner-header {
	position: relative;
}
div#header p.reading {
	position: absolute;
}

/* block
-------------------------------------------------------------------------------- */

div#header div.block div.inner-block {
	width: 960px;
	margin: auto;
}
div#header div.block-first {
	border-bottom: 1px solid #b3b3b3;
	padding: 10px 0px;
}
div#header div.block-first div.language,
div#header div.block-first div.font-color,
div#header div.block-first div.font-size {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
	padding: 2px 0px;
}
div#header div.block-first div.language ul {
	display: inline;
}
div#header div.block-first div.language ul li {
	display: inline;
}
div#header div.block-first div.language ul li a {
	color: #4d4d4d;
}
div#header div.block-first div.font-color p,
div#header div.block-first div.font-size p {
	float: left;
}
div#header div.block-first div.font-color ul,
div#header div.block-first div.font-size ul {
	float: left;
}
div#header div.block-first div.font-color ul li,
div#header div.block-first div.font-size ul li {
	float: left;
}
div#header div.block-first div.font-color ul li img,
div#header div.block-first div.font-size ul li img,
div#header div.block-first div.search input.button {
	width: auto;
	height: 22px;
}
div#header div.block-first div.font-color ul li.black img,
div#header div.block-first div.font-size ul li img {
	margin-left: 5px;
}
div#header div.block-first div.search {
	position: relative;
	float: right;
	width: 330px;
	line-height: 24px;
}
div#header div.block-first div.search div.inner {
	position: relative;
	padding: 2px 0px 2px 80px;
}
div#header div.block-first div.search p {
	position: absolute;
	left: 0px;
	top: 2px;
}
div#header div.block-first div.search form {
	display: block;
	position: relative;
	padding-right: 57px;
}
div#header div.block-first div.search input.text {
	width: 100%;
	height: 20px;
	text-indent: 0.25em;
	font-size: 100%;
	outline: none;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 0px;
}
div#header div.block-first div.search input.button {
	position: absolute;
	right: 0px;
	top: 0px;
}
div#header div.block-second {
	height: 100px;
	background: url(../imgs/background-header.png) repeat-x left top;
}
div#header div.block-second div.inner-block {
	padding-top: 20px;
}
div#header div.block-second h1#logo img {
	margin: auto;
}



/* --------------------------------------------------------------------------------
header (home)
-------------------------------------------------------------------------------- */

/* block
-------------------------------------------------------------------------------- */

div.home div#header div.block-second {
	height: 160px;
	background-image: none;
}
div.home div#header div.block-second div.inner-block {
	position: relative;
	width: 1024px;
	height: 160px;
	margin: auto;
	background: url(../imgs/home-header-illust-01.png) no-repeat left top;
}
div.home div#header div.block-second div.inner-block h1#logo {
	margin: -10px auto 0px auto;
	padding: 0px 0px 0px 20px;
}
div.home div#header div.block-second div.inner-block h1#logo img {
	margin: 0px;
}
div.home div#header div.block-second div.inner-block p.illust {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
div.home div#header div.block-second div.inner-block p.illust-01 {
	background-image: url(../imgs/home-header-illust-02.png);
}
div.home div#header div.block-second div.inner-block p.illust-02 {
	background-image: url(../imgs/home-header-illust-03.png);
}
div.home div#header div.block-second div.inner-block p.illust-03 {
	background-image: url(../imgs/home-header-illust-04.png);
}
div.home div#header div.block-second div.inner-block p.illust-04 {
	background-image: url(../imgs/home-header-illust-05.png);
}



/* --------------------------------------------------------------------------------
global-navi
-------------------------------------------------------------------------------- */

div#global-navi-wrapper {
	position: relative;
	background: #edf1f4 url(../imgs/global-navi-background-01.png) repeat-x left top;
}
div#global-navi-background {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	background-color: #0080a6;
}
div#global-navi-wrapper p.button-close-sp {
	display: none;
}
div#global-navi {
	width: 960px;
	position: relative;
	overflow-y: hidden;
	margin: auto;
}
div#global-navi-blind {
	position: absolute;
	width: 960px;
	height: 300px;
	left: 0px;
	top: 60px;
	z-index: 30;
	background-color: #ffffff;
}
div#global-navi-border {
	position: absolute;
	width: 0px;
	height: 300px;
	right: 0px;
	top: 60px;
	z-index: 40;
	border-right: 1px solid #b3b3b3;
}
div.current-02 div#global-navi-blind {
	width: 768px;
	left: 192px;
}
div.current-03 div#global-navi-blind {
	width: 576px;
	left: 384px;
}
div.current-04 div#global-navi-blind {
	width: 384px;
	left: 576px;
}
div.current-05 div#global-navi-blind {
	width: 192px;
	left: 768px;
}
div.current-06 div#global-navi-blind {
	width: 0px;
	left: 960px;
}
div#global-navi-balloon {
	display: none;
	position: absolute;
	width: 190px;
	height: 66px;
	left: 197px;
	top: 165px;
	z-index: 40;
}
div#global-navi {
	position: relative;
	width: 960px;
	height: 60px;
	z-index: 20;
	overflow: hidden;
	margin: auto;
}
div#global-navi div.column {
	position: relative;
	float: left;
	width: 192px;
	background-color: #ffffff;
}
div#global-navi div.column-01 {
	float: none;
	width: auto;
	height: 60px;
	z-index: 10;
	overflow: hidden;
	border-right: none;
	margin-top: 0px;
	background-color: #0080a6;
}
div#global-navi div.column-02 div.inner {
	border-left: 1px solid #b3b3b3;
}
div#global-navi div.column div.enable {
	background-color: #ffffff;
}
div#global-navi div.column-03-detail div.inner,
div#global-navi div.column-04-detail div.inner,
div#global-navi div.column-05-detail div.inner,
div#global-navi div.column-06 div.inner {
	cursor: pointer;
}
div#global-navi div.column-06 div.inner {
	border-right: 1px solid #b3b3b3;
}
div#global-navi div.jspScrollable div.inner {
	border-right: none;
}
div#global-navi div.column div.detail {
	padding: 15px;
}
div#global-navi div.column div.detail h3 {
	margin-bottom: 15px;
}
div#global-navi div.column a.button-detail {
	display: block;
	float: right;
	width: 120px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	margin-top: 10px;
	background-color: #006934;
	border-radius: 3px;
}
div#global-navi div.column div.border {
	position: absolute;
	width: 0px;
	height: 247px;
	top: 0px;
	overflow: hidden;
	border-right: 1px solid #b3b3b3;
}
div#global-navi div.column div.border-left {
	left: 0px;
}
div#global-navi div.column div.border-right {
	left: 191px;
}
div#global-navi div.column-03-detail div.border-right,
div#global-navi div.column-04-detail div.border-right,
div#global-navi div.column-05-detail div.border-right {
	height: 277px;
}
div#global-navi div.column div.bar,
div#global-navi div.column div.bar a.button-back span {
	display: none;
}
div#global-navi div.column ul li {
	line-height: 20px;
}
div#global-navi div.column ul li a {
	display: block;
	text-decoration: none;
	color: #4d4d4d;
	border-bottom: 1px solid #b3b3b3;
	padding: 5px 25px 5px 10px;
}
div#global-navi div.column ul li.odd a {
	background-color: #ffffff;
}
div#global-navi div.column ul li.even a {
	background-color: #ededed;
}
div#global-navi div.column ul li a.active {
	color: #ffffff;
	background-color: #006934;
}
div#global-navi div.column-01 div.inner {
	padding: 5px 0px;
}
div#global-navi div.column-01 ul {
	overflow: hidden;
	border-radius: 5px;
}
div#global-navi div.column-01 ul li {
	float: left;
	width: 160px;
	height: 50px;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	border-left: none;
}
div#global-navi div.column-01 ul li a,
div#global-navi div.column-01 ul li a.active {
	text-decoration: none;
	font-size: 128.57%;
	font-weight: bold;
	color: #4d4d4d;
	letter-spacing: 0.15em;
	padding: 10px 0px;
	background: #ffffff url(../imgs/global-navi-background-02.png) repeat-x left bottom;
}
/*　2016.07.13 翻訳ページでおかしくなるため削除
div#global-navi div.column-01 ul li.row-03 a {
	letter-spacing: 1em;
	padding-left: 1em;
}*/
div#global-navi div.column-01 ul li a:hover,
div#global-navi.open div.column-01 ul li a.active {
	color: #4d4d4d;
	background-color: #ededed;
	background-image: url(../imgs/global-navi-background-03.png);
}
div#global-navi div.column-01 ul li a span {
	display: block;
	background: url(../imgs/dot-vertical.png) repeat-y right top;
}
div#global-navi div.column-01 ul li.row-06 a span {
	background-image: none;
}
div#global-navi div.footer {
	position: absolute;
	width: 768px;
	height: 30px;
	bottom: 0px;
	overflow: hidden;
	z-index: 10;
}
div#global-navi div.footer-short {
	width: 576px;
	overflow-x: hidden;
}
div#global-navi div.footer-extra-short {
	width: 384px;
	overflow-x: hidden;
}
div#global-navi div.footer-more-extra-short {
	width: 192px;
	overflow-x: hidden;
}
div#global-navi div.footer a {
	display: block;
	float: left;
	width: 191px;
	height: 29px;
	text-align: right;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	background-color: #4d4d4d;
}
div#global-navi div.footer a.list-02 {
	width: 190px;
	border-left: 1px solid #b3b3b3;
}
div#global-navi div.footer a:hover,
div#global-navi div.footer a.active {
	color: #4d4d4d;
	background-color: #ffffff;
}
div#global-navi div.footer a span {
	display: block;
	padding-right: 23px;
	background: url(../imgs/global-navi-bullet-list.png) no-repeat 220px center;
}
div#global-navi div.footer a:hover span,
div#global-navi div.footer a.active span {
	background-image: url(../imgs/global-navi-bullet-list-active.png);
}
div#global-navi-switch {
	position: relative;
	margin: 0px auto;
}
div#global-navi-switch.open {
	border-top: 5px solid #0080a6;
}
div#global-navi-switch a#button-switch {
	display: block;
	position: absolute;
	width: 145px;
	height: 30px;
	left: 50%;
	top: 0px;
	z-index: 1;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	margin-left: 335px;
	background: url(../imgs/global-navi-background-switch-02.png) no-repeat left top;
}
div#global-navi-switch a#button-switch span {
	padding-left: 30px;
	background: url(../imgs/global-navi-button-switch-open.png) no-repeat 15px 0.3em;
}
div#global-navi-switch.open a#button-switch span {
	background-image: url(../imgs/global-navi-button-switch-close.png);
}



/* --------------------------------------------------------------------------------
global-navi (home)
-------------------------------------------------------------------------------- */

div.home div#global-navi-switch a#button-switch {
	margin-left: -480px;
	background-image: url(../imgs/global-navi-background-switch-01.png);
}
div.home div#global-navi-switch a#button-switch span {
	padding-left: 25px;
	background-position: 10px 0.3em;
}



/* --------------------------------------------------------------------------------
emergency
-------------------------------------------------------------------------------- */

div#emergency {
	padding: 15px 0px;
}
div#emergency div.inner-emergency {
	position: relative;
	width: 960px;
	margin: auto;
}
div#emergency div.header {
	position: absolute;
	width: 175px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #f01e00;
}
div#emergency div.header h3 {
	position: absolute;
	width: 115px;
	top: 50%;
	text-align: left;
	vertical-align: middle;
	font-size: 157.14%;
	line-height: 32px;
	color: #ffffff;
	margin-top: -15px;
	padding-left: 60px;
	background: url(../imgs/icon-emergency.png) no-repeat 20px 0px;
}
div#emergency div.content {
	border: 3px solid #f01e00;
	padding: 10px 10px 10px 185px;
}
div#emergency div.content ul li {
	font-size: 128.57%;
	font-weight: bold;
}
div#emergency div.content ul li a {
	color: #4d4d4d;
}

/* emergency2 */
div.emergency2 {
	padding: 15px 0px;
}
div.emergency2 div.inner-emergency {
	position: relative;
	width: 960px;
	margin: auto;
}
/* 20180906 DEL */
/*div.emergency2 div.header {
	position: absolute;
	width: 175px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #8D6600;
}*/

/* 20160823 位置調整 UPD */
/*div#emergency2 div.header h3 {
	position: absolute;
	width: 115px;
	top: 50%;
	text-align: left;
	vertical-align: middle;
	font-size: 157.14%;
	line-height: 64px;
	color: #ffffff;
	margin-top: -15px;
	padding-left: 60px;
}*/
/* 20160823 位置調整 UPD-DEL */
div.emergency2 div.header h3 {
	position: absolute;
	width: 155px;
	top: 50%;
	text-align: left;
	vertical-align: middle;
	font-size: 130%;
	line-height: 25px;
	color: #ffffff;
	margin-top: -25px;
	padding-left: 20px;
}
/* 20180906 調整 UPD-END */
div.emergency2 div.content {
	border: 3px solid #8D6600;
	padding: 10px 30px 10px 30px;
}

div.emergency2 div.content ul li {
	font-size: 128.57%;
	font-weight: bold;
}
div.emergency2 div.content ul li a {
	color: #4d4d4d;
}


/* --------------------------------------------------------------------------------
slide-home
-------------------------------------------------------------------------------- */

div#slide-home {
	position: relative;
	padding: 15px 0px;
}
div#slide-home div.inner {
	position: relative;
	width: 900px;
	overflow: hidden;
	margin: auto;
}
div#slide-home p.button-prev,
div#slide-home p.button-next {
	display: block;
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0px;
	left: 50%;
	z-index: 10;
	cursor: pointer;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
div#slide-home p.button-prev {
	margin-left: -480px;
	background-image: url(../imgs/home-slide-button-pager-prev.png);
}
div#slide-home p.button-next {
	margin-left: 450px;
	background-image: url(../imgs/home-slide-button-pager-next.png);
}
div#slide-home div.container {
	height: 200px;
	overflow: hidden;
}
div#slide-home p.image {
	float: left;
	width: 290px;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 15px;
}
div#slide-home div#tmp {
	display: none;
}
div#slide-home-navi {
	float: right;
	text-align: right;
}
div#slide-home-navi p.button-play-stop {
	display: inline-block;
	width: 32px;
	height: 20px;
	cursor: pointer;
	margin-left: 10px;
	background: url(../imgs/home-slide-button-stop.png) no-repeat left top;
}
div#slide-home-navi p.button-play-stop.stop {
	background-image: url(../imgs/home-slide-button-play.png);
}
div#slide-home-navi p.button {
	display: inline-block;
	width: 30px;
	height: 8px;
	cursor: pointer;
	margin: 6px 0px 0px 5px;
	background-color: #999999;
}
div#slide-home-navi p.active {
	background-color: #0080a6;
}
div#general div.breadcrumb-header div#slide-home-navi p.button-play-stop,
div#general div.breadcrumb-header div#slide-home-navi p.button {
	padding-right: 0px;
}

/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

div#main {
	background: url(../imgs/background-main.png) repeat left top;
}
div#main div.inner-main {
	position: relative;
	width: 960px;
	margin: auto;
	padding: 45px 0px;
}
div#main h1#title-large {
	text-align: center;
	font-size: 185.71%;
	line-height: 1.4em;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 10px 0px;
	background: #0080a6 url(../imgs/background-header-large-01.png) repeat-x left bottom;
	border-radius: 5px;
}



/* --------------------------------------------------------------------------------
main (home)
-------------------------------------------------------------------------------- */

div.home div#main {
	margin-bottom: 30px;
}
div.home div#main div.inner-main {
	padding-top: 15px;
}
div.home div#main div#life {
	width: 100%;
	height: 60px;
	border: 1px solid #666666;
	margin-bottom: 30px;
	background-color: #ffffc4;
}
div.home div#main div#life div.inner-life {
	position: relative;
	padding-left: 78px;
}
div.home div#main div#life h2 {
	position: absolute;
	left: 0px;
	top: 0px;
}
div.home div#main div#life h2 span {
	display: none;
}
div.home div#main div#life ul li {
	float: left;
	width: 110px;
}
div.home div#main div#life ul li a {
	display: block;
	border-right: 1px solid #666666;
}
div.home div#main div#life ul li.row-08 a {
	border-right: none;
}
div.home div#main div#life ul li img {
	margin: auto;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content {
	float: left;
	width: 720px;
	margin: auto;
	margin: 0px 20px 30px 0px;
}
div#content h1#title {
	font-size: 142.86%;
	color: #ffffff;
	padding: 10px 15px;
	background-color: #666666;
}
div#content h2.headline {
	font-size: 114.29%;
	line-height: 1.4em;
	color: #ffffff;
	border: 1px solid #666666;
	margin-bottom: 15px;
	padding: 9px;
	background-color: #666666;
}
div#content div.list-detail {
	margin: 0px -29px;
}
div#content div.list-detail ul li {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 15px;
	padding: 0px 29px 15px 29px;
}
div#content div.list-detail ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#content div.list-detail ul li.last {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#content div.list-detail ul li div.inner {
	border-left: 5px solid #0080a6;
	padding-left: 10px;
}

/* 20160215 ADD */
div#content div.list-detail ul li h2 {
	font-size: 114.29%;
	padding-left: 18px;
	background: url(../imgs/icon-folder.png) no-repeat left;
}
div#content div.list-detail ul li.article h2 {
	background-image: url(../imgs/icon-article.png);
}	
/* 20160215 ADD-END */

div#content div.list-general ul li {
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(../imgs/bullet-02.png) no-repeat 0em 0.5em;
}
div#content div.list-general ul li h2 {
	font-size: 114.29%;
}
div#content div#page-information {
	margin: -15px 0px 15px 0px;
}
div#content div#page-information p {
	display: inline-block;
	font-size: 85.71%;
	line-height: 1.4em;
}
div#content div#page-information p.editor,
div#content div#page-information p.update,
div#content div#page-information p.id {
	border-right: 1px solid #b3b3b3;
	margin-right: 10px;
	padding-right: 10px;
}
div#content div#page-information p.button-print {
	vertical-align: -5px;
	cursor: pointer;
}
div#content div.table-wrapper {
	max-width: 100%;
	display: inline-block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
div#content div.table-wrapper::-webkit-scrollbar {
	height: 6px;
}
div#content div.table-wrapper::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #e6e6e6;
}
div#content div.table-wrapper::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #999999;
}
div#content ul.bullet li {
	padding-left: 15px;
	background: url(../imgs/bullet-01.png) no-repeat 0.15em 0.6em;
}
div#content table.facility {
	width: 100%;
	border: 1px solid #b3b3b3;
	margin-bottom: 30px;
}
div#content table.facility,
div#content table.facility caption,
div#content table.facility td,
div#content table.facility th {
	line-height: 1.4em;
	border: 1px solid #b3b3b3;
}
div#content table.facility caption {
	text-align: left;
	font-weight: bold;
	border-bottom: none;
	padding: 5px 10px;
	background-color: #d9ecf2;
}
div#content table.facility td,
div#content table.facility th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}
div#content table.facility th {
	background-color: #f2f2f2;
}
div#content table.facility td li{
	margin: 0px 10px;
}
div#content table.facility th.place {
	width: 13%;
}
div#content table.facility th.tel,
div#content table.facility th.fax {
	width: 14%;
}
div#content table.facility th.mail {
	width: 12%;
}
div#content table.facility th.work {
	width: 32%;
}
div#content div.table-facility-sp {
	display: none;
}

/* frame
-------------------------------------------------------------------------------- */

div#content div.frame {
	border: 1px solid #b3b3b3;
	background-color: #ffffff;
}
div#content div.frame-shadow {
	background-image: url(../imgs/shadow-01.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div#content div.frame div.inner-frame {
	padding: 29px;
}
div#content div.frame-news-event div.inner-frame {
	padding-top: 14px;
}
div#content div.frame-news-event div.list-category {
	position: relative;
	margin-bottom: 30px;
	padding-left: 3.5em;
}
div#content div.frame-news-event div.list-category p.label {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#content div.frame-news-event div.list-category ul,
div#content div.frame-news-event div.list-category ul li {
	display: inline-block;
}
div#content div.frame-news-event div.list-category ul li {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0em 0.45em;
}
div#content div.frame-news-event div.list-category ul li.all {
	padding-left: 0px;
}
div#content div.frame-news div.list-category ul li.category-01 {
	background-image: url(../imgs/icon-news-01.png);
}
div#content div.frame-news div.list-category ul li.category-02 {
	background-image: url(../imgs/icon-news-02.png);
}
div#content div.frame-event div.list-category ul li.category-01 {
	background-image: url(../imgs/icon-event-01.png);
}
div#content div.frame-event div.list-category ul li.category-02 {
	background-image: url(../imgs/icon-event-02.png);
}
div#content div.frame-event div.list-category ul li.category-03 {
	background-image: url(../imgs/icon-event-03.png);
}
div#content div.frame-event div.list-category ul li.category-04 {
	background-image: url(../imgs/icon-event-04.png);
}
div#content div.frame-event div.list-category ul li.category-05 {
	background-image: url(../imgs/icon-event-05.png);
}
div#content div.frame-event div.list-category ul li.category-06 {
	background-image: url(../imgs/icon-event-06.png);
}
div#content div.frame-event div.list-category ul li.category-07 {
	background-image: url(../imgs/icon-event-07.png);
}
div#content div.frame-event div.list-category ul li.category-08 {
	background-image: url(../imgs/icon-event-08.png);
}

/* 20160229 イベント(公民館追加) ADD-start */
div#content div.frame-event div.list-category ul li.category-09 {
	background-image: url(../imgs/icon-event-09.png);
}
/* 20160229 イベント(公民館追加) ADD-end */

div#content div.frame-news-event div.pager-header {
	margin-bottom: 60px;
}
div#content div.frame-news-event div.pager ul {
	position: relative;
	text-align: center;
}
div#content div.frame-news-event div.pager ul li {
	display: inline-block;
	min-width: 70px;
	line-height: 30px;
	padding: 0px 15px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
	border-radius: 5px;
}
div#content div.frame-news-event div.pager ul li.prev,
div#content div.frame-news-event div.pager ul li.next {
	position: absolute;
	top: 0px;
}
div#content div.frame-news-event div.pager ul li.prev {
	left: 0px;
}
div#content div.frame-news-event div.pager ul li.next {
	right: 0px;
}
div#content div.frame-news-event div.pager ul li a {
	text-decoration: none;
	color: #ffffff;
}
div#content div.frame-news-event div.list-summary {
	margin-bottom: 60px;
}
div#content div.frame-news-event div.list-summary div.row {
	float: none;
	margin: 0px 0px 30px 0px;
}
div#content div.frame-news-event div.list-summary div.row h3 {
	font-size: 100%;
	border-bottom: 3px solid #0080a6;
	margin-bottom: 10px;
}
div#content div.frame-news-event div.list-summary div.row ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0em 0.45em;
}
div#content div.frame-news div.list-summary div.row ul li.category-01 {
	background-image: url(../imgs/icon-news-01.png);
}
div#content div.frame-news div.list-summary div.row ul li.category-02 {
	background-image: url(../imgs/icon-news-02.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-01 {
	background-image: url(../imgs/icon-event-01.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-02 {
	background-image: url(../imgs/icon-event-02.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-03 {
	background-image: url(../imgs/icon-event-03.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-04 {
	background-image: url(../imgs/icon-event-04.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-05 {
	background-image: url(../imgs/icon-event-05.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-06 {
	background-image: url(../imgs/icon-event-06.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-07 {
	background-image: url(../imgs/icon-event-07.png);
}
div#content div.frame-event div.list-summary div.row ul li.category-08 {
	background-image: url(../imgs/icon-event-08.png);
}

/* 20160229 イベント(公民館追加) ADD-start */
div#content div.frame-event div.list-summary div.row ul li.category-09 {
	background-image: url(../imgs/icon-event-09.png);
}
/* 20160229 イベント(公民館追加) ADD-end */


/* bodyarea
-------------------------------------------------------------------------------- */

div#general div.bodyarea  img {
	display: inline-block;
/* 20160215 ADD */
	margin: 0px 8px 0px 8px;
	padding: 3px;
/* 20160215 ADD-END */
}

div#content div.article div.bodyarea {
	display: table;
	width: 100%;
}


/* slide
-------------------------------------------------------------------------------- */

div#content div#slide div.image {
	position: relative;
	height: 290px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
div#content div#slide div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div#content div#slide div.image p.row img {
	width: 100%;
	height: 290px;
}


div#content div#slide div.navi {
	min-height: 8px;
	border-top: 5px solid #0080a6;
	text-align: right;
	line-height: 8px;
	padding: 15px 29px 0px 29px;
	background: url(../imgs/shadow-01.png) repeat-x left top;
}
div#content div#slide div.navi p.button {
	display: inline-block;
	width: 30px;
	height: 8px;
	cursor: pointer;
	margin-left: 5px;
	background-color: #999999;
}
div#content div#slide div.navi p.button:hover,
div#content div#slide div.navi p.button.active {
	background-color: #0080a6;
}
div#content div#slide.small div.navi {
	border-top: none;
	padding: 15px 0px 0px 0px;
	background-image: none;
}


/* column
-------------------------------------------------------------------------------- */

div#content div.column {
	margin-right: -20px;
}
div#content div.column div.row {
	float: left;
	margin: 0px 20px 30px 0px;
}
div#content div.column-two div.row {
	width: 350px;
}
div#content div.column-two div.row:nth-child(2n+1),
div#content div.column-three div.row:nth-child(3n+1),
div#content div.column-four div.row:nth-child(4n+1) {
	clear: both;
}
div#content div.column div.row-left {
	clear: both;
}
div#content div.column-list div.row h3 {
	font-size: 100%;
	color: #0080a6;
	border-bottom: 2px solid #0080a6;
	margin-bottom: 5px;
}
div#content div.column-list div.row ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../imgs/icon-folder.png) no-repeat 0em 0.25em;
}
div#content div.column-list div.row ul li.article {
	background-image: url(../imgs/icon-article.png);
}
div#content div.column-list-bullet div.row ul li {
	padding-left: 15px;
	background-image: url(../imgs/bullet-02.png);
	background-position: 0em 0.5em;
}
div#content div.column-facility {
	margin: 0px 0px 10px 0px;
/*	margin: 0px 0px 30px 0px;	*/
}
div#content div.column-facility div.left {
	float: left;
/*	width: 490px;	*/
	width: 480px;
}
div#content div.column-facility div.right {
	float: right;
	width: 410px;
}
div#content div.column-facility p.image {
	margin-bottom: 15px;
}
div#content div.column-facility div.frame-map {
	border: 1px solid #b3b3b3;
	margin-bottom: 10px;
	padding: 4px;
}
div#content div.column-facility div#map {
	height: 250px;
}

/* block
-------------------------------------------------------------------------------- */

div#content div.block {
	margin-bottom: 30px;
	background-color: #ffffff;
}
div#content div.block-popular,
div#content div.block-news {
	margin-bottom: 0px;
}
div#content div.block-popular div.header,
div#content div.block-news div.header {
	border: 1px solid #666666;
	color: #ffffff;
	line-height: 1.4em;
	padding: 9px;
	background-color: #666666;
}
div#content div.block-pickup div.header {
	padding: 10px 15px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div#content div.block-pickup div.header a {
	color: #ffffff;
}
div#content div.block-pickup div.header h3 {
	font-size: 107.14%;
	line-height: 1.4em;
	color: #ffffff;
}
div#content div.block div.content {
	position: relative;
	border: 1px solid #b3b3b3;
	border-top: none;
	background: url(../imgs/shadow-01.png) repeat-x left top;
}
div#content div.block div.content div.inner {
	padding: 10px;
}
div#content div.block-list div.content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../imgs/bullet-02.png) no-repeat 0em 0.5em;
}
div#content div.block-popular div.content ul li,
div#content div.block-news div.content ul li {
	background-image: url(../imgs/bullet-04.png);
}
div#content div.block-news div.content div.footer {
	border-top: 1px solid #b3b3b3;
	margin-top: 10px;
	padding-top: 10px;
}
div#content div.block-news div.content div.footer p.more {
	float: left;
}
div#content div.block-news div.content div.footer p.more a {
	text-decoration: none;
}
div#content div.block-news div.content div.footer p.button-rss {
	float: right;
	padding-top: 3px;
}
div#content div.block-pickup div.content {
	border: 5px solid #0080a6;
	border-top: none;
	background: #ffffff url(../imgs/shadow-01.png) repeat-x left top;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div#content div.block-pickup div.content div.inner {
	padding: 25px 0px 25px 25px;
}
div#content div.block-pickup div.content div.row {
	display: none;
	float: left;
	width: 207px;
	margin-right: 20px;
}
div#content div.block-pickup div.content div.row-01,
div#content div.block-pickup div.content div.row-02,
div#content div.block-pickup div.content div.row-03 {
	display: block;
}
div#content div.block-pickup div.content div.row p {
	line-height: 1.6em;
}
div#content div.block-pickup div.content div.row p.image {
	margin-bottom: 5px;
}
div#content div.block-pickup div#tmp {
	display: none;
}
div#content div.block-rank div.content ul li {
	background-image: url(../imgs/bullet-02.png);
	background-position: 0.25em 0.5em;
}
div#content div.block-rank div.content ul li.row-01,
div#content div.block-rank div.content ul li.row-02,
div#content div.block-rank div.content ul li.row-03 {
	background-position: 0em 0.25em;
}
div#content div.block-rank div.content ul li.row-01 {
	background-image: url(../imgs/icon-rank-01.png);
}
div#content div.block-rank div.content ul li.row-02 {
	background-image: url(../imgs/icon-rank-02.png);
}
div#content div.block-rank div.content ul li.row-03 {
	background-image: url(../imgs/icon-rank-03.png);
}
div#content div.block-rank div.content ul li span.rank {
	display: inline-block;
	width: 2.5em;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}
/*** 2016.01.20追加 ***/
div#content div.block-contact {
	clear: both;
}
/*** 2016.01.20追加ここまで ***/

div#content div.block-contact div.header {
	border: 1px solid #b3b3b3;
/*	margin-top: 30px; */
	padding: 5px 10px;
	background-color: #d9ecf2;
}
div#content div.block-contact div.header h3 {
	font-size: 100%;
	line-height: 1.4em;
	color: #4d4d4d;
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
div#content div.block-contact div.content {
	padding: 10px;
	background-image: none;
}
div#content div.block-contact div.content h4 {
	font-size: 114.29%;
	border: none;
	padding: 0px;
	margin: 0px;
}
div#content div.block-contact div.content h4 span.small {
	font-size: 75%;
	margin-right: 1em;
}
div#content div.block-category-kanko {
	background-color: transparent;
}
div#content div.block-category-kanko div.content {
	border: none;
	margin-right: -20px;
	background-image: none;
}
div#content div.block-category-kanko div.content ul li {
	float: left;
	width: 210px;
	height: 184px;
	margin: 0px 20px 20px 0px;
}
div#content div.block-category-kanko div.content ul li a {
	display: block;
	color: #ffffff;
}

/* 20160222 ADD */
div#content div.block-category-kanko div.content ul li a img {
	width: 100%;
}
/* 20160222 ADD-END */

div#content div.block-category-kanko div.content ul li h2 {
	text-align: center;
	font-size: 114.29%;
	line-height: 1.4em;
	padding: 5px 0px;
	background-color: #0080a6;
}

/* 20160331 汎用トップ7 ADD-START */
div#content div.block-category-hanyou7 {
	background-color: transparent;
}
div#content div.block-category-hanyou7 div.content {
	border: none;
	margin-right: -20px;
	background-image: none;
}
div#content div.block-category-hanyou7 div.content ul li {
	float: left;
	width: 210px;
	height: 184px;
	margin: 0px 20px 20px 0px;
	display: table;
}
div#content div.block-category-hanyou7 div.content ul li a {
	display: block;
	color: #ffffff;
}

/* 20160222 ADD */
div#content div.block-category-hanyou7 div.content ul li a img {
	width: 210px;
	height: 152px
}
/* 20160222 ADD-END */

div#content div.block-category-hanyou7 div.content ul li h2 {
	text-align: center;
	font-size: 114.29%;
	line-height: 1.4em;
	padding: 5px 0px;
	background-color: #0080a6;
}
/* 20160331 汎用トップ7 ADD-END */

div#content div.block-category-general div.content {
	border: none;
	margin-right: -20px;
	background-image: none;
}
div#content div.block-category-general div.content ul li {
	float: left;
	width: 200px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	background: #0080a6 url(../imgs/background-header-large-01.png) repeat-x left bottom;
	border-radius: 5px;
}
div#content div.block-category-general div.content ul li:nth-child(4n+1) {
	clear: both;
}
div#content div.block-category-general div.content ul li a {
	display: block;
	position: relative;
	min-height: 55px;
	color: #0080a6;
	padding-left: 60px;
}

/* 20160205 汎用5・6レイアウト ADD */
div#content div.block-category-general div.content ul li img {
	position: absolute;
	left: 0px;
	width: 55px;
	height: 55px;
}
/* 20160205 END  */

div#content div.block-category-general div.content ul li i.icon {
	position: absolute;
	width: 55px;
	height: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
div#content div.block-category-general div.content ul li i.icon-01 {
	background-image:  url(../imgs/icon-general-01.png);
}
div#content div.block-category-general div.content ul li p {
	display: table;
	height: 55px;
	width: 100%;
	font-size: 114.29%;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #ffffc4;
}
div#content div.block-category-general div.content ul li p span {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px;
}
div#content div.block-category-photo {
	margin-bottom: 0px;
	background-color: transparent;
}
div#content div.block-category-photo div.content {
	border: none;
	margin-right: -20px;
	background-image: none;
}
div#content div.block-category-photo div.content ul li {
	float: left;
	width: 210px;
	margin: 0px 20px 20px 0px;
}
div#content div.block-category-photo div.content ul li:nth-child(4n+1) {
	clear: both;
}
div#content div.block-category-photo div.content ul li a {
	color: #ffffff;
}
div#content div.block-category-photo div.content ul li h2 {
	text-align: center;
	font-size: 114.29%;
	line-height: 1.4em;
	padding: 5px 0px;
	background-color: #0080a6;
}
div#content div.block-photo-recommend {
	margin-bottom: 20px;
}
div#content div.block-photo-recommend div.header {
	text-align: center;
	padding: 10px 15px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div#content div.block-photo-recommend div.header h3 {
	font-size: 107.14%;
	line-height: 1.4em;
	color: #ffffff;
}
div#content div.block-photo-recommend div.content {
	overflow: hidden;
	border: 5px solid #0080a6;
	border-top: none;
	padding: 30px 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div#content div.block-photo-recommend div.content div.inner {
	height: 150px;
	overflow: hidden;
	padding: 0px;
}
div#content div.block-photo-recommend div.content div.container {
	width: 2000px;
	height: 100%;
}
div#content div.block-photo-recommend div.content div.inner p.image {
	float: left;
	height: 100%;
}
div#content div.block-photo-article {
	margin-bottom: 0px;
}
div#content div.block-photo-article div.content {
	border: none;
	margin-right: -20px;
	background-image: none;
}
div#content div.block-photo-article div.content div.row {
	float: left;
	width: 200px;
	margin: 0px 20px 20px 0px;
}
div#content div.block-photo-article div.content div.row:nth-child(3n+1) {
	clear: both;
}
div#content div.block-photo-article div.content div.row h2 {
	font-size: 100%;
	font-weight: normal;
	font-weight: normal;
}
div#content div.block-photo-article div.content div.row p.image {
	margin-bottom: 5px;
}

/* article
-------------------------------------------------------------------------------- */

div.emergency2 div.content h2,
div.emergency2 div.content h3,
div.emergency2 div.content h4,
div.emergency2 div.content h5,
div.emergency2 div.content h6 {
	clear: both;
}
div.emergency2 div.content h2,
div.emergency2 div.content h3,
div.emergency2 div.content h4,
div.emergency2 div.content,
div.emergency2 div.content h6 {
	margin: 30px 0px 10px 0px;
}
div.emergency2 div.content h2 {
	font-size: 114.29%;
	color: #ffffff;
	padding: 5px 10px;
	background-color: #0080a6;
}
div.emergency2 div.content h2:first-child {
	margin-top: 0px;
}
div.emergency2 div.content h3 {
	font-size: 114.29%;
	color: #0080a6;
	border: 1px solid #0080a6;
	padding: 5px 10px;
	background-color: #d9ecf2;
	border-radius: 5px;
}
div.emergency2 div.content h3.headline {
	font-size: 100%;
	border: none;
	border-bottom: 1px solid #b3b3b3;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
}
div.emergency2 div.content h4 {
	font-size: 100%;
	border-left: 5px solid #0080a6;
	border-bottom: 1px solid #0080a6;
	padding-left: 5px;
}
div.emergency2 div.content h5 {
	font-size: 100%;
	border-left: 1px solid #0080a6;
	border-bottom: 1px solid #0080a6;
	padding-left: 10px;
}
div.emergency2 div.content h6 {
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid #0080a6;
	padding-left: 10px;
}
div.emergency2 div.content strong {
	font-weight: bold;
}
div.emergency2 div.content em,
div.emergency2 div.content i {
	font-style: italic;
}

/* article
-------------------------------------------------------------------------------- */

div.emergency2 div.content h2,
div.emergency2 div.content h3,
div.emergency2 div.content h4,
div.emergency2 div.content h5,
div.emergency2 div.content h6 {
	clear: both;
}
div.emergency2 div.content h2,
div.emergency2 div.content h3,
div.emergency2 div.content h4,
div.emergency2 div.content,
div.emergency2 div.content h6 {
	margin: 30px 0px 10px 0px;
}
div.emergency2 div.content h2 {
	font-size: 114.29%;
	color: #ffffff;
	padding: 5px 10px;
	background-color: #0080a6;
}
div.emergency2 div.content h2:first-child {
	margin-top: 0px;
}
div.emergency2 div.content h3 {
	font-size: 114.29%;
	color: #0080a6;
	border: 1px solid #0080a6;
	padding: 5px 10px;
	background-color: #d9ecf2;
	border-radius: 5px;
}
div.emergency2 div.content h3.headline {
	font-size: 100%;
	border: none;
	border-bottom: 1px solid #b3b3b3;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
}
div.emergency2 div.content h4 {
	font-size: 100%;
	border-left: 5px solid #0080a6;
	border-bottom: 1px solid #0080a6;
	padding-left: 5px;
}
div.emergency2 div.content h5 {
	font-size: 100%;
	border-left: 1px solid #0080a6;
	border-bottom: 1px solid #0080a6;
	padding-left: 10px;
}
div.emergency2 div.content h6 {
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid #0080a6;
	padding-left: 10px;
}
div.emergency2 div.content strong {
	font-weight: bold;
}
div.emergency2 div.content em,
div.emergency2 div.content i {
	font-style: italic;
}

/* 20160225 ADD */
div#content div.article table {
	width: auto!important;
}
/* 20160225 ADD-END */

div#content div.article table,
div#content div.article table caption,
div#content div.article table td,
div#content div.article table th {
	line-height: 1.6em;
	border: 1px solid #b3b3b3;
}
div#content div.article table caption {
	text-align: left;
	font-weight: bold;
	border-bottom: none;
	padding: 5px 10px;
	background-color: #d9ecf2;
}
div#content div.article table td,
div#content div.article table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}
div#content div.article table th {
	background-color: #f3f3f3;
}

/* 20160128 DEL */
div#content div.article ul,
div#content div.article ol {
/*	display: table; */
}
/* 20160128 DEL-END */

div#content div.article ul li {
	padding-left: 15px;
	background: url(../imgs/bullet-01.png) no-repeat 0.15em 0.6em;
}
div#content div.article ol {
	padding-left: 2em;
}
div#content div.article img.left {
	float: left;
	margin-right: 10px;
}
div#content div.article img.right {
	float: right;
	margin-left: 10px;
}
div#content div.article div.frame-map {
	border: 1px solid #b3b3b3;
	margin: 10px 0px;
	padding: 4px;
}
div#content div.article div#map {
	height: 300px;
}
/* 画像枠レイアウト */

/* 右寄せ画像枠 */
div#general div#content div.article .img_right {
	clear: right;
	float: right;
	padding: 3px;
	margin: 0px 8px 0px 8px;
	text-align: center;
}

div#general div#content div.article .img_right img,
div#general div#content div.article .img_left img,
div#general div#content div.article .img_wakuleft img {
	display: inline-block;
/* 20160215 ADD */
	margin: 0;
	padding: 0;
/* 20160215 ADD-END */
}

/* 左寄せ画像枠 */
div#general div#content div.article .img_left {
	clear: left;
	float: left;
	padding: 3px;
	margin: 0px 8px 0px 8px;
	text-align: center;
}

/* 画像固定枠 */
div#general div#content div.article .img_waku {
	float: left;
	width: 100%;
}
div#general div#content div.article .img_wakuleft {
	float: left;
	margin: 0 2px;
	text-align: center;
	width: auto;
}
/* 画像の回り込み解除 */
div#general div#content div.article .clearall {
	clear: both;
}

div.article .bodyarea .frame-map {
	width: 660px;
}

/* 20160215 ADD */
.img_right:after,
.img_left:after,
.img_wakuleft:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
/* 20160215 ADD-END */

/* facility
-------------------------------------------------------------------------------- */

div#content div#facility {
	position: relative;
	padding-left: 230px;
	/* 20180710 ADD-START */
	min-height 500px;
	/* 20180710 ADD-END */
}
div#content div#facility div.component {
	border: 1px solid #b3b3b3;
}
div#content div#facility div.component h2 {
	font-size: 114.29%;
	color: #ffffff;
	border-bottom: 1px solid #b3b3b3;
	padding: 10px;
	background-color: #666666;
}
div#content div#facility div.component div.content {
	background-color: #ffffff;
}
div#content div#facility div.component-category div.content,
div#content div#facility div.component-map div.content {
	background: #ffffff url(../imgs/shadow-01.png) repeat-x left top;
}
div#content div#facility div.component-category {
	position: absolute;
	width: 229px;
	left: 0px;
	top: 0px;
}
div#content div#facility div.component-category ul li {
	border-bottom: 1px solid #b3b3b3;
}
div#content div#facility div.component-category ul li:last-child {
	border-bottom: none;
}
div#content div#facility div.component-category ul li.last {
	border-bottom: none;
}
div#content div#facility div.component-category ul li a {
	display: block;
	font-size: 114.29%;
	padding: 10px;
}
div#content div#facility div.component-category ul li:nth-child(2n) a {
	background-color: #ededed;
}
div#content div#facility div.component-category ul li.even a {
	background-color: #ededed;
}
div#content div#facility div.component-category ul li a:hover,
div#content div#facility div.component-category ul li.active a {
	font-weight: bold;
	color: #ffffff;
	background-color: #006934;
}
div#content div#facility div.component-map {
	border-bottom: none;
}
div#content div#facility div.component-map div.content {
	padding: 10px;
}
div#content div#facility div.component-map div#map {
	height: 380px;
}
div#content div#facility div.component-map p.button-center,
div#content div#facility div.component-list p.button-sort {
	display: none;
}
div#content div#facility div.component-map p.error {
	display: none;
	text-align: center;
	padding-top: 10px;
}
div#content div#facility.no-position div.component-map p.error {
	display: block;
}
div#content div#facility div.component-list h2 {
	color: #222222;
	background-color: #b4b450;
}
div#content div#facility div.component-list table {
	width: 100%;
}
div#content div#facility div.component-list table td {
	padding: 5px;
	border-bottom: 1px solid #b3b3b3;
}
div#content div#facility div.component-list table tr:nth-child(2n) td {
	background-color: #ededed;
}
div#content div#facility div.component-list table tr.even td {
	background-color: #ededed;
}
div#content div#facility div.component-list table tr:last-child td {
	border-bottom: none;
}
div#content div#facility div.component-list table tr.last td {
	border-bottom: none;
}
div#content div#facility div.component-list table td.name,
div#content div#facility div.component-list table td.address {
	border-right: 1px solid #b3b3b3;
}
div#content div#facility div.component-list table td.name {
	width: 25%;
}
div#content div#facility div.component-list table td.name span {
	display: none;
}
div#content div#facility div.component-list table td.tel {
	width: 17.5%;
}

/* form
-------------------------------------------------------------------------------- */

div#content form.form div.component {
	margin-bottom: 30px;
}
div#content form.form div.component-last {
	margin-bottom: 0px;
}
div#content form.form div.component div.label {
	font-weight: bold;
	color: #0080a6;
	border-bottom: 5px solid #0080a6;
	margin-bottom: 10px;
}
div#content form.form div.component p.description {
	margin-bottom: 5px;
}
div#content form.form div.component input.text,
div#content form.form div.component textarea {
	font-size: 100%;
	line-height: 1.4em;
	border: 1px solid #b3b3b3;
	margin-bottom: 5px;
	border-radius: 5px;
}
div#content form.form div.component input.text {
	width: 398px;
	text-indent: 2px;
	padding: 2px 0px;
}
div#content form.form div.component input.text-wide {
	width: 703px;
}
div#content form.form div.component textarea {
	width: 714px;
	padding: 2px;
}
div#content form.form div.component label {
	display: block;
	text-indent: -15px;
	margin-bottom: 5px;
	padding-left: 15px;
}
div#content form.form div.component div.indent {
	padding-left: 15px;
}
div#content form.form div.action input.submit {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 10px 15px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
	border-radius: 5px;
}

/* --------------------------------------------------------------------------------
content (home)
-------------------------------------------------------------------------------- */

div.home div#content {
	width: 480px;
}
div.home div#content p.banner-sns a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 114.29%;
	color: #ffffff;
	padding: 10px 0px;
	background-color: #333333;
}

/* add-start 20170309 */
div.home div#content div.snslink {
	background-color: #ffffff;
	background-image: url("/share/imgs/home-banner-sns.gif");
	background-position: 2% center;
	background-repeat: no-repeat;
	border: 5px solid #3b5b99;
	height: 45px;
}

div.home div#content div.snslink a {
	color: #000000;
	display: block;
	padding: 10px 0 5px 90px;
	text-decoration: none;
	font-size: 114.29%;
}
/* add-end 20170309 */

/* block
-------------------------------------------------------------------------------- */

div.home div#content div.block {
	margin-bottom: 30px;
}
div.home div#content div.block-topics div.header {
	color: #ffffff;
	border: 1px solid #333333;
	padding-left: 10px;
	line-height: 35px;
	background-color: #333333;
}
div.home div#content div.block-topics div.header h3 {
	font-size: 107.14%;
}
div.home div#content div.block-topics div.content ul {
	float: left;
	width: 270px;
}
div.home div#content div.block-topics div.content div.container-image {
	float: right;
	width: 150px;
	padding-left: 20px;
	background: url(../imgs/dot-vertical.png) repeat-y left top;
}
div.home div#content div.block-topics div.content div.container-image p {
	line-height: 1.4em;
}
div.home div#content div.block-topics div.content div.container-image p.image {
	margin-bottom: 5px;
}
div.home div#content div.block-tab div.header {
	border: 1px solid #b3b3b3;
}
div.home div#content div.block-tab div.header ul {
	border-bottom: 5px solid #ffffff;
}
div.home div#content div.block-tab div.header ul li {
	float: left;
	width: 33.33%;
	font-size: 107.14%;
	line-height: 35px;
	color: #ffffff;
	cursor: pointer;
}
div.home div#content div.block-tab div.header ul li span {
	display: block;
	border-right: 1px solid #b3b3b3;
	padding-left: 15px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
}
div.home div#content div.block-tab div.header ul li:last-child span {
	border-right: none;
}
div.home div#content div.block-tab div.header ul li:hover span,
div.home div#content div.block-tab div.header ul li.active span {
	color: #333333;
	background-color: #ffffff;
	background-image: none;
}
div.home div#content div.block-tab div.content div.footer {
	border-top: 1px solid #999999;
	padding: 10px 15px;
	background-color: #cccccc;
}
div.home div#content div.block-tab div.content div.footer p.more {
	float: left;
}
div.home div#content div.block-tab div.content div.footer p.more a {
	text-decoration: none;
	color: #000000;
}
div.home div#content div.block-tab div.content div.footer p.button-rss {
	float: right;
	padding-top: 3px;
}



/* --------------------------------------------------------------------------------
content (wide)
-------------------------------------------------------------------------------- */

div.wide div#content {
	float: none;
	width: auto;
	margin-right: 0px;
}
div.wide-narrow div#content div.frame div.inner-frame {
	padding-left: 119px;
	padding-right: 119px;
}

/* column
-------------------------------------------------------------------------------- */

div.wide div#content div.column-two div.row {
	width: 470px;
}
div.wide div#content div.frame div.column-two div.row {
	width: 440px;
}
div.wide div#content div.frame div.column-four div.row {
	width: 210px;
}



/* --------------------------------------------------------------------------------
content (reverse)
-------------------------------------------------------------------------------- */

div.reverse div#content {
	float: right;
	margin-right: 0px;
}



/* --------------------------------------------------------------------------------
content-sub
-------------------------------------------------------------------------------- */

div#content-sub {
	width: 100%;
	margin-bottom: 20px;
}

/* frame
-------------------------------------------------------------------------------- */

div#content-sub div.frame {
	border: 1px solid #b3b3b3;
	background-color: #ffffff;
}
div#content-sub div.frame div.inner-frame {
	padding: 29px;
}

/* block
-------------------------------------------------------------------------------- */

div#content-sub div.block-category-photo div.content {
	margin-right: -20px;
}
div#content-sub div.block-category-photo div.content ul li {
	float: left;
	width: 210px;
	margin: 0px 20px 20px 0px;
	background-color: #0080a6;
}
div#content-sub div.block-category-photo div.content ul li:nth-child(4n+1) {
	clear: both;
}
div#content-sub div.block-category-photo div.content ul li a {
	display: table;
	height: 60px;
	position: relative;
	width: 100%;
	color: #ffffff;
}
div#content-sub div.block-category-photo div.content ul li a img {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0px;
	top: 0px;
}
div#content-sub div.block-category-photo div.content ul li a h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 114.29%;
	padding: 0px 10px 0px 70px;
}


/* --------------------------------------------------------------------------------
sidebar
-------------------------------------------------------------------------------- */

div.sidebar {
	float: left;
	width: 220px;
	margin-bottom: 30px;
}
div#sidebar-left {
	margin-right: 20px;
}

/* block
-------------------------------------------------------------------------------- */

div.sidebar div.block {
	margin-bottom: 15px;
}
div.sidebar div.block div.header {
	padding: 10px 15px;
	background: #0080a6 url(../imgs/background-header-small-01.png) repeat-x left bottom;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div.sidebar div.block div.header a {
	color: #ffffff;
}
div.sidebar div.block div.header h3 {
	font-size: 107.14%;
	line-height: 1.4em;
	color: #ffffff;
}
div.sidebar div.block-topics div.header {
	padding: 10px;
	background-color: #333333;
	background-image: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
div.sidebar div.block-calendar div.header {
	margin-bottom: 10px;
	border-radius: 5px;
}
div.sidebar div.block div.content {
	border: 5px solid #0080a6;
	border-top: none;
	background: #ffffff url(../imgs/shadow-01.png) repeat-x left top;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.sidebar div.block div.content div.inner {
	padding: 10px;
}
div.sidebar div.block-list div.content ul li {
	border-bottom: 1px solid #0080a6;
	padding: 0.5em 0px 0.5em 15px;
	background: url(../imgs/bullet-03.png) no-repeat 0em 1em;
}
div.sidebar div.block-list div.content ul li a {
	display: block;
}
div.sidebar div.block-list div.content ul.nest {
	margin-left: -15px;
	padding: 0.5em 0px 0px 15px;
	border-top: 1px solid #0080a6;
}
div.sidebar div.block-list div.content ul.nest li {
	border-bottom: none;
	padding: 0.25em 0px 0.25em 15px;
	background: url(../imgs/bullet-01.png) no-repeat 0em 0.75em;
}
div.sidebar div.block-slide div.content {
	position: relative;
	border: 1px solid #b3b3b3;
	padding: 15px 0px;
	background-image: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
div.sidebar div.block-slide div.content p.button-prev,
div.sidebar div.block-slide div.content p.button-next {
	display: block;
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0px;
	left: 50%;
	z-index: 10;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
div.sidebar div.block-slide div.content p.button-prev {
	margin-left: -107px;
	background-image: url(../imgs/sidebar-slide-button-prev.png);
}
div.sidebar div.block-slide div.content p.button-next {
	margin-left: 82px;
	background-image: url(../imgs/sidebar-slide-button-next.png);
}
div.sidebar div.block-slide div.content div.inner {
	position: relative;
	width: 164px;
	height: 148px;
	overflow: hidden;
	margin: auto;
	padding: 0px;
}
div.sidebar div.block-slide div.content div.inner div.container {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
div.sidebar div.block-slide div.content p.image {
	float: left;
	overflow: hidden;
	border-radius: 15px;
}
div.sidebar div.block-slide div#tmp {
	display: none;
}
div.sidebar div.block-topics div.content {
	border: 1px solid #b3b3b3;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
div.sidebar div.block-topics div.content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../imgs/bullet-02.png) no-repeat 0em 0.5em;
}
div.sidebar div.block-calendar div.content {
	border: none;
	background-color: transparent;
	background-image: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
div.sidebar div.block-calendar div.content div.inner {
	padding: 0px;
}
div.sidebar div.block-calendar div.content div.calendar-header {
	color: #ffffff;
	border: 1px solid #4d4d4d;
	border-bottom: none;
	padding: 5px;
	background-color: #4d4d4d;
}
div.sidebar div.block-calendar div.content div.calendar-header h3 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
}
div.sidebar div.block-calendar div.content div.calendar-header a {
	color: #ffffff;
}
div.sidebar div.block-calendar div.content div.calendar-header a.prev,
div#sidebar-right div.block-calendar div.content div.calendar-header div.arrow_area div.left_arrow {
	float: left;
}
div.sidebar div.block-calendar div.content div.calendar-header a.next,
div#sidebar-right div.block-calendar div.content div.calendar-header div.arrow_area div.right_arrow {
	float: right;
}

/* 20160216 ADD */
div#sidebar-right div.block-slide img {
	width: 164px;
	height: 148px;
}
/* 20160216 ADD-END */

div.sidebar div.block-calendar div.content table {
	width: 100%;
	background-color: #ffffff;
}
div.sidebar div.block-calendar div.content table,
div.sidebar div.block-calendar div.content table td,
div.sidebar div.block-calendar div.content table th {
	text-align: center;
	border: 1px solid #4d4d4d;
}
div.sidebar div.block-calendar div.content table thead th {
	width: 14.3%;
	font-weight: bold;
	padding: 1px 0px;
	background-color: #cccccc;
}
div.sidebar div.block-calendar div.content table tbody td {
	height: 28px;
	line-height: 28px;
	padding: 0px;
}
div.sidebar div.block-calendar div.content table tbody td a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffc4;
}
div.sidebar div.block-calendar div.content table tbody td a.event {
	color: #ffffff;
	background-color: #006934;
}
div.sidebar div.block-menu div.content {
	border: none;
	background-color: transparent;
	background-image: none;
}
div.sidebar div.block-menu div.content ul li {
	font-weight: bold;
	margin-bottom: 1px;
}
div.sidebar div.block-menu div.content ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	background: #808080 url(../imgs/background-menu-01.png) repeat-x left bottom;
}
div.sidebar div.block-list-alternate div.content {
	border: 1px solid #b3b3b3;
	background-image: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
div.sidebar div.block-list-alternate div.content ul li {
	border-bottom-color: #b3b3b3;
}
div.sidebar div.block-list-alternate div.content ul li:last-child {
	border-bottom: none;
}
div.sidebar div.block-list-alternate div.content ul li.last {
	border-bottom: none;
}
div.sidebar div.block-list-alternate div.content ul li p.headline {
	font-size: 114.29%;
	font-weight: bold;
}
div.sidebar div.block-list-alternate div.content ul li p.headline a {
	text-decoration: none;
	color: #0080a6;
}
div.sidebar div.block-list-alternate div.content ul li p.description {
	line-height: 1.4em;
}

/* --------------------------------------------------------------------------------
sidebar (home)
-------------------------------------------------------------------------------- */

div.home div#sidebar-left {
	margin-right: 20px;
}
div.home div.sidebar p.banner {
	margin-bottom: 10px;
}
div.home div.sidebar p.banner.margin-bottom {
	margin-bottom: 15px;
}
div.home div.sidebar p.banner-plain a {
	display: block;
	text-decoration: none;
	font-size: 107.14%;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 15px;
	background: #0080a6 url(../imgs/background-header-large-01.png) repeat-x left bottom;
	border-radius: 5px;
}

/* block
-------------------------------------------------------------------------------- */

div.home div.sidebar div.block-trouble div.header {
	background-color: #ff781e;
	background-image: url(../imgs/background-header-small-02.png);
}
div.home div.sidebar div.block-trouble div.content {
	border-color: #ff781e;
	background-color: #ffff91;
}
div.home div.sidebar div.block-trouble div.content ul li {
	float: left;
	width: 33.33%;
	border-bottom: 0px;
	padding: 0px;
	background-image: none;
}
div.home div.sidebar div.block-trouble div.content ul li a {
	display: block;
/*	border-right: 1px solid #ff781e; */
	border-left: 1px solid #ff781e;
	padding: 5px 0px;
}
div.home div.sidebar div.block-trouble div.content ul li a img {
	margin: auto;
}
div.home div.sidebar div.block-trouble div.content ul li:last-child a {
	border-right: none;
}
div.home div.sidebar div.block-pr div.content p.banner {
	margin-bottom: 0px;
	padding: 5px;
}

/* 20160128 ADD */
div.home div.sidebar div.block-trouble div.content ul li.AED { 
	width: 100%;
	text-align: center;
	border-top: 1px solid #ff781e;
}
div.home div.sidebar div.block-trouble div.content ul li.AED a { 
	text-decoration: none;
}
/* 20160128 ADD-END */

div.home div.sidebar div.block-pr div.content hr {
	border-width: 3px 0px 0px 0px;
	border-color: #0080a6;
	margin: 0px 0px 5px 0px;
}


/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

/* block
-------------------------------------------------------------------------------- */

div#footer div.block div.inner-block {
	position: relative;
	width: 960px;
	border-top: 1px solid #b3b3b3;
	padding: 10px 0px;
	margin: auto;
}
div#footer div.block-first div.information h3 {
	float: left;
	font-size: 100%;
	margin-right: 20px;
}
div#footer div.block-first div.information p.body {
	float: left;
}
div#footer div.block-first div.mode {
	position: absolute;
	right: 0px;
	top: 10px;
}
div#footer div.block-second div.links {
	float: left;
}
div#footer div.block-second div.links ul li {
	display: inline;
}
div#footer div.block-second p.copyright {
	float: right;
}

/* 20170310 ADD */
div#content ul li.syozokulist {
	font-size: 114.29%;
	padding-left: 18px;
	background: url(../imgs/icon-folder.png) no-repeat left;
	margin: 10px 5px;
}
/* 20170310 ADD-END */





/* =============================================================

  Add CSS（PC）

============================================================= */

/*--------------------------------------------------------------

   Slick Slider Style

------------------------------------------------------------- */

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
   -moz-user-select: none;
  -ms-user-select: none;
    user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}



/* Slider */
.slick-loading .slick-list
{
}

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}


/*--------------------------------------------------------------

   Magnific Popup

------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3042;
  overflow: hidden;
  position: fixed;
  background-color: #000;
  opacity: .95;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 3045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
 }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 }

.mfp-zoom {
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 3044; }
  .mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 3046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover {}
  .mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  text-align: right;
  padding-right: 6px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
  margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
  .mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
  .mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity .4s linear;
  background: transparent;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .95;
  transition: opacity .4s linear;
  background: #000;

}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  background: transparent;
  transition: opacity .4s linear;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity .4s linear;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transition: opacity .4s linear;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transition: opacity .4s linear;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
  padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0; }
  .mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
  .mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

  .mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }

  .mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }

  .mfp-container {
  padding: 0; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media screen and (max-width: 740px) {

.mfp-container {
  padding: 15px;}
}


@media screen and (max-width: 740px) {

.mfp-fade.mfp-bg {
  border: none;
}

.mfp-container {
  padding: 15px;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  background: #fff;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content:before,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content:after {
  display: none;
}

.mfp-helper:before,
.mfp-helper:after {
}



}


/* --------------------------------------------------------------------------------
Add Style (2020.01.31)
-------------------------------------------------------------------------------- */

div#header div.block-first {
	border-bottom: none;
}

div.home div#header div.block-second div.inner-block {
	width: 960px;
}

div.home div#header div.block-second div.inner-block h1#logo {
	padding-left: 0;
}

.mainvisual-section {
	background: #fafadc;
}

.mainvisual-section .inner-block {
	width: 960px;
	margin: auto;
}

.mainvisual-section ul {
	margin: 0;
	padding: 0;
}

.mainvisual-section p {
	margin-top: 0;
	margin-bottom: 0;
}

.mainvisual-section img {
	width: 100%;
}

.mainvisual-inner {
	display: none;
	padding: 0 2px;
}

.mainvisual-inner:first-child {
	display: block;
}

.slick-list .mainvisual-inner {
	display: block;
}

.mainvisual-inner a {
	display: block;
	position: relative;
}

.mainvisual-inner a:hover {
	opacity: .7;
}

.mainvisual-section .slick-dots {
	line-height: 1;
}

.slick-dotted.slick-slider {
	text-align: center;
}

.mainvisual-section .slick-dots li {
	position: relative;
	width: auto;
	height: auto;
	padding: 9px 5px;
	margin: 0;
	background: #fff;
}

.mainvisual-section .slick-dots li:first-child {
	padding-left: 30px;
	border-radius: 200px 0 0 200px;
}

.mainvisual-section .slick-dots li:last-child {
	padding-right: 30px;
	border-radius: 0 200px 200px 0;
}

.mainvisual-section .slick-dots li button {
	width: 14px;
	height: 14px;
}

.mainvisual-section .slick-dots li button {
	background: #c9c9c9;
}

.mainvisual-section .slick-dots li.slick-active button,
.mainvisual-section .slick-dots li:hover button {
	background: #0080a5;
}


/* ---- Slider Setting ---- */

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* -- Arrow (Common) -- */

.slick-arrow {
	top: 50%;
	width: 30px;
	height: 50px;
	z-index: 888;
	margin-top: -25px;
}

.slick-arrow:hover {
	transition: opacity .4s ease-in-out;
	opacity: .7;
}

.slick-arrow:before {
	display: none;
}

.slick-arrow:after {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

.slick-prev {
	left: 14%;
}

.slick-prev:after {
	background-image: url(../img/mainvisual-icn-prev.png);
}

.slick-next {
	right: 14%;
}

.slick-next:after {
	background-image: url(../img/mainvisual-icn-next.png);
}

/* -- List -- */

.slick-slider {
}

.slick-slide li {
	height: 100%;
	padding-bottom: 0;
}

.slick-slide img {
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}

/* ---- Dots	---- */

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: 28px;
}

.slick-dots li {
	margin: 0 7px;
}

.slick-dots li,
.slick-dots li button {
	width: 8px;
	height: 8px;
}

.slick-dots li button {
	transition: background-color .4s ease-in-out;
	border-radius: 100% !important;
	background: #eee;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	opacity: 1;
	background-color: #ca1717;
}

.slick-dots li button:before {
	display: none;
}

.header-top {
	padding: 20px 0 12px;
}

div#general div.breadcrumb {
	padding-bottom: 32px !important;
}

div#header div.block-second div.inner-block {
	padding-bottom: 30px;
}

div#header div.block-second h1#logo img {
	width: 350px;
}

div.home div#header div.block-second,
div.home div#header div.block-second div.inner-block {
	height: auto;
}

div.home div#header div.block-second div.inner-block {
	padding: 30px 0 12px;
}
