@charset "utf-8";
/*

Theme Name: THE RESPONSE COPY

Theme URI:

Description: theme for THE RESPONSE COPY. Based on HTML5 using blue, black & white colors.

Version: 1.0

Author: Winks

Author URI: http://www.winks.jp/

Tags: blue, brown, white, black, silver, three-columns, right-sidebar, fixed-width, threaded-comments

*/











/* ▼基本要素スタイル */

/* ----------------------------------------------------- */

body {
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px !important;
	font-size: 78%;
	line-height: 1.8em !important;
	line-height: 200%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555555;
	background: #ffffff !important;
}
* { /* margin: 0;

	padding: 0;

	font-family: inherit; */ font-size: 100%;/* line-height: 140%; */ }
div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, table, tr, th, td, object, param, embed {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
header:after, nav:after, section:after, article:after, aside:after, footer:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
img {
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}
img.chirami {
    border:1px solid #999999;
}
img.chirami:hover {
	opacity:0.7;
}
input { vertical-align: middle; }
.hidden { display: none; }
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #DE8D8D;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
/*table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #CCC;
	padding: 4px 8px;
}
th {
	text-align: left;
	background: #F3F3F3;
}*/
pre { margin: 0 0 20px; }
.alignCenter, aligncenter { text-align: center !important; }
.alignRight, .alignright { text-align: right; float:right !important; }
.alignLeft { text-align: left; }
/* ▼リンク指定 */

/* ----------------------------------------------------- */

a { color: #333399; }
a:visited { color: #888888; }
a:hover, a:active { color: #222222; }
/* ▼コンテナ */

/* ----------------------------------------------------- */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#container {
	clear: both;
	width: 960px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
}
#container:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
/* Header

-----------------------------------------------------------------------------*/

header {
	position: relative;
	clear: both;
	margin: 20px 0 30px 0;
}
header #ci{
	text-align:left;
	border-bottom:2px solid #CCCCCC;
}
/* ▼告知欄 */

/* ----------------------------------------------------- */

#announce {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 3em 0;
	padding: 0;
}
#announce:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#announce li {
	list-style-type: none;
	text-align: left;
}
/* キャンペーンテーブル */

#announce li#text-6 {
	float: left;
	width: 540px;
}
#announce li#text-6 h2 {
	min-height: 11px;
	height: auto !important;
	height: 25px;
	margin: 0 20px 0 0;
	padding: 7px 14px;
	font-size: 11px;
	color: #cccccc;
	background: #1e1e1e;
}
#announce li#text-6 div#campaignWrap {
	height: 140px !important;
	height: 155px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0 20px 0 0;
	border: 5px solid #eeeeee;
	border-top: 0 none;
}
#announce li#text-6 div#campaignWrap table {
	width: 460px;
	margin: 0 0 0 17px;
}
#announce li#text-6 div#campaignWrap table th, #announce li#text-6 div#campaignWrap table td {
	padding-left: 0;
	font-size: 83% !important;
	vertical-align: top;
	border: 0 none;
	border-bottom: 1px dotted #cccccc;
	background: #ffffff;
}
/* バナー１ */

#announce li#text-2 {
	float: left;
	width: 200px;
}
/* バナー２ */

#announce li#text-3 {
	float: right;
	width: 200px;
}
#announce li p.announceBanner a img {
	padding: 5px;
	border: 1px solid #dddddd;
}
/* ▼コンテンツ */

/* ----------------------------------------------------- */

