@charset 'utf-8';

* {
	box-sizing: border-box;
}

/* ----------------------------------------
プレビューページ
---------------------------------------- */
#checkArticleLink {
	background-color: #C94240;
	font-size: 150%;
	padding: 10px;
	text-align: center;
}

#checkArticleLink > a {
	color: #fff;
	text-decoration: none;
}
#checkArticleLink > a:visited {
	color: #fff;
	text-decoration: none;
}
#checkArticleLink > a:hover {
	color: #fff;
	text-decoration: underline;
}
#checkArticleLink > a:active {
	color: #fff;
}

/* ----------------------------------------
ベースレイアウト
---------------------------------------- */
#contents {
	margin: auto;
}

#contentsMatome .textBox01 > div.clearfix:first-child + .articleHeader2 {
	margin-top: 0;
}

/* 画像テーブル */
.tableImg {
	margin-bottom: 1em;
	max-width: 100%;
}

/* Twitterテーブル */
.twitter-tweet {
	margin-right: auto;
	margin-left: auto;
}

/* 外部リンク */
h2.subheading {
	margin-top: 2em;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
}
.relatedLink li {
	margin-top: 10px;
	text-align: center;
}
.relatedLink a {
	display: block;
	padding: 10px;
	color: #FFF;
	background-color: #f0763d;
	font-size: 16px;
	border-radius: 3px;
}
.relatedLink a:hover {
	text-decoration: none;
	background-color: #FC8D59;
}

/* ページのURL記述 */
h3.articleHeader2 {
	margin: 8px 0 0;
	padding: 8px;
	line-height: 1;
	color: #fff;
	background-color: #333;
	font-size: 13px;
	font-weight: normal;
}
.articleUrl input {
	padding: 8px;
	width: 100%;
	background-color: #ddd;
	border: none;
}

/* ダガー */
.dager01 {
	margin: 0 0 0 4px;
	font-size: xx-small;
	vertical-align: super;
}

/* パンくず */
#topicPath {
	margin-bottom: 4px;
}
#topicPath ul li{
	display: inline;
	padding-right: 4px;
}
#topicPath ul li span {
 	padding-left: 4px;
}

/* ----------------------------------------
SNSコンテンツ
---------------------------------------- */
.articleSupple {
	text-align: right;
}
.socialBtn {
	display: inline-block;
}
.socialBtn li {
	float: left;
	margin-left: 1em;
}
.gplusBtn {
	width: 60px;
}

#container_matome .socialBtn a:link {
	color: #0055AD;
	text-decoration: none;
	-webkit-transition: all 0.02s linear;
	transition: all 0.02s linear;
}

#container_matome .socialBtn a:visited {
	color: #0055AD;
	text-decoration: none;
}

#container_matome .socialBtn a:hover {
	text-decoration: underline;
}

#container_matome .socialBtn a:active {
	color: #0055AD;
}

/* ----------------------------------------
ページトップスクロールボタン
---------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	border: 2px solid rgba(255,255,255,0.7);
	cursor: pointer;
	border-radius: 5px;
	z-index: 10000;
}
#pageTop i {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	font-size: 20px;
}

/* -------------------------------------------------
スペックブロック
------------------------------------------------- */
.spec_title {
	font-size: 16px;
}
.tableSpec {
	width: 100%;
	background-color: #fefefe;
	font-size: 13px;
}
.tableSpec th,
.tableSpec td {
	color: #404040;
	border: 1px solid #eee;
}
.tableSpec th {
	width: 20%;
	text-align: left;
	background-color: #ddd;
	font-weight: bold;
}
.tableSpec td img {
	margin: -1px 2px 0 0;
	vertical-align: middle;
}

/* -------------------------------------------------
フォームボタン
------------------------------------------------- */
.submitBtnWrap {
	margin: 20px 0 40px;
	text-align: center;
}
#contents .textBox01 .submitBtnWrap a.submitBtn {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------------
 * 画像拡大ページ
 *--------------------------------------------*/
.imgBox03 > ul.thumbImg {
	font-size: 0;
	width: 100%;
}
ul.thumbImg > li {
	background-color: rgba(221, 221, 221, 0.4);
	display: inline-block;
	height: 90px;
	margin: 1%;
	vertical-align: top;
	width: 18%;
}
ul.thumbImg a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
ul.thumbImg img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}


