﻿@charset "utf-8";
/*---------------------------------
	bit Blog CSS 2016.1
	CSS 井上 Document 2016.01
	Last Update 2016.01.07 井上

・ブログ
---------------------------------*/

/*　ブログ投稿
-------------------------------------*/
@media print, screen and (min-width: 768px) {
	#Main .entryBox{
		text-align: left!important;
		font-size: 16px!important;
		color: #000000!important;
	}

	#Main .entryBox:after{
		content:""!important;
		display:block!important;
		clear:both!important;
	}

	#Main .entryBox p{
		margin-bottom: 16px!important;
		font-size: 16px!important;
		color: #000000!important;
	}

	#Main .entryBox p b,
	#Main .entryBox b,
	#Main .entryBox p strong,
	#Main .entryBox strong{
		font-weight: bold!important;
	}

	#Main .entryBox p em,
	#Main .entryBox em{
		font-style: italic!important;
	}

	#Main .entryBox a{
		text-decoration: underline!important;
		color: #1758a7!important;
	}

	#Main .entryBox a:hover{
		opacity: 1!important;
		text-decoration: none!important;
	}

	#Main .entryBox h1,
	#Main .entryBox h2,
	#Main .entryBox h3,
	#Main .entryBox h4,
	#Main .entryBox h5,
	#Main .entryBox h6{
		clear: both!important;
		margin: 0!important;
		border-radius: 0!important;
		border: none!important;
		padding: 0!important;
		width: auto!important;
		height: auto!important;
		background: none!important;
		line-height: 1.3!important;
		text-align: left!important;
		text-indent: 0!important;
		font-style: normal!important;
		font-family: "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
		font-weight: bold!important;
		color: #000000!important;
	}

	#Main .entryBox h1:before,
	#Main .entryBox h2:before,
	#Main .entryBox h3:before,
	#Main .entryBox h4:before,
	#Main .entryBox h5:before,
	#Main .entryBox h6:before,
	#Main .entryBox h1:after,
	#Main .entryBox h2:after,
	#Main .entryBox h3:after,
	#Main .entryBox h4:after,
	#Main .entryBox h5:after,
	#Main .entryBox h6:after{
		display: none!important;
	}

	#Main .entryBox h1{
		margin: 50px 0 25px!important;
		border: 1px solid #1758a7!important;
		padding: 13px 19px!important;
		background-color: #1758a7!important;
		font-size: 19px!important;
		color: #ffffff!important;
	}

	#Main .entryBox h2{
		margin: 50px 0 25px!important;
		border: 1px solid #1758a7!important;
		padding: 7px 19px!important;
		background-color: #ffffff!important;
		font-size: 19px!important;
		color: #1758a7!important;
	}

	#Main .entryBox h3{
		margin: 40px 0 20px!important;
		border-bottom: 1px solid #1758a7!important;
		padding: 12px 0!important;
		font-size: 18px!important; 
		color: #1758a7!important;
	}

	#Main .entryBox h4{
		margin: 30px 0 15px!important;
		font-size: 17px!important; 
	}

	#Main .entryBox h5{
		margin: 20px 0 10px!important;
		font-size: 16px!important; 
	}

	#Main .entryBox h6{
		margin: 10px 0 5px!important;
		font-size: 15px!important; 
	}

	#Main .entryBox ul,
	#Main .entryBox ul li,
	#Main .entryBox ol,
	#Main .entryBox ol li{
		margin: 0!important;
		border-radius: 0!important;
		border: none!important;
		padding: 0!important;
		background: none!important;
		text-indent: 0!important;
		font-style: normal!important;
		font-family: "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
		font-weight: 500!important;
	}

	#Main .entryBox ul{
		margin-bottom: 16px!important;
	}

	#Main .entryBox ul li{
		position: relative!important;
		margin-bottom: 6px!important;
		padding-left: 1em!important;
		font-size: 18px!important;
		color: #000000!important;
	}

	#Main .entryBox ul li:before {
		display: block!important;
		content: ''!important;
		position: absolute!important;
		top: .5em!important;
		left: 0!important;
		border-radius: 50%!important;
		width: 6px!important;
		height: 6px!important;
		background-color: #1758a7!important; 
	}

	#Main .entryBox ol{
		counter-reset:number!important;
		list-style: none!important;
		margin-bottom: 16px!important;
		font-weight: bold!important;
	}

	#Main .entryBox ol li{
		margin-bottom: 6px!important;
		padding-left: 1em!important;
		text-indent: -1em!important;
		font-size: 18px!important;
		font-weight: normal!important;
		color: #000000!important;
	}

	#Main .entryBox ol li:before{
		counter-increment: number!important;
		content: counter(number) '. '!important;
		font-size: 18px!important;
		color: #1758a7!important; 
	}

	#Main .entryBox hr{
		display: block!important;
		margin-bottom: 32px!important;
		height: 1px!important;
		background-color: #cdcdcd!important;
	}

	#Main .entryBox blockquote,
	#Main .entryBox blockquote p{
		margin-bottom: 16px!important;
		font-style: italic!important;
		color: #666666!important;
	}

	#Main .entryBox img{
		display: block !important;
		max-width: 640px!important;
		height: auto!important;
	}

	/* MT用 */
	#Main .entryBox .mt-image-right{
		margin: 0 0 30px 30px !important;
	}

	#Main .entryBox .mt-image-left{
		margin: 0 30px 30px 0 !important;
	}

	#Main .entryBox .mt-image-center{
		clear: both!important;
		text-align: center!important;
		display: block!important;
		margin: 0 auto 30px !important;
	}

	/* WP用 */
	#Main .entryBox .alignright{
		float: right!important;
		margin: 0 0 10px 30px !important;
	}

	#Main .entryBox .alignleft{
		float: left!important;
		margin: 0 30px 10px 0 !important;
	}

	#Main .entryBox .aligncenter{
		clear: both!important;
		text-align: center!important;
		display: block!important;
		margin: 30px auto !important;
	}

	#Main .entryBox table,
	#Main .entryBox table caption,
	#Main .entryBox table th,
	#Main .entryBox table td{
		margin: 0!important;
		border-radius: 0!important;
		border: none!important;
		padding: 0!important;
		background: none!important;
		text-indent: 0!important;
		font-style: normal!important;
		font-family: "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
		font-weight: 500!important;
		color: #!important;
	}

	#Main .entryBox table{
		margin: 15px 0!important;
	}

	#Main .entryBox table caption{
		margin-bottom: 10px!important;
	}

	#Main .entryBox table th,
	#Main .entryBox table td{
		border: 1px solid #e4e4e4!important;
		padding: 15px!important;
		line-height: 1.3!important;
		vertical-align: top!important;
	}

	#Main .entryBox table th{
		background-color: #f6f6f6!important;
		text-align: center!important;
	}

	#Main .entryBox table td{
		text-align: left!important;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox{
	text-align: justify!important;
	font-size: 16px!important;
	color: #000000!important;
	}

	#Main .entryBox:after{
		content:""!important;
		display:block!important;
		clear:both!important;
	}

	#Main .entryBox p{
		margin-bottom: 14px!important;
		font-size: 16px!important;
		color: #000000!important;
	}

	#Main .entryBox p b,
	#Main .entryBox b,
	#Main .entryBox p strong,
	#Main .entryBox strong{
		font-weight: bold!important;
	}

	#Main .entryBox p em,
	#Main .entryBox em{
		font-style: italic!important;
	}

	#Main .entryBox a{
		text-decoration: underline!important;
		color: #1758a7!important;
	}

	#Main .entryBox h1,
	#Main .entryBox h2,
	#Main .entryBox h3,
	#Main .entryBox h4,
	#Main .entryBox h5,
	#Main .entryBox h6{
		clear: both!important;
		margin: 0!important;
		border-radius: 0!important;
		border: none!important;
		padding: 0!important;
		width: auto!important;
		height: auto!important;
		background: none!important;
		line-height: 1.3!important;
		text-align: left!important;
		text-indent: 0!important;
		font-style: normal!important;
		font-family: "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
		font-weight: bold!important;
		color: #000000!important;
	}

	#Main .entryBox h1:before,
	#Main .entryBox h2:before,
	#Main .entryBox h3:before,
	#Main .entryBox h4:before,
	#Main .entryBox h5:before,
	#Main .entryBox h6:before,
	#Main .entryBox h1:after,
	#Main .entryBox h2:after,
	#Main .entryBox h3:after,
	#Main .entryBox h4:after,
	#Main .entryBox h5:after,
	#Main .entryBox h6:after{
		display: none!important;
	}

	#Main .entryBox h1{
		margin: 50px 0 25px!important;
		border: 1px solid #1758a7!important;
		padding: 13px 19px!important;
		background-color: #1758a7!important;
		font-size: 19px!important;
		color: #ffffff!important;
	}

	#Main .entryBox h2{
		margin: 50px 0 25px!important;
		border: 1px solid #1758a7!important;
		padding: 7px 19px!important;
		background-color: #ffffff!important;
		font-size: 19px!important;
		color: #1758a7!important;
	}

	#Main .entryBox h3{
		margin: 40px 0 20px!important;
		border-bottom: 1px solid #1758a7!important;
		padding: 12px 0!important;
		font-size: 18px!important; 
		color: #1758a7!important;
	}

	#Main .entryBox h4{
		margin: 30px 0 15px!important;
		font-size: 17px!important; 
	}

	#Main .entryBox h5{
		margin: 20px 0 10px!important;
		font-size: 16px!important; 
	}

	#Main .entryBox h6{
		margin: 10px 0 5px!important;
		font-size: 15px!important; 
	}

	#Main .entryBox ul,
	#Main .entryBox ul li,
	#Main .entryBox ol,
	#Main .entryBox ol li{
		margin: 0!important;
		border-radius: 0!important;
		border: none!important;
		padding: 0!important;
		background: none!important;
		text-indent: 0!important;
		font-style: normal!important;
		font-family: "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
		font-weight: 500!important;
	}

	#Main .entryBox ul{
		margin-bottom: 14px!important;
	}

	#Main .entryBox ul li{
		position: relative!important;
		margin-bottom: 12px!important;
		padding-left: 1em!important;
		font-size: 16px!important;
		color: #000000!important;
	}

	#Main .entryBox ul li:before {
		display: block!important;
		content: ''!important;
		position: absolute!important;
		top: .5em!important;
		left: 0!important;
		border-radius: 50%!important;
		width: 6px!important;
		height: 6px!important;
		background-color: #1758a7!important; 
	}

	#Main .entryBox ol{
		counter-reset:number!important;
		list-style: none!important;
		margin-bottom: 14px!important;
		font-weight: bold!important;
	}

	#Main .entryBox ol li{
		margin-bottom: 12px!important;
		padding-left: 1em!important;
		text-indent: -1em!important;
		font-weight: normal!important;
		font-size: 16px!important;
		color: #000000!important;
	}

	#Main .entryBox ol li:before{
		counter-increment: number!important;
		content: counter(number) '. '!important;
		font-size: 16px!important;
		color: #1758a7!important; 
	}

	#Main .entryBox hr{
		display: block!important;
		margin-bottom: 28px!important;
		height: 1px!important;
		background-color: #cdcdcd!important;
	}

	#Main .entryBox blockquote,
	#Main .entryBox blockquote p{
		margin-bottom: 14px!important;
		font-style: italic!important;
		color: #666666!important;
	}

	#Main .entryBox img{
		display: block !important;
		float: none !important;
		margin: 30px 0 !important;
		width: 100%!important;
		height: auto!important;
	}

	#Main .entryBox img[src$=".gif"]{
		width: auto!important;
		margin: 0!important;
	}

	#Main .entryBox table,
	#Main .entryBox table caption,
	#Main .entryBox table th,
	#Main .entryBox table td{
		margin: 0!important;
		border-radius: 0!important;
		border: none!important;
		padding: 0!important;
		background: none!important;
		text-indent: 0!important;
		font-style: normal!important;
		font-family: "ŸàƒSƒVƒbƒN‘Ì", 'YuGothic', "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", 'Meiryo', "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif!important;
		font-weight: 500!important;
		color: #!important;
	}

	#Main .entryBox table{
		margin: 15px 0!important;
		width: 100%!important;
	}

	#Main .entryBox table caption{
		margin-bottom: 10px!important;
	}

	#Main .entryBox table th,
	#Main .entryBox table td{
		border: 1px solid #e4e4e4!important;
		padding: 15px!important;
		line-height: 1.3!important;
		vertical-align: top!important;
	}

	#Main .entryBox table th{
		background-color: #f6f6f6!important;
		text-align: center!important;
	}

	#Main .entryBox table td{
		text-align: left!important;
	}
}