@charset "utf-8";

	
/*body {
	font-size: 0.8125em;
	line-height: 1.8;
	background: #f5f5f5;
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(../images/bg.gif);
}*/

body{
	font-size: 0.8125em;
}

abbr {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 10px;
}

h1,
h2,
h3,
h4 { font-weight: bold;font-size: 100%; }

/*h1 { font-size: 150%; }

h2 { font-size: 125%; }

h3 { font-size: 110%; }*/

p { margin: 12px 0px; }

fieldset {
	margin: 1em 0;
	border-radius: 0.5em;
	padding: 0.5em 1em;
	border-style: solid;
}

legend {
	font-weight: bold;
	font-size: 125%;
	padding: 0 1em;
}

a { color: #692d38; }

a:hover { text-decoration: none; }

a img { border: none; }

strong { font-weight: bold; }

em { font-style: italic; }

form {
	margin: 0;
	padding: 0;
}

input {
	font-size: inherit;
	margin: 0.125em;
}

input[type="submit"] {
	/*background-color: #871313;
	color: #eee;*/
	border: none;
	border-radius: 0.25em;
	cursor: pointer;
}

input[type="submit"]:hover {
	/*background-color: #c80000;
	color: #fff;*/
}

textarea {
	font-size: inherit;
	margin: 0.125em;
	box-sizing: border-box;
	max-width: 98% !important;
}

option { font-size: inherit; }

select {
	font-size: inherit;
	/*max-width: 10em;*/
}

label{
	padding-right: 1em;
	min-width: 10em;
	display: inline-block;
}

#wrap {
	margin: 0px auto;
	padding-top: 20px;
	height: auto;
	clear: both;
	width: 970px;
}

.layout {
	padding: 0 10px;
	width: 950px;
	margin: 0 auto;
}

.header_body {
	width: 930px;
	margin: 0 10px;
}

#global_navi { padding: 0 10px; }

#category_navi { padding: 0 10px; }

#bread {
	padding: 10px;
	padding-top: 0;
	margin: 0;
	margin-top: -10px;
	width: auto;
}

#banner {
	width: 930px;
	margin-top: 0;
	margin-bottom: 20px;
}

#banner p { margin: 0; }

#banner2 {
	width: 710px;
	margin-top: 0;
	margin-bottom: 20px;
}

#banner2 p { margin: 0; }

.widget {
	list-style: none;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 175px;
	padding: 0;
}

#left_wrap {
	float: left;
	width: 650px;
	padding: 0;
}

#right {
	width: 300px;
	float: right;
	/*overflow: hidden;*/
}

#left_wrap #center {
	float: right;
	width: 455px;
}

#center {
	float: left;
	/*overflow: hidden;*/
	width: 650px;
}

.three_column_layout { width: 490px; }

.two_column_layout { width: 710px; }

.one_column_layout { width: 930px; }

.main_content .col_group {
	margin: 0 -10px;
	clear: both;
}

.main_content .col {
	float:left;
	margin: 0 10px;
	_margin: 0 15px 0 5px;
	_overflow: hidden;
}

.one_column_layout .main_content .col_group {
	width: 950px;
	_width: 960px;
}

.one_column_layout .main_content .col_group_2 .col { width: 455px; }

.one_column_layout .main_content .col_group_3 .col { width: 296px; }

.one_column_layout .main_content .col_group_4 .col { width: 217px; }

.two_column_layout .main_content .col_group {
	width: 730px;
	_width: 740px;
}

.two_column_layout .main_content .col_group_2 .col { width: 345px; }

.two_column_layout .main_content .col_group_3 .col { width: 223px; }

.two_column_layout .main_content .col_group_4 .col { width: 162px; }

.three_column_layout .main_content .col_group {
	width: 730px;
	_width: 740px;
}

.three_column_layout .main_content .col_group_2 .col { width: 235px; }

.three_column_layout .main_content .col_group_3 .col { width: 150px; }

.three_column_layout .main_content .col_group_4 .col { width: 107px; }

/*#to_page_top {
	margin: 10px;
	margin-top: 0;
}*/

#footer_content {
	width: 930px;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 20px;
}

#footer_content p { margin: 0; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



* { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* NEW!!!!*/

.paper_title{
	background-color: rgba(0,0,0,0.05);
	padding: 3px 10px;
}


.ranking_by_user_body{
	padding: 10px;
}



#center .ranking_by_user_body .widgettitle_wrap {
	background-color: #632531;
	color: #fff;
	text-align: center;
}


#center .ranking_by_user_body .widgettitle {
	color: #fff;
	padding: 0;
}

#center .ranking_by_user_body .widget_ranking_by_user .widgettitle .inner {
	background-image: none;
	padding-left: 0;
}



/*.comment_body{
	padding: 10px;
}*/




/**********	テーブル	**********/

.common {
	margin: 0px 1px 20px 1px;
	border-collapse: collapse;
	width: 99.8%;
}

.common th {
	border: #fff 1px solid;
	padding: 0.5em;
	text-align: left;
	font-weight: normal;
	background-color: #f2eaeb;
	color: #333;
}

.common td {
	border: #fff 1px solid;
	padding: 0.5em;
	background-color: #f0f0f0;
}

.form_table {
	border: #7f2f3e 1px solid;
	width: 99.0%;
	margin: 0px 2px 20px 2px;
}

.form_table th {
	background-color: #f2eaeb;
	color: #333;
	border-bottom: #ccc 1px dotted;
	padding: 0.5em 0.75em;
	text-align: left;
	width: 25%;
	vertical-align: top;
}

.form_table td {
	border-bottom: #ccc 1px dotted;
	padding: 0.5em 0.75em;
	vertical-align: top;
}

.form_table fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.form_table .ib {
	line-height: 1.5;
}


.dotted_border_table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

/*.dotted_border td, .dotted_border th{
	border-bottom: #ccc 1px dotted;
	padding: 0.5em;
}*/

.dotted_border > td{
	border-bottom: #ccc 1px dotted;
	padding: 0.5em;
}


/**********	その他	**********/

.center{
	text-align: center;
}

.important {
	font-weight: bold;
	color: #ff0000;
}

.required {
	color: #91555f;
	font-size: 75%;
	float: right;
	border: #893b4a 1px solid;
	border-radius: 0.25em;
	padding: 0em 0.25em;
	margin: 0.25em 0 0 1em;
}






.checkbox{
	display: inline-block;
	margin-right: 1em;
	min-width: 9em;
}




h3 .required {
	float: none;
	margin-left: 1em;
	vertical-align: middle;
}


