/*=====================================
最終修正日　2016.09.09
=====================================*/

/* コンテンツ領域 */
#ContWrapper {
	/*	width: 1002px !important;*/
	/*width: 1090px !important;*/
	width: 1160px !important;
	margin: auto;
	clear: both;
 *margin-top:10px;
	/*margin-top:-7px;*/
	margin-top: 0px;
	overflow: hidden;
}
/* アンケート投票コンテンツ全体 */
#MainContWrapper {
	/*	width: 1002px;*/
	/*width: 1090px !important;*/
	width: 1160px !important;
	margin: auto;
	margin-bottom: 20px;
	/* 2011.12.02 追加 */
	/* margin-top: 38px;*/
	margin-top: 35px;
}
/* コンテンツ左側 */
#ContLeft {
	/*width: 697px;*/
	/*width: 780px;*/
	width: 768px;
	float: left;
	margin-top: 0px;
}
#ContLeft h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
#ContLeft h2 img {
	/*width: 697px;
		width: 727px;*/
	width: 753px;
	height: auto;
}
/* コンテンツ右側 */
#ContRight {
	width: 300px;
	float: right;
	text-align: center;
	margin-right: 10px !important;
	padding-right: 10px !important;
}
/*=====================================
Twitter
=====================================*/
.TwitterBox {
	width: 678px !important;
	margin: 0 auto;
	padding-top: 0px;
	padding-top: 5px !important;
}
/*=====================================
リード
=====================================*/
.Reed {
	width: 677px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 15px;
	overflow: hidden;
}
.Reed p {
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	color: #4d4d4d;
}
.Reed dl {
	width: 677px;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	color: #4d4d4d;
	padding-top: 5px;
	clear: both;
}
.Reed dl dd {
	width: 85px;
	float: left;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #4d4d4d;
}
.Reed dl dt {
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
}
.Reed dl dt span {
	color: #ff6c8f;
}
/*=====================================
バックナンバーリストボックス
=====================================*/
#EnqBNWrapper {
	/*width: 678px;*/
	/*width: 708px;*/
	width: 763px;
	float: right;
	height: auto;
	clear: both;
	margin: auto 0 !important;
	padding-bottom: 20px !important;
}
/*=====================================
バックナンバー単体ボックス
=====================================*/
.EnqBNBox {
	clear: both;
	/*width: 678px;
		width: 708px;*/
	width: 733px;
	margin: 0 auto !important;
	padding-top: 15px;
	padding-bottom: 15px !important;
	border-bottom: #ffa9b9 dotted 1px;
	overflow: hidden;
}
/* 単体左BOX */
.EnqBNLeftBox {
	width: 120px;
	float: left;
}
.EnqBNLeftBox img {
	width: 120px;
	height: auto;
	border: solid 1px #CCCCCC;
}
/* 個別右BOX */
.EnqBNRightBox {
	/* 	width: 540px;*/
	width: 590px;
	float: right;
}
.EnqBNRightBox a {
	color: #333333;
	text-decoration: none;
}
.EnqBNRightBox a:hover {
	color: #FF2C69;
	text-decoration: none;
}
.EnqBNRightBox span {
	float: left;
	text-align: left;
	/*color: #000; */
	color: #333333;
	font-size: 13px;
}
.EnqBNRightBox span img {
	float: left;
	padding-right: 3px;
	padding-top: 5px;
}
.EnqBNRightBox strong {
	float: left;
	text-align: left;
	/*color: #f9397d;*/
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	clear: both;
	padding-top: 4px;
}
.EnqBNRightBox p {
	float: left;
	text-align: left;
	font-size: 13px;
	clear: both;
}
