
@charset "EUC-JP";

/* ======================================================

　ファイル名：/css/sp/common_sp_hdr.css
　概要：4Tマガジン用の共通

====================================================== */

/*
CSSリセット
-------------------------------------------------------*/

*{
	font-size: 100%;
	padding: 0;
	margin: 0;
	word-break: break-all;	.
}
body{
	text-align: center;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Arial", Helvetica, sans-serif;
}

ul,dl{
	list-style:none;
}
img{
	border: none;
}


/*
回り込み解除
-------------------------------------------------------*/
.clear {
    zoom: 100%;
}
.clear:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/*
共通ヘッダー
-------------------------------------------------------*/
#common-sp-hdr{
	margin:0;
	padding:0;
	height:41px;
	background:url(/img/spe/bg_commonheader.gif) #FFFFFF left top repeat-x;
	text-align:left;
}
#common-sp-hdr div#logoUnit{
	margin-top:6px;
	margin-left:20px;
	float:left;
	display:inline;
}
#common-sp-hdr div#logoUnit div#logo4t{
	width:116px;
	height:30px;
	float:left;
	margin-right:7px;
	display:inline;
}
#common-sp-hdr div#logoUnit div#logoMagazine{
	width:93px;
	height:11px;
	margin-top:17px;
	float:left;
	display:inline;
}
#common-sp-hdr div#sponsored{
	margin-top:13px;
	margin-right:15px;
	float:right;
	display:inline;
}




/*
共通フッター
-------------------------------------------------------*/
div#commonFooter{
	margin:0;
	padding:0;
	height:87px;
	background:url(/img/spe/common/bg_commonfooter.gif) #FFFFFF left top repeat-x;
	text-align:left;
}
div#commonFooter div#commonFootercolLeft{
	margin-top:15px;
	margin-left:13px;
	float:left;
	display:inline;
}
div#commonFooter div#commonFootercolRight{
	margin-top:15px;
	margin-right:13px;
	float:right;
	display:inline;
}
div#commonFooter p{
	margin-bottom:10px;
}

div#commonFooter div#commonFootercolLeft li,
div#commonFooter div#commonFootercolRight li{
	float: left;
	border-right: 1px solid #ddd;
	padding: 1px 5px;
	white-space: nowrap;
	margin-bottom: 2px;
}