@charset "utf-8";

/* =default
-------------------------------------------------------------------------------------------- */

@charset "UTF-8";
/* --
CSS Reseter
CSSLab ｩ 2010 by Jorge Epun
http://www.csslab.cl/2010/06/01/css-reseter-v2/
-- */

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

article, aside, nav, section, dialog, figure, header, footer, hgroup {
    display: block;
}

legend {
    display: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: center;
    font-weight: normal;
}

caption, td {
    text-align: left;
    font-weight: normal;
}

a img, iframe {
    border: none;
}

ul,ol {
    list-style: none;
}

input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}

input, select {
    vertical-align: middle;
}

select {
    margin: inherit;
}

button {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

img {
    vertical-align: bottom;
}


/* Fixes incorrect placement of numbers in ol's in IE6/7 */

.clear {
	clear:both;
}

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

.clearfix { display:inline-table; }

/*Mac OS版IEには適用しない \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

html {
	overflow:-moz-scrollbars-vertical;
}

body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, sans-serif;
/*	color:#545454; */
	color:#333333;
	background-color:#ffffff;
	line-height:1.7;
}

body.win{
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


/* =link
-------------------------------------------------------------------------------------------- */

a       { color:#003366; text-decoration:underline; }

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


/* =base
-------------------------------------------------------------------------------------------- */

.wrap{
	width:1020px;
	margin:0 auto;
}


/* header */

#header{
	width:100%;
	min-width: 1020px;
  height: 120px;
  background: url(../img/header_bg.gif) repeat-x left top;
	position: relative;
	top:0;
	left: 0;
	z-index: 100;
  overflow: hidden;
}

#header .wrap{
	position:relative;
	padding-top:11px;
}

#header #logo{
  margin: 4px 0 0 0;
  float: left;
}

#header .header_icons{
  position: absolute;
  top:11px;
  left: 216px;/*249*/
  z-index: 1;
  overflow: hidden;
}
#header .header_icons li{
  float: left;
  margin: 0 11px 0 0;
}
#header .header_icons li img{
  vertical-align: top;
}

#header #font_scale{
  position: absolute;
  top:14px;
  left: 566px;
  z-index: 1;
  width:92px;
}
#header #font_scale p{
  float: left;
  margin: 0 5px 0 0;
}
#header #font_scale ul li{
  float: left;
  margin: 1px 3px 0 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#header #font_scale ul li.small{
  background: url(../img/moji_small.gif) no-repeat left top;
}
#header #font_scale ul li.medium{
  background: url(../img/moji_medium.gif) no-repeat left top;
}
#header #font_scale ul li.large{
  background: url(../img/moji_large.gif) no-repeat left top;
}
#header #font_scale ul li.small:hover,
#header #font_scale ul li.small.active{
  background: url(../img/moji_small_over.gif) no-repeat left top;
}
#header #font_scale ul li.medium:hover,
#header #font_scale ul li.medium.active{
  background: url(../img/moji_medium_over.gif) no-repeat left top;
}
#header #font_scale ul li.large:hover,
#header #font_scale ul li.large.active{
  background: url(../img/moji_large_over.gif) no-repeat left top;
}

#header #rohto_logo{
	margin-top: 4px;
	float:right;
}

#header #search {
	margin:0 20px 0 0;
	float:right;
	width: 200px;
}
#header #search form {
  width: 200px;
  background: url(../img/search_bg.gif) no-repeat left top;
  display: block;
  height: 24px;
  position: relative;
}
#header #search .search-box {
  width: 175px;
  position: absolute;
  top: 3px;
  left: 6px;
  border: none;
  font-size: 11px;
  margin: 0;
}
#header #search .search-btn {
  position: absolute;
  top: 6px;
  right: 7px;
}

#header #nav{
  float: right;
	margin: 37px 0 0 0;
}
#header #nav ul{
	height:25px;
}
#header #nav ul li{
	float:left;
	position: relative;
	top:0;
	left:0;
  margin-right: 2px;
  padding-right: 2px;
  border-right: 1px solid #e0e0e0;
	z-index: 100;
	line-height: 1;
}
#header #nav ul li:last-child{
  margin-right: 0;
  padding: 0 0 0 11px;
  border: none;
}

/* pan */

#pan{
	width:100%;
  height: 40px;
	background-color:#f7f7f7;
	margin-bottom:50px;
	position: relative;
	z-index: 1;
  overflow: hidden;
}
#pan .pan{
  float: left;
  margin: 0;
  color: #666666;
  font-size: 85.714%;
  line-height: 40px;
  padding: 0 0 0 23px;
  background: url(../img/icon_home.png) no-repeat left center;
}
#pan .pan a{
  color:#ff9600;
  text-decoration: none;
}
#pan .pan a:hover{
  text-decoration: underline;
}


