@charset "utf-8";

/* /page.css override
---------------------------------------------------------------------------- */
#content div.tabSet {
	background: #eebd54;
}

#content ul.tabList {
	background: #eebd54;
}

#content ul.tabList li {
	padding: 0;
	width: 72px;
}

#content ul.tabList li a {
	color: #696a5e;
	background: #FFF0BE;
}

#content ul.tabList li a.selected {
	color: #FFAB05;
}

#content div.tabContent {
	background: #eebd54;
}

#content ul.resList01 li {
	position: relative;
	border-color: #FFF0BE;
}

#content ul.resList01 li a {
	border-color: #FFF0BE;
	background-image: url(/common/images/ico_arrow17.png);
}

#content ul.resList01 li .lastResTitle,
#content ul.resList01 li .thumb_right .titleTextBold {
	display: inline-block;
	display: -webkit-box;
	width: calc(100% - 10px);
	line-height: 1.5;
	margin-bottom: 5px;
	padding-top: 13px;
	border-radius: 4px;
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#content ul.resList01 li .thumb_right .titleTextBoldPadTopShort {
	padding-top: 4px;
}

#content ul.resList01 li .lastResTitle span,
#content ul.resList01 li .thumb_right span {
	font-size: 12px;
	/*color: #555;*/
}

#content ul.resList01 li .thumb_right_detail {
	padding-bottom: 6px;
}

#content ul.resList01 li .lastResTitle .board_name,
#content ul.resList01 li .thumb_right .board_name {
	position: absolute;
	left: 8px;
	top: 0;
	padding: 2px 5px;
	border-radius: 0 0 5px 5px;
	color: #444A14;
	font-size: 11px;
	font-weight: bold;
	background: #FFF0BE;
}

#content ul.resList01 li .lastResTitle .nickname,
#content ul.resList01 li .thumb_right .nickname {
	position: absolute;
	right: 18px;
	top: 6px;
	color: #444A14;
	font-size: 13px;
	font-weight: bold;
	overflow: visible;
}

#content ul.resList01 li .lastResTitle .nickname:before,
#content ul.resList01 li .thumb_right .nickname:before {
	content: "投稿者：";
	position: absolute;
	top: 1px;
	left: -4em;
	font-size: 11px;
}

#content ul.resList01 li .lastResTitle span.res_cnt,
#content ul.resList01 li .thumb_right span.res_cnt {
	position: relative;
	left: 5px;
	overflow: visible;
	display: inline-block;
	padding: 0 6px;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	background: #eebd54;
}

#content ul.resList01 li .res_cnt:before {
	content: '';
	position: absolute;
	top: -4px;
	right: 6px;
	width: 6px;
	height: 5px;
	border-radius: 0 25px 0 0;
	background: #eebd54;
}

#content ul.resList01 li .res_cnt:after {
	content: '';
	position: absolute;
	top: -4px;
	right: 10px;
	width: 12px;
	height: 4px;
	border-radius: 0 16px 10px 0;
	background: #fff;
}



#content ul.resList04 li {
	border-color: #eebd54;
}

#content ul.resList04 li div.more,
#content div.tabContent .res_cnt,
#content div.tabContent .res_cnt:before {
	background: #eebd54;
}

#top #content ul.resList04 li .more a {
	background-color: #fff;
}

#content ul.resList04 li a {
	line-height: 1.5;
	padding: 11px 15px 14px 10px;
}

#content ul.resList04 li a img {
	border-color: #eebd54;
}

#content ul.resList04 li .thumb_right {
	height: auto;
	min-height: 51px;
}

#top #content .flex-control-nav li a.flex-active,
#top #content .pagbute02 ul li.selected {
	background: url(/common/images/ico_circle06.gif) no-repeat left top;
}

#top #content .flex-control-nav li a,
#top #content .pagbute02 ul li a {
	background: url(/common/images/ico_cirlce02.gif) no-repeat left top;
}


