﻿@charset "utf-8";
/*
information{
	ファイル名 : /common/css/index.css;
	概要 : このCSSファイルはホームのみで使用するスタイルを定義しています;
}
*/

/* -----------------------------*/
/* #index #header*/
/* -----------------------------*/
#index #header h1 {
	display:inline;
}

/* -----------------------------*/
/* #index #headArea*/
/* -----------------------------*/
#index #headArea {
	margin: 0 auto 15px;
	padding: 10px;
	width: 820px;
	text-align: left;
	background: #f6efdb url("../../common/img/leftcol-bg.gif") repeat 0 0;
	overflow: hidden;
}
/* サイト紹介文日本語として用意，20210427時点で未使用 */
#headArea .introductionJP {
	float: right;
	width: 389px;
	font-size: 90%;
}

#headArea .introduction__wrap1 {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	background-color: #fff;
}

#headArea .introduction__wrap1 p {
	margin: 0px;
}


#headArea .introduction__wrap {
	padding: 25px;
	background-color: #fff;
}

#headArea .introduction__wrap p {
	margin: 0;
}

#headArea .introduction__note {
	margin-top: 18px;
	border: 1px solid #805c1c;
	background-color: #fff;
}

#headArea .introduction__note p {
	margin: 1px;
	padding: 13px 13px 13px 2em;
	border: 1px solid #bfad8d;
	background-color: #f9f7eb;
	text-indent: -1.1em;
}

#headArea .introduction__note p span {
	display: inline-block;
	width: 1.1em;
	text-indent: 0;
}

/* サイト紹介文英語として独立，20210427現在日本語もこちらを参照 */
#headArea .introduction {
	float: right;
	width: 389px;
	font-size: 85%;
}


#headArea .introduction__wrap {
	padding: 25px;
	background-color: #fff;
}

#headArea .introduction__wrap p {
	margin: 0;
}

#headArea .introduction__note {
	margin-top: 18px;
	border: 1px solid #805c1c;
	background-color: #fff;
}

#headArea .introduction__note p {
	margin: 1px;
	padding: 13px 13px 13px 2em;
	border: 1px solid #bfad8d;
	background-color: #f9f7eb;
	text-indent: -1.1em;
}

#headArea .introduction__note p span {
	display: inline-block;
	width: 1.1em;
	text-indent: 0;
}

#headArea .linkBanner {
	margin-top: 10px;
	text-align: center;
}

#headArea .linkBanner + .linkBanner {
	margin-top: 6px;
}

#headArea .linkBanner a {
	display: inline-block;
}

#headArea .linkBanner a:hover,
#headArea .linkBanner a:focus {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.7;
}

#headArea .linkBanner a img {
	vertical-align: top;
}


/* 写真スライド */
#headArea .slide {
	border-top: 3px solid #805c1c;
	padding: 7px 7px 0;
	position: relative;
	float: left;
	background-color: #fff;
}

#headArea .slide,
.slide__img {
  width: 400px;
}

/* JS */
#headArea .slide__item {
	padding-bottom: 30px;
	text-align: center;
}

.JS-ON .slide__wrap {
	position: relative;
}

.JS-ON .slide__body {
	position: relative;
	overflow: hidden;
}

.slide__body ul {
	list-style: none;
}

.JS-ON .slide__body ul {
	position: relative;
	width: 10000em;
}

.JS-ON .slide__body li {
	float: left;
}

.slide__img {
	height: 320px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
		 -moz-background-size: contain;
			 -o-background-size: contain;
					background-size: contain;
}

.slide__img img {
	width: 100%;
	visibility: hidden;
	vertical-align: top;
}

.slide__pager {
	display: none;
	position: absolute;
	top: 125px;
	width: 28px;
	height: 70px;
	text-indent: -1000em;
	white-space: nowrap;
}

.JS-ON .slide__pager {
	display: block;
}

.JS-ON .slide__pager.inactive {
	display: none;
}

.slide__pager--stop {
	-webkit-border-radius: 3px 3px 3px 3px;
		 -moz-border-radius: 3px 3px 3px 3px;
			-ms-border-radius: 3px 3px 3px 3px;
					border-radius: 3px 3px 3px 3px;
	top: auto;
	bottom: 2px;
	height: 20px;
	left: 87px;
	background: #fff url(../../img/slide-link-stop.png) no-repeat 0 50%;
}
.slide__pager--start {
	-webkit-border-radius: 3px 3px 3px 3px;
		 -moz-border-radius: 3px 3px 3px 3px;
			-ms-border-radius: 3px 3px 3px 3px;
					border-radius: 3px 3px 3px 3px;
	top: auto;
	bottom: 2px;
	height: 20px;
	right: 87px;
	background: #fff url(../../img/slide-link-start.png) no-repeat 0 50%;
}

.slide__pager--prev {
	-webkit-border-radius: 0 3px 3px 0;
		 -moz-border-radius: 0 3px 3px 0;
			-ms-border-radius: 0 3px 3px 0;
					border-radius: 0 3px 3px 0;
	left: -7px;
	background: #fff url(../../img/slide-link-left.png) no-repeat 0 50%;
}

.slide__pager--next {
	-webkit-border-radius: 3px 0 0 3px;
		 -moz-border-radius: 3px 0 0 3px;
			-ms-border-radius: 3px 0 0 3px;
					border-radius: 3px 0 0 3px;
	right: -7px;
	background: #fff url(../../img/slide-link-right.png) no-repeat 0 50%;
}

.slide__pager--stop:hover,
.slide__pager--stop:focus,
.slide__pager--start:hover,
.slide__pager--start:focus,
.slide__pager--stop-en:hover,
.slide__pager--stop-en:focus,
.slide__pager--start-en:hover,
.slide__pager--start-en:focus,
.slide__pager--prev:hover,
.slide__pager--prev:focus,
.slide__pager--next:hover,
.slide__pager--next:focus {
	background-color: #745215;
	background-position: 100% 50%;
}

@media print {
	.slide__img {
		display: table-cell;
		vertical-align: middle;
		overflow: visible;
		background-image: none !important;
	}

	.slide__img img {
		visibility: visible;
		width: auto;
		max-width: 400px;
		height: auto;
		max-height: 320px;
	}

	.slide__pager {
		display: none !important;
	}
}

#headArea .slide__item span {
	padding: 13px 20px 8px;
	display: inline-block;
	text-align: left;
	max-width: 360px;
}

/* -----------------------------*/
/* #index #index-contentbox*/
/* -----------------------------*/
#index #index-contentbox {
	width:840px;
	text-align:left;
	margin:0 auto;
}

/* -----------------------------*/
/* #index #leftcol*/
/* -----------------------------*/
#index #leftcol {
	float:left;
	margin-right:14px;
	width:280px;
	padding:10px 0;
	background:#f6efdb url("../../common/img/leftcol-bg.gif") 0 0;
}
#leftcol #c-photo,
#leftcol #c-info,
#leftcol #c-news,
#leftcol #c-saiyo,
#leftcol #c-media,
#leftcol #c-movie{
	margin:0 10px;
}
#leftcol .h {
	position: relative;
	margin-bottom:2px;
	height:42px;
	background-color:#ffffff;
}
#leftcol .h h2 {
	display:inline;
}
#leftcol .h a.list {
	position: absolute;
	top:6px;
	right:8px;
}
#leftcol .h a.rss {
	position: absolute;
	top:6px;
	right:92px;
}

#leftcol .b {
	margin-bottom:7px;
	background-color:#ffffff;
	padding:7px;
	line-height:1.3;
	font-size:85%;
}
#leftcol .b ul {
	margin-left:5px;
	list-style-type:none;
}
#leftcol .b ul li {
	margin-bottom:8px;
	padding-left:15px;
	background:transparent url(../../common/img/icon-link.gif) 0 0.5em no-repeat;
}
#leftcol #c-photo .b img {
	display:block;
	margin-bottom:7px;
}
#leftcol #c-photo .b {
	font-size:80%;
}