/* container */

#container{
	clear:both;
	width:1020px;
	margin:0 auto;
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}

#container:after{
	content: " . ";
	display: block;
	clear:both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.post{
	width:680px;
	float:left;
}

#category .cat{
    overflow: hidden;
    margin-bottom: 22px;
}
#category .post{
	width:670px;
	float:none;
	overflow: hidden;
	margin-bottom: 25px;
}

#category .post .img_css{
    float: left;
    border: 1px solid #d9d9d9;
    padding: 2px;
    background: #FFF;
}

#category .post .str{
    float: right;
    width:443px;
    margin-top: 5px;
}

#category .post .str h3{
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
}

#category .post .str h3 a{
    text-decoration: none;
    color:#333;
}
#category .post .str h3 a:hover{
text-decoration: underline;
}
#category .post .cat {
    margin-top: 5px;
    margin-bottom: 0;
}

#category .post .str .date{
    border-bottom: 4px solid #F4DB34;
    color:#999;
    padding-bottom: 2px;
    margin-bottom: 15px;
    clear: both;
    text-align: right;
    font-size: 10px;
}

#category .post .str .date img{
	vertical-align: middle;
	margin-right: 5px;
}
#category .post .str p{
    margin-bottom: 0;
}

#category .post .str .detail{
    margin-top: 5px;
    text-align: right;
}

.contents{
	width:730px;
	float:left;
}

.post .contents{
	width:auto;
	float:none;
}

.post h1.entry-title{
    font-size: 22px;
    color:#666;
    font-weight: bold;
}

.post p.cat{
    font-weight: bold;
    font-size: 11px;
    overflow: hidden;
}
.post p.feature{
    color:#F00;
}

.post p.series{
    color:#39c;
}


/* sidebar */

#sidebar{
	width:260px;
	float:right;
}

#sidebar .bn_subscription{
  margin-bottom:20px;
}

#sidebar .bn_7thresult{
  margin-bottom:20px;
}

#sidebar .bn_present{
  margin-bottom:20px;
}

#sidebar .bn_recipe-channel{
  margin-bottom:20px;
}

#sidebar .bn_make-ahead{
  margin-bottom:20px;
}
#sidebar .bn_make-ahead span{
  display:block;
  text-align: center;
  background: url(../img/bg_make-ahead.jpg) repeat-x left top;
  padding-bottom:8px;/*13px*/
}
#sidebar .bn_make-ahead p{
  text-align: center;
  padding:0;
  margin:0 auto 5px auto;
}

#sidebar .bn_heart{
  margin-bottom:30px;
}

#sidebar #side_topics{
  padding: 0 14px 14px;
  margin: 0 0 39px;
  width: 230px;
  background: #ffffe8;
  text-align: center;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  overflow: hidden;
}
#sidebar #side_topics h3{
  padding: 13px 0 8px;
}
#sidebar #side_topics ul{
  text-align: left;
}
#sidebar #side_topics ul li{
  float: left;
}
#sidebar #side_topics ul li a{
  color: #545454;
  font-size: 85.714%;
  line-height: 2;
  padding: 0 0 0 10px;
  margin: 0 5px 0 0;
  background: url(../img/side_topics_word_arrow.gif) no-repeat left center;
}

#sidebar #side_blog{
  margin: 0 0 40px;
}
#sidebar #side_blog h3{
  text-align: center;
  margin: 0 0 15px;
}
#sidebar #side_blog .official{
  width: 240px;
  padding: 20px 8px 8px;
  color: #6c6c5b;
  border: 2px solid #ff9600;
  background: #fff5e6;
}
#sidebar #side_blog .list li{
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px dotted #dacec1;
}
#sidebar #side_blog .list li .image{
  float: left;
  width: 70px;
  margin: 0 10px 0 0;
}
#sidebar #side_blog .list li .text{
  float: left;
  width: 160px;
}
#sidebar #side_blog .list li .text a{
  text-decoration: none;
}
#sidebar #side_blog .list li .text a:hover{
  text-decoration: underline;
}
#sidebar #side_blog .list li .text .time{
  color:#6c6c5b;
  font-size: 78.571%;
  line-height: 1.5;
  margin: 0 0 3px;
}
#sidebar #side_blog .list li .text .name a{
  color:#6a5537;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 92.857%;
}
#sidebar #side_blog .more{
  margin: -7px 0 0;
}

