/* ==== 適用ファイル =================
makerbrand/index.html
=================================== */

#maker #makerbrand{
	width:870px;
	margin:40px 40px 2em;
	position:relative;
	font-size:13px;
}

/* ==== inimenu =====*/
#maker #makerbrand #inimenu {
	width:192px;
	float:left;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#f7f9fb;
}
#maker #makerbrand .posFix {
	position:fixed;
	top:10px;
	float:none;
}
#maker #makerbrand #inimenu dl{
	padding-bottom:9px;
	padding-left:9px;
}
#maker #makerbrand #inimenu dl dt{
	background:#e4eaf1;
	height:32px;
	line-height:32px;
	padding-left:10px;
	font-weight:bold;
	width:182px;
	margin:0 0 9px -9px;
}
#maker #makerbrand #inimenu dl dd{
	float:left;
	margin:1px;
}
#maker #makerbrand #inimenu dl dd a{
	position:relative;
	display:block;
	height:25px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	background:#FFF;
	border:1px solid #c1d5e3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../script/PIE/PIE.htc);
}
#maker #makerbrand #inimenu dl dd a.error{
	pointer-events: none;
	background:#f6f6f6;
	color:#999;
	cursor:default;
}
#maker #makerbrand #inimenu dl dd a.error:hover,
#maker #makerbrand #inimenu dl dd a.error:hover{
	color:#999;
}
#maker #makerbrand #inimenu dl dd a:hover,
#maker #makerbrand #inimenu dl dd a:focus{
	color:#F66;
}
#maker #makerbrand #inimenu #abc dd a{
	width:25px;
}
#maker #makerbrand #inimenu #kana dd a{
	width:25px;
}
#maker #makerbrand #inimenu #abc dd.wide a{
	width:53px;
}
#maker #makerbrand #inimenu #kana dd.wide a{
	width:112px;
}
#maker #makerbrand #inimenu #kana dd.last a{
	width:170px;
}

/* ==== makerlist =====*/
#maker #makerbrand #makerlist{
	width:648px;
	float:right;
}

#maker #makerbrand #makerlist dl dt{
	clear:both;
	margin:0 0 5px;
	padding:5px 0 3px 10px;
	font-weight:bold;
	border-bottom:1px solid #ced7e6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:17px;
	border-left:4px solid #e4eaf1;
}
#maker #makerbrand #makerlist dl dd{
	margin-left:15px;
	display:inline;
	float:left;
	width:200px;
	margin-bottom:8px;
}
