/*スポット*/
.imobile_infeed_spot{
	
	/*スポットの幅を500pxにする*/
	/*width:500px !important;*/
	
	/*スポットの高さを228pxにする*/
	/*height:228px !important;*/
}

/*インフィード*/
.imobile_infeed{
	
	/*インフィード記事一つの幅500pxにする*/
	/*width:500px !important;*/
	
	/*インフィード記事一つの高さを114pxにする*/
	/*height:114px !important;*/
}

/*画像コンテナー*/
.imobile_infeed_img_container{
	
	/*画像を右に配置する*/
	/*float:right !important;*/
	
	/*画像を無しにする*/
	/*display:none;*/
	display:table;
	float:left;
}

/*画像*/
.imobile_infeed_img_19{
	
	/*画像の大きさを114pxに変える*/
	/*width:114px !important;*/
	/*height:114px !important;*/


	/*画像を角丸にする*/
	/*border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
	display:table-cell;
	vertical-align:text-top;
}

/*タイトル、本文*/
.imobile_infeed_body{
	
	/*タイトル、本文の色を変更する*/
	/*color:#00FFFF;*/
	color:#8B0000;
}

/*タイトル*/
.imobile_infeed_title{
	
	/*タイトルを無しにする*/
	/*display:none !important;*/

	/*タイトルの色を変更する*/
	/*color:#FF00FF;*/

	/*タイトルのフォントサイズを変更する*/
	/*font-size:20px !important;*/
	

	width: 75%;
	padding: 0 0 0 5px;
	border-top:3px solid #40594e;
	border-bottom:3px solid #84a78b;
	font-size:15px;
	margin:0;
	padding:2px;
	float:right;
	display:inline;
	margin-right:5px;
	text-align:center;
}

/*タイトルの前*/
.imobile_infeed_title:before{

	/*タイトルの前に[PR]文字列を挿入する*/
	/*content: "[PR]";*/
	
	/*タイトルの前にPR画像を表示する*/

}

.imobile_infeed_title:after{

	/*タイトルの前に[PR]文字列を挿入する/*
	/*content: "[PR]";/*
	
	/*タイトルの前にPR画像を表示する*/
	/*content: url("http://jitanrecipe.net/img/category_icons_017.png");*/
}



/*本文*/
.imobile_infeed_description {
	
	/*本文を無しにする*/
	/*display:none !important;*/
	
	/*本文の色を変更する*/
	/*color:#FFFF00;*/
	
	/*はみ出た文字を...にする*/
	/*overflow: hidden !important;*/
	/*white-space: nowrap !important;*/
	/*text-overflow: ellipsis !important;*/

	/*本文のフォントサイズを変更する*/
	/*font-size:20px !important;*/
	
	width: 74%;
	display:inline;
	background: #edcab9;
	padding:4px;
	font-size:12px;
	text-align:left;
	float:right;
	margin-right:5px;
}

a {
	text-decoration: none;
}