section {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/* ▼メインコンテンツ */

/* ----------------------------------------------------- */

#content {
	float: left;
	width: 600px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#content:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content div.pagetitle {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 0 3em 0;
	padding: 1em;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #1e1e1e;
	border-radius: 1px;       /* CSS3草案 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;  /* Firefox用 */
	background: #1e1e1e;
}
#content div.pagetitle:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content a { text-decoration: none; }
#content article {
	clear: both;
	margin: 0 0 3em 0;
}
#content article ul.meta {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0;
	padding: 0;
}
#content article ul.meta li {
	float: right;
	height: 20px !important;
	height: 24px;
	margin: 0 0.5em 0 0;
	padding: 4px 0 0 0;
	list-style-type: none;
	font-size: 83% !important;
}
#content article ul.meta li.date {
	float: left;
	height: 24px !important;
	width: 150px;
	padding: 0;
	border: 1px solid #00a1df;
	border-radius: 1px;       /* CSS3草案 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;  /* Firefox用 */
	background: #00a1df;/* background: #00a1df url(images/bg_date.gif) no-repeat bottom left; */
}
#content article ul.meta li.date span {
	display: block;
	padding: 2px 1em 0 1em;
	color: #ffffff;
	font-weight: bold;/* background: url(images/bg_date.gif) no-repeat top left; */
}
#content article ul.meta:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content article h2 {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 0 1.5em 0;
	padding: 5px 0;
	font-size: 180% !important;
	font-weight:normal;
}
#content article div.entry {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	line-height: 1.75em !important;
}
#content article div.entry div.segment {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 2em 0;
	padding: 0.5em 1.8em;
	border: 5px solid #cccccc;
}
#content article div.entry div.notice {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 2em 0;
	padding: 1px 1.8em 0.5em 1.8em;
	border: 5px solid #cc0000;
}
#content article div.entry h3 {
	margin: 1.8em 0 1.3em 0;
	padding: 0 0 0 0.8em;
	font-size: 116% !important;
	color: #222222;
	border-left: 5px solid #00a1df;
}
#content article div.entry h4, #content article div.entry h5, #content article div.entry h6 {
	clear: both;
	margin: 2em 0 1.3em 0;
	padding: 0;
	color: #222222;
}
#content article div.entry p, #content article div.entry ul, #content article div.entry ol { margin: 0 0 1.3em 0; }
#content article div.entry ul li {
	margin: 0 0 0.3em 1.5em;
	list-style-type: square;
}
#content article div.entry ol li { margin: 0 0 0.3em 1.5em; }
#content article div.entry:after, #content article div.entry div.segment:after, #content article div.entry div.notice:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content article div.entry a.more-link {
	display: block;
	float: left;
	margin: 2em 0 0 0;
	font-weight: bold;
}
#content div.navigation {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 3em 0;
}
#content div.navigation:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content div.navigation span.pages { display: none; }
#content div.navigation span.current {
	display: block;
	float: left;
	width: 2em;
	margin: 0 1px 0 0;
	text-align: center;
	line-height: 2em;
	color: #ffffff;
	border: 1px solid #999999;
	border-radius: 1px;       /* CSS3草案 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;  /* Firefox用 */
	background: #999999;
}
#content div.navigation a {
	display: block;
	float: left;
	width: 2em;
	margin: 0 1px 0 0;
	text-align: center;
	line-height: 2em;
	color: #ffffff;
	border: 1px solid #1c1c1c;
	border-radius: 1px;       /* CSS3草案 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;  /* Firefox用 */
	background: #1c1c1c;
}
#content div.navigation.com { margin: 1em 0; }
#content ul#advertisement {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0;
	padding: 0;
}
#content ul#advertisement li {
	margin: 1.5em 0;
	padding: 0;
	list-style-type: none;
}
#content ul#advertisement:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content ul.postlink {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 3em 0;
	padding: 5px 0;
	list-style-type: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#content ul.postlink:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content ul.postlink li.prev { float: left; }
