@charset "UTF-8";

#contents {
	width: 1050px;
	margin: 0 auto;
}

.main {
	padding: 25px;
	margin-top: 30px;
}


#bread {
	width: auto;
	padding: 0;
	margin-bottom: 10px;
}

#related_keyword {
	margin: 0 282px 0 auto;
}
#related_keyword ol {
	text-align: right;
}
#related_keyword li {
	display: inline-block;
	margin : 0 auto 5px 5px;
}
#related_keyword li:not(:first-child) {
}
#related_keyword a {
	display: block;
	padding: 5px;
	background-color: #f0efef;
	color: #000;
}
#related_keyword a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}

.section_article_ranking a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}
.section_recommend_keyword a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}

.section_theme a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}

.section_category a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}

.section_left {
    width: 743px;
    float: left;
}

.section_right {
    width: 242px;
    float: left;
    margin-left: 15px;
}

#footer {
    clear: both;
}

.article_photo_img {
	max-width: 100%;
}

/* 右カラム
----------------------------------*/
.section_article_ranking {
	padding: 10px 10px 2px;
	margin: 0 auto 15px;
	border: solid 1px #000;
}
.section_article_ranking h3 {
	background-color: #000;
	padding: 4px;
	margin: 0 auto 8px;
	color: #fff;
}
.article_ranking_item {
	margin: 0 auto 8px
}
.article_ranking_item a {
	display: block;
	background-color: #f0efef;
	padding: 10px;
	color: #000;
}

.article_ranking_title {
    margin: 0 0 8px 0;
    display: block;
    line-height: 1.5em;
}

.section_recommend_keyword {
	padding: 10px 10px 2px;
	margin: 0 auto;
	border: solid 1px #000;
}
.section_recommend_keyword h3 {
	background-color: #000;
	padding: 4px;
	margin: 0 auto 8px;
	color: #fff;
}
.recommend_keyword_list {}
.recommend_keyword_item:nth-child(odd) {
	float: left;
}
.recommend_keyword_item:nth-child(even) {
	float: right;
}
.recommend_keyword_item {
	width: 48%;
	margin-bottom: 8px;
}
.recommend_keyword_item:nth-child(even){
	padding-left: 4px;
}
.recommend_keyword_item a {
	display: block;
	background-color: #f0efef;
	padding: 4px;
	color: #000;
}

.article_title {
	padding: 10px;
	background: #000;
	text-align: center;
	font-size: 1.4rem;
	/* line-height: 27px; */
	font-weight: bold;
	color: #fff;
}

.article_sup_area:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sns_btn {
	display: table;
	float: left;
	padding-left: 50px;
	/* margin-top: 15px */
	vertical-align: middle;
}
.sns_btn_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: 100px;
	padding: 5px 0;
}
.sns_btn_list:after {
	content: none;
}
.sns_btn_item {
	/* display: inline-block; */
	width: 22px;
	height: 22px;
}
.sns_btn_item a {
	display: block;
}
.article_release_date {
	display: table;
	float: right;
	width: 100px;
	padding: 10px 50px 10px 0;
	text-align: right;
}

.article_photo {
	margin: 0 auto 25px;
}

.article_photo_description {
	clear: both;
	margin: 15px 0 20px;
	text-align: left;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	padding: 0 40px;
	line-height: 1.5rem;
}

.section_theme {
	padding: 10px 10px 2px;
	margin: 0 auto 15px;
	border: solid 1px #000;
}

.section_theme h3 {
	padding: 4px;
	margin: 0 auto 8px;
	background-color: #000;
	text-align: left;
	color: #fff;
}
.theme_item {
	margin: 0 auto 8px;
}
.theme_item a {
	display: block;
	padding: 4px;
	background-color: #f0efef;
	color: #000;
}

.section_category {
	padding: 10px 10px 2px;
	margin: 0 auto;
	border: solid 1px #000;
}
.section_category h3 {
	padding: 4px;
	margin: 0 auto 8px;
	background-color: #000;
	color: #fff;
	text-align: left;
}
.category_item {
	margin: 0 auto 8px;
}
.category_item a {
	display: block;
	background-color: #f0efef;
	padding: 4px;
	color: #000;
}

.article_info_text {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    flex: 0 0 calc( 70% - 20px );
    width: 100%;
    max-width: calc( 70% - 20px );
    /* font-size: 0.8rem; */
    line-height: 2;
}

.article_info_text:nth-child(odd){
    margin-left: 0!important;
    margin-right: 15px;
}

.article_info_photo {
	flex: 0 0 30%;
    width: 100%;
    max-width: 30%;
}

.article_info_photo img {
	width: 100%;
}

.article_info {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article_info:nth-of-type(n+2) {
    border-top: dotted 1px #CCC;
    padding-top: 35px;
}

/* xx ページャー
--------------------------------------------------------------------*/
.article_detail .about_page {
	display:none!important;
}

.about_page {
	margin: 50px 0;
}
.about_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pager {
	float:right;
	color: #131313;
}
	.pager li {
		float: left;
		margin-right: 10px;
		border: 1px #aeaeae solid;
		line-height: 25px;
		height: 25px;
		width: 25px;
		text-align: center;
		border-radius: 3px;
	}
	.pager li:last-child {
		margin-right:0;
	}
	.pager li.prev {
		text-indent: -9999px;
		border: 1px #131313 solid;
		background-color:#131313;
	}
		.pager li.prev a {
			background: url(/static/full/images/list/prev.png) center center no-repeat;
		}
	.pager li.next {
		text-indent: -9999px;
		border: 1px #131313 solid;
		background-color:#131313;
	}
	.pager li.active {
		background-color: #f0efef;
	}
		.pager li.next a {
			background: url(/static/full/images/list/next.png) center center no-repeat;
		}
		.pager li a {
			display: block;
		}
		.pager li a:hover {
			background-color: #f0efef;
		}
		.pager li.prev a:hover,
		.pager li.next a:hover {
			background-color: #000;
		}


.section_article .btn {
	text-align:center;
	float: right!important;
	margin: 50px 0;
}
.section_article .btn a {
	width:278px;
	height:29px;
	display:block;
	padding:13px 0 0;
	font-size:13px;
	border:1px solid #000;
	border-radius:3px;
	background:url(/static/full/images/mall/btn_allow_01_off.png) no-repeat right center;
	/*margin: 0 0 0 calc(743px - 278px);*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.section_article .btn a:hover {
	color:#fff;
	border:1px solid #000;
	background:url(/static/full/images/mall/btn_allow_01_on.png) no-repeat right center #000;
}



/* 記事一覧
--------------------------------------------------------------*/
.section_article_list {
}

.article_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article_item {
	flex: 0 0 33.333%;
	width: 100%;
	max-width: 33.333%;
	margin-top: 15px;
}

