@charset "utf-8";
* {
  box-sizing: border-box;
}
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
  margin: 0;
  padding: 0;
}
html{
  min-width:320px;
}
body {
  font-family:"メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ　Ｐゴシック","MS P Gothic",
    sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  background-color:#E5E5E5;
}
.structure{
  max-width: 600px;
  margin:0 auto;
  position:relative;
}
.container{
  padding-right: 15px;
  padding-left: 15px;
}

.container_m{
	max-width:600px;
}
@media (max-width: 600px){
	.container, .container_m{
	  padding-right: 5px;
	  padding-left: 5px;
	}

}
p {
  margin: 1.6em 0;
  line-height: 1.6;
  font-size: 14px;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #4eb7c0;
  transition: all .1s;
}
a:hover {
  color:#0062b1;
  text-decoration: none;
}
.caution{
  color:#DF3B2D;
}
.right{
	float:right;
}
.left{
  float:left;
}
.inline-block {
  display: inline-block;
}
.clear{
	clear:both;
}
.overflow{
	overflow:hidden;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.center{
	text-align:center;
}
.nowrap{
  display:inline-block;
  white-space: nowrap;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
b, strong {
	font-weight: 700;
	color: #484848;
	letter-spacing: 0.1em;
}
h1{
	margin:30px 0 20px 0;
	font-size:30px;
	text-align:center;
  font-weight:bold;
}
h1.top{
  margin:10px 0 20px 0;
}
h2{
  font-size:20px;
  margin:50px 0 20px 0;
}
h2.top{
	margin:0 0 20px 0;
}
h3{
	font-size:16px;
	font-weight:normal;
	margin:15px 0 5px 0;
}
.button{
  color:#fff;
  background-color:#E20500;
  padding:3px 20px 2px 20px;
  margin:1px;
  border-radius:20px;
  min-width:40px;
  display:inline-block;
  text-align:center;
  font-size:13px;
  line-height:1.8;
  vertical-align:middle;
 }
.button:hover{
  opacity:0.8;
  color:#fff;
}
.button_small{
  padding:3px 8px 1px 8px;
  min-width:30px;
  vertical-align:top;
}
.button_big{
  padding:0;
  font-size:15px;
  height: 50px;
  line-height: 45px;
  background:none;
  border-radius: 30px;
  border:3px solid #E20500;
  min-width: 200px;
}
.button_big:hover{
	background:#fff;
	color:#E20500;
	opacity:1;
}
.button_max{
	width:100%;
}
.button_imp{
	background-color:#EF454A;
}
.button_unp{
  background-color:#B7B7B7;
}
.button_unp:hover{
	color:#fff;
}
.button_big.button_unp{
  background-color:#B7B7B7;
  border:3px solid #B7B7B7;
}
.text_left{
	text-align:left;
}
.text_right{
  text-align:right;
}
.nodisplay{
	display:none;
}
.text_small{
	font-size:11px;
}

/*************************************/
/* editer */
/*************************************/
.col2_wrap{
	overflow:hidden;
}
.col2_block{
	width:50%;
	float:left;
}

/*************************************/
/* form */
/*************************************/
input[type=submit], input[type=text], input[type=password], input[type=file], input[type=date], textarea, select, button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size:15px;
  border: 1px solid #e0e0e0;
  padding:5px 10px;
  margin:1px 10px 1px 0;
  line-height:1.6;
  border-radius:3px;
  vertical-align:middle;
}
input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover, fieldset:hover{
  border:1px #3C90BE solid;
}
input::placeholder, textarea::placeholder{
	color:#ddd;
  font-family:"メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ　Ｐゴシック","MS P Gothic",
    sans-serif;
}
.submit{
  text-align:center;
  padding:10px 0;
  margin:10px 0;
}
form{
  display:block;
}
form.inline{
  display:inline-block;
}
textarea{
  width:100%;
}
input[type=text].min{
  width:30px;
}
input[type=text].short, input[type=password].short{
  width:100px;
}
input[type=text].middle, input[type=password].middle{
  width:213px;
}
input[type=text].long, input[type=password].long{
  width:440px;
}
input[type=text].max, input[type=password].max{
  width:100%;
}
input[type=text].half, input[type=password].half{
  width:45%;
  margin:1px 2% 1px 0;
}
input[type=submit], button{
  color:#fff;
  background-color:#231815;
  border:none;
  margin:1px;
  padding:10px 50px 10px 50px;
  border-radius:3px;
  min-width:170px;
  font-size:18px;
  vertical-align:middle;
}
input[type=submit]:hover, button:hover{
  opacity:0.8;
  cursor:pointer;
}
input[type=submit]:disabled, button:disabled{
  background-color:#dcdcdc;
  opacity:0.8;
  color:#555;
  cursor:default;
}
input[type=submit].middle, button.middle{
  padding:5px 20px 5px 20px;
  min-width:100px;
  font-size:16px;
}
input[type=submit].small, button.small{
  padding:2px 8px 0px 8px;
  min-width:50px;
  font-size:14px;
}
input[type=submit].big, button.big{
  margin:20px 0;
  padding:15px 40px 13px 40px;
  min-width:220px;
  font-size:18px;
  line-height: 1.7;
  border-radius:3px;
}
input[type=file]{
  width:300px;
}
label{
  display:inline-block;
  margin:3px 10px 1px 0;
  cursor:pointer;
  padding:0;
  font-size:14px;
  vertical-align:middle;
}
label:hover{
  background:#dcdcdc;
}
input[type=radio], input[type=checkbox] {
  margin:2px 0;
  width:20px;
  vertical-align:middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 0.9 , 0.9 );
}
input[type=checkbox].button, input[type=checkbox].buttonS, input[type=radio].button{
  margin:0;
  width:0px;
  -moz-transform:scale(0);
  -webkit-transform:scale(0);
  transform:scale(0);
}
input[type=checkbox].button + label, input[type=checkbox].buttonS + label, input[type=radio].button + label{
  position:relative;
  display:inline-block;
  background:#fff;
  border:1px solid #ddd;
  padding:5px 20px 3px 20px;
  margin:1px 5px 1px 0px;
  border-radius:3px;
  min-width:50px;
  display:inline-block;
  text-align:center;
}
input[type=checkbox].buttonS + label, input[type=radio].buttonS + label{
  min-width:30px;
  padding:2px 8px 2px 8px;
  margin:1px 2px 1px 0px;
  font-size:14px;
  line-height:1.7;
}
input[type=checkbox].button:checked + label,
input[type=checkbox].buttonS:checked + label,
input[type=radio].button:checked + label{
  background:#E20500;
  border:1px solid #E20500;
  color:#fff;
}
input[type=checkbox].button:checked + label:after,
input[type=checkbox].buttonS:checked + label:after,
input[type=radio].button:checked + label:after{
  content:'\2714';
  color:#fff;
  font-size:14px;
  position:absolute;
  top:-2px;
  left:5px;
}
input[type=checkbox].buttonS:checked + label:after{
  left:2px;
}
input[type=text].form_lastname{
  width:48%;
  margin:1px 3% 1px 0;
}
input[type=text].form_firstname{
  width:48%;
  margin:1px 0;
}