#content ul.postlink li.next { float: right; }
#content ul.postlink li a {
	display: block;
	width: 2em;
	margin: 0 1px 0 0;
	text-align: center;
	line-height: 2em;
	color: #ffffff;
	border: 1px solid #1c1c1c;
	border-radius: 1px;       /* CSS3草案 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;  /* Firefox用 */
	background: #1c1c1c;
}
#content h3#comments { color: #222222; }
#content ol.commentlist { margin: 0; }
#content ol.commentlist li { list-style-type: none; }
#content ol.commentlist li.depth-1 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #cccccc;
}
#content ol.commentlist li ul.children {
	margin: 1em 0 1em 10px;
	padding-left: 10px;
	border-left: 5px solid #eeeeee;
}
#content ol.commentlist li div {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0.5em 0;
}
#content ol.commentlist li div:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#content ol.commentlist li div.commentdiv div.commentmeta { font-size: 83% !important; }
#content ol.commentlist li div.commentdiv div.commentmeta cite { font-style: normal; }
#content ol.commentlist li div.commentdiv div.reply a.comment-reply-link {
	display: block;
	width: 60px;
	height: 18px;
	text-indent: -50em;
	background: url(images/btn_comment_reply.gif) no-repeat top left;
}
#content div#respond {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
#content div#respond h3 {
	margin: 2em 0 1em 0;
	font-size: 100% !important;
}
#content div#respond form#commentform {
	margin: 1em 0 2em 0;
	padding: 19px;
	color: #333333;
	border: 1px solid #cccccc;
	background: #eeeeee;
}
#content div#respond form#commentform table { margin: 0 0 1em 0; }
#content div#respond form#commentform table th, #content div#respond form#commentform table td {
	padding: 0 0 5px 0;
	vertical-align: middle;
	border: 0 none;
	background: none;
}
#content div#respond form#commentform table th { width: 8em; }
#content div#respond form#commentform table th, #content div#respond form#commentform p.attention {
	white-space: nowrap;
	font-size: 83% !important;
	font-weight: normal;
}
#content div#respond form#commentform table th span, #content div#respond form#commentform p.attention span { color: #00a1df; }
#content div#respond form#commentform table td input { width: 100%; }
#content div#respond form#commentform p { margin: 0 0 1em 0; }
#content div#respond form#commentform p#submitcomment {
	margin: 0;
	text-align: center;
}
#content div#respond form#commentform p#submitcomment input#submit { width: 10em; }
#content div#respond form#commentform textarea {
	/* width: 480px; */

	width: 100%;
	height: 90px;
}
#content div#respond:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
/* ▼サイドバー */

/* ----------------------------------------------------- */

aside {
	float: right;
	width: 300px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	line-height: 140%;
}
#sidebar {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	padding: 20px;
	background-color: #EEE;
}
.section { margin: 0 0 25px; }
aside ul { margin: 0 0 15px; }
aside li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px 4px 12px;
	margin: 0;
	background: url(../images/arrow.gif) 3px 9px no-repeat;
}
aside li ul { margin: 0 0 2px; }
aside li li {
	padding: 3px 0 0 12px;
	border: none;
}
#tagCloud a, .widget_tag_cloud a {
	margin: 0 4px 0 0;
	line-height: 24px;
}
#wp-calendar {
	width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td { text-align: center; }
aside div.section { margin: 0 0 3em 0; }
aside div.section a { text-decoration: none; }
aside div.section h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 140% !important;
	color: #666;
}
/*aside div.widget_text h3 {

	display: none;

}*/



aside div.section ul {
	margin: 0;
	padding: 0;
}
aside div.section ul li {
	margin: 0 0 0 20px;
	padding: 0.4em 0;
	font-size: 83% !important;
	list-style: none;
	border-bottom: 1px dotted #dddddd;
	background: none !important;
}
aside div.section ul#menu-navigation li {
	margin: 0 0 1px 1px;
	padding: 0;
	border: 0 none;
}
aside div.section ul#menu-navigation li a {
	display: block;
	margin: 0;
	padding: 0.4em 0.4em 0.4em 19px;
	border: 1px solid #eeeeee;
	border-left: 0 none;
	border-radius: 1px;       /* CSS3草案 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;  /* Firefox用 */
	background: #eeeeee url(images/bg_navigation.gif) repeat-x top left;
}
aside div.section ul#menu-navigation li#menu-item-8 { border-left: 5px solid #00a1df; }
aside div.section ul#menu-navigation li#menu-item-8 a {
	padding: 0.4em 0.4em 0.4em 14px;
	border: 1px solid #171717;
	background: #171717;
}
aside div.section ul#menu-navigation li#menu-item-8 a:link, aside div.section ul#menu-navigation li#menu-item-8 a:visited { color: #ffffff; }
aside div.section ul#menu-navigation li#menu-item-8 a:hover, aside div.section ul#menu-navigation li#menu-item-8 a:active { color: #00a1df; }
aside div.section ul#sociallink {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 0 0 20px;
}
aside div.section ul#sociallink:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
aside div.section ul#sociallink li {
	float: left;
	margin: 0 5px 0 0;
	border-bottom: 0 none;
}
aside div.section p {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 0 1.6em 20px;
	font-size: 83% !important;
}
aside div.section p img {
	float: left;
	margin: 0 0.7em 0 0;
}
aside div.section p:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
aside div.section div#ranking h3 { display: block; }
aside div.section div#ranking table { margin: 0 0 0 20px; }
aside div.section div#ranking table th, aside div.section div#ranking table td {
	padding: 0.5em 0;
	font-size: 83% !important;
	border: 0 none;
	border-bottom: 1px dotted #cccccc;
	background: none;
}
aside div.section div#ranking table th { padding-right: 0.5em; }
aside div.section div#ranking table th img { border: 1px solid #dddddd; }
/* Footer

-----------------------------------------------------------------------------*/

