@charset "utf-8";

#setsumei{
	margin:0 auto;
	display:block;

}

.bar01{
	margin-top: 20px;
	margin-bottom: 20px;
}

.all_box {
	width: 1101px;
	height: auto;
	background-image: url(../images/result-images/tohyo01ver/bgline.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

.cha_box {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}

.bt_prof {
	position: absolute;
	right: 60pt;
	top: 20px;
}

.kokuti{
	position: absolute;
	right: -120px;
	top: 250px;
}

.va{
	position: relative;
	width: 612px;
	height: 696px;
	background-image: url(../images/result-images/tohyo02ver/va_waku.png);
	background-repeat: no-repeat;
	margin: 20px auto 20px;
}

.illust img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.illust img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.v_image {
	margin-top: 140px;
	margin-left: 50px;
}

.bt_vdl{
	margin: 0px auto 30px;
}

.comment_bg{
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat;
}

.comment_box{
	margin: 20px;
	text-align:center;
	margin-bottom: 130px;
	}

span.cm {
	background: linear-gradient(transparent 60%, #FFF3D4 0%);
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 90%;
	font-weight:300;
}

input {
	width:145px;
	height: 50px;
 	position:fixed;
	bottom:20px;
	right:10px;
}

.bn_kekka01{
	position: absolute;
	top: 200px;
	
}