/* # /onayami/
---------------------------------------------------------------------------- */

#top #header {
	background: url(/common/images/bg_header02.gif) no-repeat right top;
}

#top #header .headerInner {
	padding: 0 11px 3px 8px;
}

#top #header .headerInner #logo {
	padding-top: 4px;
}

#top #header .headerInner p.linkList a {
	background: url(/common/images/ico_arrow13.png) no-repeat 0 1px;
	display: block;
}

#top #header .headerInner p.linkList {
	padding-top: 13px;
}

#top #header .toptext{
	padding:10px;
}

#top #header .banner {
	background: #f37d85;
}

#top .fameSec {
	margin-top: -27px;
}

#content #thread_main .bh {
	/*background-color: #f37d85;*/
	padding: 3px 8px;
	color: #272727;
	font-size: 16px;
	background: #ffe78c;
}

#content .goodres_done #thread_main .bh {
	margin-top: 25px;
}

#content .goodres_done .bh {
	position: relative;
	overflow: visible;
}

#content .goodres_done .bh:before {
	content: "解決済み";
	position: absolute;
	top: -20px;
	left: 10px;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px 3px 0 0;
	color: #ff5788;
	font-size: 12px;
	font-weight: bold;
	background: #ffe78c;
}

#content .item .bh {
	padding: 5px 9px;
	font-size: 18px;
	background: #f37d85;
}

#content h1.bh {
	display: -webkit-box;
	/*padding-bottom: 5px;*/
	line-height: 1.5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#top #content .noteTxt {
	background: #fde5e7;
}

#top #content p.mh04 {
	background: #eebd54;
	border-bottom: 1px solid #f9e5bf;
}

#top #content ul.tabList02 {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	margin-bottom: 1px;
}

#top #content ul.tabList02 li {
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #fff;
	float: left;
	width: 51px;
}

#top #content ul.tabList02 li:first-child {
	border-left: none;
}

#top #content ul.tabList02 li:first-child {
	width: 52px;
}

#top #content ul.tabList02 li a {
	display: block;
	font-size: 14px;
	padding: 10px 0 6px 0;
	text-align: center;
	text-decoration: none;
}

#top #content ul.tabList02 li a.selected {
	background: #eebd54;
	color: #fff;
	margin-top: -2px;
	padding: 12px 0 6px 0;
	position: relative;
}


#top #content ul.resList04 li {
	border-bottom: 1px solid #f9e5bf;
}

#top #content ul.resList04 li a {
	background: url(/common/images/ico_arrow14.png) no-repeat right center;
}

#top #content ul.icnLinkList01 li {
	background: url(/common/images/ico_arrow13.png) no-repeat 0 center;
}

#content ul.resList04 li .lastResTitle,
#content ul.resList04 li .thumb_right .titleTextBold {
	display: inline-block;
	display: -webkit-box;
	width: calc(100% - 10px);
	margin-bottom: 2px;
	border-radius: 4px;
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#top #content .searchBox {
	border: 1px solid #f7a4a9;
	box-shadow: 0 0 0 2px #fbd8da;
	-moz-box-shadow: 0 0 0 2px #fbd8da;
	-webkit-box-shadow: 0 0 0 2px #fbd8da;
}

#top #content .postArea01 {
	/*background: #fde5e7;*/
	background: #fff3f4;
}

#top #content .postArea01 .postTitle {
	color: #f37d85;
	font-weight: bold;
	background: url(/common/images/ico_pen.png) no-repeat 0 2px;
}

#top #content .postArea01 p textarea {
	/*border: 1px solid #f7a4a9;*/
	border: 1px solid #f78789;
/*	box-shadow: 0 0 0 2px #fac6c9;
	-moz-box-shadow: 0 0 0 2px #fac6c9;
	-webkit-box-shadow: 0 0 0 2px #fac6c9;*/
	box-shadow: none;
}