footer {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 5px solid #222222;
}
#footNav {
	clear: both;
	width: 960px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 1em 0;
	font-size: 83% !important;
	text-align: left;
}
#footNav:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
#footNav a { text-decoration: none; }
#pagetop {
	float: right;
	width: 480px;
	text-align: right;
}
#navigation {
	float: left;
	width: 480px;
	text-align: left;
}
address {
	clear: both;
	margin: 0;
	padding: 3em 0;
	font-style: normal;
	text-align: right;
}
/* ワイドカラム

-----------------------------------------------------------------------------*/

body.widecolumn section { background: #ffffff; }
body.widecolumn #content {
	float: none;
	width: 100%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
}
body.widecolumn #content article h2 {
	margin: 1em 0 0 0;
	font-size: 300% !important;
	line-height: 130% !important;
	color: #c91c00;
	border: 0 none;
}
body.widecolumn #content article div.entry img[align = left] { margin: 0 1em 1em 0; }
body.widecolumn #content article div.entry img[align = right] { margin: 0 0 1em 1em; }
body.widecolumn #content div#commentWrap {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	background: url(../images/bg_commentWrap.gif) repeat-y top left;
}
body.widecolumn #content div#commentWrap div#defaultComment {
	float: left;
	width: 465px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
body.widecolumn #content div#commentWrap div#facebookComment {
	float: right;
	width: 465px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
body.widecolumn #content div#commentWrap:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
body.widecolumn #content div#commentWrap div#defaultComment div#respond h3 {
	margin: 0 0 1em 0;
	font-size: 100% !important;
}
body.widecolumn #content div#commentWrap div#facebookComment h3 {
	margin: 0 0 1em 0;
	font-size: 100% !important;
}
.bordernone tr td { border: none; }

aside input[type="text"], aside input[type="email"], aside textarea {
	border:1px solid #CCC;
	padding:7px;
	font-size:16px;
	width:100%;
}
aside .inputarea{
	width:245px;
	margin-bottom:20px;
}
button.css3button {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 30px;
	background: -moz-linear-gradient(
		top,
		#305bdb 0%,
		#023075);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#305bdb),
		to(#023075));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(115,155,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(115,155,255,1);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(115,155,255,1);
	text-shadow:
		0px -1px 2px rgba(000,000,000,0.5),
		0px 1px 9px rgba(255,255,255,0.3);
		background-image:url(images/bt2.jpg);
		background-repeat:no-repeat;

}
#dpub-commit input[type="submit"] {
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#8f8f8f 0%,
		#333333);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#8f8f8f),
		to(#333333));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #333333;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
		background-image:url(images/bt3.jpg);
		background-repeat:no-repeat;
}
.Backnumberdl {
	font-weight:bold;
	font-size: 24px;
	text-align:center;
	color: #ffffff;
	padding: 7px 30px;
	background: -moz-linear-gradient(
		top,
		#f42500 0%,
		#c52509);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f42500),
		to(#c52509));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.9),
		inset 0px -1px 4px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.9),
		inset 0px -1px 4px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.9),
		inset 0px -1px 4px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
		background-image:url(images/bt1.jpg);
		background-repeat:no-repeat;

}
.Backnumberdl a {
	display:block;
	color:#FFF;
}
#dpub-reviews {
	margin-bottom:50px;
}
#dpub-review-form p{
	margin:20px 0;
}
#dpub-review-form input[type="text"], #dpub-review-form input[type="email"], #dpub-review-form textarea {
	padding:5px;
}
#dpub-reviews, #dpub-review-form{font-size:14px;}
#dpub-review-avg-table td{font-size:14px;}
aside table{
	margin-top:20px;
}
aside table, aside tr, aside td {
	border:none;
	background-color:#FFF;
}








