@charset "UTF-8";

/************************************************************************

	★魁！音楽番付〜EIGHT〜

************************************************************************/

/* ------------------------------------------------------------------------
	基本スタイル
------------------------------------------------------------------------ */
* { margin:0px; padding:0px; }
body { margin:0px; padding:0px; background:#ffffff; }

hr { display:none; }
img { border:none; }
span { display:none; }

/* フォント ------------------------------------ */
body { font-size:14px; line-height:1.5; }
table { font-size:inherit; font:100%; }
small { font-size:inherit; font-size:85.7%; }
pre, code { font:115% monospace; }

/* Basis - 14px */
.f10 { font-size:72%; } /* 10px (eq.x-small) */
.f12 { font-size:85.7%; } /* 12px  */
.f13 { font-size:93%; } /* 13px (eq.small) */
.f16 { font-size:114.5%; } /* 16px (eq.medium) */
.f18 { font-size:128.6%; } /* 18px (eq.large) */
.f20 { font-size:142.9%; } /* 20px */
.f24 { font-size:171.5%; } /* 24px */

/* Win IE 用 \*/
* html body { line-height:1.5; font-size:88%; }
* html small { font-size:85.7%; }
* html pre { font-size:100%; }
* html code { font-size:100%; }

* html select { line-height:1.5; }
* html input { line-height:1.5; }
* html textarea { line-height:1.5; }
/* */

/* ------------------------------------------------------------------------
	文字周り
------------------------------------------------------------------------ */

/* リンク ------------------------------------ */
a { color:#ffff33; text-decoration:none; }
a:link { color:#ffff33; text-decoration:none; }
a:visited { color:#ffff33; text-decoration:none; }
a:visited {  }
a:hover { color:#000000; background:#ffff33; }
a:active {  }

/* テキスト揃え ------------------------------------ */
/* 右揃え */
.right { text-align:right; }

/* 右揃え */
.left { text-align:left; }

/* センター揃え */
.center { text-align:center; }

/* ------------------------------------------------------------------------
	テーブル
------------------------------------------------------------------------ */
table { border:0px; border-collapse:collapse; border-spacing:0px; }

/* ------------------------------------------------------------------------
	リスト
------------------------------------------------------------------------ */
ul { margin:0px 0px 0px 1.5em; }
ul li { text-align:left; }

ol { margin:0px 0px 0px 1.5em; }
ol li { text-align:left; }


/* ------------------------------------------------------------------------
	表示・配置
------------------------------------------------------------------------ */

/* 回り込み ------------------------------------ */
.floatR { float:right; }
.floatL { float:left; }

.clearR { clear:right; }
.clearL { clear:left; }
.clearB { clear:both; }

/* ------------------------------------------------------------------------
*	その他
------------------------------------------------------------------------ */
.no-border { border:0px; }

/* clearfix */
.clearfix:after { content: url(../img/dummy.gif); display: block; clear: both; height: 0; } 
.clearfix { display: inline-block; } 
/* Mac IE 除外 \*/ 
.clearfix { display: block; } 
/* */