#sidebar #side_ranking{
  margin: 0 0 25px;
}
#sidebar #side_ranking h3{
  text-align: center;
  margin: 0 0 30px;
}
#sidebar #side_ranking .list li{
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px dotted #dacec1;
  overflow: hidden;
}
#sidebar #side_ranking .list li .image{
  float: left;
  border: 1px solid #c1bebe;
}
#sidebar #side_ranking .list li .text{
  float: right;
  width: 160px;
}
#sidebar #side_ranking .list li .text .name a{
  color: #1e1e1e;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-decoration: none;
  font-size: 85.714%;
}
#sidebar #side_ranking .list li .text .name a:hover{
  text-decoration: underline;
}
#sidebar #side_ranking .list li .text .no{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 11px;
  color: #999999;
}
#sidebar #side_ranking .list li.no1 .text .no,
#sidebar #side_ranking .list li.no2 .text .no,
#sidebar #side_ranking .list li.no3 .text .no {
  display: block;
  width: 31px;
  height: 23px;
  margin: 0 0 5px;
  line-height: 30px;
  color: #fcfcf7;
  text-align: center;
}
#sidebar #side_ranking .list li.no1 .text .no {
  background: url(../img/no1_bg.gif) no-repeat left top;
}
#sidebar #side_ranking .list li.no2 .text .no {
  background: url(../img/no2_bg.gif) no-repeat left top;
}
#sidebar #side_ranking .list li.no3 .text .no {
  background: url(../img/no3_bg.gif) no-repeat left top;
}

#sidebar #side_ranking .list li.no1 .image{
  border: 2px solid #b5a900;
}
#sidebar #side_ranking .list li.no2 .image{
  border: 2px solid #9d9d9a;
}
#sidebar #side_ranking .list li.no3 .image{
  border: 2px solid #8a7963;
}

#sidebar #side_pickup{
  margin: 0 0 40px;
  padding: 30px 9px 0;
  border: 1px solid #e6e6e6;
}
#sidebar #side_pickup h3{
  text-align: center;
  margin: 0 0 25px;
}
#sidebar #side_pickup .list li{
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px dotted #dacec1;
  overflow: hidden;
}
#sidebar #side_pickup .list li.last{
  padding: 0 0 5px;
  border-bottom: none;
}
#sidebar #side_pickup .list li .image{
  float: left;
  width: 70px;
}
#sidebar #side_pickup .list li .text{
  float: right;
  width: 160px;
}
#sidebar #side_pickup .list li .text .name a{
  color: #1e1e1e;
  text-decoration: none;
  font-size: 85.714%;
}
#sidebar #side_pickup .list li .text .name a:hover{
  text-decoration: underline;
}

#sidebar .line{
  position: relative;
  margin: 0 0 10px;
  padding: 10px 0;
  border-radius: 10px;
  background: #00b800;
  overflow: hidden;
  text-align: center;
}
#sidebar .line:after{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 21px;
  background: url(../img/line_new.png) no-repeat center top;
}
#sidebar .line > img {
  margin: 0 0 10px;
}
#sidebar .line > p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
#sidebar .line .button {
}

#sidebar .fb{
  margin: 0 0 20px;
}

#sidebar .tw{
  height: 453px;
}

#sidebar .eye_guard {
  margin: 0 0 20px;
}

#sidebar .cocoRohto{
  margin: 0 0 20px;
}


/* pagenav */

#pagenav {
  width: 100%;
  overflow: hidden;
}
#pagenav .pan{
  float: left;
  margin: 0 0 20px;
  color: #666666;
  font-size: 85.714%;
  line-height: 16px;
  padding: 0 0 0 23px;
  background: url(../img/icon_home.png) no-repeat left top;
}
#pagenav .pan a{
  color:#ff9600;
  text-decoration: none;
}
#pagenav .pan a:hover{
  text-decoration: underline;
}
#pagenav .page-top{
  float: right;
  margin: 4px 0 21px;
}


/* footer */

#footer{
	clear:both;
	width:100%;
  min-width: 1020px;
  margin: 70px 0 0;
}

#footer #foot_nav{
	width:100%;
	margin:0 auto;
	padding:50px 0 5px;
	background-color:#f8f3e9;
}
#footer #foot_nav .wrap{
	overflow: hidden;
}

#footer #foot_nav .foot-logo{
	float:left;
  margin: 0 40px 0 0;
}