#content .postArea01 p.icoLinkList02 {
	background: url(/common/images/ico_arrow13.png) no-repeat 0 2px;
}

#top #content p.txtCounter {
	color: #e8525d;
}

#content .postArea01 .postBtn button {
	background: #f58293;
	background: -moz-linear-gradient(top, #DA3C9B 0%, #A82764 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DA3C9B), color-stop(100%,#A82764));
	background: -webkit-linear-gradient(top, #DA3C9B 0%,#A82764 100%);
	background: -o-linear-gradient(top, #DA3C9B 0%,#A82764 100%);
	background: -ms-linear-gradient(top, #DA3C9B 0%,#A82764 100%);
	background: linear-gradient(to bottom, #DA3C9B 0%,#A82764 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DA3C9B', endColorstr='#A82764',GradientType=0 );
    -moz-box-shadow: inset 0 0 1px 1px #f9a8b4;
	-webkit-box-shadow: inset 0 0 1px 1px #f9a8b4;
	box-shadow: inset 0 0 1px 1px #f9a8b4;
    background-repeat: no-repeat;
    border: 1px solid #C26690;
}

#content .postArea01 .postBtn button {
	border: 1px solid #ea7d80;
	border-left-color: #f7878a;
	border-top-color: #f7878a;
	box-shadow: none;
	background: #f78789;
}

/* # /onayami/index.html
---------------------------------------------------------------------------- */

#top #header {
	background: url(/common/images/onayami/bg_header.gif) no-repeat right top;
}

#top #header .headerInner {
	padding: 0 0 5px 0;
}

#top #header .headerInner p.description {
	padding: 4px 0 1px 2px;
}

#top #header .headerInner p.linkList {
    padding-top: 10px;
}

#top #content div.infoText {
    padding: 10px 10px 0;
}

#top #content .flexslider05 {
	background: #fcf2dd;
}

#top #content ul.slide li {
	background: #fff;
}

#top #content ul.resList04 li:last-child,
#top #content ul.resList04 li.flex-active-slide {
	border-bottom: none;
}

#top #content .flex-direction-nav li a.flex-prev {
	background: #fff url(/common/images/ico_arrow15.png) no-repeat 10px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 4px 2px 3px 27px;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

#top #content .flex-direction-nav {
	margin: -31px auto 46px;
	width: 300px;
	position: relative;
	z-index: 1;
}

#top #content .flex-direction-nav li {
	float: left;
	width: 70px;
}

#top #content .flex-direction-nav li.previous {
	margin-right: 159px;
}

#top #content .flex-direction-nav li a.flex-prev,
#top #content .flex-direction-nav li a.flex-next {
	width: 37px;
}

#top #content .flex-control-nav {
	float: left;
	padding: 7px 0 0 0;
}

#top #content .flex-control-nav {
	float: none;
	padding: 10px 0 8px 0;
	text-align: center;
}

#top #content .flex-control-nav li {
	float: left;
	padding: 0 5px 0 0;
	width: 12px;
}

#top #content .flex-control-nav li {
	display: inline;
	float: none;
	text-indent: -9999px;
}

#top #content .flex-control-nav li a {
	background: url(/common/images/ico_cirlce02.png) no-repeat left top;
	display: inline-block;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
}

#top #content .flex-control-nav li a.flex-active{
	background: url(/common/images/ico_circle06.gif) no-repeat left top;
	text-indent: -9999px;
	height: 12px;
	width: 12px;
}

#top #content .flex-direction-nav li a.flex-next {
	background: #fff url(/common/images/ico_arrow14.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 4px 16px 3px 15px;
	display: block;
	text-decoration: none;
}

