
			/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
/*site-title a {
	color: #999;
	font-size: 14px;
}*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.entry-content h2 {
  position: relative;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 2px solid #f00;
}
h2:before {
  content: "□";
  font-size: 200%;
  position: absolute;
  color: #f78c29;
  top: -0.8em;
  left: 0.3em;
  height: 12px;
  width: 12px;
}
h2:after {
  content: "□";
  font-size: 200%;
  position: absolute;
  color: #ff7474;
  top: -0.5em;
  left: 0;
  height: 12px;
  width: 12px;
}
.entry-content h3, .comment-entry h3 {
  font-size: 1.1em;
  /*文字の左横のマーク*/
  border-left: 8px solid #f00;
  border-bottom: dotted 2px #ccc;
  /*文字の下に点線*/
  width: 600px;
  /*横幅*/
  /*高さ*/
  line-height: 27px;
  /*左のスペース*/
  padding-left: 5px;
  color: #4d4d4d;
  /*文字色*/
  /*上のスペース*/
  margin-top: 40px;
  /*下のスペース*/
  margin-bottom: 3px;
}
.entry-content h4, .comment-entry h4 {
  font-size: 1.08em;
  background-color: #f5f5f5;
  /*文字の左横のマーク*/
  border-left: 6px solid #808080;
  width: 600px;
  /*横幅*/
  /*高さ*/
  line-height: 27px;
  /*左のスペース*/
  padding-left: 5px;
  color: #000;
  /*文字色*/
  /*上のスペース*/
  margin-top: 35px;
  /*下のスペース*/
  margin-bottom: 1px;
  /*.entry-content h3 {
	border-left: 16px solid #FF890D;
	line-height: 16px;
	padding-left: 10px;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 3px;
	margin: 0 0 .5em;
}


hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

/*body {
	line-height: 2;
	font-family: "Helvetica", "Verdana", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "MS PGothic", sans-serif;
}


/*.entry-content h3 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 45px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 55px;
	color: #333;
	line-height: 30px;
	background-image: url(images/cah3-or.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -20px;
}

/*CSSテーマ変更前2015.02.13*/
  /*.entry-content h2 {
	font-size: 20px;
	border-left: 8px solid #E83B00;
/*文字の左横のマーク*/
  /*	border-bottom: dotted 2px #CCCCCC;
/*文字の下に点線*/
  /*	width: 650px;
/*横幅*/
  /*	line-height: 24px;
/*高さ*/
  /*	padding-left: 5px;
/*左のスペース*/
  /*	color: #4d4d4d;
/*文字色*/
  /*	margin-top: 40px;
/*上のスペース*/
  /*	margin-bottom: 3px;
/*下のスペース*/
  /*}


/*.entry-content h4 {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	color: #000000;
	line-height: 30px;
	background-image: url(images/cah3-r.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 30px;
}
/*ここまで*/
  /*--------------------
 オリジナルのフレーム
--------------------*/
}
.frame {
  width: 80%;
  margin: 20px auto;
  padding: 20px 20px 0;
  border: 5px double #aaa;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
}
.frame-title {
  position: absolute;
  top: -13px;
  left: 50px;
  padding: 0 5px;
  background-color: #fff;
}
.frame-title .fa {
  margin-right: 5px;
}
.caution {
  color: #ff4500;
  /*注意書き*/
  /*文字を加える*/
  /*.caution {
	border: 1px solid #ff5a5a;
	padding: 10px 5%;
	width: 80%;
	margin: 30px auto 30px 14px;
	background-color: #fccaca;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 1px 5px white inset, 0 0 3px #000000;
	color: #ff0000;
	text-shadow: 1px 1px 1px white;
	font-size: 16px;
}

.caution:before {
	position: relative;
	content: "";
	width: 40px;
	height: 40px;
	float: right;
}

.caution:after {
	position: absolute;
	content: "！";
	background-color: #b0b1b4;
	color: #fff;
	border: 1px solid #b0b1b4;
	top: 10px;
	right: 10px;
	padding: 2px;
	box-shadow: 0 0 0 2px white, 0 0 0 4px #b0b1b4;
	text-shadow: -1px -1px 1px #9c7c81;
	font-weight: bold;
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 20px;
}

.caution p {
	margin: 1em 0;
}

/*引用*/
}
blockquote {
  background-color: #ddd;
  padding: 3em 1em;
  position: relative;
}
blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
		