@charset "utf-8";

/*/////////////////////////////////////////////////////////////
dododay

Copyright (C) KAYAC Inc. All Rights Reserved.
------------------------------------------------------------
[hoge.css] Only special category style
	0. Import Common CSS
	1. 特集共通
	2. 特集メイン
	3. スペシャル
	4. dododay通信
	5. ミニ講座
	6. アーカイブ
	99. Clearfix

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Import Common CSS
------------------------------------------------------------ */

@import url("/css/common/base.css");
@import url("/css/common/layout.css");
@import url("/css/common/module.css");

/* ------------------------------------------------------------
	1. 特集共通
------------------------------------------------------------ */

/* 特集タイトル
------------------------------------------------- */
div.unitTtlSpecial01 {
	margin-bottom: 20px;
}

div.unitTtlSpecial01 .ttl {
	margin-bottom: 10px;
}

/* 作品ユニット
------------------------------------------------- */
div.blockSpecialList {
	margin-bottom: 30px;
}

ul.unitSpecialList {
	overflow: hidden;
	width: 765px;
	margin: 0 -15px 25px 0;
}
	
ul.unitSpecialList li {
	float: left;
	width: 238px;
	margin-right: 15px;
	padding-bottom: 9px;
	border: 1px solid #ccc;
	background: url(/img/special/bg_unit_special.png) no-repeat 0 100%;
	line-height: 1.8;
}

div.itemSpecialList {
	position: relative;
	padding: 9px 8px 0;
	background: url(/img/special/bg_unit_special.png) no-repeat;
	font-size: 93%;
}

div.itemSpecialList .ttl {
	padding-top: 150px;
	line-height: 1.8;
}

div.itemSpecialList p.txt {
	margin-bottom: 5px;
}

div.itemSpecialList p.img {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 220px;
	border: 1px solid #ccc;
	background: #eee;
	text-align: center;
}

div.itemSpecialList dl.creator dt,
div.itemSpecialList dl.creator dd.txt {
	float: right;
	width: 160px;
}

div.itemSpecialList dl.creator dd.img {
	float: left;
	width: 50px;
	border: 1px solid #ccc;
}

/* 特集フッター
------------------------------------------------- */
div.unitFooterHouseco {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border: 1px solid #9c0;
	background: url(/img/special/20090707/bg_footer.jpg) no-repeat 100% 0;
}

div.unitFooterHouseco .ttl {
	margin-bottom: 15px;
}

div.unitFooterHouseco p.txt {
	margin: 0 380px 15px 15px;
}

div.unitFooterHouseco p.btnMore {
	margin-left: 15px;
}

/* ショップdododay
------------------------------------------------- */
div#blockDodepart {
	margin-bottom: 30px;
}

/* 特集バックナンバー（バナー）
------------------------------------------------- */
div.blockSpecialBackNumber {
	margin-bottom: 30px;
}

/* ------------------------------------------------------------
	2. 特集メイン
------------------------------------------------------------ */

/* hoge
------------------------------------------------- */

/* ------------------------------------------------------------
	3. スペシャル
------------------------------------------------------------ */

/* hoge
------------------------------------------------- */

/* ------------------------------------------------------------
	4. dododay通信
------------------------------------------------------------ */

/* hoge
------------------------------------------------- */

/* ------------------------------------------------------------
	5. ミニ講座
------------------------------------------------------------ */

/* hoge
------------------------------------------------- */

/* ------------------------------------------------------------
	6. アーカイブ
------------------------------------------------------------ */

/* hoge
------------------------------------------------- */


/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

div.itemSpecialList dl.creator:after,
ul.unitSpecialList:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

div.itemSpecialList dl.creator,
ul.unitSpecialList {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div.itemSpecialList dl.creator,
* html ul.unitSpecialList {
    height: 1%;
}

div.itemSpecialList dl.creator,
ul.unitSpecialList {
    display: block;
}
/* End hide from IE-mac */