/* ### レイアウト ### */
#container {
	width: 100%;
}
#header {
	margin: 0 0 15px;
	background:none;
}
#content {
	width: 100%;
	float: none;
}
#sidebar {
	width: 100%;
	float: none;
}
#bottomcontent {
	width: 100%;
	clear: both;
}
/* ### 画像 ### */
img {
	max-width: 100%;
	height: auto;
}
/* ### アイコンメニューの表示位置 ### */

#container {
	position: relative;
}
#iconmenu {
	position: absolute;
	right: 8px;
	bottom: 6px;
}
#footer {
	padding-bottom: 60px;
	background:url(../images/footer_bg.png) right bottom no-repeat #fe6f2e;
}
#site, #iconmenu {
	float: none;
}
/* ナビゲーションメニューのコンパクト化 */
#nav li a {
	width: 96px;
	padding: 7px 8px;
}
/* 記事の見出しのコンパクト化 */
.date {
	float: none;
	font-size: 12px;
	line-height: 2.5;
	display: inline;
	padding: 3px 10px;
	border-radius: 5px;
}
.date span {
	font-size: 12px;
	display: inline;
}
#content h2 {
	font-size: 18px;
}
/* ### コンテンツ部分の記事のレイアウト ### */
.post {
	float: none;
	width: 100%;
	margin-right: 0;
}
/* ### コンテンツ ### */

/* 記事 */
.post img {
	max-width: 100%;
	height: auto;
}
.post h4 {
	font-size: 22px;
}
.post p {
	font-size: 16px;
}
.post .more_s {
	font-size: 18px;
}
/* 投稿日 */
.box01 .date {
	font-size: 12px;
	padding: 3px 5px;
}
.box01 .date span {
	font-size: 12px;
}
/* タイトル */
.box01 h2 {
	font-size: 18px;
}
/* サムネイル画像 */
.box01 img {
	max-width: 35% !important;
	height: auto;
}
.box01_ir img {
	max-width: 35% !important;
	height: auto;
}


#sidebar a img {
	max-width:100%;
	}

#sidebar a:hover img {/*ロールオーバー時に明るくなる（背景白の場合）*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	max-width:100%;
}
#sidebar a:active img {/*クリック時にボタン押したような効果*/
	position: relative;
	left: 1px;
	top: 1px;
}
#sidebar p.banner01 {
	max-width:100%;
}

.hitokoto {
	height:370px;
	}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 16px !important;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(51,193,199, .7);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px !important;
  margin: 0;
  max-width: none;
  }
