@charset "shift_jis"; 

/*	--- sub.css ---	*/

/*	---サブエリアの各種設定ここから---	*/


.subBox {
  margin-bottom: 50px;
	overflow: hidden;
}
.subBox p {
}
.subInner1 {
	overflow: hidden;
	padding-top: 45px;
}
.subInner2 {
	overflow: hidden;
	padding-bottom: 20px;
}


#search {
	background:transparent url(../images/box-search.png) 0 0 repeat-y;
	padding-top: 50px;
	padding-bottom: 20px;
}
#searchForm {
	padding-left: 20px;
	height: 155px;
	line-height: 1.2em;
}

#recent {
}
#recent .subInner1 {
	padding-top: 80px;
}
#recent .subInner2 {
}

#message {
}
#message a {
	margin-left: 20px;
}

/*	サブエリア--リスト	*/
.subList {
  padding-left: 20px;
	list-style: disc !important;
}
.subList li {
  color: #333;
  padding: 2px 0;
}

/* ---カレンダ用の設定ここから--- */



/*	年月・前後月のリンク	*/
#calHeader {
  margin-bottom: 5px;
  text-align: center;
}
  #calHeader p {
    display: inline;
    margin: 0 3px;
  }


/*	カレンダー日付部分のテーブル	*/
.cTable {
	width: 100%;
  table-layout: fixed;
	border-collapse: collapse;
  border-spacing: 0;
  font-size: 8pt;
}
.cTable td,
.cTable th {
  padding: 5px 0;
}
/*	カレンダー曜日部分	*/
.cWeek {
	padding: 0px;
	color: #333333;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}
/*	カレンダー日曜日	*/
.cWeek0 {
	color: #990000;
}
/*	カレンダー土曜日	*/
.cWeek6 {
	color: #000099;
}
/*	カレンダー空欄	*/
.cOpen {
	text-align: center;
	line-height: 1.4em;
}
/*　記事のある日付　*/
.cLink, .cLink0, .cLink1, .cLink2, .cLink3, .cLink4, .cLink5, .cLink6 {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
}

.cLink a, .cLink0 a, .cLink1 a, .cLink2 a, .cLink3 a, .cLink4 a, .cLink5 a, .cLink6 a {
	color: #09f;
}

/*　記事の無い日付　*/
.cNone , .cNone0, .cNone1, .cNone2, .cNone3, .cNone4, .cNone5, .cNone6 {
	text-align: center;
	line-height: 1.4em;
}
/* ---カレンダ用の設定ここまで--- */


/* 15.3.30
------------------------------------ */
.subBox h3 {
  margin-bottom: 10px;
}
.subBox h3 img {
  line-height: 100%;
}

/* RecentPhoto */
#recentPhoto {
}
  #recentPhoto h3 {
  }
  #recentPhoto .photoBoxC {
    height: auto;
    margin-bottom: 20px;
    width: 100% !important;
  }
  #recentPhoto .photoBoxC img {
    height: auto !important;
    width: 100% !important;
  }
  #recentPhoto p {
    font-size: 9pt;
    text-align: right;
  }
/* Message */
#message {
}
  #message h3 {
    text-align: center;
  }
  #message p {
    font-size: 9pt;
    text-align: center;
  }
/* Qr */
#qrBox p {
  font-size: 8pt;
  margin: 0;
}


/*	---サブエリアの各種設定ここまで---	*/