@media (max-width: 600px){
	input[type=text].form_lastname, input[type=text].form_firstname{
	  width:auto;
	  margin:1px 0 1px 0;
	}
}


.form_blcok{
	overflow:hidden;
	margin:10px 0 0 0;
}
.form_block_title{
	float:left;
	width:70px;
	line-height:35px;
	text-align:center;
	font-weight:bold;
}
.form_block_body{
	margin-left:71px;
}

input[type=submit].comment_submit{
  background-image:url(../img/comment_submit.png);
  background-repeat:no-repeat;
  background-size:22px auto;
  background-position:6px 11px;
  background-color:#E20500;
  margin:0;
  padding:0;
  height:35px;
  width:35px;
  min-width:35px;
  border-radius:20px;
  position:absolute;
  right:10px;
  bottom:10px;
}
input[type=file].form_file{
  border:1px solid #E20500;
  width:100%;
  background:#fff;
  margin:0;
  font-size:11px;
  border-radius:5px;
}
input[type=date].form_date{
  border:1px solid #E20500;
  background:#fff;
  margin:0;
  font-size:12px;
  border-radius:5px;
}
input[type=text].form_text{
  border:1px solid #E20500;
  background:#fff;
  margin:0;
  font-size:12px;
  border-radius:5px;
  width:100%;
}
input[type=text].form_price{
  border:1px solid #E20500;
  background:#fff;
  margin:0 5px 0 0;
  font-size:12px;
  border-radius:5px;
  width:43%;
}
input[type=checkbox].form_check + label{
  border: 1px solid #E20500;
  border-radius: 5px;
  font-size:12px;
  min-width:48%;
  margin: 1px 1% 1px 0px;
  padding: 2px 6px 2px 6px;
}


