﻿#breadcrumb .container {
	#ffbd79
}

#plus a:hover {
	opacity: 0.8;
	transition:opacity .3s;
}
#plusWrap h1.ttl {
	background: #fff;
    background: linear-gradient(-45deg, #fff4ea 25%, #fff 25%, #fff 50%, #fff4ea 50%, #fff4ea 75%, #fff 75%, #fff);
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 8px 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #777;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
}
#plus > .container:last-of-type {
    padding-bottom: 50px;
}

.plusMain {
	margin: 0;
	padding: 0;
}

.plusNav{
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	margin-bottom: 8px;
	width: 100%;
	overflow-x: auto;
}
.plusNav ul{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.plusNav ul li{
	width: 100%;
	margin-right: 1vw;
}
.plusNav ul li.current a{
	cursor: auto;
}
.plusNav ul li:last-child{
	margin-right: 0;
}
.plusNav ul li span{
	text-align: center;
	padding: 2vh 0;
	min-height: 10px;
	border: 1px solid #ffbd79;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	positoin: relative;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plusNav ul li span {
	background: #ffbd79;
}
.plusNav ul li.current span {
  transform: translateY(0);
	background: #fff;
  opacity: 1;
  z-index: 1;
}
.plusNav ul .current:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffbd79;
	z-index: 0;
}


.plusMain h3 {
	width: 100%;
	font-size: 18px;
	padding: 7px 10px 7px 10px;
	border-radius: 0 20px 20px 0;
	margin-bottom: 20px;
	color: #fff;
	background: #ffbd79;
	font-weight: bold;
}
.plusMain .article {
	padding: 2%;
}
.plusMain .date {
	clear: both;
	float: right;
	color: #777;
}
.plusMain .list-article {
	display: flex;
	flex-wrap: wrap;
}
.plusMain .article-box {
	width: 100%;
}
.plusMain .article-box .box-inner {
	padding: 2%;
	/* margin-bottom: 10px; */
	clear: both;
	display: flex;
	/*flex-wrap: wrap;*/
	border-bottom: 1px #ccc solid;
}
.plusMain .article-box .box-inner .image {
	width: 35%;
	float: left;
}
.plusMain .article-box .box-inner .text .title{
	width: 62%;
	float: right;
	/*min-height: 3.5em;*/
	margin-bottom: 5px;
}
.plusMain .article-box .box-inner img,
.plusMain .article-box .box-inner a {
	width: 100%;
}
.plusMain .article-box.box-hidden{
	display: none;
}
.btn_area {
	padding: 45px 0;
	text-align: center;
}
#plusWrap .btn_area a {
	font-size: 20px;
	font-weight: bold;
	color: #ffbd79;
	border: 3px solid #ffbd79;
	padding: 10px 100px;
}
aside.column02 .link ul.col1
{
	margin: 0;
	padding: 0;
	width: 100%;
}
aside.column02 .link ul.col1 li{
	display: inline-block;
	margin-right: 2%;
	float: left;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 3.5;
	margin-bottom: 2%;
	font-weight: bold;
}
aside.column02 .link ul.col1 li{
	width: 100%;
}
aside.column02 .link ul.col1 li img{
	width: 100%;
}
aside.column02 .link ul.col1 li.blue{
	background: #4799FF;
}
aside.column02 .link ul.col1 li.green{
	background: #ff5023;
}
aside.column02 .link ul.col1 li.orange{
	background: #FFAB45;
}
aside.column02 .link ul.col1 li a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
}

aside.column02 .cont{
	clear: both;
}

/* Twitter */
.twCont {
	background: #fff4d6;
	padding: 2%;
}
.twCont h3.ttl {
	color: #777;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #777;
}

#ads1.ads {
	margin-left: 22px;
	margin-bottom: 8px;
}

.banner-box {
	border: 1px solid #777;
	border-top: none;
	padding: 10px;
	margin-bottom: 10px;
}
.banner-box ul li {
	margin-bottom:10px;
}
.banner-box ul li:last-child {
	margin-bottom:0;
}
.banner-box img {
	width: 100%;
}
h3.sportscat {
	clear: both;
	margin-top: 5px;
	text-align: center;
	background: #ccc;
}

