@charset 'utf-8';

body {
	background-color: #fefefe;
	font-family:-apple-system, ‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’, ‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
}
#contents #mainContents {
	width: 100%;
}
.twoCol #contents #mainContents #centerColumn {
	width: 100%;
	float: none;
}

/* -------------------------------------------------
 ベースレイアウト（3カラム）
------------------------------------------------- */
#contents {
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
#leftColumn {
	display: none;
}
/* 各カラム内のタグに付ける汎用クラス */
.inner {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 1006px;
	box-sizing: border-box;
}

/* -------------------------------------------------
2カラムレイアウト
------------------------------------------------- */
body.twoCol #contents .container {
	width: 100%;
}
body.twoCol .articleTopHeader .date {
	float: left;
	margin-right: 1em;
}
body.twoCol .articleTopHeader .snsArticle {
	overflow: hidden;
}

/* -------------------------------------------------
サイトヘッダー
------------------------------------------------- */
.freeArea .inner {
	position: relative;
	padding: 0;
	height: 300px;
	background-repeat: no-repeat;
}
.freeArea h2 {
	position: absolute;
	left: 76px;
	top: 10px;
	margin: auto;
	width: 620px;
	height: 220px;
}
.freeArea h2 a {
	overflow: hidden;
	display: block;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
}
.freeArea p {
	display: none;
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #fefefe;
	font-size: 13px;
}

/* -------------------------------------------------
カラムカラー
------------------------------------------------- */
.freeArea {
        height: 0;
        padding-top: 17.4%;
	background-image: url(../img/bg_h3.jpg);
	background-position: 50%;
        background-size: cover;
}

/*-------------------------------------------------
SNSボタン
-------------------------------------------------*/
/* TOPページ上部ボタン */
.snsFront,
.snsArticle {
	display: none;
}

.freeArea .socialBtn {
	position: absolute;
	top: 8px;
	right: 0;
}
.freeArea .googlePlus {
	width: 56px;
}
.articleSupple {
	text-align: left;
}
.socialBtn li {
	margin-left: 1em;
}

/* -------------------------------------------------
TOPページ
------------------------------------------------- */
.centerHeader,
.pageHeader01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 6px 0 16px 0;
	text-align: center;
	color: #e63308;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}
.centerHeader:before,
.pageHeader01:before,
.centerHeader:after,
.pageHeader01:after {
	content: "";
	display: inline;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	border-top: 1px solid #e6d5d5;
}
.centerHeader:before,
.pageHeader01:before {
	margin-right: 0.5em;
}
.centerHeader:after,
.pageHeader01:after {
	margin-left: 0.5em;
}
.centerHeaderMatome {
        display: none;
}
/* -------------------------------------------------
記事ページ
------------------------------------------------- */
#contentsMatome {
	padding: 24px 0;
}
/* 記事ヘッダー */
.articleTopHeader {
	margin: auto;
	width: 1006px;
}
.textBox01 {
	margin: 0 auto;
	width: 1006px;
}

/* 各ブロック余白調整*/
.articleHeader2,
.textBox01 p,
.textBox01 table,
.twitterBlock {
	margin-bottom: 1em;
}

/* 小見出し */
.articleHeader2 {
	font-size: 14px;
}

.textBox01 .image_cap {
	margin-bottom: 0;
	font-size: 12px;
	color: #00BB33;
}
.textBox01 iframe {
	margin: auto;
	max-width: 100%;
}

/* ページのURL記述 */
h3.articleHeader2,
.articleUrl input {
	display: none;
}
/* ダガー */
.dager01 {
	display: none;
}

/* パンくず */
#topicPath {
	display: none;
}

/* 個別URL */
.singleUrl {
	margin: 8px 0;
	padding: 3px 0 3px 4px;
	border: 1px solid #CCC;
	background:#F3F3F3;
}


/* 関連記事用 */

#related > ul > li {
  background-color: #F0F0F0;

  box-shadow: inset 0 1px 0 #FFF;
  margin-top: 8px;
}
#related > ul > li:first-child {
  border-top: none;
}
#related a {
        display: block;
        padding: 8px;
	background-color: #f0f0f0;
	transition: all linear 0.1s;
        position: relative;
}
#related a:hover {
        opacity: 0.8;
        text-decoration: none;
}
#related .imgBox  {
        position: relative;
        float: left;
        margin-right: 16px;
	width: 352px;
	height: 198px;
	border: none;
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
}
#related .imgBox .articleCreateDate {

}
#related .textWrap {
  overflow: hidden;
}
#related .title {
 	margin-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
        color: #2f1515;
	line-height: 1.5;
	overflow: hidden;
}
#related .read {
        position: relative;
	color: #333;
        font-size: 14px;
	line-height: 1.5;
	height: 58px;
	overflow: hidden;
}
#related .read:after {
        position: absolute; 
        right: 0; 
        bottom: 0; 
        content: ' '; 
        display: block; 
        width: 1.5em; 
        height: 1.5em; 
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f0f0f0 80%); 
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f0f0f0 80%); 
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f0f0f0 80%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#ffffffff', GradientType=1)";
}
#related .textWrap .bottomMeta {
  margin-top: 10px;
}
#related .date {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #333;
        font-size: 13px;
}

/* ページャー */
.pager ul li.jsPageNumberLink {
    border-radius: 0.2em; 
}
.pager ul li.jsPageNumberLink .unit {
    background-color: #d6d6d6;
    color: #222;
}
.pager ul li.jsPageNumberLink .current {
    background-color: #222;
    color: #fafafa;
}
/* バナー */
.pc_Banner div{
    text-align:center;
    margin:10px auto;
    padding: 0;
}
.smt_Banner {
    display:none;
}
.footerHeader{
    display:none;
}
div.footerArea .inner{
    padding:0;
}

/* カテゴリ記事ページ：リード文 */
.pageLead{
display:none;
}