@charset "utf-8";



/*Google Fontsの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cinzel');

/*menu.cssの読み込み（slide.cssの読み込み削除20230303）
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@import url(menu.css);



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body.home,html {width: 100%;height: 100%;overflow-x: hidden;}
body {
	margin: 0px;
	padding: 0px;
	color: #555;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #dfdcd2;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #555;		/*リンクテキストの色*/
	transition: 0.4s;	/*マウスオン時の移り変わるまでの時間設定。0.4秒。*/
}
a:hover {
	color: #000;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*各ページの背景イメージ
---------------------------------------------------------------------------*/
.bgimg {
	text-indent: -9999px;
	position: fixed;top: 0px;z-index: -1;
	width: 100%;
	height: 100%;
}


/*トップページのcontainerとsub共通
---------------------------------------------------------------------------*/
.home #container,.home #sub {
	height: 100%;
}

/*トップページのmain共通
---------------------------------------------------------------------------*/
.home #main {
	height: 95%;
}

/*container。サイト全体を囲むブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1500px;	/*最大幅の制限。これ以上広がらない。*/
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	overflow: hidden;
	float: right;		/*右に回り込み*/
	width: 69%;			/*ブロックの幅*/
	padding: 90px 3% 0;	/*上、左右、下へのブロック内の余白*/
}
/*トップページでの追加設定*/
.home #main {
	width: 75%;	/*ブロックの幅*/
	padding: 0;	/*余白のリセット*/
}
/*h2タグ*/
#main h2 {
	clear: both;
	margin: 20px 0px;
	font-size: 28px;				/*文字サイズ*/
	color: #555;					/*文字色*/
	font-family: 'Cinzel',"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";	/*フォントの指定*/
	line-height: 1;				/*行間*/
	border-bottom: 1px solid #555;	/*下線の幅、線種、色*/
	padding-bottom: 15px;				/*h2タグ内の下側に空ける余白。小文字と下線との間のスペースです。*/
}
/*h2タグの小文字*/
#main h2 span {
	font-size: 16px;		/*文字サイズ*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	padding-left: 15px;		/*左に空ける余白*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
}


/*h3タグ*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 18px;	/*文字サイズ*/
	color: #222;		/*文字色*/
}
/*h3タグの左のアクセントライン*/
#main h3::first-letter {
	border-left: 2px solid #333;	/*左側の線の幅、線種、色*/
	padding-left: 10px;		/*ラインと文字との間の余白*/
}


/*h4タグ*/
#main h4 {
	margin-top: 30px;
	font-size: 20px;				/*文字サイズ*/
	font-weight: 600;
	color: #555;					/*文字色*/
	line-height: 1.5;				/*行間*/
	padding-bottom: 8px;				/*h4タグ内の下側に空ける余白*/
}


/*段落(p)タグ*/
#main p {
	padding: 0 0px 20px;	/*上、左右、下への余白*/
}
/*他*/
#main p + p {
	margin-top: -10px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -7px;
}
#main section + section {
	clear: both;
	padding-top: 30px;
}

/*listボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	position: relative;
	width: 23%;		/*幅*/
	margin: 1%;	/*外側に空けるスペース*/
	float: left;	/*左に回り込み*/
	background: #000;	/*背景色*/	
}

/*画像*/
#main .list img {
}

/*マウスオン時の画像*/
#main .list a img:hover {
	opacity: 0.5;		/*透明度。100%色がついた状態。*/
}

/*タイトル*/
#main .list span {
	position: absolute;
	bottom: 0px;		/*下から10pxの場所に配置*/
	left: 0px;			/*左から0pxの場所に配置*/
	width: 90%;		/*幅*/
	padding: 5px 5%;		/*余白*/
	font-size: 12px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	display: none;		/*デフォルトでは非表示にしておく*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は70%色がついた状態のこと。*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#main .list:hover span {
	display: block;	/*表示させる*/
}



/*list2ボックス きぐるみ一覧用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list2 {
	position: relative;
	width: 13%;		/*幅*/
	margin: 0.6%;	/*外側に空けるスペース*/
	float: left;	/*左に回り込み*/
	background: #000;	/*背景色*/	
}

/*画像*/
#main .list2 img {
}

/*マウスオン時の画像*/
#main .list2 a img:hover {
	opacity: 0.5;		/*透明度。100%色がついた状態。*/
}

/*タイトル*/
#main .list2 span {
	position: absolute;
	bottom: 0px;		/*下から10pxの場所に配置*/
	left: 0px;			/*左から0pxの場所に配置*/
	width: 90%;		/*幅*/
	padding: 5px 5%;		/*余白*/
	font-size: 12px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	display: none;		/*デフォルトでは非表示にしておく*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は70%色がついた状態のこと。*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#main .list2:hover span {
	display: block;	/*表示させる*/
}



/*list3ボックス　ワイドサムネ用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list3 {
	position: relative;
	width: 30%;		/*幅*/
	margin: 1%;	/*外側に空けるスペース*/
	float: left;	/*左に回り込み*/
	background: #000;	/*背景色*/	
}

