@charset "utf-8";
/* CSS Document */

#main{
	display: block;
    width: 100%;
    height: auto;
	min-height: 100vh;
    min-width: 1200px;
	background: url(../image/comment/main.jpg);
	background-size: cover;
    position: relative;
	background-attachment: fixed;
	padding: 47px 0 0;
	
}

.wrapperContents_low3{ background: url(../image/cast/cast_bgBottom.jpg) #fffdfe no-repeat bottom; padding: 30px 35px;}

.directedComment { padding: 20px 0; margin-top: 20px; border-top: 1px dotted; }

#castComment_kantoku p span { font-weight: bold;}

.staffContents{margin-bottom: 30px;}

.staffContents h3{
    padding-bottom: 5px;
    margin: 20px 0 10px;
    border-bottom: 1px solid;
	font-size: 18px;
}

.buttonLink a{ display: block; background: #fff; border-radius: 10px; padding: 15px 20px; border: 1px solid #e95377; width: 400px; text-align: center; margin: 10px auto;}
.buttonLink a:link{color: #e95377; text-decoration: none!important;}
.buttonLink a:visited{color: #e95377;}
.buttonLink a:hover{background: #e95377; color: #fff!important; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}