.more-link {
	display: inline-block;
	_display: block;
	overflow: hidden;
	margin: 5px 0px;
	font-size: 11px;
	background: url(../images/more_bg.png);
	_background: url(../images/more_bg.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.jirei {
	float: left;
	width: 210px;
	padding-left: 20px;
	_padding-left: 10px;
	padding-bottom: 20px;
}

.lh { font-size: 1.333333333333333em; }

td font img { margin:0 2em; }

#ssba a img {
	width: 20px !important;
	margin: 0 !important;
}

.note {
	display: block;
	font-size: 82.5%;
	color: #666;
}


.search_tb{
	width: 140px;
}



@media screen and (max-width: 860px) {

.form_table{
	display: block;
	width: 100%;
}


.form_table thead, .form_table tbody, .form_table tr, .form_table th, .form_table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

}

#header_wrap {
	margin-bottom: 0;
	padding: 9px 0 5px 0;
	clear: both;
	overflow: hidden;
	background: url(../images/header_bg.png);
	background: url(../images/header_bg2.gif);
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-color: #632531;
}

#header {
	width: 970px;
	margin: 0 auto;
	color: #fff;
}

#logo {
	cursor: pointer;
	float: left;
	width: 307px;
	margin: 0 auto 0 0;
}

#header_cont2 {
	width: 663px;
	float: right;
	margin: 0;
	padding: 0;
	height: auto;
}

#header_cont2 a {
	color: #fff;
}

#header_cont2 div {
	margin: 0;
	padding: 0;
}

#header_cont2_in {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

#header_cont2_in td {
	padding: 0;
	height: 50px;
	vertical-align: middle;
}

/*#header_cont2_in td a{
}*/

.to_home{
	text-decoration: none;
	margin-right: 10px;
	background-image: url(../images/home_bg.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 1.25em;
	background-size: .825em .825em;
	display: inline-block;
	/*margin-bottom: 10px;*/
}

.to_home:hover{
	text-decoration: underline;
}

#header_cont2_in .google_search_box {
	text-align: center;
}

#header_cont2_in .google_adsense {
	text-align: right;
	width: 468px;
	padding: 0;
}

#header_cont2_in .q {
	width: 130px;
}

#header_cont2_in input[type="submit"] {
	background-color: #450606;
	color: #ff;
}

#header_cont2 form {
	margin: 0;
	padding: 0;
}

#header_cont2 .input_user_login,
#header_cont2 .input_user_pass {
	width: 15em;
	margin: 0;
	padding: 0;
}

#header_cont2 p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#header_cont2 .mypage_submit {
	color: #ff;
	text-decoration: none;
	background-image: url(../images/logout_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #450606;
	padding: 0.125em 25px 0.125em 0.5em;
	white-space: nowrap;
}

#header_cont2 .mypage_submit:hover {
	background-color: #c80000;
}

.to_regist,
.to_profile_edit {
	text-decoration: none;
	background-image: url(../images/show_all_link_foot_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
	white-space: nowrap;
	display: inline-block;
}

.to_regist:hover,
.to_profile_edit:hover { 
	text-decoration: underline;
}

#header_cont2 .error_wrap {
	display: none;
}

#header_cont2 .error_wrap:hover {
}

/************************************************************************************************/


#theme_list_wrap_wrap1{
	background-image:url(../images/theme_list_wrap_wrap1_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #dedede;
}


#theme_list_wrap_wrap2{
	/*margin-bottom: 20px;*/
	background-image:url(../images/theme_list_wrap_wrap2_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #dfdfdf;
}

.theme_list_wrap_wrap{
	background-color: #f9f9f9;
	border-bottom: #ccc 1px solid;
}

.theme_list_wrap{
	margin: 0 auto;
	width: 970px;
	display: table;
	border-collapse: collapse;
}

.theme_list {
	overflow: hidden;
	display: table-row;
}

/*
.min_hight {
	width:0px;
	height: 2.25em;
	vertical-align:middle;
	display:inline-block;
*display: inline;
*zoom: 1;
}
*/

.theme_list .menu-item {
	width: 10%;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.theme_list .menu-item a {
	color: #632531;
	text-decoration: none;
	display: table;
	width: 100%;
}

.theme_list .menu-item a:hover {
	color: #fff;
	background-color: #632531;
}

.theme_list .menu-item a .item_text{
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 11px;
	line-height: 1.25;
	/*font-weight: bold;*/
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 19px;	
	cursor: pointer;
	white-space: nowrap;
}

/*.theme_list .menu-item a .in { 
	display: inline-block;
	white-space: nowrap;
	*display: inline;
	*zoom: 1;
}*/

.theme_list .menu-item .menu_text {
	display: inline-block;
	line-height: 1.125em !important;
	cursor: pointer;
	/*background-color: fff;*/
	*display: inline;
	*zoom: 1;
}



.theme_list .featured {
	background-image: url(../images/featured_bg.png);
	background-color: #a98349;
}

.theme_list .featured a {
	color: #fff;
}



*:first-child+html .theme_list .menu-item{
	line-height: 1.125em !important;
}

*:first-child+html .theme_list .menu-item .menu_text{
	
	margin: -1px 0 0 0 !important;
	padding: 0 !important;
	line-height: 1.25em !important;
}

*:first-child+html .theme_list .menu-item a {
	height: 3.25em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#theme_list .menu-item-home .menu_text {
	display: inline-block;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	font-size: 0px;
	vertical-align:middle;

	*display: inline;
	*zoom: 1;
}

*:first-child+html .theme_list .menu-item-home .menu_text {
	margin-top: 7px !important;
}

.theme_list .menu-item-294 a { background-image: url(../images/theme_tab_event_bg.gif); overflow: }

*:first-child+html .theme_list .menu-item-294 a {
}


.theme_list .menu-item a:hover,
.theme_list .menu-item a.current {
	/*background-image: url(../images/theme_tab_current_bg.gif);*/
	background-repeat: repeat-x;
	background-color: rgba(115,10,10,0.8);
	color: #fff;
}

.theme_list .current-menu-item a,
.theme_list .current-menu-item a:hover

{
	/*background-image: url(../images/theme_tab_current_bg.gif);*/
	background-repeat: repeat-x;
	background-color: rgba(115,10,10,0.9);
	color: #fff;
}























































/***** WIDGETS *****/


#center .widget a {
	text-decoration: none;
}

#center .widget a:hover {
	text-decoration: underline;
}

/***** 枠線 *****/

#center .widget ul,
#center .widget_calendar div,
#center .widget_search div,
#center .widget .textwidget,
#center .widget_tag_cloud div {
}

#center .widget_calendar th,
#center .widget_calendar td {
}


/**** カテゴリー ****/

#center .widget ul {
	margin: 0 0 0.25em 0;
	padding: 0;
}

#center .widget ul li {
	list-style: none;
	padding: 0.25em 0;
	margin: 1px 0 -1px 0;
	line-height: 150%;
}


/***** 子カテゴリー *****/

#center .widget ul li ul {
	padding: 0;
	margin: 0 0 -6px 0;
	background: none !important;
	border: none;
}