.form_select{
  width:auto;
  border: 1px solid #E20500;
  background: #fff;
  font-size: 11px;
  border-radius: 5px;
  outline: 0;
  margin:0 0 5px 0;
}
.form_word_count_wrap{
	text-align:right;
	padding:5px 10px;
}
.form_word_count{
  font-weight:bold;
}
.form_word_count_error{
	color:#E20500;
	display:none;
}




/*************************************/
/* table */
/*************************************/
table{
  border-collapse:collapse;
  border-spacing:0;
  margin:10px 0;
  padding:0;
  width:100%;
  word-break: break-all;
}
table caption{
  color:#fff;
  background:#ff8699;
  border:1px solid #F07E84;
  border-bottom:none;
  padding:7px 10px;
  font-size:1.2em;
}
table td, table th{
  font-weight:normal;
  padding:10px 15px 8px 15px;
}
table th{
  background:#888;
  color:#fff;
  border-bottom:1px solid #fff;
}
table tr:nth-child(even) {
  background:#fff;
  }
table tr:nth-child(odd) {
  background:#f4f4f4;
}
table th.pcth{
  width:130px;
}
table.auto_width{
  width:auto;
}

/*************************************/
/* flash message */
/*************************************/
.error-message{
  font-size:14px;
  color:#ff0000;
  background:#ffeeee;
  padding:5px 10px 3px 10px;
  margin:3px 0;
  border-radius:5px;
}
#flashMessage, #authMessage{
  background:#ffeeee;
  color:#ff0000;
  margin:10px 5px 5px 5px;
  padding:5px 10px 3px 10px;
  border-radius:5px;
}

/*************************************/
/* paginate */
/*************************************/
.paging_wrap{
	background:#fff;
	padding:10px 20px 0px 20px;
	border-radius:5px;
	margin:0 5px;
}
.paging{
  margin:0;
  text-align:center;
  overflow:hidden;
  font-size:13px;
  min-height:38px;
}
.paging span a, .paging span.current{
  display:inline-block;
  background:#fff;
  margin:0 2px;
  padding:2px 8px 0px 8px;
  border:1px solid #b7b7b7;
  color:#696969;
  line-height:1.8;
}
.paging span.current{
  background:#E20500;
  color:#fff;
  border:1px solid #E20500;
}

