@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #90805a;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #F0F0F0;/*左からカンマで区切って背景画像を2つ指定*/
	min-width: 990px;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	padding: 20px;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FF6F76;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #5a5038;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	opacity: .6;
}
/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;
	letter-spacing: 2px;
	color: #FFF;			/*文字色*/
	text-align: right;		/*右寄せ*/
	width: 100%;
	background: #B3AC8F;
}
body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	/* width: 990px; */	/*コンテナー幅*/
	/* margin-right: auto; */
	/* margin-left: auto; */
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 153px;	/*ヘッダーブロックの高さ*/
	width: 100%;	/*ヘッダーブロックの幅*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 40px;	/*ヘッダーブロックに対して左から40pxの位置に配置*/
	top: 80px;	/*ヘッダーブロックに対して上から80pxの位置に配置*/
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#mainmenu ul {
	font-size: 14px;	/*文字サイズ*/		/*ブロックの高さ*/
	/* width: 520px; */		/*ブロックの幅*/
	/* position: relative; */
	/* top: -20px; */			/*ヘッダーブロックに対して上から50pxの位置に配置*/
	/* right: 30px; */		/*ヘッダーブロックに対して右から30pxの位置に配置*/
	/* margin: 10px auto 10px; */
	/* padding-bottom: 30px; */
}
/*各メニューの設定*/
nav#mainmenu ul li a {
	/* height: 100px; */		/*メニューの高さ*/
	width: 23.1%;		/*メニューの幅*/
	/* line-height: 100px; */	/*行間（heightの数値と合わせる）*/
	color: #000;		/*文字色*/
	text-decoration: none;
	text-align: center;
	display: block;
	/* background: rgba(144,128,90,0.5); */		/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	/* border-radius: 70px; */	/*角丸のサイズ*/
	/* -webkit-transition: 0.8s; */	/*マウスオン時の移り変わるまでの時間設定。0.8秒。*/
	/* transition: 0.8s; */			/*同上*/
	/* border: 10px solid rgba(255,255,255,0.9); */	/*枠線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.9＝90％）の指定。*/
	overflow: hidden;
	float: left;
	margin: 0 8px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-left: 1px solid #fff;
}
/*マウスオン時の設定*/
nav#mainmenu ul li a:hover {
	/* background: #FFF; */	/*背景色*/
	/* color: #90805a; */		/*文字色*/
	/* border: 10px solid #90805a; */	/*枠線の幅、線種、色*/
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	/* position: relative; */
	height: 276px;
	width: 970px;
	border-radius: 10px;	/*角丸のサイズ*/
	margin: 10px 0 30px;
}
#mainimg img {
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	vertical-align: bottom;
	border-radius: 10px;	/*角丸のサイズ*/
	border: 10px solid #FFF;	/*枠線の幅、線種、色*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index: 2;
	/* position: absolute; */
	/* left: 0px; */
	/* top: 0px; */
}
#slide_image2 {
	z-Index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 10px;	/*角丸のサイズ*/
	color: #90805a;	/*文字色*/
}
#main h2 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 10px;	/*角丸のサイズ*/
	color: #90805a;	/*文字色*/
}
/*MENUページで使っている濃い色のh1見出しタグのスタイル*/
#main h1.type1 {
	background-color: #a08e64;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a08e64), to(#90805a));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#a08e64, #90805a);	/*同上*/
	background-image: linear-gradient(#a08e64, #90805a);			/*同上*/
	color: #FFF;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 20px 50px 10px;	/*左から、上、左右、下への余白*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #737373;
	width: 100% !important;
	background: #F5F2D9;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid rgba(255,255,255,0.3);	/*下線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.3＝30％）の指定。*/
	padding-left: 0;
	margin: 10px 0;
}
#new dd img {
	vertical-align: middle;
}
/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;	/*文字サイズ*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}
/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 220px;	/*ボックスの高さ*/
	width: 280px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 9px 1em;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #90805a;	/*文字色*/
	border-bottom: 2px dotted #90805a;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 950px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th {
	background: rgba(255,255,255,0.1);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.1＝10％）の指定。*/
	width: 200px;	/*幅*/
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}
/*テーブルのキャプション設定*/
.ta1 caption {
	background: rgba(144,128,90,0.5);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	padding: 10px;
	border-top: 1px solid #FFF;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #FFF;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #FFF;	/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	color: #FFF;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	margin-bottom: 5px;
}
#pagetop a {
	background-color: rgba(255,255,255,0.7);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.7＝70％）の指定。*/
	color: #90805a;	/*文字色*/
	text-decoration: none;
	text-align: center;
	width: 14em;		/*ボックスの幅*/
	font-size: 10px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔。少し広げる設定。*/
	display: inline-block;
	border-radius: 10px;	/*角丸のサイズ*/
}
#pagetop a:hover {
	background-color: rgba(255,255,255,1);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（1＝100％）の指定。*/
	color: #90805a;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: rgba(144,128,90,0.5);
	color: #FFF;
}
.mb1em {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #486a00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.pagetop {
	clear: both;
	text-align: right;
}
p.link {
	margin-top: 10px;
}
section {
	margin-bottom: 15px;
}
section {
	margin-bottom: 15px;
}
section h3 {
	margin-left: 20px;
	/* margin-top: 10px; */
}
article h3 {
	margin-left: 0;
}
.sub {
	position: relative;
	height: 195px !important;
	width: 970px;
	border-radius: 10px;
	margin-bottom: 40px;
}
a {
	transition: all 0.3s ease-in-out;
}
#main > section {
	overflow: hidden;
}
/* 1 tab */
#main section.list article:first-child:nth-last-child(1),
#main section.list article:first-child:nth-last-child(1) ~ article {
	width: 95.2%;	/*ボックスの幅*/
	height: 140px;
}
/* 2 tab */
#main section.list article:first-child:nth-last-child(2),
#main section.list article:first-child:nth-last-child(2) ~ article {
  width: 45.1%;
  height: 160px;
}
/* 3 tab */
#main section.list article:first-child:nth-last-child(3),
#main section.list article:first-child:nth-last-child(3) ~ article {
  width: 28.4% !important;
  height: 210px;
}
div#container > * {
    width: 990px;
    margin-right: auto;
	margin-left: auto;
}
.tcontents, .ossm {
    padding: 20px;
    background: #F4F4F4;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #b1ac90;
}
nav#mainmenu {
    height: 60px;
    margin-top: -7px;
}

