/*
Theme Name: Child
Template: twentytwelve
*/



@charset "UTF-8";
/*-
* 初期化
*/
*{
	padding:0;
	margin:0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b,i,a, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
	background:transparent;
	list-style:none;
	font-style:normal;
	font-size:100%;
}

body{
	color:#434343;
	font-family:Verdana, Arial, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:75%;
	line-height:150%;
	letter-spacing:0px;
	text-align:left;
}

#wrapper {
	width: 100%;
	position: relative;
	z-index: 0;
}

a {
    text-decoration: none;
    color: #5e626c;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

a:hover { 
    text-decoration: none;
	color: #1585e4; 
}

img{border:none}

table {
	color:#434343;
	font-family:Verdana, Arial, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:100%;
	line-height:150%;
	letter-spacing:0px;
}

.smallTxt {
	font-size:90%;
}
	

.btn_box {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	
.mt02{ margin-top:2px; }
.mt05{ margin-top:5px; }
.mt06{ margin-top:6px; }
.mt08{ margin-top:8px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }
.mt35{ margin-top:35px; }
.mt40{ margin-top:40px; }
.mt45{ margin-top:45px; }
.mt50{ margin-top:50px; }
.mt55{ margin-top:55px; }
.mt60{ margin-top:60px; }

.mb00{ margin-bottom:0px; }
.mb05{ margin-bottom:5px; }
.mb06{ margin-bottom:6px; }
.mb07{ margin-bottom:7px; }
.mb08{ margin-bottom:8px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.mb35{ margin-bottom:35px; }
.mb40{ margin-bottom:40px; }
.mb45{ margin-bottom:45px; }
.mb50{ margin-bottom:50px; }
.mb55{ margin-bottom:55px; }
.mb60{ margin-bottom:60px; }
.mb65{ margin-bottom:65px; }
.mb70{ margin-bottom:70px; }
.mb75{ margin-bottom:75px; }
.mb80{ margin-bottom:80px; }
.mb85{ margin-bottom:85px; }
.mb90{ margin-bottom:90px; }
.mb95{ margin-bottom:95px; }
.mb100{ margin-bottom:100px; }
.mb105{ margin-bottom:105px; }


.ml01{ margin-left:1px; }
.ml05{ margin-left:5px; }
.ml08{ margin-left:8px; }
.ml09{ margin-left:9px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.ml20{ margin-left:20px; }
.ml25{ margin-left:25px; }
.ml30{ margin-left:30px; }
.ml35{ margin-left:35px; }
.ml37{ margin-left:37px; }
.ml40{ margin-left:40px; }
.ml45{ margin-left:45px; }
.ml50{ margin-left:50px; }
.ml55{ margin-left:55px; }
.ml60{ margin-left:60px; }
.ml100{ margin-left:100px; }


.mr00{ margin-right:0px!important; }
.mr02{ margin-right:2px; }
.mr05{ margin-right:5px; }
.mr06{ margin-right:6px; }
.mr07{ margin-right:7px; }
.mr08{ margin-right:8px; }
.mr09{ margin-right:9px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr22{ margin-right:22px; }
.mr23{ margin-right:23px; }
.mr28{ margin-right:28px; }
.mr30{ margin-right:30px; }

.fl { float:left; }
.fr { float:right; }

.pb10{ padding-bottom:10px; }
.pr10{ padding-right:10px; }

.clear{
	clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }


.w3em{ width:3em!important; }
.w4em{ width:4em!important; }
.w5em{ width:5em!important; }

.w50{ width:50px!important; }
.w75{ width:75px!important; }
.w105{ width:105px!important; }
.w110{ width:110px!important; }
.w116{ width:116px!important; }
.w120{ width:120px!important; }
.w129{ width:129px!important; }
.w132{ width:132px!important; }
.w200{ width:200px!important; }
.w300{ width:300px!important; }
.w400{ width:400px!important; }
.w500{ width:500px!important; }



.w28p{ width:28%!important; }
.w98p{ width:98%!important; }
.w100p{ width:100%!important; }

.h100 { height:100px!important;}
.h200 { height:200px!important;}

.bold { font-weight:bold!important;}


/* ラジオボタン調整 */
.radio_c {
	vertical-align:-2px;
}

.valign_neg1 {
	vertical-align:-1px;
}

.valign_neg3 {
	vertical-align:-3px;
}

.position_r {
	position:relative;
}

.position_a {
	position:absolute;
}

.error {
	color:#cc0000;
	font-weight:bold;
}

.d_blue {
	color:#3399cc;
}

.txt_r {
	text-align:right;
}

.txt_l {
	text-align:left;
}

.txt_c {
	text-align:center;
}

.txt_90 {
	font-size:90%;
}

/******************* hack ******************/
/*
*IE6用
*/
* html #wrapper #topics #update{
	margin:4px 5px 0 0;
}

* html #wrapper #content .crInfo{
	width:180px;
}

* html #wrapper #content #leftContent .homeEntry{
	margin-top:-2px;
	width:583px;
}

* html #wrapper #content #leftContent #homeNewsBox{
	width:583px;
}

* html #wrapper #content #mainContent .box .delBtn{
	margin:0 0 -2px 0;
}

* html #wrapper #content #mainContent .messageBox{
	width:780px;
}

* html #wrapper #content #mainContent .bookmarkEntry .bookmarkEntryHead{
	width:780px;
}

* html #wrapper #content #mainContent .searchResult{
	width:780px;
}

* html #wrapper #content #mainContent .searchResult2{
	width:780px;
}

* html #wrapper #content #mainContent .searchHead{
	width:780px;
}

* html #wrapper #content #mainContent .narrowingEntry{
	width:780px;
}

* html #wrapper #content #leftContent .registerForm{
	width:583px;
}

* html #wrapper #content #leftContent .registerForm table tr td .w210,
* html #wrapper #content #leftContent .registerForm table.passFm tr td .w320{
	margin:0 0 -3px 0;
}

* html #wrapper #content #mainContent .detailBox{
	width:777px;
}

* html #wrapper #content #mainContent .companyMessage{
	width:779px;
}

* html #wrapper #content #leftContent .registerStepKiyaku{
	width:583px;
}

* html #wrapper #content #leftContent #companyMenu{
	height:61px;
}

/*
*IE7用
*/
*:first-child+html #wrapper #content #leftContent .registerForm table tr td .w210,
*:first-child+html #wrapper #content #leftContent .registerForm table.passFm tr td .w320{
	margin:0 0 -3px 0;
}


/*********************** style *************************/

/* header */

body {
	width:100%;
	background:url("images/head_bg.jpg") repeat-x;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

header#head {
	overflow:hidden;
	position:relative;
	height:100px;
}

header#head h1 {
	height:20px;
	line-height:20px;
	text-align:left;
	display:block;
	overflow:hidden;
	font-weight:normal;
	color:#fff;
	font-size:90%;
}

header#head #logo {
	position: absolute;
	top:38px;
	left:0px;
	width:290px;
}

header#head #telbox {
	position:absolute;
	top:32px;
	right:0px;
	text-align:right;
	width:295px;
}


/* navi */

nav#gnavi {
	overflow:hidden;
	width:1000px;
	height:50px;
	box-shadow: 0 2px 2px 0 #e0e0e0;
	border-radius: 5px;
}

nav#gnavi ul {
	overflow:hidden;
}

nav#gnavi ul li {
	float:left;
	list-style:none;
}


/* container */

#container {
	overflow:hidden;
}


/* main コンテンツ */

/* 汎用 */

#main {
	overflow:hidden;
	width:680px;
	float:left;
}

section {
	overflow:hidden;
}

section .tit {
	padding-bottom:5px;
}

section .tit h1{
	box-shadow: 0 2px 2px 0 #e0e0e0;
}

section .inner {
	padding:15px;
	overflow:hidden;
}

section .color1 {
	background:#fdfbdf;
}

section .color2 {
	background:#ebfbc9;
}

section .color3 {
	background:#fddce7;
}