#top #content .searchBox button {
	background: #f58293;
	background: -moz-linear-gradient(top, #f58293 0%, #e95560 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f58293), color-stop(100%,#e95560));
	background: -webkit-linear-gradient(top, #f58293 0%,#e95560 100%);
	background: -o-linear-gradient(top, #f58293 0%,#e95560 100%);
	background: -ms-linear-gradient(top, #f58293 0%,#e95560 100%);
	background: linear-gradient(to bottom, #f58293 0%,#e95560 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58293', endColorstr='#e95560',GradientType=0 );
    -moz-box-shadow: inset 0 0 1px 1px #f9a8b4;
	-webkit-box-shadow: inset 0 0 1px 1px #f9a8b4;
	box-shadow: inset 0 0 1px 1px #f9a8b4;
    background-repeat: no-repeat;
    border: 1px solid #f08b92;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
    display: inline-block;
	vertical-align: middle;
    padding: 4px 2px 3px;
    float: right;
	text-align: center;
	text-decoration: none;
    width: 61px;
}

#top #content div.thumbBlock {
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	width: 300px;
}

#top #content div.thumbBlock .caroufredsel_wrapper {
	margin: 0 auto!important;
}

#top #content div.thumbBlock ul#thumbList li {
    width: auto;
	text-align: center;
}

#top #content div.thumbBlock p.next {
	position: absolute;
	top: 36px;
	right: 10px;
	z-index: 1000;
}

#top #content .tabSet .mh04 {
	background: #f37d85;
	border-bottom: 2px solid #facbce;
}

#top #content .item {
	background: #f37d85;
	padding-bottom: 2px;
}

#top #content .itemList {
	margin: 0 auto;
	height: auto;
}

@media screen and (orientation:landscape) {
	#top #content .itemList {
		width: 475px;
	}
}

#top #content ul.itemList li:nth-child(2n){
	margin-right: 0;
}

@media screen and (orientation:landscape) {
	#top #content ul.itemList li:nth-child(2n){
		margin-right: 2px;
	}

	#top #content ul.itemList li:nth-child(3n){
		margin-right: 0;
	}
}

#top #content .item li p {
	border: 1px dashed #bfbfbf;
	line-height: 1;
	vertical-align: middle;
}

#top #content .item li p a {
	color: #e8525d;
	font-size: 14px;
}

#top #content .item li p a span {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}


/* # /onayami/day/index.html
---------------------------------------------------------------------------- */

#top.day #content .noteTxt {
	margin-bottom: 0;
}

#top.day #content ul.tabList {
	margin-bottom: 11px;
}

#top.day #content div.tabContent {
	margin-bottom: 15px;
}

#top.day #content div.tabContent .leadTxt {
	font-size: 14px;
	padding: 0 10px 11px 10px;
}

#top.day #content .navBlock01 {
	background: #fcf2dd;
	border-bottom: 1px solid #f9e5bf;
	border-top: 1px solid #f9e5bf;
	margin-bottom: 0;
}

#top.day #content .navBlock01 a {
	background: url(/common/images/ico_arrow14.png) no-repeat right center;
}

#top.day #content ul.resList04 li:last-child {
	background: #fcf2dd;
	border-top: 1px solid #fff;
}

#top.day #content div.btnList p:first-child {
	padding-bottom: 15px;
}

#top.day #content div.btnList p:first-child a {
	font-size: 14px;
}

/* # clearfix
---------------------------------------------------------------------------- */
#top #content ul.tabList02:after{
	content: "";
	clear: both;
	display: block;
}

/* /parts.css override
---------------------------------------------------------------------------- */
#content .mh04 {
	background: #eebd54;
	border-bottom: 1px solid #FCD17B;
}

.navbar {
	background: #f9bb36;
}

.navbar__sidebar-button,
.navbar__search-button,
.navbar__mypage-button {
	border: 1px solid #ffd373;
	background: #f9bb36;
	color: #503700;
}

.navbar__sidebar-button svg,
.navbar__search-button svg,
.navbar__mypage-button svg {
	fill: #845a00;
}

