@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/blog/title.jpg");
	position: relative;
}

.baseBox .inner {
	max-width: 980px;
}

/* ## index.php ## */

.blogArea {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
}
#bloglist .blogArea {
	max-width: 1200px;
}

.blogArea:after {
  content: "";
  clear: both;
  display: block;
}
.kContents a:hover {
  text-decoration: underline;
}
/* 画像付きニュース一覧 */
.blogBox {
	width: 33.3333%;
	margin-bottom: 14px;
	padding-right: 14px;
	float: left;
}
.blogBox:after {
  content: "";
  clear: both;
  display: block;
}
.blogBox a {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 14px;
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
}
.blogBox a:hover {
	text-align-last: none;
}
.blogBox a:after {
  content: "";
  clear: both;
  display: block;
}
.blogBox a .newBut {
	width: 28px;
	height: 28px;
	font-size: 9px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	text-align: center;
	border-radius: 14px;
	background-color: red;
	padding-top: 7px;
	position: absolute;
	left: -8px;
	top: 0;
	z-index: 100;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

.blogBox a .boxF {
	width: 100%;
	overflow: hidden;
}
.blogBox a .boxF img {
	width: 100%;
	height: 124px;
	max-height: none;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blogBox a .boxS {
	width: 100%;
	padding: 10px 14px;
}
.blogBox a .date {
	color: #999999;
	font-size: 12px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 4px;
}
.blogBox a h4 {
	color: #242424;
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogBox a:hover {
	text-decoration: none;
}
.blogBox a:hover h4 {
	color: #c1a47d;
}

/* テーマタグ */
.blogArea .ntTag {
	box-sizing: border-box;
	line-height: 1.5;
	margin: 0 0 4px 0;
	padding: 0;
}
.blogArea .ntTag li {
	font-size: 10px;
	border-radius: 3px;
	color: #444444;
	background-color: #e4e4e4;
	vertical-align: top;
	margin-right: 2px;
	padding: 2px 8px;
	display: inline-block;
}

/* ## detail.php ## */

.nDate {
	color: #999999;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 14px;
}
.kContents li {
	list-style-type: inherit;
	margin-left: 14px;
}
.kContents img {
	max-width: 100%;
	vertical-align: bottom;
	margin: 8px 0;
}

/* テーマタグ */
/* tag */
.ndBox .cTag {
	width: 70%;
	box-sizing: border-box;
}
.ndBox .cTag:after {
  content: "";
  clear: both;
  display: block;
}
.ndBox .cTag li {
	color: #ffffff;
	background-color: #e3785b;
	font-size: 10px;
	border-radius: 12px;
	margin-right: 10px;
	padding: 2px 24px;
	float: left;
}

.blogTag li.b1 {
	background-color: #444444;
	color: #ffffff;
}	
.blogTag li.b2 {
	background-color: #D9D9D9;
}	
.blogTag li.b3 {
	background-color: #D7D5C9;
}	
.blogTag li.b4 {
	background-color: #D6D1B8;
}	
.blogTag li.b5 {
	background-color: #C9C199;
}	
.blogTag li.b6 {
	background-color: #D8C7BD;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* 画像付きニュース一覧 */
.blogBox a .boxS {
	height: 154px;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

	
/* 画像付きニュース一覧 */
.blogBox a .boxS {
	height: 140px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* 画像付きニュース一覧 */
.blogBox a .boxS {
	height: 128px;
}

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
/* 画像付きニュース一覧 */
.blogBox {
	width: 50%;
	margin-bottom: 14px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.blogBox a:active .boxF img {
	opacity: 0.84;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blogBox a .boxS {
	padding: 2px 10px 8px 10px;
}
.blogBox a .date {
	font-size: 11px;
	margin-bottom: 4px;
}
.blogBox a h4 {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 2px;
	margin-bottom: 4px;
}
.blogBox a:active h4 {
	color: #c1a47d;
}

/* テーマタグ */
.blogArea .ntTag {
}
.blogArea .ntTag li {
	font-size: 9px;
	padding: 2px 8px;
}
	
/* ## detail.php ## */
.nDate {
	font-size: 13px;
	margin-bottom: 14px;
}

.kContents img {
	margin: 4px 0;
}
	
/* テーマタグ */
.ndBox .ntTag {
	width: 100%;
	margin-bottom: 6px;
	overflow: hidden;
	float: none;
}
/*ブログカテゴリーアイコン*/	
.blogTag {
	box-sizing: border-box;
	line-height: 1.5;
	margin: 15px 0;
	padding: 0;
}
.blogTag li {
	font-size: 12px;
	border-radius: 4px;
	color: #444444;
	background-color: #e4e4e4;
	vertical-align: top;
	margin-right: 6px;
	padding: 4px 15px;
	display: inline-block;
}
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

.blogArea {
	margin: 24px auto 8px auto;
	padding: 0 14px;
}

/* 画像付きニュース一覧 */
.blogBox {
	width: 33.3333%;
}
.blogBox a:hover .boxF img {
	opacity: 0.84;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
	
.blogBox a .boxF {
	width: 100%;
	height: 168px;
	float: none;
}
.blogBox a .boxF img {
	width: 100%;
	height: 168px;
	max-height: none;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}	
.blogBox a .boxS {
	height: 158px;
	padding: 10px 14px;
	float: none;
}
.blogBox a h4 {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 2px;
	margin-bottom: 4px;
}
.blogBox a:hover h4 {
}	


/* ## detail.php ## */
.ndBox h3 {
	font-size: 24px;
}	

/* テーマタグ */
.ndBox .ntTag li {
	font-size: 9px;
	margin-right: 4px;
	padding: 4px 14px;
}
/* 国タグ */
.ndBox .tgctrUl li.tagCtr {
	font-size: 9px;
}
/*ブログカテゴリーアイコン*/	
.blogTag {
	box-sizing: border-box;
	line-height: 1.5;
	margin: 15px 0;
	padding: 0;
}
.blogTag li {
	font-size: 12px;
	border-radius: 4px;
	color: #444444;
	background-color: #e4e4e4;
	vertical-align: top;
	margin-right: 6px;
	padding: 4px 15px;
	display: inline-block;
}	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

.blogArea {
	padding: 0;
}

/* 画像付きニュース一覧 */
.blogBox {
	width: 25%;
}
.blogBox a h4 {
	font-size: 15px;
}
	
/* ## detail.php ## */
.ndBox h3 {
	font-size: 28px;
}	
/* テーマタグ */
.ndBox .ntTag li {
	font-size: 11px;
}
/* 国タグ */
.ndBox .tgctrUl li.tagCtr {
	font-size: 11px;
}
	

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* ## detail.php ## */
.ndBox h3 {
	font-size: 34px;
}	

}