.paging span a:hover{
  background:#E20500;
  border:1px solid #E20500;
  color:#fff;
  text-decoration:none;
}
.pagingLeft{
  float:left;
  padding-top:3px;
  font-size:15px;
}
.pagingRight{
  float:right;
  padding-top:3px;
  font-size:15px;
}
.paging span.prev a, .paging span.next a{
	padding:2px 7px 0px 7px;
}
.paging span.prev a span, .paging span.next a span{
	margin:0px 3px;
}
.paginateAsc:before{
  margin-right:3px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 12px solid #009fde;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.paginateDesc:before{
  margin-right:3px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid #009fde;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/*************************************/
/* bread */
/*************************************/
.breadCrumb{
  margin:15px 0 5px 0;
  overflow:hidden;
}
.breadCrumb li {
  float:left;
  padding:5px 0;
  margin-right:10px;
}
.breadCrumb li span{
  margin-right:10px;
}
.breadCrumb li a.breadNolink, .breadCrumb li a.breadNolink:hover{
  color:#555;
}

/*************************************/
/* share */
/*************************************/
.shareBtnWrap{
  vertical-align:middle;
  line-height:30px;
  overflow:hidden;
}
.fbShare{
	margin-top:-10px;
}
.fbShare, .twitterShare, .linkedinShare, .hatenaShare{
	float:left;
	margin-right:10px;
}



/*************************************/
/* header */
/*************************************/
header{
	height:45px;
	background:#fff;
  box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
  text-align:center;
  position:relative;
  z-index:1000;
}
header.header_b{
  background:#363636;
}
.header_logo{
	margin-top:8px;
	display:inline-block;
}
header .mcat_icon{
	margin-top:10px;
}
.header_logo img{
	width:92px;
}
.header_user{
  color:#fff;
  display:block;
  font-size:28px;
  line-height:45px;
  text-align:left;
  width:29%;
  max-width:100px;
  padding:0px;
  position:absolute;
  left:10px;
  top:0px;
}
.header_user img{
	width:30px;
	border-radius:20px;
	border:1px solid #D6D6D6;
}
.header_search{
  width:31px;
  position:absolute;
  top:7px;
  right:10px;

}
.header_search img{
  width:100%;
}
.header_title{
	padding:10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
.header_b .header_title{
	color:#fff;
  font-weight:normal;
}









.header_navi{
	float:right;
	width:70%;
	max-width:300px;
}
.header_navi li{
  float:left;
  display:block;
  width:25%;
  position:relative;
}
.header_navi li a{
  color:#fff;
  display:block;
  font-size:28px;
  line-height:50px;
  text-align:center;
}
.header_navi li a:hover{
	color:#ff5c87;
}
.header_navi li a:hover > .header_navi_count{
	color:#fff;
}
.header_navi_count{
	position:absolute;
	background:#ff5c87;
	font-size:11px;
	padding:5px 10px;
	border-radius:20px;
	display:block;
	top:5px;
	right:10px;
	line-height:20px;
	width:20px;
	height:20px;
	text-align:center;
	padding:0;
}
/*************************************/
/* bottom navi */
/*************************************/
.bottom_navi{
	position:fixed;
	width:100%;
	height:50px;
	bottom:0px;
	left:0px;
	background:#fff;
	z-index:1000;
  box-shadow:0px -2px 10px 0px rgba(0,0,0,0.2);
}
.bottom_navi li{
	display:block;
	float:left;
	width:25%;
  height:100%;
  position:relative;
}
.bottom_navi li a{
  display:block;
  width:100%;
  height:100%;
  padding-top:50px;
  background-image:url(../img/btm_navi01.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:49px auto;
}
.bottom_navi li a.bottom_navi_topic{
  background-image:url(../img/btm_navi02.png);
  background-size:31px auto;
}
.bottom_navi li a.bottom_navi_support{
  background-image:url(../img/btm_navi03.png);
  background-size:43px auto;
}
.bottom_navi li a.bottom_navi_alert{
  background-image:url(../img/btm_navi04.png);
  background-size:24px auto;
}
.bottom_navi li a.bottom_navi_question:hover,
.bottom_navi li a.bottom_navi_question.bottom_navi_now{
  background-image:url(../img/btm_navi01_on.png);
}
.bottom_navi li a.bottom_navi_topic:hover,
.bottom_navi li a.bottom_navi_topic.bottom_navi_now{
  background-image:url(../img/btm_navi02_on.png);
}
.bottom_navi li a.bottom_navi_support:hover,
.bottom_navi li a.bottom_navi_support.bottom_navi_now{
  background-image:url(../img/btm_navi03_on.png);
}
.bottom_navi li a.bottom_navi_alert:hover,
.bottom_navi li a.bottom_navi_alert.bottom_navi_now{
	background-image:url(../img/btm_navi04_on.png);
}
.bottom_navi_alert_count{
	width:16px;
	height:16px;
	display:block;
	text-align:center;
	line-height:17px;
	color:#fff;
	background:#E20500;
	position:absolute;
	top:10px;
	left:50%;
	border-radius:10px;
	font-size:11px;
}

/*************************************/
/* nav */
/*************************************/
.overlay {
  content: ' ';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1001;
}

.side_nav {
  position: fixed;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  text-align: left;
  font-size: 13px;
  background: #3C3C3C;
  z-index: 1002;
}
.side_nav_close{
  background:none;
  background-image:url("../img/nav_close.png");
  background-size:cover;
  background-position:center center;
  height:20px;
  width:20px;
  margin:0;
  padding:0;
  position:absolute;
  top:10px;
  left:10px;
  min-width: 10px;
  outline:none;
}
.side_nav_logo{
	text-align:center;
  padding:5px 0;
}
.side_nav ul{
	padding:20px 0;
}
.side_nav ul li{
  display:block;
}
.side_nav ul li a{
  display:block;
  padding:10px 15px;
  color:#fff;
}










/*************************************/
* footer */
/*************************************/
footer{
	clear:both;
}
.copyrights{
	text-align:center;
  padding:20px 0;
}
.footer_logo{
	text-align:center;
	margin-bottom:30px;
}
.footer_logo img{
width:200px;
}
/*************************************/
/* top */
/*************************************/
.top_header{
	background:#fff;
	text-align:center;
  height:100px;
}
.top_header_logo{
	margin:0;
	padding:25px 0 0 0;
}
.top_header_logo img{
	width:200px;
}
.top_main_img{
	background-image:url("../img/top_img.jpg");
	background-size:cover;
	background-position:center center;
}
.top_main_img h2{
	color:#fff;
	font-size:30px;
	max-width:900px;
	margin:0 auto;
	padding:200px 0;
	text-align:center;
}
.top_regi_wrap_left, .top_regi_wrap_right{
	width:50%;
	float:left;
	text-align:center;
	padding:50px 0;
	font-size:20px;
}
.top_regi_wrap_right{
  float:right;
}
.top_regi_btn{
	display:inline-block;
	background:#ff5c87;
	padding:10px 50px;
	color:#fff;
	margin-bottom:10px;
}
/*************************************/
/* login */
/*************************************/


/*************************************/
/* regis */
/*************************************/
.sns_regi_btn{
	display:block;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	margin-bottom:10px;
}
.facebook_regi_btn{
  background:#4267b2;
}
.twitter_regi_btn{
	background:#1b95e0;
}
.google_regi_btn{
	background:#ea4335;
}
.sns_regi_btn i{
	margin-right:10px;
}



/*************************************/
/* about */
/*************************************/


/*************************************/
/* info */
/*************************************/

/*************************************/
/* topics */
/*************************************/






.topics_form_body{
	height:300px;
}


.topic_view_header{
	margin:50px 0 30px 0;
	overflow:hidden;
}
.topic_view_user_icon{
	width:60px;
	float:left;
}
.topic_view_user_icon a{
	display:block;
}
.topic_view_user_icon img{
	width:60px;
	border-radius:30px;
}
.topic_view_user_icon img:hover{
	opacity:0.8;
}
.topic_view_title{
	margin-left:80px;
	line-height:30px;
}
.topics_list{
	background:#fff;
	padding:15px 20px;
	margin:10px 0;
  border-radius:5px;
  word-break:break-all;
}
.topics_list .topic_view_header{
  margin:0px 0 10px 0;
}
.topic_view_img{
	text-align:center;
	margin-top:20px;
}
.topic_view_img img{
	max-height:500px;
}
.topic_view_footer{
	margin-top:10px;
}
.topic_view_comment_btn, .topic_view_bookmark_btn{
	margin-left:10px;
	white-space: nowrap;
}
.topic_view_comment_btn i, .topic_view_bookmark_btn i{
	margin-right:5px;
}
.topic_view_bookmark_btn_checked{
	color:#ff5c87;
}
.topic_view_comment_wrap{
	margin-top:30px;
}
.tcom_form_body{
	height:100px;
}
@media (max-width: 600px){
	.topic_contents{
		  padding:10px 10px;
	}



}

/*************************************/
/* topics comment */
/*************************************/
.tcom_list{
	overflow:hidden;
	padding-bottom:30px;
}
.tcom_list_user_icon{
	width:50px;
	float:left;
}
.tcom_list_user_icon img{
	width:50px;
	border-radius:25px;
}
.tcom_list_body{
	margin-left:60px;
	background:#eee;
	border-radius:5px;
	padding:10px 20px;
	position:relative;
}
.tcom_list_date{
	position:absolute;
	right:0px;
	bottom:-25px;
}


/*************************************/
/* users view */
/*************************************/
.users_account_img img{
	width:100px;
  border-radius:100px;
}
.users_follows_wrap{
	overflow:hidden;
}
.users_follow{
	display:block;
	float:left;
	width:33%;
	text-align:center;
}
.users_follow span{
	font-size:20px;
	display:block;
	font-weight:bold;
	padding-right:5px;
}



/*************************************/
/* follow */
/*************************************/
.follow_account_wrap{
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding:0 0 20px 0;
}
.follow_account_img{
	float:left;
	width:100px;
}
.follow_account_img img{
	width:100px;
	border-radius:50px;
}
.follow_account_info{
	margin-left:130px;
}
.follow_account_info h2{
	margin:0;
	text-align:center;
}
.follow_account_follows{
  margin-top:10px;
}
.follow_account_follows .users_follow span{
	font-size:20px;
	padding-right:2px;
	line-height:1.2;
}
.follow_account_follows .users_follow{
	font-size:12px;
}

.follow_list{
	overflow:hidden;
	margin:20px 0;
}
.follow_list_img{
	float:left;
	width:100px;
}
.follow_list_img img{
	width:100px;
	border-radius:50px;
}
.follow_list_info{
	margin-left:120px;
  margin-right:120px;
}
.follow_list_info h2{
	margin:0px;
}
.follow_list_btn{
	width:100px;
	float:right;
	padding-top:18px;
}
.follow_list_btn .button{
	padding: 3px 10px 2px 10px;
}


/*************************************/
/* user search */
/*************************************/
.user_search_wrap{
	background:#eee;
	padding:10px 20px;
}
.user_search_wrap input, .user_search_wrap select{
	width:24%;
	margin:0 1% 0 0;
}
input[type=submit].user_search_btn{
  min-width: 10px;
  width:25%;
  padding: 5px 10px 5px 10px;
  margin:0;
  font-size: 15px;
}


/*************************************/
/* alert */
/*************************************/
.alert_list{
	display:block;
	padding:10px 15px;
	margin:5px;
	color:#555;
  background:#eee;
  font-size:12px;
  border-radius:10px;
  box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
}
.alert_list:hover{
	background:#ddd;
}
.alert_list_unread{
	background:#fff;
}

/*************************************/
/* info */
/*************************************/
.info_list{
	display:block;
  border:1px solid #ddd;
  padding:10px 20px;
  margin-bottom:-1px;
  color:#555;

}
.info_list:hover{
  background:#ddd;
}

/*************************************/
/* message */
/*************************************/

.user_account_min_wrap{
	margin:10px 0 0 0;
	border-bottom:1px solid #eee;
	padding:10px;
	overflow:hidden;
	background:#fff;
	border-radius: 10px;
}
.user_account_min_img{
	float:left;
	width:60px;
}
.user_account_min_img img{
  width:60px;
  border-radius:50px;
}
.user_account_min_info{
	margin-left:70px;
	font-size:12px;
}
.user_account_min_info h2{
	margin:0 0 5px 0;
	font-size:14px;
}

.meitem_list_wrap{
	padding:10px 5px 50px 5px;
}
.meitem_list{
	overflow:hidden;
	padding-bottom:25px;
}


.meitem_list_user_img_me{
	float:right;
	width:60px;
}
.meitem_list_user_img_me img{
  width:60px;
  border-radius:30px;
}
.meitem_list_body, .meitem_list_body_me{
	background:#fff;
	border-radius:10px;
	margin-left:46px;
	margin-right:50px;
	padding:10px 15px;
	position:relative;
	font-size:12px;
}
.meitem_list_body_me{
  margin-right:10px;
  margin-left:60px;
  background:#DE1713;
  word-break:break-all;
  color:#fff;
}
.meitem_list_body:before{
  content: "";
  position: absolute;
  top: 10px;
  right: 100%;
  border: 5px solid transparent;
  border-right: 10px solid #fff;
}

.meitem_list_body_me:before{
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  border: 5px solid transparent;
  border-left: 10px solid #DE1713;
}

.meitem_list_date{
	position:absolute;
	bottom:-20px;
	right:0;
	font-size:12px;
	color:#333;
}



.meitem_list_user_img{
	float:left;
	width:60px;
}
.meitem_list_user_img img{
  width:35px;
  border-radius:30px;
}

.meitem_list_unread{
	text-align:center;
	border-bottom:1px solid #ddd;
	margin:30px 0;
	height:10px;
	line-height:20px;
}
.meitem_list_unread span{
	background:#E5E5E5;
	padding:0 20px;
}


.message_list_wrap{
	padding:5px;
}

.message_list{
  background:#fff;
  border-radius:10px;
  padding:10px 15px 8px 10px;
  overflow:hidden;
  position:relative;
  margin-bottom:5px;
  display:block;
  color:#333;
}
.message_list_date{
	position:absolute;
	right:15px;
	top:5px;
	font-size:11px;
}
.message_list:hover{
	background:#eee;
}
.message_list_img{
	width:40px;
	float:left;
  display:block;
}
.message_list_img img{
	width:40px;
	border-radius:30px;
}
.message_list_text{
	margin-left:50px;
	display:block;
	margin-right:30px;
}
.message_list_name{
	display:block;
	margin-right:90px;
}
.message_list_body{
	display:block;
	overflow:hidden;
	height:18px;
	word-break:break-all;
	font-size:11px;
	line-height:18px;
}
.message_list_unread{
	float:right;
	width:20px;
	padding-top:15px;
}
.message_list_unread span{
	background:#E20500;
	font-size:11px;
	border-radius:20px;
	display:block;
	line-height:21px;
	width:20px;
	height:20px;
	text-align:center;
	padding:0;
	color:#fff;
}


.message_post_form{
	position:fixed;
	bottom:50px;
	width:100%;
	padding:10px 10px 10px 20px;
	background:#9F9D9D;
  box-shadow:0px -2px 5px 0px rgba(0,0,0,0.1);
}
.message_post_btn{
	background:none;
	padding:0;
	margin:0;
	min-width:auto;
	outline:none;
	width:34px;
	position:absolute;
	right:15px;
	bottom:11px;
}
.message_post_btn img{
	width:34px;
}
.message_post_text{
  margin-right:50px;
}
.message_post_text textarea{
	border:2px solid #000000;
	border-radius:15px;
	font-size:12px;
  outline:none;
}





/*************************************/
/* feed */
/*************************************/
.feed_post{
  display:block;
	position:fixed;
	bottom:60px;
	right:10px;
	z-index:1000;
}
.feed_post img{
	width:64px;
}
.feed_post:hover{
	opacity:0.8;
}
.slide_cats{
	background:#FAFAFA;
  height:35px;
}
.slide_cats li{
	display:block;
	float:left;
	width:80px;
	height:35px;
}
.slide_cats li a{
	display:block;
	height:35px;
	color:#9D9D9D;
	font-size:13px;
	text-align:center;
	line-height:33px;
	padding-top:2px;
}
.slide_cats li a.slide_cats_now{
	color:#000000;
	border-bottom:3px solid #E20500;
	font-weight:bold;
}
.feed_block_wrap{
	padding:5px 5px 50px 5px;
}
.feed_block{
	background:#fff;
	border-radius:10px;
	padding:15px 15px;
	position:relative;
	margin-bottom:5px;
}
.feed_block_link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
  border-radius:10px;
}
.feed_block_link:hover{
	background:rgba(0,0,0,0.05);
}
.mcat_icon{
	border:1px solid #FF7600;
	color:#FF7600;
	display:inline-block;
	padding:1px 5px 0 5px;
	line-height:18px;
	border-radius:20px;
	font-size:12px;
	min-width:80px;
	text-align:center;
}
.feed_block_comp{
	position:absolute;
	top:10px;
	right:15px;
	width:20px;
	height:20px;
	background:#B7B7B7;
	border-radius:10px;
	color:#fff;
	text-align:center;
	line-height:20px;
	font-size:12px;
}
.feed_block_uncomp{
	background:#E20500;//#E55A57;
}
.feed_block_date{
  position:absolute;
  top:13px;
  right:45px;
  font-size:12px;
  color:#B7B7B7;
}
.feed_block_date_topic{
  right:auto;
  left:15px;
  top:auto;
  bottom:10px;
}
.feed_block_title{
	font-size:15px;
	margin:10px 0;
	padding:0;
	font-weight:bold;
}
.feed_block_body{
	margin:15px 0;
}
.feed_block_topic{
	margin-right:75px;
}
.feed_block_body_topic{
	margin:0 0 20px 0;
}
.feed_block_info_col{
	height:40px;
	position:relative;
	color:#B5B5B5;
}
.feed_block_info_col_topic{
	position:absolute;
	right:100px;
	bottom:10px;
	width:200px;
}
.feed_block_img img{
	border-radius:5px;
}
.feed_block_img {
	margin-bottom:10px;
	text-align:center;
}
.feed_block_img_topic{
	float:right;
	width:70px;
}
.feed_block_img_topic img{
	width:70px;
}
.list_user_icon{
	float:left;
	width:35px;
}
.list_user_icon img{
	width:35px;
	border-radius:20px;
}
.list_user_icon img:hover{
	opacity:0.8;
}
.list_user_info{
	margin-left:50px;
  line-height:18px;
	padding-top:2px;
}
.list_user_name{
	display:inline-block;
	margin-right:10px;
	font-size:11px;
	max-width:150px;
	overflow:hidden;
	height:14px;
}
.user_jobcat{
  border:1px solid #FF7600;
  color:#FF7600;
  display:inline-block;
  padding:1px 10px 0 10px;
  line-height:13px;
  border-radius:20px;
  font-size:11px;
  vertical-align:top;
}
.user_years, .user_region{
	display:inline-block;
	background-image:url(../img/user_years.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
	background-size:12px 12px;
	padding-left:17px;
	font-size:11px;
  line-height:15px;
}
.user_region{
  background-image:url(../img/user_region.png);
}
.feed_block_num{
	position:absolute;
	bottom:0px;
	right:5px;
}
.comment_num, .book_num{
	display:inline-block;
  background-image:url(../img/comment_num.png);
  background-repeat:no-repeat;
  background-position:left 0px;
  background-size:17px 15px;
  padding-left:20px;
  line-height:20px;
}
.book_num{
  background-image:url(../img/book_num.png);
  background-size:16px 15px;
  background-position:left 1px;
  margin-left:15px;
}

.bookmark_btn{
  background-image:url(../img/book_btn.png);
  background-repeat:no-repeat;
  background-size:12px auto;
  background-position:7px 6px;
  background-color:#B7B7B7;
  display:inline-block;
  padding:2px 10px 1px 24px;
  color:#fff;
  font-size:11px;
  border-radius:15px;
}
.bookmark_btn:hover{
  background-color:#E55A57;
  color:#fff;
}
.bookmark_btn_marked{
	background-color:#E20500;
}
.bookmark_btn_marked:hover{
	background-color:#B7B7B7;
}
.question_book{
	position:absolute;
	top:37px;
	right:10px;
}
input[type=submit].submit_btn, button.submit_btn, .submit_btn{
  border:3px solid #E20500;
  height:50px;
  line-height:45px;
  background:#fff;
  color:#E20500;
  margin:0px auto;
  padding:0;
  border-radius:25px;
  font-size:15px;
  display:block;
  min-width:200px;
  outline: 0;
}
.comment_btn{
  display:none;
}
.comment_btn:hover{
  color:#fff;
  background:#E20500;
}
.comment_form{
	position:relative;
}
.comment_textarea{
	border:3px solid #E20500;
	border-radius:10px;
	margin-top:10px;
  outline: 0;
}
textarea.comment_textarea:hover{
	border:3px solid #E20500;
}
.comment_select{
	width:100%;
  border: 1px solid #E20500;
  background: #fff;
  font-size: 11px;
  border-radius: 5px;
  outline: 0;
  margin:10px 0 0 0;
}
.comment_select:hover{
  border: 1px solid #E20500;
}



a.tag_link{
	border:1px solid #B7B7B7;
	display:inline-block;
	line-height:20px;
	border-radius:3px;
	padding:0 5px;
	color:#B7B7B7;
	margin:1px 5px 1px 0;
}
a.tag_link:hover{
  border:1px solid #333;
  color:#333;
}
.feed_block_footer{
	overflow:hidden;
}
.feed_block_footer_date{
	float:right;
  display:block;
  margin-left:10px;
  color:#B7B7B7;
}
.feed_block_com_body{
	margin:0 0 10px 0;
}
.feed_block_com_btn{
  position:absolute;
  bottom:15px;
  right:20px;
}
.feed_block_com_com{
	font-size:11px;
	min-width:auto;
	padding:3px 10px 2px 23px;
	background-color:#B7B7B7;
  background-image:url(../img/question_list_com_com.png);
  background-repeat:no-repeat;
  background-size:13px auto;
  background-position:6px 5px;
  border-radius:10px;
}
.feed_block_com{
	padding-bottom:40px;
}
.feed_block_qccom{
	border-top:2px solid #f0f0f0;
	padding:10px 0 0 0;
	margin:10px 5px 0 20px;
}
.feed_block_info_col_date{
	position:absolute;
	right:0;
	bottom:0;
	font-size:11px;
	color:#B7B7B7;
}


.slide_cats_b{
	background:#676767;
	color:#fff;
}
.slide_cats_b li a {
    color: #9D9D9D;
}
.slide_cats_b li a.slide_cats_now {
    color: #fff;
}

.feed_block_b{
	background: #363636;
	color:#fff;
}
.comment_num_b{
    background-image: url(../img/comment_num_b.png);
}
.book_num_b{
    background-image: url(../img/book_num_b.png);
}

.feed_block_hr{
  border-top:1px solid #E5E5E5;
  margin:10px 5px;
}
.user_years_b {
    background-image: url(../img/user_years_b.png);
}
.user_region_b {
    background-image: url(../img/user_region_b.png);
}

.feed_block_comp_support{
	width:auto;
	top:15px;
	right:15px;
	padding:0 10px;
}

.support_book{
	display:inline-block;
	padding:5px 0;
}
.yenmark{
	background:#E20500;
	display:inline-block;
	color:#fff;
	border-radius:3px;
	padding:1px 4px 0 4px;
	line-height:1.4;
	margin:0 2px 0 0;
	font-size:12px;
	text-align:center;
}
.feed_block_price{
	color:#B5B5B5;
	font-size:14px;
}


.search_col{
	background: #fff;
  border-radius: 10px;
  padding: 15px 15px 5px 15px;
  position: relative;
  margin:5px 5px;
}
.search_col_b{
	background: #363636;
    color: #fff;
}
.search_col_b input[type=checkbox].form_check + label{
	color:#333;
}
.search_col_b input[type=checkbox].buttonS:checked + label{
	color:#fff;
}
button.search_form_open{
	display:none;
	margin-bottom:10px;
}