.show_cursor_left:before {
	border-right-color: #805900;
}

.show_cursor_right:after {
	border-left-color: #805900;
}

.menu-list > li.group {
	border-color: #d2b34d;
	background: #FFF0BE;
}

#content .rows_color_list li a .threadListTitle {
	display: inline-block;
	display: -webkit-box;
	width: calc(100% - 10px);
	margin-bottom: 2px;
	border-radius: 4px;
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#content .rows_color_list li a span {
	text-decoration: none;
}

.category_area li.active a {
  box-shadow: inset 0 -4px #ffb20e;
}




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

#pagenation

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

#pagenation .fixed_button {
	text-shadow: -1px -1px 0 #dea01c;
	background-color: rgba(249, 187, 54, 0.9);
}

#pagenation .fixed_button:after {
	background-color: rgba(249, 187, 54, 0.9);
}

#pagenation #fixed_fav {
	color: #503700;
	text-shadow: none;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23f9bb36%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z%22%2F%3E%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E');
}


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

#to_threadlist_links

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

#to_threadlist_links li:nth-of-type(2) a {
	background: #F48484;
}


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

#board_threadlist

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

#content #board_threadlist .tabSet {
	background: none;
}

#content ul.capsule_nav {
	background: none;
}

#content #board_threadlist .tabContent {
	background: none;
}

#content #board_threadlist .capsule_nav li {
	display: inline-block;
	min-width: 85px;
	border: 1px solid #f7878a;
	border-right: none;
	letter-spacing: normal;
	background: #fff;
}

#content #board_threadlist .capsule_nav li:last-of-type {
	border-right: 1px solid #f7878a;
}

#content #board_threadlist .capsule_nav li a {
	position: static;
	display: block;
	height: 29px;
	line-height: 29px;
	margin-bottom: 0;
	color: #f7878a;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

#content #board_threadlist .capsule_nav li:first-of-type a {
	border-radius: 20px 0 0 20px;
}

#content #board_threadlist .capsule_nav li:last-of-type a {
	border-radius: 0 20px 20px 0;
}

#content #board_threadlist .capsule_nav li .selected {
	border-radius: 0;
	color: #fff;
	background: #f7878a;
}

@media only screen and (max-device-width: 320px) and (orientation : portrait) {
  #content #board_threadlist .capsule_nav li {
    min-width: none;
    height: auto;
    line-height: 1;
  }

  #content #board_threadlist .capsule_nav li:first-of-type {
    border-radius: 20px 0 0 20px;
  }

  #content #board_threadlist .capsule_nav li:nth-of-type(2n) {
    border-right: 1px solid #f7878a;
  }

  #content #board_threadlist .capsule_nav li:nth-of-type(2) {
    border-radius: 0;
  }

  #content #board_threadlist .capsule_nav li:nth-last-of-type(2){
    border-top: 1px solid #f7878a;
    border-radius: 0;
  }

  #content #board_threadlist .capsule_nav li:last-of-type {
    border-top: 1px solid #f7878a;
    border-radius: 0 20px 20px 0;
  }
}


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

.hike_ads

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

.hike_ads {
  padding: 0 5px 4px;
}

.hike_ads .threadListLeftAreaBottom {
  color: #219a85;
}


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

.your_res

--------------------------------------------*/
.your_res .res-header:before {
  content: '自分の回答';
}

.resList01 .your_res:before {
  content: '自回答';
}

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

#content.ajax_post_area .res_ok_msg,
.chara_message

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

#content.ajax_post_area .res_ok_msg,
.chara_message {
  background-image: url(/common/images/thumb_bg_2_onayami.png);
}

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

.experience

--------------------------------------------*/
.experience {
  padding: 15px 10px 10px;
}

.experience li {
  position: relative;
  margin-bottom: 21px;
  padding: 15px 10px 10px;
  background: #fff;
  box-shadow: 1px 1px 2px #dbd9c2;
}