/*----------------------------------------------
 * TOPページ更新履歴一覧のみ サムネイル・リード文 1ライン
 *--------------------------------------------*/
.default {
	font-size: 13px;
}

.default li {
	padding: 8px 5px;
	border-top: 1px solid #ddd;
}

.default li:first-child {
	border-top: none;
}


/*----------------------------------------------
 * TOPページ更新履歴一覧/カテゴリーページ サムネイル・リード文 2ライン
 *--------------------------------------------*/
ul.column2 {
	font-size: 0;
}

ul.column2 li.articleWrap {
	width: 49.25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

ul.column2 li.articleWrap:nth-child(-n+2) {
	margin-top: 5px;
}

ul.column2 li.articleWrap:not(:nth-child(2n+1)) {
	margin-left: 1.5%;
}

ul.column2 a {
	font-size: 14px;
	text-decoration: none;
}

/*----------------------------------------------
 * TOPページ更新履歴一覧/カテゴリーページ サムネイル・リード文 3ライン
 *--------------------------------------------*/
ul.column3 {
	font-size: 0;
}

ul.column3 li.articleWrap {
	width: 32.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

ul.column3 li.articleWrap:nth-child(-n+3) {
	margin-top: 5px;
}

ul.column3 li.articleWrap:not(:nth-child(3n+1)) {
	margin-left: 1.25%;
}

ul.column3 a {
	font-size: 14px;
	text-decoration: none;
}

/*----------------------------------------------
 * TOPページ更新履歴一覧/カテゴリーページ サムネイル・リード文・日付設定
 *--------------------------------------------*/
.newList .imgBox {
	position: relative;
	width: 100%;
	height: auto;
}

.newList .imgBox:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.newList .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 1px #ccc5b8;
	box-shadow: 0 0 1px #ccc5b8;
}

.newList .original {
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
}

.newList .textWrap {
	font-size: 15px;
	flex: 1;
}

.newList .textWrap .articleTitle {
	margin: 4px 0;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	max-height: 5em;
}

.newList .textWrap .newsHead {
	color: #404040;
	font-size: 13px;
	overflow: hidden;
	max-height: 5.5em;
	line-height: 18px;
}

.newList ul .date {
	font-size: 12px;
}

.default .date {
	margin-left: 10px;
	font-size: 85%;
}

.newList .textWrap .bottomMeta {
	margin-top: 4px;
	font-size: 85%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.newList .textWrap .bottomMeta li {
	padding: 3px 5px;
}

.newList .textWrap .bottomMeta li.articleCategory {
	background-color: #ccc;
	border-radius: 5%;
	cursor: default;
	max-width: 100px;
	display: inline-block;
}

.articleCreateDate {
	color: #404040;
}

.articleCategory {
	color: #404040;	
}

/*----------------------------------------------
 * カテゴリ一覧ページ 1カラム表示
 *--------------------------------------------*/
.categoryList ul.column1 .imgBox {
	position: relative;
	width: 280px;
	height: auto;
	margin-right: 10px;
}

ul.column1 {
	font-size: 0;
}

ul.column1 a {
	font-size: 14px;
	text-decoration: none;
}

.categoryList .column1 li.articleWrap {
	padding: 8px 15px;
	border-top: 1px solid #ddd;
}

.categoryList .column1 li.articleWrap:first-child {
	border-top: none;
}

.categoryList ul.column1 a {
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	text-decoration: none;
}

.categoryList .textWrap .bottomMeta {
	margin-top: 4px;
	font-size: 85%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.categoryList .textWrap .bottomMeta li {
	padding: 3px 5px;
}

.categoryList .textWrap .bottomMeta li.articleCategory {
	background-color: #ccc;
	border-radius: 5%;
	cursor: default;
}


/*----------------------------------------------
 * 関連記事一覧
 *--------------------------------------------*/
.itemBox {
	overflow: hidden;
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
}

.itemBox:last-child {
	border: none;
}

.itemBox a.imgBox {
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 75px;
	background-color: #ddd;
}

.itemBox a.imgBox img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.itemBox .textArea {
	overflow: hidden;
}

.itemBox .newsTitle {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

.itemBox .newsHead {
	margin-bottom: 8px;
	height: auto;
	line-height: 1.4em;
}

.news-time {
	line-height: 1;
	color: #777;
	text-align: right;
	margin-right: 5px;
}