/*画像*/
#main .list3 img {
}

/*マウスオン時の画像*/
#main .list3 a img:hover {
	opacity: 0.5;		/*透明度。100%色がついた状態。*/
}

/*タイトル*/
#main .list3 span {
	position: absolute;
	bottom: 0px;		/*下から10pxの場所に配置*/
	left: 0px;			/*左から0pxの場所に配置*/
	width: 90%;		/*幅*/
	padding: 5px 5%;		/*余白*/
	font-size: 12px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	display: none;		/*デフォルトでは非表示にしておく*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は70%色がついた状態のこと。*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#main .list3:hover span {
	display: block;	/*表示させる*/
}



/*list4ボックス　ナロウサムネ用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list4 {
	position: relative;
	width: 18%;		/*幅*/
	margin: 0.9%;	/*外側に空けるスペース*/
	float: left;	/*左に回り込み*/
	background: #000;	/*背景色*/	
}

/*画像*/
#main .list4 img {
}

/*マウスオン時の画像*/
#main .list4 a img:hover {
	opacity: 0.5;		/*透明度。100%色がついた状態。*/
}

/*タイトル*/
#main .list4 span {
	position: absolute;
	bottom: 0px;		/*下から10pxの場所に配置*/
	left: 0px;			/*左から0pxの場所に配置*/
	width: 90%;		/*幅*/
	padding: 5px 5%;		/*余白*/
	font-size: 12px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	display: none;		/*デフォルトでは非表示にしておく*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は70%色がついた状態のこと。*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#main .list4:hover span {
	display: block;	/*表示させる*/
}



/*list5ボックス　ワイドサムネ用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list5 {
	position: relative;
	width: 48%;		/*幅*/
	margin: 1%;	/*外側に空けるスペース*/
	float: left;	/*左に回り込み*/
	background: #000;	/*背景色*/	
}

/*画像*/
#main .list5 img {
}

/*マウスオン時の画像*/
#main .list5 a img:hover {
	opacity: 0.5;		/*透明度。100%色がついた状態。*/
}

/*タイトル*/
#main .list5 span {
	position: absolute;
	bottom: 0px;		/*下から10pxの場所に配置*/
	left: 0px;			/*左から0pxの場所に配置*/
	width: 90%;		/*幅*/
	padding: 5px 5%;		/*余白*/
	font-size: 12px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	display: none;		/*デフォルトでは非表示にしておく*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は70%色がついた状態のこと。*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#main .list5:hover span {
	display: block;	/*表示させる*/
}



/*subブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;		/*左に回り込み*/
	width: 25%;			/*ブロックの幅*/
	max-width: 375px;	/*最大幅。これ以上広がらないようにする。*/
	text-align: center;	/*ブロック内配置*/
	position: fixed;	/*画面をスクロールしても固定させる指定*/
}
/*subブロックのロゴ。menu.cssにもアニメーションに関連する指定が入っています。*/
#sub .logo {
	padding: 95px 0 80px 0;	/*上下、左右への余白*/
}
/*ロゴ画像*/
#sub .logo img {
	width: 75%;	/*幅*/
}

/*footerブロック
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: right;	/*右寄せ*/
	padding-right: 3%;	/*右に空ける余白*/
	padding-top: 40px;	/*上に空ける余白*/
}
.home footer {padding-top: 0px;}
footer a {text-decoration: none;}
footer .pr {display: block;}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: rgba(255,255,255,0.5);	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 8px 8px 8px 15px;		/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: rgba(255,255,255,0.5);	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*フォーム関連
---------------------------------------------------------------------------*/
/*ボタン（btn）*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.5);	/*背景色*/
	color: #000;	/*文字色*/
}
/*マウスオン時のボタン（btn）設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	background: #fff;	/*背景色*/
}
/*input,textarea共通*/
input,textarea {
	outline: none;background: transparent;
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*input,textareaのフォーカス時*/
input:focus,textarea:focus {
	background: #fff;
}


/*ページネーション（前後送り）
---------------------------------------------------------------------------*/

.pagination {
    display: flex;
    gap: 0.5rem;
	justify-content:center
}

.pagination a {
    display: inline-block;
    border-radius: 17px;
    border: 1px solid #ccc7b7;
    text-decoration: none;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
	background-color: #f0f0f0;
}

.pagination i {
    line-height: 40px;
}

.pagination .active a {
    background-color: #5CC6CD;
    color: white;
}

.pagination a:hover {
    background-color: #86c8cc;
    color: white;
}

.pagination .disabled a {
    pointer-events: none;
    color: #ccc;
}

.pagination .disabled a:hover {
    background-color: initial;
    color: #ccc;
}



/*ページの上部に戻る「↑」ボタン
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;animation-name: scroll;animation-duration: 1s;animation-fill-mode: forwards;
	width: 50px;		/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	bottom: 50px;		/*ウィンドウの下から20pxの場所に配置*/
	right: 1%;			/*ウィンドウの右から1%の場所に配置*/
	color: #fff;		/*文字色*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	background: #000;	/*背景色*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}



/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}



