@charset "utf-8";
/*
Theme Name: Re Blog
Theme URI: http://re-net.jp/
Description: Re*の標準ブログテーマ
Version: 2.0
Author: Sohei Arakawa
Author URI: http://soheicube.com/
Tags: brown, fashion
*/

/* import classes */
@import url(/css/common/import.css);
@import url(/css/common/global.css);
@import url(/css/blog.css);

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */