@charset "utf-8";

body {
	background: #fff;
	color: #000000;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
	width: 100%;
}

a:link {
	color: #ff1493;
	text-decoration: none;
}
a:visited {
	color: #0088cc;
	text-decoration: none;
}

/***********************************************/

.main {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height:1.4;
	font-size:14px;
	overflow: hidden;
}

.top{
	position:relative;
	text-align: center;
}

.top p.quick{
	position:absolute;
	bottom:2%;
	padding:0 10px;
}

.top .social {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding:8px 10px;
	z-index: 1;
	display:block;
}

.social p {
	display: inline;
	margin: auto 2px;
}

.report{
	position:relative;
	text-align: left;
}

.report .social {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding:8px 10px 3px;
	z-index: 1;
	display:block;
	width:100%;
	background:#1a1d7b;
}


.text{
	margin:0;
	padding:0 10px;
}

.text p{
	margin:15px 0;
}

.report_text{
	margin:0;
	padding:10px;
	text-align: left;
	font-size:12px;
}

.report_text p.title{
	margin:0 0 5px;
	font-weight:bold;
	color:#1a1d7b;
	font-size:16px;
}

.report_text p.written{
	margin:0 0 10px;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}

.comment{
	margin:10px 10px 20px;
}

.comment ul{
	display:table;
	width:100%;
}

.comment ul li{
	display:table-cell;
	text-align:left;
	vertical-align:top;
}

.comment ul li:first-child{
	width:15%;
}

.comment ul li:last-child{
	background:#00a0e9;
	border-radius:10px;
	padding:10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.comment ul li:last-child img{
	display:block;
	margin-bottom:10px;
}

.pager{
	display:block;
	text-align:center;
	margin:40px 0 20px;
}

.pager p{
	display:inline-block;
	background:#00a0e9;
	width:33px;
	height:33px;
	margin:0 5px;
}

.pager p.now{
	background:#1a1d7b;
}

.pager p a{
	display:block;
	padding-top:8px;
	color:#ffff00;
	font-weight:bold;
}

.backtop{
	background:#1a1d7b;
	margin:20px 10px 20px;
}

.backtop a{
	display:block;
	padding:8px 0;
	color:#fff;
	font-weight:bold;
}

.form{
	text-align:left;
	color:#000;
	margin:15px 10px;
}

.form input.btn{
	border-radius:0;
}

.form textarea{
	width:95%;
	height:100px;
}

.form p{
	margin:10px 0;
}
/***********************************************/
footer {
	background: url(../img/bg.jpg) bottom center;
	background-size:100%;
	margin:0;
	padding: 70px 0 0;
}

footer p {
	text-align: center;
	margin: 0px 0 20px;
	padding-top: 10px;
}

footer p img {
	margin: 0 10px;
	vertical-align:middle;
}

.pagetop{
	position:fixed;
	bottom:0;
	right:10px;
	opacity:0.8;
	text-align:right;
}

#CopyRight {
    color: #fff;
    font-size: 9px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

/***********************************************/