/*その他
---------------------------------------------------------------------------*/
.look {background: #222;padding: 5px 18px;border-radius: 4px;border: 1px solid #333;color: #fff;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #928458 !important;}
.color2, .color2 a {color: #555555 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.wm {width: 63%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 50px;}
.big2 {font-size: 24px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.dn {display: none;}
.sh {display: none;}
#sh-sub {display: none;}

.mr {margin-right: 20px !important;}
.bnr {width: 32%; float: left;}


/*画面の高さが620px以下の場合の（大きな端末用）設定。
左メニューが620px以下になると切れて見えなくなるので、固定からスクロール表示に切り替えます。
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-height:620px){

/*subブロック
---------------------------------------------------------------------------*/
#sub {
	position: absolute;	/*固定からスクロール表示に変更*/
	height: auto;
}

}



/*画面を横向きにした場合の高さが500px以下の場合の設定。
※小さな端末用メニューを２列にします。
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li a {
	float: left;		/*左に回り込み*/
	width: 44%;			/*幅*/
	line-height: 1.2;	/*行間*/
}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/

/*スマホ用メニューブロック*/
#menubar-s {
	overflow: hidden;
	position: fixed;
	top: 70px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-family: 'Cinzel', serif;	/*冒頭で読み込んでいるGoogleFontsの指定*/
}
/*メニュー１個あたりの設定*/
#menubar-s h3 a {
	display: block;
	text-decoration: none;
	padding: 10px 3%;	/*メニュー内の余白。上下、左右。*/
	color: #fff;		/*文字色*/
	font-size: 26px;	/*文字サイズ*/
}
/*説明表記（飾り文字）*/
#menubar-s h3 a span {
	margin-left: 20px;
	font-size: 13px;/*文字サイズ*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
}

/*区切り線*/
.bb1 {border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/}

/*PC用メニューを非表示にする*/
#menubar {display: none;}



/*スマホ用サブメニュー*/
ul.submenu-s {
	margin-bottom: 10px !important;
	padding-bottom: 20px;
	font-size: 16px;	/*文字サイズ*/

font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

/*サブメニュー１個あたりの設定*/
ul.submenu-s li a {
	display: block;
	text-decoration: none;
	color: #fff;	/*文字色*/

	padding-left: 15px;
	margin: 10px 30px;
	border-radius: 30px;	/*角丸のサイズ。マウスオン時に色が出る際の形です。*/
	background: rgba(100,100,100,0.4);
}


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 50;
	top: 8px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;	/*背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto !important;
}

/*h2タグ*/
#main h2 {
	font-size: 24px;
	line-height: 1.5;				/*行間*/
}

/*h2タグの小文字*/
#main h2 span {
	display: block;
	font-size: 14px;		/*文字サイズ*/
	padding-left: 0px;		/*左に空ける余白*/
}


/*subブロック
---------------------------------------------------------------------------*/
#sub {
	display: none;
}

/*小さな端末用(800px以下)で表示させるブロック
---------------------------------------------------------------------------*/
#sh-sub {
	display: block;	/*非表示から表示に切り替える*/
	position: relative;z-index: 2;
}
/*ロゴブロック*/
#sh-sub .logo {
	position: fixed;z-index: 2;
	top: 0px;			/*上から0pxの場所に配置*/
	height: 70px;		/*ブロックの高さ*/
	width: 100%;		/*ブロックの幅*/
	background: #000;	/*背景色*/
}
/*ロゴ画像*/
#sh-sub .logo img {
	width: 220px;		/*画像の幅*/
	margin-top: 22px;	/*上に空けるスペース。上下間をここで調整して下さい。*/
	margin-left: 3%;	/*左に空けるスペース。*/
}


/*リスト（list）
---------------------------------------------------------------------------*/
	
#main .list5 {
	width: 100%;		/*幅*/
}

#main .list3 {
	width: 47%;		/*幅*/
}
		

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 24px;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}
	
	
.wm {width: 100%;}
.bnr {width: 300px; margin-bottom: 30px}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*mainブロック
---------------------------------------------------------------------------*/

/*h3タグ*/
#main h3 {
	font-size: 14px;	/*文字サイズ*/
}

/*h4タグ*/
#main h4 {
	font-size: 20px;	/*文字サイズ*/
}
	

	
/*リスト（list）
---------------------------------------------------------------------------*/
	
#main .list {
	width: 31%;		/*幅*/
}
	
#main .list2 {
	width: 23%;		/*幅*/
}

#main .list4 {
	width: 31%;		/*幅*/
}
	
	
/*タイトル*/
#main .list span {
	bottom: 0px;		/*下から10pxの場所に配置*/
	font-size: 10px;	/*文字サイズ*/
}	


	
/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;	/*ボックス内の余白*/
}
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;	/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.bnr {width: 250px; margin-bottom: 30px}


}