@charset "UTF-8";
.sidebar{
	position:fixed;
	margin-left:700px;
}

.sidebarbottom{
	position:relative;
}

.timeline {
    text-align: center;
}

.V7Wrapper .timeline:first-child:before {
    top: 0px;
}

.V7Wrapper section{
    padding-bottom: 30px;
    display: table;
	width: 680px;
	display: inline-block;
	text-align: left;
}

.V7Wrapper h2 {border-left: 5px solid #5a5a53;padding-left: 10px;/*font-size: 125%;*/font-size: 120%;margin-bottom: 10px;position: relative;letter-spacing: 0.02em!important;/*1903renewal*/}
.V7Wrapper h2 span,.V7Wrapper h3 span{/*font-size: 75%;*/font-size: 70%; font-weight: normal;color: #5a5a53;margin-left: 5px;text-decoration: none;/*1903renewal*/}


.V7Wrapper h3 {
	font-size: 115%;
	margin-bottom: 10px;
}



.V7Wrapper .Image{
	text-align: center;
	position: relative;
	width: min-content;
	width: -webkit-min-content;
	width: -moz-min-content;
	margin: auto;
	margin-bottom: 10px;
}

.V7Wrapper .Image a{
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

.V7Wrapper .Image img{
	max-width: 658px;
	max-height: 658px;
	display: inline;
	vertical-align: top;
}

.V7Wrapper .Image.right{
	float:right;
	margin-left: 10px;
}

.V7Wrapper .Image.left{
	float:left;
	margin-right: 10px;
}

.V7Wrapper .Image.right img,.V7Wrapper .Image.left img{
	max-height: 280px;
	max-width:240px;
}
.V7Wrapper .Image.none {
    display: none;
}
.V7Wrapper .ImageCaption{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
}

.V7Wrapper .ImageCaption p {
    color: #FFF;
    font-size: 87.5%;
    line-height: 1em;
    padding: 10px;
    text-align: left;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.V7Wrapper .Text p{line-height: 1.7em;margin-bottom: 1em;font-size: 103%;/*1903renewal*/}

.V7Wrapper .Comment .Text p{
	padding-left: 10px;
	/*border-left: 4px solid #5a5a53;*/
	border-left: 4px solid #174487;
	font-size: 105%;
}

.V7Wrapper .MovieContents {
	display: inline;
}

.Box {
    /*text-align: center;*/
}
.V7Wrapper section.Comment {
    width: 620px;
    /*padding: 15px 15px 0px 15px;*/
    /*margin-bottom: 30px;*/
    /*background-color: #dededc;*/
}

.ArticleAd {
    margin-bottom: 20px;
}
.Rectangle2 {
    margin: 0 0 30px 0;
    padding: 0;
}
@media all and (-ms-high-contrast: none){
	.Image.full .ImageCaption {
	    display: none;
	}
}