@charset "utf-8";

/* CSS reset
---------------------------*/
html, body, h1, h2, h3, p, ul, li, img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 12px;
	color: #FC0D1B;
}

@media screen and (max-width: 767px) {
	html, body, h1, h2, h3, p, ul, li, img {
		font-size: 14px;
	}
}

body {
	background: #fff4f0;
}

img {
	/*display: block;*/
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	/*display: block;*/

}

a:hover {
	opacity: 0.6;
}

/* 共通レイアウト
----------------------------*/
.wrapper {
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 5px;
	box-sizing: border-box;
}

.sidebar_l {
	/*
	float: left;
	width: 30%;
	*/
}

.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
}

.container_c {
	/*
	float: right;
	width: 69%;
	*/
	box-sizing: border-box;
}

.flex-btw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-nml {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.flex-cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


/*↓　PC用・スマホ用　↓*/
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*↑　PC用・スマホ用　↑*/

/*共通見出しスタイル
---------------------------*/
.h1-style {
	width: 170px;
	height: auto;
	margin: 0 auto;
	font-size: 20px;
}

.h2-style {
	margin-bottom: 5px;
	padding: 7px 0 4px 10px;
	background: #fff;
	color: #FC0D1B;
	font-size: 14px;
	font-weight: bold;
	border-left: 25px solid #FC0D1B;
}

.container_c .h2-style:last-of-type {
	margin-top: 10px;
}


/* ヘッダー・フッター共通部品
-----------------------------*/
/*SNSアイコン*/
.i-sns {
	max-width: 24px;
	height: auto;
}

/*バナー*/
.banner_pc img, .banner_sp img {
	display: block;
	margin: 0 auto;
}

/* ヘッダー
-----------------------------*/
.container_hd {
	overflow: hidden;
	position: relative;
	max-width: 1216px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

/*ヘッダー右側*/
.hd-right {
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 8px;
	margin: auto;
}

/*マイSNS*/
.my-sns {
	float: right;
}

.my-sns ul {
	overflow: hidden;
}

.my-sns ul li {
	float: left;
}

.my-sns ul li a {
	margin-right: 5px;
}

.my-sns ul li:last-child a {
	margin-right: 0;
}

/*RSSエリア*/
.rss {
	padding: 5px 0;
}

.rss li {
	position: relative;
	margin: 5px;
}

.rss p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	margin: auto;
	padding: 0 5px;
	box-sizing: border-box;
	background: rgba(100, 100, 100, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.rss {
		margin: -7.5px;
		padding: 0;
	}

	.rss li {
		position: relative;
		margin: 2.5px;
	}
}

/*カテゴリー　新着情報　相互リンク　共通*/
.wrap_scroll {
	overflow: auto;
	max-height: 200px;
}

.wrap {
	padding: 5px;
	background: #fff;
	box-sizing: border-box;
}

.wrap ul {
	margin-bottom: -5px;
}

.wrap li {
	margin-bottom: 10px;
}

.wrap li a {
	display: inline;
	border-bottom: none;
	font-size: 12px;
	text-decoration: none;

}

.new:after {
	content: "NEW!";
	width: 24px;
	height: 14px;
	margin-left: 5px;
	color: #FC0D1B;
	border-bottom: none;
}

.contact {
	display: inline;
	border-bottom: 1px solid #FC0D1B;

}

/*カテゴリー*/
.sidebar_l .wrap {
	margin-bottom: 20px;
}



/* フッター
-----------------------------*/
.links_ft {
	overflow: hidden;
}

.links_ft ul {
	float: left;
	width: 33.33%;
}

.links_ft ul li a {
	display: inline-block;
	margin-bottom: 8px;
	border-bottom: 1px solid #FC0D1B;
	font-size: 12px;
		text-decoration: none;

}

footer p {
	text-align: center;
	margin: 20px 0 10px;
}

@media screen and (max-width:767px) {
	.links_ft {
		overflow: visible;
	}

	.links_ft ul {
		float: none;
		width: 100%;
	}

	.links_ft ul li {
		text-align: center;
	}
}

/* コンテンツ一覧
-----------------------------*/
.sec_content {
	margin: 10px 0;
}

.sec_content .wrap {
	overflow: hidden;
}

.wrap .share-sns {
	margin-top: 6px;
	margin-bottom: 5px;
}

.share-sns li {
	display: inline-block;
}

.share-sns li a {
	margin-bottom: 0;
	margin-right: 0;
	border-bottom: none;
		text-decoration: none;

}

.content__date {}

.content__image {
	float: left;
	width: 50%;
	height: 168px;
	background: #fff;
}

.content__wrap {
	float: right;
	width: 49%;
}

.content__name {
	height: 51px;
	margin: 5px 0 10px;
	font-size: 14px;
	line-height: 1.2;
}

.btn {
	max-width: 200px;
	margin: 10px auto 5px;
	padding: 5px 0;
	background: #9C8B00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

/*↓　コンテンツ画像中央配置　↓*/
.content__image {
	position: relative;
}

.content__image img {
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.content__lead {
	margin-bottom: 5px;
}

.content__lead a {
	display: inline;
	padding: 1px 2px 0;
	background: #FC0D1B;
	color: #fff;
	border-radius: 3px;
}

/*↑　コンテンツ画像中央配置　↑*/

@media screen and (max-width:767px) {
	.sec_content .wrap {
		/*overflow: visible;*/
	}

	.content__name {
		margin-bottom: 5px;
		line-height: 1.5;
	}

	.content__image {
		float: none;
		width: 100%;
		height: auto;
	}

	.content__wrap {
		float: none;
		width: 100%;
	}

}

/*ページネーション*/
.pagination {
	margin: 30px 0 10px;
	flex-wrap: nowrap;
}

.page {
	margin-right: 10px;
	padding: 10px 10px 8px;
	background: #9C8B00;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}

.page:last-child {
	margin-right: 0;
}

.page_active {
	background: #fff;
	color: #9C8B00;
	border: 1px solid #9C8B00;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.wrap-sec_contents {
		overflow: visible;
	}

	.sec_content {
		float: none;
		width: 100%;
		margin: 5px auto;
	}
}

/*詳細
-----------------------------*/
.h2-style_detail {
	margin: 10px 0;
	text-align: center;
	font-size: 24px;
}

.detail__image {
	max-width: 426px;
	/*height: 320px;*/
	margin-bottom: 10px;
	background: #fff;
}

.wrap .wrap_detail__image {
	margin-bottom: 20px;
}

.detail__lead {
	margin-bottom: 20px;
	line-height: 1.5;
}

/*↓　詳細画像中央配置　↓*/
.detail__image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.detail__image img {
	/*
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	*/
}

@media screen and (max-width:767px) {
	.h2-style_detail {
		font-size: 20px;
		line-height: 1.5;
		text-align: left;
	}

	.detail__image {
		/*height: 172px;*/
	}

	.detail__lead {
		text-align: left;
	}
}

/*↑　コンテンツ画像中央配置　↑*/


/*免責事項　エラー共通
-----------------------------*/
.text {
	font-size: 12px;
	line-height: 1.5;
}

/*エラー
-----------------------------*/
.h2-style_error {
	width: 100px;
	margin: 10px auto;
	font-size: 18px;
}

.blogroll-favicon{
	max-width:100%;
	display:none;
}

.logo {
  font-size:35px;
  text-align: center;
  margin-top: 10px; 
  background: #333;
  background: -webkit-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.banner{
	text-align: center;
	margin:5px 0 5px;
}
.banner img{
	margin:0 auto;
}
.banner li{
	display:inline-block;
}