@charset "shift_jis";
body{
  text-align: center;
  color: #888;
  /*全体の文字色*/
	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/bg01.gif);
/*背景画像の読み込み*/
}
.update{
  font-size: 90%;
  font-family: Verdana;
  color: #cc0000;
  text-align: right;
  padding-right : 10px;
}
.wrapper{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width : 980px;
  padding-top: 0px;
  max-width: 100%;
}
.container{
  margin-top: 0px;
  margin-bottom: 0px;
  padding : 5px 3px 5px 4px;
  margin-right: 0px;
  margin-left: 0px;
    background-color: #232323;
}
h1{
  color: red;
  text-align: center;
  font-size : 150%;
  font-weight:normal;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
h2{
  color: red;
  text-align: left;
  font-size: 120%;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: red;
}
p{
  font-size: 95%;
  padding: 7px 5px 5px 7px;
}
.container a{
  text-decoration: none;
  color: #9dceff;
}
.container a:visited{
  color: #a4a4ff;
}
.container a:hover{
  font-weight: normal;
  background-color: #fdfdfd;
  color: red;
}
.item{
  font-size : 100%;
  margin-left : 15px;
  margin-right : 10px;
  color: #e7e7e7;
}
.item dt{
  /*日付*/
     color: #ccc;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #0379fc;
  padding-bottom : 0px;
  margin-top : 5px;
  margin-bottom : 2px;
}
.item dd{
  /*祭礼名*/
     padding-left : 20px;
  line-height : 140%;
  padding-top : 0px;
  margin-top : 0px;

}
.item .update{
  color: red;
  font-size : 80%;
}
.item a:{
  color: blue;
}
.item a:hover{
  color: white;
  background-color: red;
}
.fes{
  display:inline-block;
}
.bold{
  font-weight: bold;
}
.bold-red{
  font-weight: 600;
  color: #cc0000;
}
.red{
  font-weight: normal;
  color: #cc0000;
  font-size: 100%;
}
.clear{
  clear: both;
  padding: 0px;
  margin: 0px;
}
.small70{
  font-size: 70%;
  vertical-align: top;
}
.small90{
  font-size: 90%;
  vertical-align: top;
  line-height: 140%;
}

#tabs{
  padding: 0;
  margin: 0px 0px 10px;
  color: #FFF;
  font-size: 85%;
  text-align: right;
  float: right;
}
#tabs ul{
  list-style: none;
  margin: 0;
  padding: 0;
  
}
#tabs ul li{
  display: inline;
  margin: 0;
  text-transform: none;
  float: left;
}
#tabs ul li a{
  padding: 2px 5px 2px 5px;
  float: left;
  text-decoration: none;
  margin: 0px 0px 0px -1px;
  text-transform: none;
  color: #d9d900;
}
#tabs ul li a:hover{
  background: #dd4d22 none repeat scroll 0% 0%;
  color: #eeeeee;
  text-decoration: none;
}
#tabs ul li a.active{
  background: red;
  color: silver;
}

/*==================================================
ここからスマートフォン用（480px以下）環境の設定
==================================================*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){
	
h1{
  color: red;
  text-align: center;
  font-size : 110%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
	
}