#footer #foot_nav .box{
	float:left;
}
#footer #foot_nav .box.box1{
  width: 196px;
  margin: 0 40px 0 0;
}
#footer #foot_nav .box.box2{
  width: 176px;
  margin: 0 10px 0 0;
}
#footer #foot_nav .box.box3{
  width: 196px;
  margin: 0 30px 0 0;
}
#footer #foot_nav .box h3{
	margin-bottom:12px;
}
#footer #foot_nav .box ul{
	padding-left:20px;
	margin-bottom:35px;
}
#footer #foot_nav .box ul li{
	line-height: 1.2;
  margin: 0 0 0.8em;
}
#footer #foot_nav .box ul li a{
	color:#666666;
	font-size: 92.857%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.2;
	font-weight:bold;
	text-decoration:none;
}
#footer #foot_nav .box ul li a:hover{
	text-decoration:underline;
}
#footer #foot_nav .box .mark{
	padding-left:20px;
  color:#ff9600;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 92.857%;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 12px;
}
#footer #foot_nav .box .mark span{
  padding: 0 1px 2px;
  border-bottom: 2px solid #ff9600;
}


#footer #foot_sns{
  padding: 33px 0 0;
  overflow: hidden;
  height: 54px;
}
#footer #foot_sns p{
  float: left;
  margin: -6px 14px 0 149px;
}
#footer #foot_sns .rohto-logo{
  float: right;
  margin: -6px 0 0;
}

#footer #foot_sns iframe,
#footer #foot_sns a,
#footer #foot_sns img,
#footer #foot_sns div {
  vertical-align: top !important;
}

iframe.twitter-share-button {
  width: 101px!important;
}

#footer #foot_sitemap{
  padding: 22px 0 21px;
  background: #ff9600;
  overflow: hidden;
}
#footer #foot_sitemap .sitemap {
  float: left;
}
#footer #foot_sitemap .sitemap li{
  float: left;
  line-height: 1;
  padding: 0 0 0 15px;
  margin: 0 22px 0 0;
  background: url(../img/foot_arrow.png) no-repeat left center;
}
#footer #foot_sitemap .sitemap li a{
  color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 85.714%;
  line-height: 1;
  text-decoration: none;
}
#footer #foot_sitemap .sitemap li a:hover{
  text-decoration: underline;
}

#footer #foot_sitemap .copyright {
  float: right;
}



/* =contents common
-------------------------------------------------------------------------------------------- */

.contents h1{
	color:#666;
	font-size:22px;
	font-weight:bold;
	margin-bottom:23px;
}

.contents h1 span{
	font-size:11px;
}

.contents .section{
	padding-bottom:10px;
	letter-spacing: 1px;
}

.contents .box{
	padding-bottom:10px;
}

.contents h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.contents p{
	margin-bottom:20px;
}

.contents > .cat{
    font-size: 11px;
    font-weight: bold;
}

.contents > .feature{
    color:#f00;
}

.contents > .series{
    color:#39c;
}

.contents .sociallink{
	clear:both;
	padding-top:30px;
	margin-bottom:30px;
	background:url(../img/common/dot.gif) repeat-x left top;
}



	ul.page-numbers{
		text-align: center;
		padding:25px 0;
		overflow: hidden;
	}
	
		ul.page-numbers li{
			display: inline;
			text-align: center;
		}
		
			ul.page-numbers li a,ul.page-numbers li span{
				font-size:14px;
				padding: 6px 13px;
				line-height: 1;
				border:1px solid #CCC;
				text-decoration:none;
				/display: inline-block;
				color:#666666;
			}

			ul.page-numbers li a:hover{
				background-color:#CCCCCC;
			}
			
			ul.page-numbers li span.current{
				background-color:#CCCCCC;
				border:1px solid #CCCCCC;
			}
			ul.page-numbers li.next a{
    			margin-left:25px;
			}
			ul.page-numbers li.prev a{
				margin-right:25px;
			}



/* pagenav */
.pagenav{
  margin:0 auto 40px;
  width: 680px;
}
.pagenav ul{
  text-align: center;
  padding:30px 0;
  overflow: hidden;
}

.pagenav ul li{
  display: inline;
  text-align: center;
  margin: 0 2px;
}

.pagenav ul li a{
  font-size:14px;
  padding: 10px 14px;
  line-height: 1;
  text-decoration:none;
  color:#00ae97;
  background: #e2f3f0;
}

