/* ==========================================================

Application>>>　item/iframe/series_柄名.html
Description>>>サンプル帳ページ内読み込みシリーズ　2列用　設定用CSS

========================================================== */


@charset "utf-8";

/* =====================
  reset　roaming
===================== */

@import url("reset.css");

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* =====================
 series 
===================== */
body {
	width: 240px;
  height: 850px;
}
#series {
	width: 240px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
}
.series-title {
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: normal;
	display: block;
	font-size: 12px;
	/*background-color: #DCDCDC;*/
}
.series-item {
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0px;
}
.series-item-content {
	width: 120px;
	text-align: center;
	display: inline-block;
}
.series-item-content-img {
	width: 110px;
}
.series-item-content-anker {
	width: 130px;
	font-size: 10px;
	line-height: 1.5;
}