section .inner.color1,
section .inner.color2,
section .inner.color3 {
	padding:10px 15px 15px 15px;
	overflow:hidden;	
}



section .inner ul {
	overflow:hidden;
}

section .inner ul.blog_list li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #cccccc;
}

section .inner ul.blog_list li a {
	display:block;
}

section .inner ul.blog_list li .date {
	font-weight:bold;
	color:#ff7700;
	margin-right:5px;
}

section .inner .date {
	font-weight:bold;
	color:#ff7700;
}


section .inner .list_link {
	margin-top:5px;
	overflow:hidden;
}

section .inner .list_link a.btn01 {
	padding:3px 5px;
	border-radius:5px;
	background:#b3b3b3;	
	box-shadow: 2px 2px 2px 0 #999 inset;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	width: auto;
}


section .inner .list_link a.btn01:hover {
	text-decoration:none;
	background:#999999;
	box-shadow: none;
}


/* TOP サービス */

section#service .inner ul,
section#service .inner2 ul {
	overflow:hidden;
}

section#service .inner ul li {
	width:310px;	
}

section#service #other_service.inner2 {
	padding:0;
}

section#service #other_service.inner2 ul li {
	width:166px;
}

/* TOP 新着表示欄 */

section.floatbox .fl,
section.floatbox .fr {
	width:330px;
	overflow:hidden;
}



/* 右カラム */

#r_contents {
	overflow:hidden;
	float:right;
	width:300px;
}

#r_contents section {
	overflow:hidden;
	margin-bottom:12px;
}

#r_contents section header.tit {
	padding:0;
}

#r_contents section header.tit h1 {
	border-radius:5px;
	border:2px solid #e8f4af;
	margin-bottom:5px;
	padding:5px 5px 5px 23px;
	background:#ffffdb url(images/arrow_01.png) no-repeat 10px center;
	font-size:110%;
	box-shadow:none;
}

#r_contents section .inner {
	padding:8px;
	border:1px solid #c0d170;
	background:#fff;
	border-radius:5px;
}

#r_contents .bnr {
	margin-bottom:12px;
}

#r_contents section .inner ul.blog_list {
	margin-bottom:7px;
}

#r_contents section .inner ul.blog_list li a {
	display:block;
}

#r_contents section .inner ul.blog_list li .date {
	font-weight:bold;
	color:#ff9900;
}

#r_contents section .inner ul.blog_list li {
	border-bottom:1px solid #cccccc;
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
}

#r_contents section .inner .side_movie {
	overflow:hidden;
	margin-bottom:8px;
}

#r_contents section .inner a.btn01 {
	padding:3px 5px;
	border-radius:5px;
	background:#b3b3b3;	
	box-shadow: 2px 2px 2px 0 #999 inset;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
}


#r_contents section .inner a.btn01:hover {
	text-decoration:none;
	background:#999999;
	box-shadow: none;
}


/* footer */

footer#bottom {
	width:100%;
	overflow:hidden;
	height:216px;
	background:url("images/foot_bg.jpg") repeat-x left bottom;	
}

footer#bottom #footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url("images/foot_img.jpg") no-repeat left top;
}

footer#bottom #footer .inner {
	padding-top:77px;
	height:139px;
	position:relative;
}

footer#bottom #footer nav {
	overflow:hidden;
	margin-top:5px;
}

footer#bottom #footer nav ul li {
	float:left;
}

footer#bottom #footer #foot_logo {
	position:absolute;
	bottom:20px;
	right:0;
}

footer #footer .copy {
	position:absolute;
	bottom:1px;
	right:0;
}








/****************** 投稿記事 ********************/

nav.nav-single {
	background:#fdfbdf;
	border:1px solid #ffdb79;
	padding:5px;
	overflow:hidden;
	margin-top:20px;
}

nav.nav-single .nav-previous,
nav.nav-single .nav-next {
	display:inline-block;
	border:1px solid #ff9900;
	padding:2px 5px;
	height:14px;
	line-height:14px;
	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
}

nav.nav-single .nav-previous:hover ,
nav.nav-single .nav-next:hover {
	background:#e5e5e5;
}