#center .widget ul li ul li {
	margin: 0;
	padding: 4px 4px 4px 8px;
	list-style: none;
	background: url(../images/sidebar_bullet1.gif);
	background-position: 0 0.833em;
	background-repeat: no-repeat;
	border-width: 0;
}

#center .postform {
	margin: 0.5em 0;
}

/***** Calendar *****/

/*#center .widget_calendar div {
	margin: 0;
	padding: 0 0.2%;
	text-align: center;
}

#center .widget_calendar table {
	width: 95%;
	margin: 0;
	border-collapse: collapse;
	margin: auto;
}

#center .widget_calendar caption {
	font-weight: bold;
	text-align: center;
}

#center .widget_calendar th {
	text-align: center;
	font-weight: normal;
}

#center .widget_calendar td {
	padding: 0;
	height: 2em;
	text-align: center;
	vertical-align: middle;
}

#center .widget_calendar tfoot td {
	background: none;
	border-width: 0px;
}

#center .widget_calendar tfoot td a {
	background: none;
	border-width: 0px;
}

#center .widget_calendar td a {
	padding: 1px 2px;
	letter-spacing: 0px;
	margin: 0px;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}*/

/***** Search *****/

/*#center .widget_search {
	clear: both;
	background-color: transparent !important;
}

#center .widget_search div {
	padding: 0.5em 0;
	margin-bottom: 0em !important;
}

#center .widget_search #searchsubmit {
	margin: 0 0 0 2.5%;
	padding: 0.5%;
	width: 25%;
}

#center .widget_search #s {
	width: 60%;
	padding: 0.5%;
	margin: 0 0 0 2.5%;
}*/

/***** リンク *****/

/*#center .widget_links ul a {
	display: inline-block;
	clear: right;
}*/

/***** テキスト *****/

/*#center .textwidget {
	padding: 0.5em;
	clear: both;
}
*/

/***** タグクラウド *****/

/*.widget_tag_cloud div {
	padding: 0.5em;
	margin-bottom: -1px;
}
*/


.widget_minimalnewswidget br {
	line-height: 0px;
}

.after_title {
	line-height: 0;
}

.widget .post_date {
	padding-right: 1.0em;
}

.widget .post_title a {
	color: #632531 !important;
	text-decoration: underline;
}

.widget .post_title a:hover {
	text-decoration: none;
}

#center .show_all_link_head {
	float: right;
	font-size: 75%;
}

/***** オピニオン一覧 *****/

#center .widget_new_thread_by_taxonomy ul,
#center .widget_new_comment_by_taxonomy ul {
	margin: 0 -5px 1em -5px;
	padding: 0;
}

#center .widget_new_thread_by_taxonomy .post_item_excerpt,
#center .widget_new_comment_by_taxonomy .post_item_excerpt {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}



#center .widget_new_thread_by_taxonomy .thread_title,
#center .widget_new_comment_by_taxonomy .thread_title {
	font-weight: bold;
}

#center .widget_new_thread_by_taxonomy .post_item_odd,
#center .widget_new_comment_by_taxonomy .post_item_odd {

}

#center .widget_new_thread_by_taxonomy .post_body,
#center .widget_new_comment_by_taxonomy .post_body {
	font-size: 87.5%;
}










































/***** WIDGETS *****/

.sidebar .widget {
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}


/**** カテゴリー ****/

#right .widget ul li {
	list-style: none;
	padding: 0.25em 1em;
}


/***** 子カテゴリー *****/

#right .widget ul li ul {
	padding: 0;
	margin: 0 0 -6px 0;
	background: none !important;
	border: none;
}

#right .widget ul li ul li {
	margin: 0;
	padding: 4px 4px 4px 8px;
	list-style: none;
	background: url(../images/sidebar_bullet1.gif);
	background-position: 0 0.833em;
	background-repeat: no-repeat;
	border-width: 0;
}

#right .postform {
	margin: 0.5em 0;
}

/***** Calendar *****/

.widget_calendar div {
	margin: 0;
	padding: 0 0.2%;
	text-align: center;
}

.widget_calendar table {
	width: 95%;
	margin: 0;
	border-collapse: collapse;
	margin: auto;
}

.widget_calendar caption {
	font-weight: bold;
	text-align: center;
}

.widget_calendar th {
	text-align: center;
	font-weight: normal;
}

.widget_calendar td {
	padding: 0;
	height: 2em;
	text-align: center;
	vertical-align: middle;
}

.widget_calendar tfoot td {
	background: none;
	border-width: 0px;
}

.widget_calendar tfoot td a {
	background: none;
	border-width: 0px;
}

.widget_calendar td a {
	padding: 1px 2px;
	letter-spacing: 0px;
	margin: 0px;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

/***** Search *****/

.widget_search {
	clear: both;
	background-color: transparent !important;
}

.widget_search div {
	padding: 0.5em 0;
	margin-bottom: 0em !important;
}

.widget_search #searchsubmit {
	margin: 0 0 0 2.5%;
	padding: 0.5%;
	width: 25%;
}

.widget_search #s {
	width: 60%;
	padding: 0.5%;
	margin: 0 0 0 2.5%;
}

/***** リンク *****/

.widget_links ul a {
	display: inline-block;
	clear: right;
}

/***** テキスト *****/

.textwidget {
	clear: both;
	overflow: hidden;
}

/***** タグクラウド *****/

.widget_tag_cloud div {
	overflow: hidden;
	padding: 0.5em;
	margin-bottom: -1px;
}




/***********************************************************************/