/* ページャーリンク色 */
.genre_health .pagenav ul li a{
	color:#00ae97;
	background: #e2f3f0;
}
.genre_food .pagenav ul li a{
	color:#ff6600;
	background: #ffebdd;
}
.genre_recipe .pagenav ul li a{
	color:#fdd000;
	background: #fff5c4;
}
.genre_exercise .pagenav ul li a{
	color:#00afec;
	background: #d9f5ff;
}
.genre_nature .pagenav ul li a{
	color:#aacd00;
	background: #f6f9ea;
}
.genre_column .pagenav ul li a{
	color:#eb6ea5;
	background: #ffeff6;
}
.genre_beauty .pagenav ul li a{
	color:#a263ce;
	background: #d0acea;
}

.pagenav ul li a span{
  padding: 0 0 1px;
  border-bottom: 1px solid #00ae97;
}

/* ページャーリンク下色 */
.genre_health .pagenav ul li a span{
  border-bottom: 1px solid #00ae97;
}
.genre_food .pagenav ul li a span{
  border-bottom: 1px solid #ff6600;
}
.genre_recipe .pagenav ul li a span{
  border-bottom: 1px solid #fdd000;
}
.genre_exercise .pagenav ul li a span{
  border-bottom: 1px solid #00afec;
}
.genre_nature .pagenav ul li a span{
  border-bottom: 1px solid #aacd00;
}
.genre_column .pagenav ul li a span{
  border-bottom: 1px solid #eb6ea5;
}
.genre_beauty .pagenav ul li a span{
  border-bottom: 1px solid #a263ce;
}

.pagenav ul li a:hover,
.pagenav ul li.cur a{
	color:#fff;
}

/* ページャー選択時色 */
.genre_health .pagenav ul li a:hover,
.genre_health .pagenav ul li.cur a{
	background-color:#00ae97;
}
.genre_food .pagenav ul li a:hover,
.genre_food .pagenav ul li.cur a{
	background-color:#ff6600;
}
.genre_recipe .pagenav ul li a:hover,
.genre_recipe .pagenav ul li.cur a{
	background-color:#fdd000;
}
.genre_exercise .pagenav ul li a:hover,
.genre_exercise .pagenav ul li.cur a{
	background-color:#00afec;
}
.genre_nature .pagenav ul li a:hover,
.genre_nature .pagenav ul li.cur a{
	background-color:#aacd00;
}
.genre_column .pagenav ul li a:hover,
.genre_column .pagenav ul li.cur a{
	background-color:#eb6ea5;
}

.genre_beauty .pagenav ul li a:hover,
.genre_beauty .pagenav ul li.cur a{
	background-color:#a263ce;
}

.pagenav ul li.prev a{
  margin-right:25px;
  color: #333333;
  background: #f0f0f0;
}

.pagenav ul li.next a{
  margin-left:25px;
  color: #333333;
  background: #f0f0f0;
}

.pagenav ul li.prev a:hover,
.pagenav ul li.next a:hover{
  background: #cfcfcf;
}


/* 前後記事 */

.side-by-side-post {
  margin-bottom: 80px;
}

.side-by-side-post * {
  box-sizing: border-box;
}

.side-by-side-post .wrap {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.side-by-side-post .prev_post {
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 18px 20px 18px 28px;
  border: 4px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  vertical-align: middle;
}

.side-by-side-post .next_post {
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 18px 20px 18px 28px;
  border: 4px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  vertical-align: middle;
}

.side-by-side-post .block {
  display: table;
  width: 100%;
}

.side-by-side-post .image {
  display: table-cell;
  width: 130px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.side-by-side-post .image:empty {
  height: 85px;
}

.side-by-side-post .image img {
  max-width: 100%;
}

.side-by-side-post .text {
  display: table-cell;
  vertical-align: middle;
}

.side-by-side-post .text a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}

.side-by-side-post .text a:hover {
  text-decoration: underline;
}

.side-by-side-post .text p {
  position: absolute;
  top: -18px;
  width: 111px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
}

.side-by-side-post .next_post .text p {
  left: 20px;
  padding: 0 0 0 13px;
  text-align: left;
  background: url(/common/img/next-post.png) no-repeat center center;
}

.side-by-side-post .prev_post .text p {
  right: 20px;
  padding: 0 13px 0 0;
  text-align: right;
  background: url(/common/img/prev-post.png) no-repeat center center;
}

.side-by-side-post .stretched-link::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0,0,0,0);
}

.side-by-side-post .back {
  clear: both;
  width: 320px;
  margin: 0 auto;

  border: 2px solid #000;
  text-align: center;
}

.side-by-side-post .back span {
  display: none;
}

.side-by-side-post .back a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}

.side-by-side-post .back a:hover {
  text-decoration: underline;
}



.yarpp-related {
	display: none;
}