nav.nav-single .nav-previous a, 
nav.nav-single .nav-next a {
	text-decoration:none;
}

nav.nav-single .nav-previous a:hover, 
nav.nav-single .nav-next a:hover {
	text-decoration:none;
	color:#323232;
}


.entry-header {
	background:#ffffff url("images/tit_normal_01.jpg") no-repeat left top;
	padding: 0 10px 5px 10px;
	height:50px;
	line-height:48px;
	font-weight:bold;
	color:#ffffff;
	font-size:120%;
}

.entry-header a {
	color:#ffffff;
	text-decoration:none;	
}

.entry-header a:hover {
	text-decoration:none;
}

.entry-header .date {
	background:#fff;
	padding:2px 5px;
	color:#888;
	margin-right:10px;
	font-weight:normal;
}

.entry-content {
	/*
	background:#fdfbdf;
	*/
	background:#ffffff;
	padding: 10px 3px 15px 3px;
	overflow: hidden;
	margin-bottom:15px;
}

/* アーカイブ */

.archive-header {
	background:#f0f0f0;
	padding:10px;
	margin-bottom:10px;
}

/* Youtube動画 */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ほぼ毎日 */

ul.hobo_mainichi_list {
	overflow:hidden;
}

ul.hobo_mainichi_list li {
	overflow:hidden;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #cccccc;
}

ul.hobo_mainichi_list li .date {
	font-weight:bold;
	color:#ff7700;
	margin-right:5px;
}

ul.hobo_mainichi_list li p {
	display:inline;
}


/* お問い合わせ等のフォーム */

table.form_tb {
	table-layout:fixed;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
	margin-bottom:20px;
}

table.form_tb th,
table.form_tb td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;	
}

table.form_tb th {
	background:#f5f5f5;
	font-weight:normal;
	width:150px;
}

table.form_tb th .hissu {
	border-radius:5px;
	background:#ff0022;
	font-weight:bold;
	color:#fff;
	float:right;
	display:inline-block;
	padding:0px 3px;
	opacity:0.8;
}

.wpcf7-submit {
	border-radius:5px;
	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	border:1px solid #ccc;
	box-shadow:0 2px 2px 0 #e0e0e0;
	font-weight:bold;
	padding:10px 50px;
	cursor:pointer;
	
	color:#555;
	font-size:130%;

}

.wpcf7-submit:hover {
	background: #e5e5e5;
	box-shadow:0 1px 1px 0 #f0f0f0;
}



/* 地域情報 */

.tiiki_info {
	overflow:hidden;
}

.tiiki_info .tiiki_head {
	overflow:hidden;
}

.tiiki_info .tiiki_head .fl {
	width:80%;
}

.tiiki_info .tiiki_head .fr {
	padding:1px 3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	background:#ff80cc;
	display:inline-block;
}

.tiiki_info .tiiki_middle {
	overflow:hidden;
}

.tiiki_info .tiiki_middle .fl,
.tiiki_info .tiiki_middle .fl img {
	width:300px;
}

.tiiki_info .tiiki_middle .fr {
	width:320px;
}

/* スタッフ紹介 */

.staff_wrap {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #f9fcff;
	border-radius: 10px;
	border: 2px dashed #d5e0ff;
}

.staff_box {
	overflow:hidden;
}

.staff_box a.fl {
	overflow:hidden;
	display:inline-block;
	float:left;
}

.staff_box a.fl img {
	border:1px solid #f0f0f0;
	width:180px;
}

.staff_box .fr {
	width:calc(100% - 190px);
	float:right;	
}

.staff_box .fr .tit {
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}



/* 不動産お役立ちリンク集 */

.linkcat {
	margin-bottom:20px;
	overflow:hidden;
}

.linkcattitle {
	height:22px;
	line-height:22px;
	/*
	background:#ffd78a url("images/icon_link.png") no-repeat 5px center;
	*/
	border-bottom:2px solid #ffa800;
	padding:3px 0px 3px 5px;
	color:#545454;
	margin-bottom:5px;
}