.ll_menu_item_normal{
	background-image: url(../images/ll_menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 13px;
	margin-bottom: 5px;
}



.ll_menu_item_prime{
	background-image: url(../images/ll_menu_item_prime_bg.gif);
	width: 270px;
	height: 46px;
	display: table;
	color: transparent;
	margin-bottom: 5px;
}

.ll_menu_item_prime:hover{
	text-decoration: none;
}


.ll_menu_item_prime .ll_menu_item_text{
	text-decoration: none;
	padding: 0 35px 0 32px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 12px 50%;
}

.ll_menu_item_prime:hover .ll_menu_item_text{
	text-decoration: none;
	background-color: rgba(255,255,255,0.15);
	transition-duration: 0.2s;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
}

.ll_menu_item_text_mypage{
	background-image: url(../images/ll_menu_item_text_mypage_bg.gif);
}

.ll_menu_item_text_thread_insert , .ll_menu_item_text_information_insert{
	background-image: url(../images/ll_menu_item_text_thread_insert_bg.gif);
}

.ll_menu_item_text_fun_list{
	background-image: url(../images/ll_menu_item_text_bookmark_bg.gif);
}

.ll_menu_item_text_messenger, .ll_menu_item_text_inbox{
	background-image: url(../images/ll_menu_item_text_messenger_bg.gif);
}










.widget_minimalnewswidget br {
	line-height: 0px;
}

.after_title {
	line-height: 0;
}

.widget .post_date {
	padding-right: 1.0em;
}

.widget .post_title a {
	color: #632531 !important;
	text-decoration: underline;
}

.widget .post_title a:hover {
	text-decoration: none;
}

.widget_gdtt_termslist {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.widget_gdtt_termslist .widgettitle_wrap {
	display: none;
}

.widget_gdtt_termslist ul {
	margin: 0;
	padding: 0;
}

.widget_gdtt_termslist li {
	width: 9.8%;
	height: 2em;
	margin: 0 1px 0 0 !important;
	padding: 10px 0 !important;
	background-image: url(../images/theme_tab_bg.gif);
	background-repeat: repeat-x;
	background-color: #41403c;
	color: #fff;
	font-size: 75%;
	line-height: 1 !important;
	text-align: center;
	list-style: none;
	vertical-align: middle;
	border-radius: 10px 10px 0 0;
	display: inline-block;
	float: left;
}

.widget_gdtt_termslist li a {
	color: #fff !important;
	display: block;
	text-decoration: none;
}

#right .show_all_link_head {
	float: right;
	font-size: 75%;
}

/***********************************************************************/


.widget_ranking .widgettitle .inner {
	background-image: url(../images/right_widgettitle_ranking_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding: 0 0 0 25px;
}



/*#ranking_tabs2, #info_tabs2, */

.the_tabs {
	margin: 1px 0 0 0;
	padding: 0;
	overflow: hidden;
	display: table;
	width: 100%;
    border-collapse: separate;
    border-spacing: 1px 0;
}

/*.ranking_tab, .info_tab, */

.tab {
	width: 33.3333%;
	/*float: left;*/
	background-color: #777474;
	padding: 0.5em 0 0.25em 0;
	line-height: 1.25em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: table-cell;
	/*box-sizing: border-box;*/
	vertical-align: middle;
}


#right .tab {
	font-size: 75%;
}

#center .tab {
	font-size: 87.5%;
}

#center .tab_in {
	padding: 5px 0;
}


#center .widget_ranking .tab {
	border-radius: 5px 5px 0 0;
	/*padding: 5px 5px 5px 35px;*/
	padding-left: 35px;
	background-image: url(../images/center_widge_ranking_tab_off_bg.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

#center .widget_ranking .tab_current {
	background-image: url(../images/center_widge_ranking_tab_on_bg.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
}


/*.ranking_tab_current,
.ranking_tab:hover,
.info_tab_current,
.info_tab:hover,*/

.tab_current,
.tab:hover
{
	background-color: #632531;
}



.tab_in {
	display: block;
}

.box {
	border: #e0e0e0 1px solid;
	border-top: none;
	overflow: hidden;
	/*background-color: #fff;*/
}


.search_form_wrap .tab {
	background-color: #e8e8e8;
	margin: 0 0.5% 0 0.5%;
	padding: 0.5em 0 0.25em 0;
	line-height: 1.25em;
	text-align: center;
	cursor: pointer;
	color: #333;
}


.search_form_wrap .the_tabs {
	padding: 0;
	overflow: hidden;
    border-spacing: 5px 0;
}

.search_form_wrap .box{
	margin: 0 5px;
	padding: 0 5px;
	border: none;
	background-color: #c0d3e9;
}

.search_form_wrap .box_in{
	background-color: #c0d3e9;
	padding: 0px;
	overflow: hidden;
}

.search_form_wrap .tab_in{
	color: #222;

}

.search_form_wrap .tab_current,
.search_form_wrap .tab:hover {
	background-color: #c0d3e9;
}




/***********************************************************************/

#right .error_wrap {
	border: #eaa 3px solid;
	border-radius: 0.25em;
	padding: 0.5em;
}

#right .error_wrap li {
	border: none !important;
	color: #f00;
}

#right .search_form_wrap {
	padding-top: 0.25em;
}

#right .search_form_title {
	margin: 0.5em 0;
}

#right .search_form_title_inner {
	font-size: 1em;
	line-height: 2.25em;
}

#right .search_form_wrap label {
	display: inline-block;
	clear: both;
}

#right .search_form_wrap .search_cond_item {
	display: inline-block;
	margin: 0.25em 0.25em 0.25em 0;
}

.widget_inner_sub_title{
	background-color: #632531;
	color: #fff;
	font-weight: bold;
	padding: 0.25em 0.5em 0.25em 30px;
	margin: 0;

	background-image: url(../images/search_form_title2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 50%;

}


.widget_inner_sub_body{
	padding: 0.25em 0.5em;
}























































/***** WIDGETS *****/

.widget {
	list-style: none;
}

.sidebar .widget a {
	text-decoration: none;
}

.sidebar .widget a:hover {
	text-decoration: underline;
}

/***** ウィジェットヘッダー *****/

.widgettitle_wrap {
	clear: both;
}

.sidebar .widgettitle {
	background-color: #632531;
	padding: 0.25em 0.5em;
	margin: 0;
	display: block;
	overflow: hidden;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

.widgettitle .inner {
	display: block;
}

.widgettitle img {
	vertical-align: middle;
	margin: 0;
}

/**** カテゴリー ****/

.sidebar .widget ul {
	margin: 0;
	padding: 0;
}

.sidebar .widget ul li {
	list-style: none;
	/*padding: 0.25em;*/
	margin: 0;
	border-top: #ccc 1px dotted;
	overflow: hidden;
}

.sidebar .widget ul li:first-child {
	border-top: none;
}

/***** 子カテゴリー *****/

#left .widget ul li ul {
	padding: 0;
	margin: 0 0 -6px 0;
	background: none !important;
	border: none;
}

#left .widget ul li ul li {
	margin: 0;
	padding: 4px 4px 4px 8px;
	list-style: none;
	background: url(../images/sidebar_bullet1.gif);
	background-position: 0 0.833em;
	background-repeat: no-repeat;
	border-width: 0;
}

#left .postform {
	margin: 0.5em 0;
}

#left .show_all_link_head {
	float: right;
	font-size: 75%;
}

.widget_new_comment_by_user .comment_item {
	padding: 0.25em 0.5em 0.5em 0.5em;
	line-height: 1.5em;
}

.widget_new_comment_by_user .comment_list_comment {
	padding: 0.25em 0;
	display: inline-block;
}

.post_of_comment {
	font-size: 0.825em;
	line-height: 1.5;
	display: block;
	border: #eee 1px solid;
	background-color: #f8f8f8;
	padding: 0.25em;
	width: auto;
}

.post_of_comment_title {
	margin-bottom: 0.5em;
	display: inline-block;
}

#left .widget_new_thread_by_user .post_item ,

#left .widget_new_information_by_user .post_item 

