@charset "utf-8";

/*------------------------------
サイト名：LEE JOON GI mobile
作成日：2015.08.21
修正日：2015.08.21
ガイドライン：Ver.02
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通CSS読み込み
 * ------------------------------------ */
@import "html5reset-1.6.1.css";
@import "common.css";


/* ------------------------------------
 * SPECIAL
 * ------------------------------------ */

#story {
	padding:10px;
	background: #FFF;
}

#story img {
	display: block;
	width /***/: auto;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
}

#story span.photo {
	display:block;

}

#story a {
	text-decoration:underline;
}