.experience li:last-of-type {
	margin-bottom: 5px;
}

.experience li:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  width: 80px;
  height: 22px;
  margin-left: -40px;
  background: rgba(212, 198, 181, 0.24);
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.experience li:nth-of-type(2n):after {
  width: 60px;
  margin-left: -30px;
  background: rgba(212, 198, 181, 0.24);
}

.experience li:nth-of-type(3n):after {
  width: 70px;
  margin-left: -35px;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

.experience .experience_body {
  display: inline;
  background: -moz-linear-gradient(top, rgba(249,248,243,0) 0%, rgba(249,248,243,0) 76%, rgba(249,248,243,1) 77%, rgba(249,248,243,1) 80%, rgba(249,248,243,0) 81%, rgba(249,248,243,0) 100%);
	background: -webkit-linear-gradient(top, rgba(249,248,243,0) 0%,rgba(249,248,243,0) 76%,rgba(249,248,243,1) 77%,rgba(249,248,243,1) 80%,rgba(249,248,243,0) 81%,rgba(249,248,243,0) 100%);
	background: linear-gradient(to bottom, rgba(249,248,243,0) 0%,rgba(249,248,243,0) 76%,rgba(249,248,243,1) 77%,rgba(249,248,243,1) 80%,rgba(249,248,243,0) 81%,rgba(249,248,243,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f8f3', endColorstr='#00f9f8f3',GradientType=0 );
  line-height: 1.8em;
  padding-bottom: 6px;
  color: #424242;
}

.experience .experience_user {
	position: relative;
  margin-top: 2px;
  padding-right: 5px;
  text-align: right;
  color: #888456;
  font-size: 12px;
}

.experience .experience_user:before {
	content: "";
	position: relative;
	top: -6px;
	display: block;
	width: 100%;
	height: 1px;
	background: #fdfcf9;
}

.experience_add {
	padding-bottom: 10px;
	text-align: center;
}

.experience_add .btn_general {
	width: auto;
	min-width: 100px;
	padding: 7px 17px 8px;
}

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

.experience_page

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

.experience_page {
	border-bottom: 1px solid #e0dfd1;
	font-size: 14px;
	background: #f5f4e9;
}

.experience_page h1 {
	margin-bottom: 10px;
}

.experience_page .read {
	margin: 0 10px;
	padding-bottom: 10px;
}

.experience_page .read time {
	display: block;
	text-align: right;
	color: #794446;
	font-size: 12px;
}

.experience_page .searchBlock ul li {
	border-bottom: none;
}

.experience_page .searchBlock small {
	display: block;
	width: 83%;
	margin: 0 auto;
	color: #794446;
	font-size: 12px;
}

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

.experience_picked

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

.experience_picked .experience {
	padding-bottom: 0;
}

.experience_picked .experience li {
	box-shadow: 1px 1px 3px #dbd9c2;
}



@media screen and (min-width: 768px)  {
	.header_spacer100 {
		margin-top: 162px;
	}
}

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

  #push_like

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

#push_like .push_like_tag {
  color: #2d1f00;
  background: #ffd600;
  background: rgba(249, 187, 54, 0.92);
}

#push_like .push_like_title {
  background: #555;
  background: rgba(45, 45, 45, 0.9);
}

#push_like .push_like_title a {
  color: #fff;
}

#push_like .push_like_title:after {
  color: #068f90;
  text-shadow: 1px 1px #ffca5a;
  background: #ffd600;
  background: rgba(249, 187, 54, 0.92);
  box-shadow: inset 0 7px #ffc344;
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

#push_like .push_like_count_down {
  color: #fff;
  background: #8a620b;
  box-shadow: inset 1px 1px 0 #674702;
}

#content_inner .ajax_postres:before {
	background: #ffe78c;
}

#content div.tabContent #slidePannel{
	padding: 0px;
	margin: 0px;
}