{
	padding: 0.75em 0.5em 0.25em 0.5em;
	line-height: 1.25em;
}

#left .widget_new_thread_by_user .post_body {
	font-size: 75%;
	display: block;
	padding: 0.25em;
	width: auto;
}

.no_post_text {
	text-align: center;
	color: #ccc;
	margin: 0;
	padding: 20px;
}

.show_all_foot {
	background-color: #f8f8f8;
	padding: 0.125em 0.5em;
	text-align: right;
	margin: 0;
	border-top: #ccc 1px dotted;
}


#center .show_all_foot {
	border-top: none;
}

.show_all_link_foot {
	background-image: url(../images/show_all_link_foot_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
}

#left .thread_info_item_comments_number {
	font-size: 1em;
}

#left .thread_info_item_point {
	font-size: 1em;
}


.ranking_by_user_rank {
	float: right;
	display: inline-block;
}

.ranking_by_user_asis {
	text-align: right;
	color: #999;
	font-size: 87.5%;
}

.widget_ranking_by_user li:nth-child(odd){
	background-color: #f5f5f5;
}

.widget_ranking_by_user li.ranking_by_user_span {
	background-color: #f2eaeb;
}


.sidebar .widget_login_form {
	background-color: #632531;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	padding: 0.5em 1em;
}

.widget_login_form ul {
	margin: 0;
	padding: 0;
}

.widget_login_form ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_login_form fieldset {
	border: 0;
	margin: 5px 0 0 0;
	padding: 0;
}

.widget_login_form fieldset div {
	display: inline;
}

.login_user {
	display: inline-block;
	font-weight: bold;
	float: left;
}

.login_user a {
	color: #fff;
	text-decoration: underline;
}

.logout_button {
	background-image: url(../images/logout_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 20px;
	background-color: #e6e6e6;
	display: inline-block;
	float: right;
}

.logout_button a {
	background-color: #fff;
	color: #812f3f;
	text-decoration: none;
	padding: 0.25em;
	white-space: nowrap;
	line-height: 1.5;
	display: inline-block;
	font-size: 82.5%;
}

.logout_button a:hover {
	text-decoration: none !important;
	color: #a00;
}

.widget_ranking_by_user li {
	padding-left: 5px;
	padding-right: 5px;
}
































.post_list_post_title {
	display: block;
	margin: 0.25em 1em 0.25em 0;
	list-style: none;
	background-image: url(../images/the_content_ul_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	font-weight: bold;
}

.post_list_item {
	border: #eee 5px solid;
	margin-bottom: 1em;
	padding: 0.825em;
	overflow: hidden;
}

.post_list_thumb {
	vertical-align: top;
	text-align: center !important;
}

.post_list_content {
	vertical-align: top;
	padding-left: 20px;
}

.post_list_thumb img {
	margin: 0 auto !important;
	float: none;
}

.no_image {
	border-width: 1px;
	border-style: solid;
	margin: 0.83em 0 !important;
	font-size: 10px;
}


#center .before_title { display: none; }

#center .textwidget { padding: 0.5em 0; }

#center .widget_calendar table { width: 100%; }

#center .widget_search div { }

/**********	記事管理	**********/

.panel {
	padding: 10px 0px 0px 10px;
	margin: 10px 10px 2.0em 10px;
	font-size: 82.5%;
	clear: both;
	text-align: center;
}

.post_meta {
	font-size: 0.825em;
	padding: 0.5em;
	margin: 0 0 1em 0;
	border-bottom: #ccc 1px solid;
	text-align: right;
	overflow: hidden;
}

.meta_set_wrap { display: inline-block; }

.single_thread_post_date {
	display: inline-block;
	float: right;
	margin-left: 1em;
}

.post_meta .post_terms { display: block; }

.post_meta2 {
	font-size: 82.5%;
	padding: 0.5em;
	margin: 0.5em 0;
	border-top: #ccc 1px solid;
	text-align: right;
	clear: both;
}

.comm a {
	font-size: 0.8333333333333333em;
	text-decoration:none;
	background:url(../images/man.gif) no-repeat;
	background-position: 0% 0%;
	padding: 0 10px 0 19px;
}

.edit a {
	font-size: 82.5%;
	text-decoration:none;
	background:url(../images/edit.gif) no-repeat;
	background-position: 0% 100%;
	padding: 0 10px 0 15px;
}

/**********	前後ページへ	**********/

.navigation {
	text-align: center;
	margin: 10px 0;
}

.navigation .alignleft {
	float: left;
	padding: 0;
	margin: 0;
}

.navigation .alignright {
	float: right;
	padding: 0;
	margin: 0;
}

.navigation div a {
	display: block;
	margin: 5px 10px;
	font-size: 11px;
	background: url(../images/more_bg.png);
	_background: url(../images/more_bg.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.page_number_panel,
.next_prev_panel { margin-right: 20px; }

.page_number_panel a,
.next_prev_panel a { text-decoration: none; }

.page_number {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.5em;
	background: url(../images/widget_header_bg.png);
	_background: url(../images/widget_header_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	margin-right: 0.25em;
}



.thread_title_wrap { margin-bottom: 0; }


.page_title a {
	/*color: #fff;*/
	text-decoration: none;
	color: inherit;
}

.subtitle {
	font-size: 75%;
	display: block;
}




#footer_navi_wrap {
	margin-top: 1.75em;
	overflow: hidden;
}

#footer_navi {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#footer_navi li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footer_navi li a {
	display: inline-block;
	background-image: url(../images/footer_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	margin: 0 1em 0 0;
	text-decoration: none;
	color: #333;
}

#footer_navi li a:hover { text-decoration: underline; }

#to_page_top {
	text-align: right;
	display: inline-block;
	float: right;
	width: 200px;
}

#to_page_top a {
	text-decoration: none;
	display: inline-block;
	background-color: #632531;
	color: #fff;
	padding: 0.125em 1.25em;
	border-radius: 0.5em 0.5em 0 0;
}

#footer_content {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

#footer {
	margin: 0 auto;
	padding: 40px 0;
	/*background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;*/
	background-color: #292727;
}

#footer p { margin: auto auto 10px auto; }

#credit {
	padding: 0;
	font-size: 0.825em;
	text-align: center;
	color: #fff;
}


#comment {
	width: 98%;
}

.comment_item_head {
	background-color: #eee;
	width: 100%;
	margin-bottom: 10px;
}

.comment_item_head .avatar_wrap {
	width: 62px;
	text-align: center;
	vertical-align: top;
	padding: 10px 0;
}