nav#mainmenu ul li:last-child a {
    border-right: 1px solid #fff;
}
.tcontents > p {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    line-height: 23px;
}
.tcontents > p:nth-child(2) {
    /* padding-top: 20px !important; */
}
.tcontents h2 {
    margin-bottom: 20px;
}
.headImg img {
    width: 970px !important;
    height: 276px !important;
}
.subHeadImg img {
    width: auto;
    height: 249px;
}
.subHeadImg {
    width: 895px !important;
    height: 249px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #90805a;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #FFFEF5 !important;/*左からカンマで区切って背景画像を2つ指定*/
	min-width: 990px;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	padding: 20px;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #B88534;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #5a5038;			/*マウスオン時の文字色（全体）*/
	text-decoration: underline;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	opacity: .6;
}
/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;
	letter-spacing: 2px;
	color: #FFF;			/*文字色*/
	text-align: right;		/*右寄せ*/
	width: 100%;
	background: #D4B57C;
}
body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	/* width: 990px; */	/*コンテナー幅*/
	/* margin-right: auto; */
	/* margin-left: auto; */
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 153px;	/*ヘッダーブロックの高さ*/
	width: 100%;	/*ヘッダーブロックの幅*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 40px;	/*ヘッダーブロックに対して左から40pxの位置に配置*/
	top: 80px;	/*ヘッダーブロックに対して上から80pxの位置に配置*/
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#mainmenu ul {
	font-size: 14px;	/*文字サイズ*/		/*ブロックの高さ*/
	/* width: 520px; */		/*ブロックの幅*/
	/* position: relative; */
	/* top: -20px; */			/*ヘッダーブロックに対して上から50pxの位置に配置*/
	/* right: 30px; */		/*ヘッダーブロックに対して右から30pxの位置に配置*/
	/* margin: 10px auto 10px; */
	/* padding-bottom: 30px; */
}
/*各メニューの設定*/
nav#mainmenu ul li a {
	background:#D4B57C;
	width: 23.1%;
	border-radius: 10px 10px 10px 10px;		/*メニューの幅*/
	color: #000;		/*文字色*/
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	padding-top:8px;
	margin: 0 8px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-left: 1px solid #fff;
}
/*マウスオン時の設定*/
nav#mainmenu ul li a:hover {
	text-decoration:none;
	
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	/* position: relative; */
	height: 276px;
	width: 970px;
	border-radius: 10px;	/*角丸のサイズ*/
	margin: 10px 0 30px;
}
#mainimg img {
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	vertical-align: bottom;
	border-radius: 10px;	/*角丸のサイズ*/
	border: 10px solid #FFF;	/*枠線の幅、線種、色*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index: 2;
	/* position: absolute; */
	/* left: 0px; */
	/* top: 0px; */
}
#slide_image2 {
	z-Index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 10px;	/*角丸のサイズ*/
	color: #90805a;	/*文字色*/
}
#main h2 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 10px;	/*角丸のサイズ*/
	color: #90805a;	/*文字色*/
}
/*MENUページで使っている濃い色のh1見出しタグのスタイル*/
#main h1.type1 {
	background-color: #a08e64;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a08e64), to(#90805a));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#a08e64, #90805a);	/*同上*/
	background-image: linear-gradient(#a08e64, #90805a);			/*同上*/
	color: #FFF;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 20px 50px 10px;	/*左から、上、左右、下への余白*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #737373;
	width: 100% !important;
	background: #D4B57C;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid rgba(255,255,255,0.3);	/*下線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.3＝30％）の指定。*/
	padding-left: 0;
	margin: 10px 0;
}
#new dd img {
	vertical-align: middle;
}
/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;	/*文字サイズ*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}
/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 220px;	/*ボックスの高さ*/
	width: 280px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #b1ac90;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #b1ac90;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 9px 1em;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #90805a;	/*文字色*/
	border-bottom: 2px dotted #90805a;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 950px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th {
	background: rgba(255,255,255,0.1);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.1＝10％）の指定。*/
	width: 200px;	/*幅*/
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}
/*テーブルのキャプション設定*/
.ta1 caption {
	background: rgba(144,128,90,0.5);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	padding: 10px;
	border-top: 1px solid #FFF;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #FFF;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #FFF;	/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	color: #FFF;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	margin-bottom: 5px;
}
#pagetop a {
	background-color: rgba(255,255,255,0.7);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（0.7＝70％）の指定。*/
	color: #90805a;	/*文字色*/
	text-decoration: none;
	text-align: center;
	width: 14em;		/*ボックスの幅*/
	font-size: 10px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔。少し広げる設定。*/
	display: inline-block;
	border-radius: 10px;	/*角丸のサイズ*/
}
#pagetop a:hover {
	background-color: rgba(255,255,255,1);	/*背景色。左３つの数値はRGBカラーでの色指定。一番右は透明度（1＝100％）の指定。*/
	color: #90805a;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: rgba(144,128,90,0.5);
	color: #FFF;
}
.mb1em {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #486a00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.pagetop {
	clear: both;
	text-align: right;
}
p.link {
	margin-top: 10px;
}
section {
	margin-bottom: 15px;
}
section {
	margin-bottom: 15px;
}
section h3 {
	margin-left: 20px;
	/* margin-top: 10px; */
}
article h3 {
	margin-left: 0;
}
.sub {
	position: relative;
	height: 195px !important;
	width: 970px;
	border-radius: 10px;
	margin-bottom: 40px;
}
a {
	transition: all 0.3s ease-in-out;
}
#main > section {
	overflow: hidden;
}
/* 1 tab */
#main section.list article:first-child:nth-last-child(1),
#main section.list article:first-child:nth-last-child(1) ~ article {
	width: 95.2%;	/*ボックスの幅*/
	height: 140px;
}
/* 2 tab */
#main section.list article:first-child:nth-last-child(2),
#main section.list article:first-child:nth-last-child(2) ~ article {
  width: 45.1%;
  height: 160px;
}
/* 3 tab */
#main section.list article:first-child:nth-last-child(3),
#main section.list article:first-child:nth-last-child(3) ~ article {
  width: 28.4% !important;
  height: 210px;
}
div#container > * {
    width: 990px;
    margin-right: auto;
	margin-left: auto;
}
.tcontents, .ossm {
    padding: 20px;
    background: #F4F4F4;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #b1ac90;
}
nav#mainmenu {
    height: 60px;
    margin-top: -7px;
}

nav#mainmenu ul li:last-child a {
    border-right: 1px solid #fff;
}
.tcontents > p {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    line-height: 23px;
}
.tcontents > p:nth-child(2) {
    /* padding-top: 20px !important; */
}
.tcontents h2 {
    margin-bottom: 20px;
}
.headImg img {
    width: 970px !important;
    height: 276px !important;
}
.subHeadImg img {
    width: auto;
    height: 249px;
}
.subHeadImg {
    width: 895px !important;
    height: 249px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}