@charset "utf-8";

h4,h5,h6{
	font-weight:bold;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif
}
h2 a,h3 a{
	display:block;
	color:#006699;
	padding-right:20px;
	background: url(../images/common/go_net.png) no-repeat right 2px;
}
h4 a,.h5 a,h6 a{
	color:#006699;
	padding-right:20px;
	background: url(../images/common/go_net.png) no-repeat right 2px;
}
.catv h2 a,.catv h3 a{
	display:block;
	color:#339933;
	padding-right:20px;
	background: url(../images/common/go_tv.png) no-repeat right 2px;
}
.catv h4 a,.catv h5 a,.catv h6 a{
	color:#339933;
	padding-right:20px;
	background: url(../images/common/go_tv.png) no-repeat right 2px;
}
h4 .btn.btn-default.btn-xs ,h5 .btn.btn-default.btn-xs,h6 .btn.btn-default.btn-xs{
	float:right;
	padding-right:4px;
	display:block;
	border:1px solid #ccc;
	background: #FFDA42;
	color:#333;
}
#page p{
	margin-bottom:.8em;
}

#page h2,
#page h3{
	margin: 0px 0 1em 0;
}
.entry-page h4,
.comment-page h4 
.entry-page h5,
.comment-page h5,
.entry-page h6,
.comment-page h6 {
	margin: 0px 0 .8em 0;
}
.entry-content h1 span{
	border-top:1px solid #999;
	border-bottom:1px dotted #ccc;
	padding-right:1em;
	color:#657783;
	background:#E6F8F9;
}
#page h1 {
	margin-bottom:.5em;
	font-size: 2em;
	line-height:1.6;
	padding-bottom:.3em;
}
#page h1 span{
	font-size:12px;
	display:block;
	text-align:right;
}
#page h2 {
	font-size: 1.8em;
	margin-bottom:1em;
	line-height: 1.3;
	padding-left:30px;
	background:url(../images/common/h2.gif) no-repeat 0 3px ;
	border-bottom:2px dotted #ccc;
}
.catv #page h2{background:url(../images/common/h2_tv.gif) no-repeat 0 3px ;}
#page blockquote h2{	margin-top:.5em;}



#page h3 {
	margin-top:1em;
	font-size: 1.3em;
	line-height: 1.5;
	color:#129ac4;
	font-weight:bold;
	border-bottom:2px solid #129ac4;
}
.catv #page h3{
	color:#339933;
	border-bottom:2px solid #50A63B;}

#page h4 {
	font-size: 1.1em;
	margin-top:1.5em;
	line-height: 1.3;
	margin-bottom:.8em;
	padding-left:10px;
	border-left:8px solid #129ac4;
}
.catv #page h4{border-left:8px solid #99cc66;}

#page h5 {
	margin-top:1.5em;
	margin-bottom:.8em;
	padding-bottom:.3em;
	color:#3D5D86;
	font-size: 1.1em;
	border-bottom:1px dotted #3D5D86;
}
#page h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-page p,
.entry-summary p,
.comment-page p,
.mu_register p {
	margin: 0 0 1em;
}
.entry-page a:visited,
.comment-page a:visited {
	/*color: #9f9f9f;*/
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	border-bottom:1px dotted #ddd;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	/*text-transform: uppercase;
	color: #848484;*/
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-page {
	max-width: 80%;
	float: left;
}
article.format-link .entry-page a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-page p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-page blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	/*color: #6a6a6a;*/
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	/*color: #757575;*/
}
.format-status .entry-header header a:hover {
	/*color: #21759b;*/
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