.comment_author_meta {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.comment_author_meta dt {
	display: inline-block;
	background-color: #666;
	color: #fff;
	margin: 0;
	padding: 0 0.5em;
	border-radius: 0.125em;
	line-height: normal;
	font-size: 75%;
}

.comment_author_meta dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.replay_lists {
	padding: 10px;
	margin: -10px 0 20px 0;
	border-left: #e4dddd 5px solid;
	background-color: rgba(255,255,255,0.5);
}

.show_comment_children{
	background-color: #dbb;
}

/*author*/


#bread { clear: both; margin: 0; }

#bread br{
	display: none;
}

#bread a {
	text-decoration: none;
	line-height: 1.2;
}

#bread a:hover { text-decoration: underline; }

/**********	お問い合わせフォーム	**********/

.wpcf7-not-valid-tip {
	background: #fff4f4 !important;
	line-height: 1.2em;
}

.wpcf7-response-output{
	/*border-color: #900 !important;*/
}

.wpcf7-list-item{
	display: block;
}

.wpcf7-text{
	width: 70%;
}

.wpcf7-textarea{
	width: 70%;
}

.the_content span.wpcf7-not-valid-tip {
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 100;
	border: 1px solid #c99;
	width: auto;
	white-space: nowrap;
	padding: 1px 4px;
}


.the_content h1 {
	margin: 0 0 1.667em 0;
	padding: 0.20em 0.5em;
	font-size: 150%;
	font-weight: bold;
	border-width: 0 0 1px 0.4em;
	border-style: solid;
}

.the_content h2 {
	padding: 0.4em 0;
	margin: 0 0 0.8333em 0;
	font-size: 125%;
	font-weight: bold;
	border-bottom: #ccc 2px solid;
	color: #632531;
	clear: both;
}

.the_content h3 {
	font-size: 1.166666666666667em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.8333em 0px;
}

.the_content h4 {
	font-size: 1.083333333333333em;
	font-weight: bold;
	display: block;
	clear: both;
	margin: 0 0 0.8333em 0;
	padding: 0;
}

.the_content p {
	margin: 0 0 0.8333em 0;
}

.the_content blockquote {
	margin: 1.0em 0 1.0em 0;
	padding: 0.8333em 0.8333em 0.01em 0.8333em;
	clear: both;
	background-color: #f4f4f4;
	border-radius: 0.75em;
}

.the_content strong {
	font-weight: bold !important;
}

.the_content hr {
	border: none;
	border-top: #ccc 1px dotted;
	height: 1px;/* for IE6 */
	clear: both;/* for IE6 */
	margin: 1em 0;
}

.the_content ul {
	margin: 1em 0em 1.83em 0em;
	padding: 0;
}

