@charset "utf-8";
#contentArea{
	text-align: center;
	margin:auto;
}

#sjgArea{
	width:550px;
	text-align: center;
	margin:0 auto;
}

.commentArea{
	width:550px;
	text-align: center;
	margin:auto;
}

.txt_read{
	font-size: 16px;
	line-height: 1.8;
	color:#666600;
	font-weight: bold;
	text-align: left;
	margin-left:75px;
}

.txt_comment{
	font-size: 12px;
	line-height: 1.8;
	color:#666600;
	font-weight: bold;
	margin-left:45px;
}

/* 注釈 */
.caution{
	width:550px;
	text-align: left;
	margin-left:10px;
	font-size: 12px;
	line-height: 1.8;
	color:#666600;
}

.caution ul{
	list-style: none;
    width: 550px;
    font-size: 12px;
    line-height: 1.4;
}

.caution li{
    margin-bottom: 5px;
    padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

/* 横長ボタン */
#contentArea .btn01 a {
	display: block;
	width: 427px;
	height: 37px;
	padding-top: 14px;
	background: url(../../img/common/bg_btn_topics.png) no-repeat 0 0;
	color:#3C3C3C;
	font-weight: bold;
	text-align: center;
	font-size:12px;
}

#contentArea .btn01 a:hover {
	background-position: 0 -51px;
	color:#72651a;
	text-decoration: none;
}
.btn01 a span {
	padding: 1px 0 2px 20px;
	background: url(../../img/common/bg_btn_topics.png) no-repeat -427px 0;
}
.btn01 a:hover span {
	background-position: -427px -51px;
}
.btn01 {
	clear: both;
	width: 427px;
	margin: 0 auto;
}
/* ターゲット */
.box_sjg{
	margin:0;
	height:306px;
}

/* 討伐目標数 */
.numArea{
	width:134px;
	height:27px;
	position:relative;
	top:-78px;
	left:120px;
	text-align:center;
}

.num_count{
	font-size:16px;
	color:#fff;
	font-weight: bold;
	text-align:center;
}