/* -----------------------------*/
/* #index .toggleMenuButton */
/* -----------------------------*/
#leftcol .toggleMenuButton {
	margin: 0 -7px;
	border-top: 2px solid #f7f0dd;
	padding: 8px 22px 2px;
	text-align: center;
	line-height: 1.2;
}

.toggleMenuButton a {
	padding: 9px 25px;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			-ms-border-radius: 3px;
			 -o-border-radius: 3px;
					border-radius: 3px;
	display: block;
	color: #fff;
	background: #306418 url(../../common/img/icon-open.gif) 8px 50% no-repeat;
	cursor: pointer;
	text-decoration: none;
}

.toggleMenuButton a.menuClose {
	background-image: url(../../common/img/icon-close.gif);
}

.toggleMenuButton a:hover,
.toggleMenuButton a:focus {
	background-color: #113004;
}

@media print {
	.toggleMenu li {
		display: block !important;
	}

	.toggleMenuButton a {
		display: none;
	}
}

.toggleJumpButton {
	position: absolute;
	left: -1000em;
}

/* -----------------------------*/
/* #index #right*/
/* -----------------------------*/
#index #rightcol {
	float:right;
}
* html #index #rightcol {
	position:absolute;
}

#c-about {
	width:545px;
	margin-bottom:12px;
	border-top:3px solid #df9200;
	border-bottom:2px solid #cbcbcb;
	font-size:85%;
}

#c-about-a {
	margin:10px auto 0;
	max-width: 840px;
	border-top:1px solid #df9200;
	border-bottom:1px solid #cbcbcb;
	font-size:100%;
}
#c-about p {
	margin:18px 25px;
}
#banner {
	margin-bottom:10px;
}
#banner .left{
	margin-right:6px;
}
#contentlist {
	width:546px;
	margin-bottom:3px;
	background:#ffffff url("../../img/contentlist-bg.gif") 0 100% no-repeat;
}
* html>body #contentlist { /* #forMacIE5 */
	height:500px;
}

#contentlist .h {
	border-top:2px solid #9f9f9f;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}
#contentlist .b {
	width:180px;
}
#contentlist .b div {
	font-size:80%;
	margin-left:12px;
}

#contentlist ul {
	list-style-type:none;
	margin-left:13px;
}
#contentlist li {
	margin-right:5px;
	padding-bottom:8px;
	padding-left:12px;
	background:transparent url(../../common/img/icon-link.gif) 0 0.5em no-repeat;
}
#contentlist li ul {
	margin-left:2px;
}
#contentlist li li {
	margin-right:0;
	padding-left:10px;
	padding-bottom:0px;
	background:transparent url(../../common/img/icon-link-small.gif) 0	 0.5em no-repeat;
}
#contentlistbox-left {
	width:180px;
	float:left;
	margin-right:3px;
}
#contentlistbox-center {
	width:180px;
	float:left;
	margin-right:3px;
}
#contentlistbox-right {
	width:180px;
	float:left;
}

#contentlist06 {
	width:544px;
	background:#ffffff url("../../img/contentlist06-bg.gif") 0 0 no-repeat;
	border-left:1px solid #d0d0d0;
	border-right :1px solid #d0d0d0;
	border-bottom :1px solid #d0d0d0;
}
#contentlist06 .h img {
	border-top:2px solid #9f9f9f;
}
#contentlist06 ul {
	list-style-type:none;
	padding-left:12px;
}
* html>body #contentlist06 ul { /* #forMacIE5 */
	padding-left:0;
}
#contentlist06 li {
	float:left;
	margin-right:20px;
	white-space:nowrap;
	padding-bottom:8px;
	padding-left:12px;
	background:transparent url(../../common/img/icon-link.gif) 0 0.5em no-repeat;
}
/* -----------------------------*/

