
/* bodyタグ直下のimgサイズを0に */
body > img {
  width: 0px !important;
  height: 0px !important;
}

/* ブログステーション用のwrap要素 */
#bs-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* #bs-wrap内でのコンテンツ順序・配置を指定 */
#bs-wrap #mcleft {
  -webkit-order: 1;
  order: 1;
  width: 100%;
  margin: 0;
  float: none;
}
#bs-wrap #mcright {
  -webkit-order: 2;
  order: 2;
  width: 100%;
  margin: 3rem 0 0 0;
  float: none;
}
@media (min-width: 1025px) {
  #bs-wrap #mcleft {
    width: 70%;
  }
  #bs-wrap #mcright {
    width: 27%;
    margin: 0 0 0 3%;
  }
}

/* テキストの回り込み回避 */
#bs-wrap .entry p {
  clear: both;
}

/* サイドバーとフリーエリアの枠設定 */
.sidebar, .freearea {
	margin: 0 0 25px 0;
	padding: 10px;
	background-color: #FFF;
	border: 1px dotted #999;
}

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2, .freetitle {
	padding: 5px;
	margin: 0 0 1rem 0;
	border-left: 5px solid #2F4C9C; 
	background-color: #f6f6f6;
	color: #454545;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* サイドバー小項目の配置 */
.sidebar ul {
	margin: 0;
	padding: 0 10px;
}

/* サイドバー小項目の設定 */
.sidebar li {
	margin: 0.5rem 0 0 0;
	padding: 0;
	color: #333333;
	font-size: 80%;
	text-align: left;
	line-height: 140%;
	list-style-type: none;
}

/* カレンダーテーブル */
.sidebar #calendar table {
  width: 100%;
}
.sidebar #calendar table td {
  text-align: center;
}
#calendar caption {
  color: #4D6EC7;
  font-size: 0.8rem;
  line-height: 1.0em;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}

/* 月間アーカイブのみリンク形状の変更 */
#left .sidebar:last-child ul {
	display: table;
	padding: 0;
	margin: 0 -1%;
}
#left .sidebar:last-child ul li.point {
	display: block;
	font-size: 0.70rem;
	margin: 1%;
	float: left;
	width: 31.33%;
}
@media (min-width: 481px) {
	#left .sidebar:last-child ul li.point {
		width: 23%;
	}
}
@media (min-width: 551px) {
	#left .sidebar:last-child ul li.point {
		width: 18%;
	}
}
@media (min-width: 661px) {
	#left .sidebar:last-child ul li.point {
		width: 14.66%;
	}
}
@media (min-width: 769px) {
	#left .sidebar:last-child ul li.point {
		width: 12.28%;
	}
}
@media (min-width: 851px) {
	#left .sidebar:last-child ul li.point {
		width: 10.5%;
	}
}
@media (min-width: 1025px) {
	#left .sidebar:last-child ul li.point {
		width: 31.33%;
	}
}
#left .sidebar:last-child ul li.point a {
	display: block;
  color: #222;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	padding: 0.35rem 0;
	position: relative;
	top: -1px;
	white-space: nowrap;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
}
#left .sidebar:last-child ul li.point a:hover {
	background-color: #D7EAF7;
	border: 1px solid #D7EAF7;
	color: #222;
}

/* サイドバー内画像の枠 */
.sidebar img {
	border: 0px;
	margin-bottom: 5px;
}

/* コンテンツヘッダー設定 */
.contentheader {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	height: 0px;
	color: #333333;
	font-size: 80%;
}

/* エントリブロック及びエントリ本文の設定 */
.entry {
	margin-left: none;
	margin-right: none;
	margin-bottom: 50px;
	padding: 0;
	background-color: #fff;
	border: none;
	color: #333333;
	font-size: small;
}

/* エントリヘッダー（日付）設定 */
.entryheader {
	margin-bottom: 15px;
	padding: 3px;
	border-bottom: none;
	background-color: #2F4C9C;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

/* エントリセパレータ設定 */
.entryseparater{
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
	height: 15px;
	border-bottom: 1px dashed #999999;
}

/* エントリh2タイトル設定 */
.entry h2.title, article h2.title {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
}

.entry font, article font {
	font-size: 100%;
}

/* エントリ内の画像 */
.entry img, article img {
	margin: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* エントリ者情報設定 */
.entry p.posted, article p.posted {
	margin: 15px 0 0 0 !important;
	padding: 3px;
	color: #999999;
	font-size: 10px !important;
	font-weight: bold;
	text-align: right;
	line-height: 14px !important;
	background-color: #F6F6F6;
	clear: both;
}

/* コメント欄見出しh3設定 */
h3.h3com {
	margin: 1rem 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.5em;
}

/* コメントセパレータ設定 */
.commentseparater {
	margin-top: 0px;
	margin-bottom: 1rem;
	padding: 0px;
	border-bottom: 1px dashed #999999;
}

/* コメント欄 */
input#author, input#email, input#url, textarea {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #d0d0d0;
    border-bottom-color: #d0d0d0;
    border-left-color: #999;
    padding: 5px;
    color: #555;
    font-size: 0.8rem;
    line-height: 1.5em;
    background: #f8f8f8;
}
input#author, input#email, input#url {
  width: 100%;
}
@media (min-width: 481px) {
  input#author, input#email, input#url {
    width: 300px;
  }
}
textarea {
	width: 100%;
}

/* ナビリンク */
.bs-navi {
	font-size: 10px;
}
@media (min-width: 481px) {
	.bs-navi {
		font-size: 12px;
	}
}

.navi-top {
	text-align: center;
}
@media (min-width: 481px) {
	.navi-top {
		text-align: left;
	}
}

.navi-bottom {
	text-align: center;
}
@media (min-width: 481px) {
	.navi-bottom {
		text-align: right;
	}
}

.page-top {
  font-size: 10px;
	text-align: center;
}
@media (min-width: 481px) {
	.page-top {
    font-size: 12px;
		text-align: right;
	}
}

/* コメントフォームの非表示 */
.entry form {
  display: none;
}

/* エントリーセパレータの最後の要素を非表示 */
.entryseparater:last-of-type {
  display: none;
}

/* 一時的に LINE アイコンを非表示 */
#header ul#hrm li a#hrm_line {
  display: none;
}



