@charset "utf-8";

/* contents */
#contents-wrap{
	margin: 0 1.5rem;
	width: auto;
}

/* table */
.history-table tr{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0;
}
.history-table th{
	font-size: 1.5rem;
	padding-bottom: .2em;
}

.line-left{
	width: 5rem;
	box-sizing: border-box;
}

.line-center{
	border-right: none;
	font-size: .85rem;
	box-sizing: border-box;
	padding-top: .2em;
	padding-left: .7em;
	width: calc(100% - 5rem);
}
.line-center div.check-b,
.line-center div.check-o,
.line-center div.check-g,
.line-center div.check-gy{
	font-size: .9rem;
}
.line-center li{
	margin-bottom: .5em;
}
.line-center > div{
	margin-bottom: .3em;
}
.line-center br{
	display: none;
}
.line-center .large{
	vertical-align: middle;
	font-size: 2em;
}

.line-right{
	display: none;
}
.hyphen-left{
	top: .8em;
}

/* closet */
.hyphen-right{
	position: relative;
	display: inline-block;
	vertical-align: sub;
	height: 1.6em;
	width: 1.6em;
	box-sizing: border-box;
	padding: .55em 0 0;
	border-top: none;
	border-radius: 50%;
	right: 0;
	top: 0 !important;
	background-color: #00AA5A;
}
.hyphen-right:before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: .7em solid white;
	border-right: .4em solid transparent;
	border-bottom: 0px solid transparent;
	border-left: .5em solid transparent;
}

.open .line-right{
	display: block;
	width: calc(100% - 5rem + 1px);
	border-left: 1px solid rgb(100,180,90);
	box-sizing: border-box;
}
.open .line-right > div{
	border: 1px solid;
	padding: .6em .8em .5em;
	margin: 0 0 1em 1em;
}
#year2006.open .line-right > div{
	border-color: rgb(220,100,60);
}
#year2009.open .line-right > div{
	border-color: rgb(100,180,90);
}
.square.title{
	text-align: center;
	font-size: .9em;
	line-height: 1.2;
}
#year2009.open .line-right .green{
	font-size: .85em;
	padding-top: .5em;
}
.square.link{
	font-size: .85em;
	display: block;
	padding: .5em 0 .4em;
	text-align: center;
}

#year2014.open .line-right > div{
	border-color: rgb(80,112,182);
}
#year2014 .line-right img{
	display: block;
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 45%;
}
#year2014 .line-right .blue{
	font-size: .85em;
}
#year2014 .line-right .blue br,
#year2014 .line-right .blue + .smallL br{
	display: none;
}

.sals-btn{
	text-align: center;
}

.open .line-right .bold{
	font-size: .8em;
	line-height: 1.4;
	margin-bottom: .4em;
}

/* etc */
.history-etc{
	margin-bottom: 1.5rem;
}
.history-etc p.larges{
	font-size: .95rem;
	margin-bottom: .1em;
	line-height: 1.3;
}
.remark{
	padding-bottom: 1.5rem;
}
.left-line{
	padding: 0 0 0 .6em;
	margin: 0 0 .3em;
	line-height: 1.4;
}
.left-line br{
	display: none;
}
.history-etc ul,
.history-etc p:not([class]){
	font-size: .9rem;
	line-height: 1.5;
}
.history-etc p:not([class]){
	text-align: justify;
}
.history-etc p br{
	display: none;
}
.left-list{
	width: 12em;
}
.history-etc .smallL{
	padding-left: 0;
}
