@charset "UTF-8";
/*まつり紀行～19年バージョン
---------------------------------------------------------------------------*/

body{
	color: #222;/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	margin-bottom: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*フォント種類*/
	font-size: 15px;/*文字サイズ*/
	line-height: 1;/*行間*//*文字サイズ・行間・フォント設定*/
	background-image: url(../image/irekobishi3.gif);/*背景画像の読み込み*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/

a{
	color: #0033cc;/*リンクテキストの色*/
	text-decoration: none;
}

a:hover{
	color: red;/*マウスオン時の文字色（全体）*/
	text-decoration: none;/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*h1タグの設定*/

.kikou_logo{
	font-size: 24px;/*文字サイズ*/
	font-weight: normal;/*太字を標準にする設定*/
	margin: 0px 5px 5px 0px;
	color: red;
	text-align: center;
}

.sub_title{
	width: 95%;
	margin: 0 auto;
}

h2{
	background-color: #0010a8;/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#00c1e8, #0008ce 49%, #0010a8 50%);/*グラデーション*/
	padding: 0px 10px 0px 40px;/*左から、上、右、下、左側への余白*/
	margin: 0px 0px 10px 0px;
	clear: both;
	border-radius: 4px;/*角丸のサイズ*/
	color: #FFF;/*文字色*/
	line-height: 36px;/*行間*/
	box-shadow: 1px 2px 5px #ccc;/*影の設定。それぞれ右へ、下へ、ぼかし幅の設定*/
	border: 1px solid yellow;/*枠線の幅、線種、色*/
	font-size: 130%;/*文字サイズ*/
	font-weight: normal;
}

.day{
	font-size: 90%;
}

.tiku{
	font-size: 100%;
	padding-left: 7px;
	padding-right: 10px;
	color: yellow;
}

.sairei{
	font-size: 130%;
	color: yellow;
}

.intro{
	width: 600px;
	max-width: 90%;
	font-size: 105%;
	line-height: 150%;color:#2a4f83
	text-align: left;
	border: 1px solid #a8a8a8;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}
/*コンテナー（本文のブロック）
---------------------------------------------------------------------------*/

.container{
	width: 970px;/*ボックス幅*/
	margin: 0 auto 0;
	margin-top: 0px;
	padding: 5px;/*ボックス内の余白*/
	background-color: #F5F4F3;/*背景色*/
	border-radius: 10px;/*角丸のサイズ*/
/*-----------枠線の影を辞めるとHPBが軽くなるので完成時に戻せば良い？
	box-shadow: 3px 3px 5px #AAA;/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定*/-------------*/
}
/*コンテンツ（mainを囲むブロック）
---------------------------------------------------------------------------*/

.container P{
	padding: 8px 0px 0px 20px;/*左から、上、右、下、左への余白*/
	line-height: 170%;
}
/*次へ戻るのナビボタン
---------------------------------------------------------------------------*/

.navi{
	width: 360px;
	max-width: 100%;
	font-size: 90%;
	color: silver;
	margin-left: auto;
	margin-right: auto;
	line-height: 300%;
	margin-bottom: 5px;
	margin-top: 10px;
}

.navi img{
	border-width: 0px;
}

.navi a{
	color: #555555;
}

.navi a:hover{
	text-decoration: none;
	color: red;
}

.rev3{
	display: block;
	background-image: url(../image/rev01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	float: left;
	background-position: center top;
	text-align: center;
}

.rev3 a{
	display: block;
	background-image: url(../image/rev01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	background-position: center top;
}

.rev3 a:hover{
	background-image: url(../image/rev01-c.png);
	background-repeat: no-repeat;
}

.fwd3{
	display: block;
	background-image: url(../image/fwd01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	float: right;
	background-position: center top;
	text-align: center;
}

.fwd3 a{
	display: block;
	background-image: url(../image/fwd01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	background-position: center top;
}

.fwd3 a:hover{
	background-image: url(../image/fwd01-c.png);
	background-repeat: no-repeat;
}

.mnu3{
	display: block;
	background-image: url(../image/mnu01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	background-position: center top;
	float: right;
}

.mnu3 a{
	display: block;
	background-image: url(../image/mnu01-m.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 60px;
	background-position: center top;
}

.mnu3 a:hover{
	background-image: url(../image/mnu01-c.png);
	background-repeat: no-repeat;
}
/*その他
---------------------------------------------------------------------------*/

strong{
	color: red;
	font-size: 120%;
}

.clear{
	clear: both;
}

.pr{
	font-size: 10px;
}

img{
	max-width: 100%;
	height: auto;
}
/*==================================================
ここからタブレット用（481px～800px）環境の設定
==================================================*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー
---------------------------------------------------------------------------*/
#header{
	margin-bottom: 0px;
}

/*コンテナー（コンテンツを囲むブロック）
---------------------------------------------------------------------------*/
.container{
	width: auto;
	margin: 10px;
}

/*h1タグの設定*/
.sub_title{
	width:auto;
margin:0 auto;
}

h2{
	background-color: #0010a8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#00c1e8, #0008ce 49%, #0010a8 50%);			/*グラデーション*/
}

}
/*==================================================
ここからスマートフォン用（480px以下）環境の設定
==================================================*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body{
	/*--------background: url(none);  壁紙は表示する-----*/

}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header{
	margin-bottom: 0px;
}

/*ロゴ画像*/
#header .logo img{
	width: 80%;		/*画像幅*/
}

.kikou_logo img{
	width: 70%;		/*画像幅*/
}

/*コンテナー（コンテンツを囲むブロック）
---------------------------------------------------------------------------*/
.container{
	width: auto;
	padding: 5px;	/*ボックス内の余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	box-shadow: none;
}

/*コンテンツ（mainを囲むブロック）
---------------------------------------------------------------------------*/
.contents{
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
.main{
	float: none;
	width: auto;
}

.main p{
	padding-right:10px;
}

/*h1タグの設定*/


.day{
	font-size:70%;
	letter-spacing:-1px;
}




.tiku{
	font-size:70%;
	padding-left: 5px;
	padding-right: 5px;
	color: yellow;
}

.sairei{
	font-size: 90%;
	color: yellow;
}


h2{
	background-color: #0010a8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#00c1e8, #0008ce 49%, #0010a8 50%);			/*グラデーション*/
	padding: 0px 5px 0px 10px;	/*左から、上、右、下、左側への余白*/
	margin: 0px 0px0px 0px;

}

/*フッター設定
---------------------------------------------------------------------------*/
footer{
	background-color: #ffe2e2;
	border-top: 1px solid #CCC;
}

}
