@charset "utf-8";
/*---------------------------------
	bit Blog CSS 2016.1
	CSS 井上 Document 2016.01
	Last Update 2016.01.07 井上

・ブログ
---------------------------------*/

/*　ブログ投稿
-------------------------------------*/
#Main .entryBox{
	line-height: 2;
	text-align: left;
	font-size: 16px;
	color: #000;
}

@media screen and (min-width: 768px) {
	#Main .entryBox{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox{
		font-size: 16px;
	}
}

#Main .entryBox:after{
	content:""!important;
	display:block!important;
	clear:both!important;
}

#Main .entryBox p{
	text-align: justify;
	color: #000;
}

@media screen and (min-width: 768px) {
	#Main .entryBox p{
		margin-bottom: 16px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox p{
		margin-bottom: 14px;
		font-size: 16px;
	}
}

#Main .entryBox p b,
#Main .entryBox b,
#Main .entryBox p strong,
#Main .entryBox strong{
	font-weight: bold;
}

#Main .entryBox p em,
#Main .entryBox em{
	font-style: italic;
}

#Main .entryBox a{
	text-decoration: underline;
	color: #000;
}

@media screen and (min-width: 768px) {
	#Main .entryBox a:hover{
		opacity: 1;
		text-decoration: none;
	}
}

#Main .entryBox h1,
#Main .entryBox h2,
#Main .entryBox h3,
#Main .entryBox h4,
#Main .entryBox h5,
#Main .entryBox h6,
#Main .entryBox h7{
	clear: both!important;
	margin: 0!important;
	border-radius: 0!important;
	border: none;
	padding: 0;
	width: auto!important;
	height: auto!important;
	background: none;
	line-height: 1.3!important;
	text-align: left;
	text-indent: 0!important;
	font-style: normal!important;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500!important;
	color: #000;
}

#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 h7: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,
#Main .entryBox h7:after{
	display: none!important;
}

#Main .entryBox h1{
	margin: 50px 0 25px!important;
	border: 1px solid #3f48cc;
	padding: 13px 19px!important;
	background-color: #3f48cc;
	font-size: 19px;
	color: #fff;
}

#Main .entryBox h2{
	margin: 50px 0 25px!important;
	border: 1px solid #3f48cc;
	padding: 7px 19px!important;
	background-color: transparent;
	font-size: 19px;
	color: #3f48cc;
}

#Main .entryBox h3{
	margin: 40px 0 20px!important;
	border-bottom: 1px solid #3f48cc;
	padding: 12px 0!important;
	font-size: 18px; 
	color: #3f48cc;
}

#Main .entryBox h4{
	margin: 30px 0 15px!important;
	font-size: 17px; 
}

#Main .entryBox h5{
	margin: 20px 0 10px!important;
	font-size: 16px; 
}

#Main .entryBox h6{
	margin: 10px 0 5px!important;
	font-size: 15px; 
}

#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: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

#Main .entryBox ul li{
	position: relative!important;
	padding-left: 1em!important;
	color: #000;
}

#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: #3f48cc; 
}

#Main .entryBox ol{
	counter-reset:number!important;
	list-style: none!important;
}

#Main .entryBox ol li{
	padding-left: 1em!important;
	text-indent: -1em!important;
	color: #000;
}

#Main .entryBox ol li:before{
	counter-increment: number!important;
	content: counter(number) '. '!important;
	font-weight: bold;
	color: #3f48cc; 
}

@media screen and (min-width: 768px) {
	#Main .entryBox ul{
		margin-bottom: 16px!important;
	}

	#Main .entryBox ul li{
		margin-bottom: 6px!important;
		font-size: 16px;
	}

	#Main .entryBox ol{
		margin-bottom: 16px!important;
	}

	#Main .entryBox ol li{
		margin-bottom: 6px!important;
		font-size: 16px;
	}

	#Main .entryBox ol li:before{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox ul{
		margin-bottom: 14px!important;
	}

	#Main .entryBox ul li{
		margin-bottom: 12px!important;
		font-size: 16px;
	}

	#Main .entryBox ol{
		margin-bottom: 14px!important;
	}

	#Main .entryBox ol li{
		margin-bottom: 12px!important;
		font-size: 16px;
	}

	#Main .entryBox ol li:before{
		font-size: 16px;
	}
}

#Main .entryBox hr{
	display: block!important;
	height: 1px!important;
	background-color: #d1d1d1!important;
}

@media screen and (min-width: 768px) {
	#Main .entryBox hr{
		margin-bottom: 32px!important;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox hr{
		margin-bottom: 25px!important;
	}
}

#Main .entryBox blockquote,
#Main .entryBox blockquote p{
	font-style: italic!important;
	color: #666!important;
}

@media screen and (min-width: 768px) {
	#Main .entryBox blockquote,
	#Main .entryBox blockquote p{
		margin-bottom: 16px!important;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox blockquote,
	#Main .entryBox blockquote p{
		margin-bottom: 14px!important;
	}
}

@media screen and (min-width: 768px) {
	#Main .entryBox img{
		max-width: 1200px!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;
	}
}

@media screen and (max-width: 767px) {
	#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;
	}
	
	/* MT用 */
	#Main .entryBox .mt-image-right{	margin-left: 0 !important;}
	#Main .entryBox .mt-image-left{	margin-right: 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: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000!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 table{
		width: 100%!important;
	}
}

/* 動画用 */
@media screen and (min-width: 768px) {
	#Main .entryBox .movie iframe{
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#Main .entryBox .movie{
		position: relative;
		padding-top: 56.25%;
		width: 100%;
		height: auto;
	}
	#Main .entryBox .movie iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}
