@import	"/css/common.css";
@import	"./syurui.css";
@import	"./size.css";
@import	"./kuyou.css";
@import	"./unchiku.css";
@import	"./kyusei.css";
@import	"./kaiun.css";
@import	"./inzai.css";
@import	"./gaiji.css";
@import	"./jitai.css";
@import	"./zouge.css";
@import	"./tsuge.css";

/*## unchiku 共通 #######################################################*/
/* リセット */
.box *{margin:0;padding:0;}
#wrapper .box p{padding:0;}

.box{
	margin:0 auto;
	line-height:1.4;
}

/* トップエリア：ページタイトル */
.box #toparea h2{padding:40px 0;}

/* 並列 */
.box .leftarea{float:left;}
.box .rightarea{float:right;}

/* ----------------------------------------------- */
/* 運 */
.box #luck{}
/* clear hack */
.box #luck{zoom:1;}
.box #luck:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/* 運：左エリア */
.box #luck .leftarea{
	float:left;
	width:220px;
	text-align:center;
}

/* 運：左エリア：画像 */
.box #luck .leftarea img{margin-bottom:40px;}

/* 運：右エリア */
.box #luck .rightarea{
	margin:0 0 10px;
	float:right;
	width:380px;
}

/* 運：一覧 */
.box #luck dl{
	margin:0 20px 1.5em;
	width:340px;
	font-size:14px;
	line-height:1.6;
}
/* clear hack */
.box #luck dl{zoom:1;}
.box #luck dl:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/* 運：一覧：名前 */
.box #luck dt{
	float:left;
	clear:left;
	width:70px;
	color:#f00;
	font-weight:bold;
}

/* 運：一覧：効果 */
.box #luck dd{
	float:right;
	width:260px;
	text-align:left;
}

.box #luck h3{
	margin:0 auto 8px;
	padding:3px 8px 2px;
	color:#fff;
	background-color:#c34343;
	font-size:14px;
}

/* 運：画数が気になる方へ */
.box #luck h4{
	margin:0 1em 0.5em;
	color:#f00;
	font-size:12px;
}

/* 運：画数が気になる方へ：テキスト */
.box #luck p{margin:0 1em 1em;}

/* 運：画数が気になる方へ：Mail・TEL */
.box #luck ul{margin:0 1em;}
.box #luck li{
	margin:0 0 10px;
	list-style-type:none;
}
/* ----------------------------------------------- */

