/*===============================================
●base.css 画面の横幅が641px以上
===============================================*/
@media print, screen and (min-width: 641px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

.wp_rp_wrap {
	clear: both;
	margin-top:40px;
}

.wp_rp_wrap .related_post_title {
	font-size:80%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	padding:10px 0;
}

.wp_rp_wrap a.related_post_title:hover{color:#B75F48; text-decoration: underline;}

div.wp_rp_content {
}

div.wp_rp_footer {
	text-align: right !important;
	overflow: hidden !important;
}
div.wp_rp_footer a {
	color: #999 !important;
	font-size: 11px !important;
	text-decoration: none !important;
	display: inline-block !important;
}
div.wp_rp_footer a.wp_rp_edit {
	color: #fff !important;
	font-size: 12px !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	background: #f79124 !important;
	border-radius: 2px !important;
	padding: 3px 6px;
}
ul.related_post {
	margin: 0 0 18px 0;
}

ul.related_post li {
	min-height:100px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDD;
	line-height:1.2em;
}

ul.related_post li a {
}

ul.related_post li a img {
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	max-width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.related_post li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

ul.related_post li a.wp_rp_title{
	font-size:85%;
	font-weight:bold;
	color:#333;
	padding-top:2px;
	margin-bottom:5px;
}

ul.related_post li .wp_rp_excerpt:before {
	content: "\A" ;
	white-space: pre ;
}

ul.related_post li .wp_rp_excerpt{
	font-size:70%;
	font-weight:nomal;
	color:#666;
	line-height:1.0em;
}

}








/*===============================================
●smartphone.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

.wp_rp_wrap {
	clear: both;
	margin-top:35px;
}

.wp_rp_wrap .related_post_title {
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	padding:10px;
}

.wp_rp_wrap a.related_post_title:hover{color:#B75F48; text-decoration: underline;}

div.wp_rp_content {
}

div.wp_rp_footer {
	text-align: right !important;
	overflow: hidden !important;
}
div.wp_rp_footer a {
	color: #999 !important;
	font-size: 11px !important;
	text-decoration: none !important;
	display: inline-block !important;
}
div.wp_rp_footer a.wp_rp_edit {
	color: #fff !important;
	font-size: 12px !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	background: #f79124 !important;
	border-radius: 2px !important;
	padding: 3px 6px;
}
ul.related_post {
	margin: 0 0 15px 0;
}

ul.related_post li {
	min-height:80px;
	padding: 12px 10px 12px 10px;
	border-top: 1px solid #DDD;
	line-height:1.2em;
}

ul.related_post li a {
}

ul.related_post li a img {
	width: 80px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	max-width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.related_post li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

ul.related_post li a.wp_rp_title{
	font-size:90%;
	font-weight:bold;
	color:#333;
}

ul.related_post li small{
	margin-top:5px;
}

ul.related_post li .wp_rp_excerpt:before {
	content: "\A" ;
	white-space: pre ;
}

ul.related_post li .wp_rp_excerpt{
	font-size:75%;
	font-weight:nomal;
	color:#666;
	line-height:1.0em;
}

}