/* column02 */
.column02 h3.ttl {
    color: #ffbd79;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.column02 h3.ttl:before,
.column02 h3.ttl:after {
    content: "";
    width: 20%;
    height: 2px;
    display: block;
    background: linear-gradient(to left, #ff5023 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
}
.column02 a {
	transition: .3s;
}
.column02 a:hover {
	color: #ffcec1;
}
#newArticleWrap h3.ttl {
	padding-top: 25px;
}
#newArticleWrap h3.ttl span.deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 80%;
}
#newArticleWrap h3.ttl span.deco {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 65%;
}
#newArticleWrap h3.ttl span.deco:before,
#newArticleWrap h3.ttl span.deco:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #aaa;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#newArticleWrap h3.ttl span.deco:before {
	transform: translate(-35px, 2px) rotate(-25deg);
}
#newArticleWrap h3.ttl span.deco:after {
    transform: translate(35px, 2px) rotate(25deg);
}
#newArticleWrap li{
	border-bottom: 1px solid #eee;
	padding: 10px;
}
#newArticleWrap a {
    display: flex;
    flex-wrap: wrap;
    margin-right: 1em;
}
#newArticleWrap .date {
    width: 25%;

}

#newArticleWrap .entryTtl {
    width: 75%;
	font-size: 15px;
}

#newArticleWrap,
#archiveWrap
{
	margin-bottom: 35px;
}


/*------ 月別アーカイブ・カテゴリー ------*/

#archiveWrap ul,
#tagWrap ul {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	justify-content: space-between;
}

#archiveWrap ul {
	padding-left: 2.3em;
	margin-bottom: 15px;
}
#archiveWrap ul li {
    width: 50%;
    margin: 5px 0;
}

#archiveWrap ul a {
    display: block;
    padding: 5px 0;
}
#archiveWrap .year {
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 15px;
}
#archiveWrap .year.open svg {
    transform: rotate(90deg);
}
#archiveWrap .year svg {
    font-size: 80%;
    margin-right: 0.8em;
    transition: .3s;
    opacity: .7;
}

#tagWrap ul li {
    min-width: 49%;
    margin: 5px 0;
}

#tagWrap ul a {
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px;
    padding-left: 2em;
    text-indent: -1.3em;
}
#tagWrap svg {
    font-size: 80%;
    margin-right: 0.5em;
    opacity: .7;
}



.archive {
	margin-bottom: 35px;
}

.archive li{
	border-bottom: 1px solid #eee;
	padding: 0 10px;
}
.archive a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.archive .date {
    width: 25%;
}
.archive .entryTtl {
    width: 75%;
    font-size: 15px;
}

/*--- タグ ---*/

 .entryHeader .tag{
    padding-left: 1.3em;
    text-indent: -1.3em;
}
 .entryHeader .tag > *{
	display: inline;
}
 .entryHeader .tag li{
	display: inline-block;
	text-indent: initial;
}
 .entryHeader .tag li:after{
	content:" , ";
}
 .entryHeader .tag li:last-of-type:after{
	content: "";
}
 .entryHeader .tag a {
	color: inherit;
}
 .entryHeader .tag a:hover {
	color: #ffcec1;
}

 .entryHeader{
    margin: 10px 0 30px 0;
    padding: 15px 10px;
    position: relative;
}
 .entryHeader:after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: linear-gradient(to left, #ffbd79 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
    position: absolute;
}

 .entryContent {
    font-size: 16px;
    line-height: 1.6;
}

 .entryContent h2 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #ff5023;
	border-left: 10px solid #ff5023;
}
 .entryContent figure {
    max-width: 600px;
    width: 90%;
    margin: 0 auto 1.5em auto;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
 .entryContent figure.fl {
}
 .entryContent figure.fr {
}
 .entryContent figure img {
    width: 100%;
}
 .entryContent figure figcaption {
    background: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

#plus .btn {
    width: 100%;
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #ffbd79;
    border: solid 2px #ffbd79;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
}
#plus .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #ffbd79;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#plus .btn.prev:before {
    right: 0;
	left: auto;
}
#plus .btn:hover:before,
#plus .btn:active:before {
    width: 100%;
}
#plus .btn span {
    position: relative;
    display: block;
    padding: 12px;
}
#plus .btn:hover {
    color: #fff;
}

.newArticleCont ul li{
	font-size: 13px;
}
.entryContent .content {
	margin: 20px 0;
}

.entryMeta {
	padding: 20px 0;
	color: #777;
}

.entryMeta .date {
	float: left;
	margin-bottom: 5px;
}
.entryMeta .tag {
	clear: both;
}

.plusMain .list-article {
	margin-bottom: 40px;
}


/*--------------------
広告
--------------------*/

.ad {
	background: linear-gradient(
	-45deg, #F6F6F6 25%, #fff 25%,
	#fff 50%, #F6F6F6 50%,
	#F6F6F6 75%, #fff 75%,
	#fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 14px 0;
	text-align: center;
}