.the_content ul li {
	margin: 0.5em 1em;
	list-style: none;
	background-image: url(../images/the_content_ul_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
}

.the_content ul li ul li {
	margin: 0.5em 1em;
	list-style: disc;
	font-weight: normal;
	background: none;
	padding-left: 0;
}

.the_content ol {
	margin: 1em 0em 1.83em 0em;
	padding: 0 0 0 1em;
}

.the_content ol li {
	margin: 0.5em 1em;
	list-style: decimal;
}

.the_content ol li ol li{
	list-style: lower-roman;
}

/**********	images	**********/

.alignleft {
	float: left;
	margin: 0.5em 2em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 2.0em;
}

.aligncenter {
	margin: 0.5em auto 0.5em auto;
	display: block;
	text-align: center;
	float: none;
	clear: both;
}

.alignnone {
	vertical-align: middle;
}

.wp-caption {
	text-align: center;
	background: #f4f4f4;
	padding: 0.5em 0;
	margin-bottom: 1.83em;
}

.wp-caption img {
	float: none;
	margin: 0 0 0.5em 0;
	text-align: center;
}

.wp-caption-text {
	padding: 0;
	margin: 0 !important;
	font-size: 0.83em;
	line-height: 1.2;
}

.action_alert{
	border: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}


.action_alert legend{
	font-weight: normal;
	font-size: 82.5%;
	padding: 0;
	margin: 0 0 0.5em 0;
}

.user_info_list2 .action_alert label{
	display: block;
}

.tcat_bookmark .action_alert label{
	display: inline-block;
}

.all_check_wrap{

text-align:left; font-weight: normal; vertical-align: middle;
padding-left: 4.5px;
}


.button{
	background-image: url(../images/search_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
	padding: 1px 30px 1px 15px;
	border-radius: 0 !important;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.button:hover{
	background-image: url(../images/search_button_on_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}


.search_button{
	background-image: url(../images/search_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
	padding: 1px 30px 1px 15px;
	border-radius: 0 !important;
}


.content_image{
	max-width: 40%;
	max-height: 40%;
}

.bookmark_menu{
	margin-bottom: 10px;
}

.ip_profile_item{
	display: inline-block;
	margin-right: 1em;
}

.ip_profile_field_head{
	background-color: #812f3f;
	color: #fff;
	font-size: 75%;
	border-radius: 0.25em;
	display: inline-block;
	padding: 0 0.5em;
	margin-right: 0.5em;
}


.ui-datepicker{
	width: 22em !important;
}

.ui-datepicker-year{
	width: 8ex !important;
}

.ui-datepicker-month{
	width: 6ex !important;
}

.list_post_thumbnail {
	/*width: 54px;*/
	/*height: 54px;*/
	width: auto;
	height: auto;
	max-width: 54px;
	max-height: 54px;
}

.gsc-control-wrapper-cse {
	background-color: transparent !important;
}

.new_comment_label {
	display: inline-block;
	background-color: #ffdb00;
	color: #440;
	font-size: 75%;
	border-radius: 0.75em;
	padding: 0.25em 0.5em;
	margin: 0 0.25em 0.5em 0.25em;
	line-height: 1;
	vertical-align: text-top;
}

.deleted {
	font-size: 150%;
	padding: 0;
	text-align: center;
	color: #ccc;
	font-weight: bold;
}

.company_table th {
	width: 8em;
}

.ranking_update_time {
	color: #444;
	text-align: right;
	font-size: 87.5%;
}

.sns_buttons {
	margin-bottom: 1.0em;
}

.profile_card_image_td {
	vertical-align: top;
	text-align: center;
}

.profile_card_meta {
	font-size: 75%;
	padding: 1em 0 0 0;
}

.to_thread_detail_wrap{
	text-align: center;
	clear: both;
}

.to_thread_detail {
	display: inline-block;
	background-color: #a75c6b;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0 1em;
	clear: both;
}

.to_thread_detail:hover {
	background-color: #cc4e67;
}

.to_honbun {
	float: right;
	color: #fff;
	background-color: #900;
	border-radius: 0.25em;
	text-decoration: none;
	cursor: pointer;
	padding: 0 0.5em;
	clear: both;
}

h2 .to_honbun {
	font-size: 0.8em;
	font-weight: normal;
}

.the_content p.search_cond_text {
	display: inline-block;
	padding: 0 2em 0 0;
	margin: 0;
}

.search_hit_num {
	display: block;
	text-align: right;
	padding: 0;
	margin: -20px 0 0 auto;
}

/*#profile_card_wrap {
	padding: 13px 15px;
}*/

.profile_card {
	width: 100%;
}

.no_data {
	font-size: 1.75em;
	padding: 5em 0;
	text-align: center;
	color: #aaa;
	font-weight: bold;
}



.all_comments_link {
	border-radius: 0.25em;
	background-color: #555;
	color: #fff;
	padding: 0.125em 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0em 0;
	background-image: url(../images/author_history_link_bg.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-right: 30px;
	white-space: nowrap;
}

.all_comments_link:hover {
	background-color: #777;
}

.author_history {
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

.author_history .author_history_item {
	margin: 0 7px;
	padding: 0;
	display: inline-block;
}

.author_history_link {
	color: #632531;
	padding: 0 20px 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
	background-color: #ddd;
	background-image: url(../images/author_history_link_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display: inline-block;
}

.author_history_link_current,
.author_history_link:hover {
	color: #fff;
	background-color: #632531;
}

.userposts {
	font-size: 75%;
}

.button_panel,
p.submit {
	text-align: center;
	font-size: 1.25em;
}

.button_panel button,
p.submit .button {
	color: #fff;
	padding: 0.125em 1.25em;
	background-image: url(../images/button-primary_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 36px;
	font-weight: bold;
	border-radius: 0;
	/*border-radius: 0.5em;*/
}

p.submit .withdraw_cancel_button {
	background-image: none;
	padding-left: 1.25em;
	cursor: pointer;
	color: #871313;
}

.dummy_image175 {
	display: inline-block;
	background-image: url(../images/dummy175.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fafafa;
	width: 175px;
	height: 175px;
}

.dummy_image128 {
	display: inline-block;
	background-image: url(../images/dummy128.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fafafa;
	width: 128px;
	height: auto;
}

.dummy_image54 {
	display: inline-block;
	background-image: url(../images/dummy54.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fafafa;
	width: 54px;
	height: 54px;
}

.dummy_image42 {
	display: inline-block;
	background-image: url(../images/dummy42.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fafafa;
	width: 42px;
	height: 42px;
}

.profile_title {
	padding: 5px 10px;
}

.profile_title_inner {
	background-image: url(../images/profile_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 30px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	font-size: 115.3846153846154%;
}

.profile_ip_title_inner {
	background-image: url(../images/profile_ip_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 30px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	font-size: 115.3846153846154%;
}

.profile_title .bookmark {
	font-size: 0.8em;
}

.to_profile_edit_wrap {
	float: right;
	margin: 0 0 0.5em 0;
}

.readmore_link {
	display: inline-block;
}

.profile_ranking {
	margin-right: 1.5em;
	width: 10.5em;
	display: inline-block;
}

.profile th {
	border: #ccc 1px dotted;
	font-weight: normal;
	padding: 0.25em 0.5em;
	text-align: left;
	font-size: 87.5%;
}

.profile td {
	border: #ccc 1px dotted;
	padding: 0.25em 0.5em;
	font-size: 87.5%;
}

.add_fan_button,
.delete_fan_button {
	font-size: 0.825em;
}

.delete_fun_list_button {
	font-weight: bold;
}

.comment_meta .delete {
	font-size: 0.825em;
}

.bloccking {
	background-color: #ccc;
	color: fff;
	display: inline-block;
	border-radius: 0.25em;
	font-size: 0.825em;
}



.button_send_message, .button_send_message_mini{
	font-size: 82.5%;
	letter-spacing: 0;
	line-height: 2.5;
	display: inline-block;
	padding-left: 10px;
	padding-right: 15px;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #2e5d92), to( #1d4571 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2e5d92, #1d4571 ); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #2e5d92, #1d4571 ); /* FF3.6 */
	background-image: -ms-linear-gradient( #2e5d92, #1d4571 ); /* IE10 */
	background-image: -o-linear-gradient( #2e5d92, #1d4571 ); /* Opera 11.10+ */
	background-image: linear-gradient( #2e5d92, #1d4571 );

}

.button_send_message:hover, .button_send_message_mini:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #416388), to( #5077a4 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #416388, #5077a4 ); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #416388, #5077a4 ); /* FF3.6 */
	background-image: -ms-linear-gradient( #416388, #5077a4 ); /* IE10 */
	background-image: -o-linear-gradient( #416388, #5077a4 ); /* Opera 11.10+ */
	background-image: linear-gradient( #416388, #5077a4 );
	
	text-decoration: none !important;
}

.profile_title_inner2 .button_send_message, .profile_title_inner2 .button_send_message_mini{
	line-height: normal;
	font-size: 0.8em;
	border-radius: 0.25em !important;
}

.error {
	border: #c00 2px solid !important;
	padding: 0.5em;
	margin: 0 0 1em 0;
}

.error ul {
	padding: 0;
	margin: 0;
}

.error ul li {
	margin: 0;
}

.success {
	border: #ccc 5px solid !important;
	padding: 0.5em;
	margin: 0 0 1em 0;
}

.success ul {
	padding: 0;
	margin: 0;
}

.success ul li {
	margin: 0;
}

.simple_button_form {
	display: inline-block;
}

.like {
	background-color: #bd334e;
	background-image: url(../images/like_bg.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #fff;
	text-decoration: none;
	border-radius: 0.25em;
	margin: 0.125em;
	padding: 0.125em 1.75em 0.125em 0.5em;
	font-size: 80%;
}

.like:hover {
	background-color: #d00;
}

input.bookmark {
	background-color: #df6f30;
	color: #fff;
	background-image: url(../images/bookmark_bg.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	padding-right: 18px;
	font-size: 80%;
}

input.bookmark:hover {
	text-decoration: none;
	background-color: #ff7f37;
	color: #fff;
}

input.delete_bookmark {
	background-image: url(../images/bookmark_bg_on.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}


.report{
	color: #fff;
	background-color: #666;
	background-image: url(../images/report_thread_bg.gif);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	padding-right: 18px;
	font-size: 80%;
}

.report:hover{
	background-color: #888;
}

/*search_form*/

.search_form_wrap {
	border: #e5e5e5 4px solid;
	padding: 1em 0.5em 1em 0.5em;
	margin-bottom: 1em;
	margin-top: 0.75em;
}

h3.search_form_title {
	background-image: url(../images/search_form_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	clear: both;
}

.search_form_title_inner {
	/*background-color: #fff;*/
	color: #632531;
	font-size: 1.166666666666667em;
	/*font-weight: bold;*/
	margin: 0;
	padding: 0 1em 0 0;
	display: inline-block;
}

.search_result_title {
	text-align: center;
	background-image: url(../images/search_result_title_bg.gif);
	padding: 0;
}

.search_result_title_inner {
	/*background-color: #fff;*/
	color: #700;
	/*font-size: 1.166666666666667em;*/
	font-weight: bold;
	margin: 0;
	padding: 0 1em;
	display: inline-block;
}

/*ranking_link*/


.span_setting_label {
	display: none;
}

.month_year_label {
	display: inline-block;
	float: left;
	margin: 0.5em 0 !important;
}

.span_link_list_wrap {
	display: inline-block;
	float: left;
}

.month_link_item {
	background-position: 0 50% !important;
	margin: 0;
}

.month_link {
}

.month_link a {
}


/*



*/


.month_link {
	clear: both;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.month_link li {
	display: inline-block;
}

.ranking_no_user {
	text-align: center;
	padding: 5em 0;
	color: #ccc;
	font-size: 1.5em;
}

/*tablenav*/

.tablenav,
.adjacent_nav {
	color: #632531;
	padding: 0 0 10px 0;
	line-height: 2em;
	text-align: center;
	margin-top: 20px;
}

.tablenav_head{
	margin-top: 5px;
}

a.page-numbers,
.tablenav .current,
a.adjacent {
	color: #632531;
	padding: 2px .4em;
	border: solid 1px #ccc;
	text-decoration: none;
}

a.page-numbers:hover,
a.adjacent:hover,
.adjacent_nav a:hover {
	color: white;
	background: #632531;
}

.tablenav .current {
	color: #444;
	background-color: #eee;
	border-color: #ccc;
 font-weight:bold;
}

.tablenav .next,
.tablenav .prev,
.adjacent_nav .next,
.adjacent_nav .prev,
.adjacent_nav a{
	border: 0 none;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	border: #ccc 1px solid;
	padding: 2px .4em;
}

.to_theme_top {
	width: 11em;
	display: inline-block;
	line-height: 1.5;
}



body .ui-widget-content {
	border: #ccc 1px solid;
	border-radius: 0;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background-image: none !important;
	background-color: transparent !important;
	border-color: #eee !important;
	color: #333 !important;
}


.ui-widget-header {
	background: #632531 !important;
	border: none !important;
	border-radius: 0 !important;
}





























/**************************** thread_info_item *********************************/

.thread_list{
	margin: 0 -5px;
}

/*.thread_info_item_wrap{
	box-sizing: border-box;
	width: 50%;
	float: left;
}*/

.thread_info_item {
	padding: 0.75em;
	margin: 10px 0;
	border: #eee 1px solid;
	border-bottom: none;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}

.thread_info_item_comments_number {
	font-size: 75%;
	display: inline-block;
}

.thread_info_item_point {
	font-size: 75%;
	display: inline-block;
}


.thread_info_item_excerpt {
	margin: 0;
	padding: 0;
}

.thread_list_item_meta {
	border-top: #ddd 1px dotted;
	/*text-align: right;*/
	padding: 0.5em 0 0 0;
	margin: 0;
	overflow: hidden;
}




.even .thread_info_item_foot { background-position: 0% 0%; }

.thread_info_item_inner {
	border-collapse: collapse;
	width: 100%;
}

.thread_like_count {
	border: #bd334e 1px solid;
	display: inline-block;
	line-height: 1.5;
	margin: 0.25em 0;
}

.thread_like_count dt {
	color: #bd334e;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.5;
}

.thread_like_count dd {
	background-color: #bd334e;
	color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.5;
	margin:0;
}




.profile_user_point_meta {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 11px;
}

.user_point_meta_item_title {
	font-size: 0.875em;
	background-color: #e6d6d9;
	text-align: left;
	padding: 0.125em 0.75em;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

.user_point_meta_item_data {
	font-size: 0.875em;
	background-color: #f2eaeb;
	padding: 0.125em 0.75em;
	border-bottom: #fff 1px solid;
}


.user_info_list {
	border-top: #c9c9c9 1px solid;
	width: 100%;
}

.user_info_item {
	border-bottom: #ccc 1px solid;
	padding: 0.75em 0.75em;
}

.odd .user_info_item { background-color: #f0f0f0; }

.even .user_info_item { background-color: #fafafa; }

.avatar_col {
	float: left;
	margin: 0 -66px 0 0;
	width: 56px;
	height: 56px;
	padding: 0 10px 0 0;
}

.user_text_col_wrap {
	width: 100%;
	float: right;
}

.user_text_col { margin: 0 0 0 66px; }




.usernumposts,
.user_point { display: inline-block; }

.ranking_item { width: 100%; }

.ranking_meta {
	width: 54px;
	padding: 0 0.75em 0 0;
	text-align: center;
	vertical-align: top;
}

.ranking_item_rank {
	width: 30px;
	margin: 6px auto 6px auto;
	text-align: center;
	line-height: 30px;
	background-color: #ccc;
}

.ranking_item_rank1 {
	background-image:url(../images/ranking_item_rank1_bg.gif);
	display: block;
	width: 43px;
	height: 34px;
	font-size: 0px;
	background-color: transparent;
	border: none;
}

.ranking_item_rank2 {
	background-color: #51504c;
	color: #fff;
}

.ranking_item_rank3 {
	background-color: #51504c;
	color: #fff;
}

.order { font-size: 0.5em; }

.ranking_item_point {
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
	font-size: 75%;
}

/**************************** fun_list *********************************/

.fun_list_wrap {
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}

.fun_list_check {
	width: 12%;
	float: left;
	margin: 0;
	padding: 0;
}

.fun_list_item {
	float:right;
	width: 88%;
	margin: 0;
	padding: 0;
}
/***********************  UL OL LI  ***************************/#dummy ul {margin: 1em 0em 1.83em 0em;padding: 0;border: none;}#dummy ol {margin: 1em 0em 1.83em 0em;padding: 0 0 0 1em;}#dummy ul li {margin: 0.5em 0em;list-style: none;background-image: url(../images/the_content_ul_li_bg.gif);background-repeat: no-repeat;background-position: 0 0.3333em;padding-left: 1.66667em;}#dummy ol li {margin: 0.5em 0em 0.5em 1em;list-style: decimal;padding: 0 !important;border: none;background-image: none;}#dummy ul ul,#dummy ol ul,#dummy ul ol,#dummy ol ol {margin: 0 0 0 1.5em;background-image: none;padding-left: 0;border: none;}#dummy ul ul li,#dummy ol ul li,#dummy ul ol li,#dummy ol ol li {background-image: none;padding-left: 0;margin: 0em 1em;border: none;}#dummy ul ul li { list-style-type: disc; }#dummy ul ul ul li { list-style-type: circle; }#dummy ol ol li { list-style-type: upper-roman !important; }#dummy ol ol ol li { list-style-type: lower-roman; }#dummy ol ol ol ol li { list-style-type: lower-alpha; }
/* 0.4873046875ms */
 @media print {
#main{
	background: none;
}
#footer,
#to_page_top { clear: both; }
}
