@charset "utf-8";
/*
/////////////////////////////////////
blog.css
ブログ
/////////////////////////////////////
*/

/* ----- COMMENT ---- */


/* 小見出し/コメント */

/* テキストの基本スタイル */
.newsdetail p, .newsdetail  li, .newsdetail  h1, .newsdetail  h2, .newsdetail  h3, .newsdetail  h4, .newsdetail  h5,.newsdetail h6 {
/*	font-size: 117%;
	line-height: 24px;*/
}
.newsdetail h1 {
	font-size: 2.0rem;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.newsdetail h2 {
	font-size: 1.8rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.newsdetail h3 {
	font-size: 1.6rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.newsdetail h4 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.newsdetail h5 {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.newsdetail h6 {
	border-left: 3px solid #CCC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* 太字 */
.newsdetail strong { font-weight: bold; }

/* イタリック */
.newsdetail em { font-style: italic; }

/* イメージ画像 */
.newsdetail .aligncenter {
    display: block;
    margin: 0 auto;
}
.newsdetail .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.newsdetail .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.newsdetail img[class*="wp-image-"],
.newsdetail img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* clearfix */
.newsdetail .clearfix {
    overflow: hidden;
    zoom: 1;
}
.newsdetail .clearfix:after {
    content: ""
    display: block;
    clear: both;
}
/* 画像キャプション */
.newsdetail .wp-caption-text {
	text-align: center;
}

/* 引用 */
.newsdetail blockquote{
	background-color:#ddd;
	padding:3em 1em;
	position:relative;
}
.newsdetail blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}
.newsdetail blockquote:after{
	content:"”";
	font-size:600%;
	line-height:0em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	right:0;
	bottom:0;
}

/* リストタグ標準 */
.newsdetail li {
	list-style-type: inherit;
}
.newsdetail ul {
	list-style-type: disc;
}
.newsdetail ol {
	list-style-type: decimal;
}
.newsdetail ul li, .newsdetail ol li {
	list-style-position: inside;
	margin-bottom: 3px;
}

/* テーブルのスタイル */
.newsdetail table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}
.newsdetail table th {
	background-color: #EEE;
}
.newsdetail table th, .newsdetail table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 7px;
}




/*------------------------------
デスクトップファースト
------------------------------*/

/* PCサイズ → 普通に記述 */

/* タブレットサイズ（大） */
@media (max-width: 991px) {

}

/* タブレットサイズ（小） */
@media (max-width: 767px) {

}

/* スマホサイズ */
@media (max-width: 543px) {

}

/*------------------------------
モバイルファースト
------------------------------*/

/* スマホサイズ → 普通に記述 */

/* タブレットサイズ（小） */
@media (min-width: 544px) {

}

/* タブレットサイズ（大） */
@media (min-width: 768px) {

}

/* PCサイズ */
@media (min-width: 992px) {

}


/*------------------------------
指定幅のケース
------------------------------*/

/* 768px - 979px用（タブレット用）の記述 */
@media screen and (min-width: 768px) and (max-width: 979px) {

}
/* 480px - 767px用（タブレット／スマートフォン用）の記述 */
@media screen and (min-width: 480px) and (max-width: 767px)  {

}


.newsdetail {
	margin: 0 auto;
	max-width: 700px;
}