@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;
	background-color: #f5f4f3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1.2em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #57b43e;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 370px;	/*ブロックの高さ*/
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	background-position: top;
}
/*h1タグ設定*/
#header h1 {
	z-index: 1;
	font-size: 12px;	/*文字サイズ*/
	line-height: 20px;
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
	color: #FFFFFF;	/*文字色*/
}
h1 a {
	color: #FFFFFF;	/*文字色*/
	text-decoration: none;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から10pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}
ul#menu li {
	float: left;
	padding-left: 10px;	/*メニュー同士の余白*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	background-color: #FFFFFF;	/*背景色*/
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	width: 890px;	/*メインコンテンツ幅*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 150%;	/*文字サイズ*/
	color: #57b43e;		/*文字色*/
	border-bottom: 3px solid #57b43e;	/*下線の幅、線種、色の設定*/
	padding: 0px 10px;	/*左から、上下、左右の余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 870px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 850px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 750px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}


/***20220828開催分冒頭テキスト***/

.kousin{
 background-color: pink;
 text-decoration: none;
 border-radius: 15px;
 padding: 2px;
 color: red
}

.hiduke{
 font-size: 30px
}

.osirase{
	font-size: 20px
   }

.{
 padding-right: 2px
}

mark{
color: blue
}

.boshuchu mark{
 color: red
}

/***20220828開催分日程・予約画面***/
.shosaiArea,.bashoKotsu, .boshuchu,.kome{
 font-size: 14px;
 line-height: 1.3
}

.kansensho{
 font-size: 14px;
 line-height: 1.3;
 border: solid 3px darkorange;
 margin-bottom: 30px
}
.kansensho p{
 color: darkorange;
 font-weight: bold;
 padding-left:30px
}
.kansensho ul{
 line-height: 1.3;
 list-style: none;
 padding-left: 7px;
 margin-bottom: 10px
}

.kome{
 color: red
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	padding: 20px 0px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 890px;	/*テーブルの幅*/
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #57b43e;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;		/*各ボックスの幅*/
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #d2f1c8;	/*背景色*/
	text-align: left;
	padding: 10px;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 890px;	/*テーブルの幅*/
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #57b43e;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 647px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;
	text-align: center;			/*文字をセンタリング*/
	background-color: #F1F1EF;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #d2f1c8;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e3f5dd;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #55AB3A;
        font-size: 14px
}

.jisseki{
	color: #55AB3A;
        font-size: 16px;
        padding: 7px;
        margin-bottom: 15px;
        text-decoration: underline  
}

.pr {
	font-size: 12px;
}


/***文字サイズ改修202206〜
 
・どのページも15pxを目安にそろえる

　　　　　　　　　　　　　　***/ 

/*qa.html*/ 

.QApage table{
 font-size: 15px
}


/*syuten.html*/

.shuttenpage p{
 font-size: 15px
}











