@charset "utf-8";
.temp_file{
	width:100%;
}

.temp_file img{
	width:100px;
	height:100px;
}

.policy_area{
	width:100%; 
	overflow-y:scroll; 
	height:100px; 
	border:1px solid #CCC;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom:5px;
}

.banner_line{
	margin-bottom:20px;
}

.banner_line .comment{
	width:90%;
	margin:auto;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #aaaaaa;
	-moz-box-shadow: 0 0 5px #aaaaaa;
	box-shadow: 0 0 5px #aaaaaa;
	background-color: #FFF;
	color: #000;
}

.banner_img {
	width:90%;
	margin:auto;
}

.banner_img ul{
	margin:0;
	padding:0;
}

.banner_img li{
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
}

.banner_code{
	display:inline-block;
	width:300px;
}

//ページトップボタン
#page-top {
	
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
	padding:30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	position: fixed;
    bottom: 20px;
    right: 20px;
	cursor:pointer;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}