ul.xoxo li.brlink {
	border-bottom:1px dotted #ccc;
}

ul.xoxo li.brlink a {
	display:block;
	padding:5px;
	background:#ffffff url("images/arrow_01.png") no-repeat 655px center;
}

ul.xoxo li.brlink a:hover {
	background:#f0f0f0 url("images/arrow_01.png") no-repeat 655px center;
}

/* 公式ブログ・特集ブログ一覧ページ */

ul.category_blog_list {
	overflow:hidden;
	margin-bottom:20px;
}

ul.category_blog_list li {
	border-bottom:1px dotted #ccc;
}


ul.category_blog_list li a {
	display:block;
	padding:5px;
	background:#ffffff url("images/arrow_01.png") no-repeat 655px center;
}

ul.category_blog_list li a:hover {
	background:#f0f0f0 url("images/arrow_01.png") no-repeat 655px center;
}

ul.category_blog_list li p.date {
	font-weight: bold;
	color: #ff9900;
}

ul.category_blog_list li p.none {
	display:block;
	padding:5px;
}

.category_list_link {
	margin-top:5px;
	overflow:hidden;
	margin-bottom:20px;
}

.category_list_link a.btn01 {
	padding:3px 5px;
	border-radius:5px;
	background:#b3b3b3;	
	box-shadow: 2px 2px 2px 0 #999 inset;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	width: auto;
}


.category_list_link a.btn01:hover {
	text-decoration:none;
	background:#999999;
	box-shadow: none;
}


/* コメント */

.comments-area {
	overflow:hidden;
	margin-top:30px;
}

.comments-area h3.comment-reply-title,
.comments-area h2.comments-title {
	font-size:130%;
	padding-bottom:3px;
	border-bottom:1px dashed #e5e5e5;
	margin-bottom:15px;
}

.comments-area .comment-notes,
.comments-area .logged-in-as {
	margin-bottom:10px;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
	margin-bottom:5px;
}


.comments-area label {
	margin-bottom:5px;
	display:inline-block;
	font-size:110%;
	font-weight:bold;
}

.comments-area input[type="text"] {
	width:calc(100% - 14px);
	border:1px solid #ccc;
	padding:5px;
}

.comments-area textarea#comment {
	width:calc(100% - 14px);
	border:1px solid #ccc;
	padding:5px;
	height:200px;
	margin-bottom:10px;
}

.comments-area .form-allowed-tags {
	margin-bottom:10px;
	color:#777;
}

.comments-area .form-submit {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.comments-area input[type="submit"] {
	font-size:130%;
	color:#fff;
	border:1px solid #ee5f00;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	width:300px;
	text-align:center;
	box-shadow:inset 0 0px 3px 1px rgba(255,255,255,0.5);
	background: linear-gradient(
	to bottom,
	rgba(255, 136, 0, 0) 0%,
	rgba(250, 80, 0, 1) 100%
);
	background-color: rgba(255, 136, 0, 1);
	cursor:pointer;
}

.comments-area input[type="submit"]:hover {
background-color: rgba(230, 105, 30, 1);
}


.comments-link {
	display:none;
}

.comments-area header.comment-author {
	overflow:hidden;
	padding:10px;
	margin-bottom:10px;
	background:#f5f5f5;
	
}

.comments-area .comment-content {
	overflow:hidden;
	padding:10px;
	border:1px solid #f0f0f0;
	margin-bottom:5px;
}

.comments-area .comment-awaiting-moderation {
	margin-bottom:5px;
}

.comments-area ol.commentlist li.comment {
	margin-bottom:15px;
}

.comments-area .reply {
	overflow:hidden;
	padding:5px;
	margin:10px 0;
	border:1px solid #ccc;
	background: linear-gradient(
	to bottom,
	rgba(204, 204, 204, 0) 0%,
	rgba(204, 204, 204, 1) 100%
);
	background-color: rgba(255, 255, 255, 1);
	cursor:pointer;
	display:inline-block;
}

.comments-area .reply:hover {
	background-color:rgba(204, 204, 204, 1);
}