@charset "utf-8";
/* ---------------------------------------------------------
	DrillSpin（各ページ共通要素定義）
	URL: http://www.drillspin.com/
	Copyright T.C.FACTORY All Rights Reserved.
------------------------------------------------------------ */

#pageTopBtn{
display:none;
position:fixed;
right:10px;
bottom:10px;
}
#pageTopBtn a {
background: url(../../images/common/pagetop.png) no-repeat;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
}
#pageTopBtn a:hover{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

/* ---------------------------------------------------------
各ブロックの幅指定
------------------------------------------------------------ */
html, body {
	height:100%;
}
#wrapper {
	padding-bottom:0;
	position:relative;
	min-height:100%;
}
#wrapper, #headerArea01, #headerArea02, #headerArea03, #footerArea {
	width:100%;
	min-width:956px;
}
#contents {
	width:916px;
	margin:0 auto;
	padding:20px 20px 60px 20px;
	position:relative;
}
#contentsMain {
	width:580px;
	float:left;
	line-height:1.5;
}
#contentsSub {
	width:300px;
	float:right;
	line-height:1.5;
}

.headerArea02Inner, .headerArea03Inner, .footerAreaInner {
	width:916px;
	margin:0 auto;
	padding:0 20px 0 20px;
	position:relative;
}
.headerArea01Inner {
	width:916px;
	margin:0 auto;
	padding:0 20px 0 20px;
	position:relative;
	z-index:1;
}
.headerArea01Inner:after, .headerArea02Inner:after, .headerArea03Inner:after, .footerAreaInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*おっかけボックス用*/
#headerArea03 {
	z-index:9999;
}
.navFixed {
	position: fixed;
	top: 0px;
}
/* ---------------------------------------------------------
 ヘッダー
------------------------------------------------------------ */

#headerArea01 {
	background: #555;
	border-bottom: 1px solid #acacac;
	color: #FFF;
}
#headerArea01 a {
	color:#FFF;
}
#headerArea01 .headerNav01 li, #headerArea01 .headerNav02 li {
	float:left;
	padding:0 8px 0 8px;
	border-right:1px solid #FFF;
}
#headerArea01 .headerNav01 li:first-child, #headerArea01 .headerNav02 li:first-child {
	padding:0 8px 0 0;
}
#headerArea01 .headerNav01 li:last-child, #headerArea01 .headerNav02 li:last-child {
	border:none;
}
#headerArea01 .headerNav01 {
	float: left;
	overflow: hidden;
	padding: 10px 0;
}
#headerArea01 .headerNav02 {
	float:right;
	overflow: hidden;
	padding: 8px 0 0 0;
	margin:0 0 0 5px;
	line-height:1.4;
}
#headerArea01 .headerNav02 li a img {
	vertical-align:top;
	margin:0 3px 0 0;
}

#headerArea01 .headerNav03 {
	float:right;
	overflow: hidden;
	padding: 8px 0 0 0;
}
#headerArea01 .headerNav03 li{
	float:left;
	margin:0 5px 0 0;
}
#headerArea01 .headerNav03 li a{
	text-indent: -9999px;
	width:18px;
	height:18px;
	display:block;
	background:url(../../images/common/header_btn.png) no-repeat;
}
#headerArea01 .headerNav03 li.btnFb a{background-position:0 0;}
#headerArea01 .headerNav03 li.btnFb a:hover{background-position:0 -18px;}
#headerArea01 .headerNav03 li.btnTw a{background-position:-18px 0;}
#headerArea01 .headerNav03 li.btnTw a:hover{background-position:-18px -18px;}
#headerArea01 .headerNav03 li.btnRss a{background-position:-36px 0;}
#headerArea01 .headerNav03 li.btnRss a:hover{background-position:-36px -18px;}

/*ドロップダウンメニュー*/
.ddMenu {
	margin: 0;
	padding: 0;
	float:right;
}
.ddMenu li {
	float: left;
	list-style: none;
	position:relative;
}
.ddMenu li a.menuBtn {
	display: block;
	padding: 10px 10px 10px 20px;
	white-space: nowrap;
}
.ddMenu li a.menuBtn:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #99ca3c;
	left: 5px;
	top: 14px;
}
.ddMenu li a.menuBtn:hover {
	background: #24313C;
}
.ddMenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right:0;
	visibility: hidden;
}
.ddMenu li ul li {
	float: none;
	display: inline;
}
.ddMenu li ul li a {
	display: block;
	padding: 8px 10px 8px 10px;
	white-space: nowrap;
	width: auto;
	background: #555;
	color: #24313C;
	border-top: 1px solid #ACACAC;
}
.ddMenu li ul li a:hover {
	background: #24313C;
}
#headerArea02 {
	position:relative;
	min-height:45px;
	padding:10px 0 10px 0;
	background:#494949;
}
#headerArea02 h1 {
	width:257px;
	height:45px;
	position:absolute;
	left:15px;
}
#headerArea02 h1 a {
	text-indent: -9999px;
	width:257px;
	height:45px;
	display:block;
	background:url(../../images/db/common/logo.png) no-repeat;
}
#headerArea02 .searchArea {
	float:right;
	padding-top: 14px;
	background:url(../../images/db/common/search_caption.png) no-repeat ;
}
#headerArea02 .searchText {
	position:relative;
	width:256px;
	margin:0 5px 0 0;
	padding:3px 2px 2px 3px;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px;/* Safari,Chrome */
	-moz-border-radius: 4px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}
#headerArea02 .searchBtn {
	width:31px;
	height:31px;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	background:url(../../images/db/common/btn_search.png) no-repeat;
}
#headerArea02 .searchBtn:hover {
	background-position: bottom;
}
#headerArea03 {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	padding:8px 0 8px 0;
}


#headerArea03 .modeSwPtn01 a {
	float:right;
	border:1px solid #8cbff2;
	background:#e8f1fa;
	color:#0872dd;
	padding:7px 10px 5px 11px;
	margin-left:5px;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px;/* Safari,Chrome */
	-moz-border-radius: 4px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}
#headerArea03 .modeSwPtn02 a {
	float:right;
	border:1px solid #a8cc65;
	background:#eff8de;
	color:#67970d;
	padding:6px 10px 5px 11px;
	margin-left:5px;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px;/* Safari,Chrome */
	-moz-border-radius: 4px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}

#headerArea03 a {
    color: #999;
    float: right;
}

.reactionStock {
	border: 1px solid #FFFFFF;
	border-radius: 50% 50% 50% 50%;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-left: 4px;
	padding: 1px 4px 0px 4px;
	text-align: center;
	vertical-align: middle;
	background: #6a9517; /* Old browsers */
	background: -webkit-gradient( linear, left top, left bottom, from(#ff1a00), to(#cd0000));
	background: -moz-linear-gradient( top, #ff1a00, #cd0000);
	-pie-background: linear-gradient(#ff1a00, #cd0000);
	position:relative;
	behavior: url(/css/css3pie/PIE.htc);
}
/* ---------------------------------------------------------
 フッター
------------------------------------------------------------ */
#footerArea {
	background: #484747;
	color:#FFF;
	padding:20px 0 30px 0;
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	height:110px;
	position:absolute;
	bottom:0;
}
.footerNav01 {
	float:left;
	margin:0 0 15px 0;
}
.footerNav01 li {
	float:left;
	margin:0 5px 0 0;
}
.footerNav01 a {
	display:block;
	text-indent: -9999px;
	height:22px;
	width:67px;
}
.footerNav01 li.navA {
	background:url(../../images/common/nav_home.png) no-repeat;
}
.footerNav01 li.navB {
	background:url(../../images/common/nav_guide.png) no-repeat;
}
.footerNav01 li.navC {
	background:url(../../images/common/nav_faq.png) no-repeat;
}
.footerNav02 {
	float:left;
	margin:0 0 15px 0;
}
.footerNav02 li {
	float:left;
	margin:0 5px 0 0;
}
.footerNav02 a {
	display:block;
	text-indent: -9999px;
	height:25px;
	width:166px;
}
.footerNav02 li.navA {
	background:url(../../images/common/nav_dedrill.png) no-repeat;
}
.footerNav02 li.navB {
	background:url(../../images/common/nav_viewer.png) no-repeat;
}
.footerNav02 li.navC {
	background:url(../../images/common/nav_paftele.png) no-repeat;
}
.footerNav01 li:hover, .footerNav02 li:hover {
	background-position: bottom;
}
#footerArea .footerLink {
	margin:0 0 15px 0;
	line-height:1.5;
	clear:both;
}
#footerArea .footerLink a {
	color:#FFF;
}
#footerArea .copyright a {
	background:url(../../images/common/logo_tcf.png) no-repeat left center;
	padding:0 0 0 80px;
	color:#FFF;
}
/* ---------------------------------------------------------
 コンテンツ内タイトルヘッダー
------------------------------------------------------------ */
#contents .contentsHeader {
	overflow:hidden;
	margin:20px 0 30px 0;
	position:relative;
}
/*レコード系ページのみお気に入りスペース確保のため.contentsHeaderに下記を追加*/
#contents .recordHead {
	min-height:70px;
}
#contents .adBanner {
    margin: 0 auto 30px;
    text-align: center;
    width: 728px;
}
#contents .titleArea {
	float: left;
}
/*エディットモード時はフロート解除*/
#contents .contentsRecord .titleArea {
	float:none;
	margin: 0 0 30px 225px;
	min-height: 80px;
}
#contents .titleArea h2 {
	font-size:30px;
	font-weight:bold;
	line-height:1.2;
	padding:0 0 3px 0;
}
#contents .titleArea .works h2 {
	font-weight:normal;
}
#contents .titleArea .works h2 span {
	background:url(../../images/db/record/arrow_works.png) no-repeat 0 40%;
	padding:0 0 0 65px;
	margin:0 0 0 10px;
	color:#333;
	font-size:30px;
	vertical-align: middle;
	font-weight:bold;
}
#contents .titleArea .kana,
#contents .titleArea .name,
#contents .titleArea .eng {
	padding:4px 0 4px 0;
	overflow: hidden;
}

/*一覧ページサマリー用ここから*/
#contents .titleArea .summary {
	margin:0 0 0 0;
	line-height:1.5;
}
#contents .titleArea .notes {
	margin:0 0 0 0;
	font-size:11px;
	color:#777;
}
/*一覧ページサマリー用ここまで*/

#contentsHeader .subBtnArea {
	position:relative;
	min-height:80px;
}
#contentsSub .subBtnArea {
	position:relative;
	min-height:80px;
	margin: 0 0 44px 0;
}
#contents .subBtnArea .favBtn {
	position:absolute;
	right:5px;
	top:5px;
	line-height:1.6;
	font-size:12px;
}
.favBtn .entry a {
	display: inline-block;
	background:url(../../images/db/record/fav_star.png) no-repeat 2px bottom #ffffcb;
	padding:4px 6px 1px 28px;
	border:1px solid #ebeca6;
	color:#ff9e06;
	font-weight:bold;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Chrome */
	-moz-border-radius: 3px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}
.favBtn .entry a:hover {
	background:url(../../images/db/record/fav_star.png) no-repeat 2px top #ffffcb;
}
.favBtn .done {
	background:url(../../images/db/record/fav_star.png) no-repeat 2px top #f5f5f5;
	padding:4px 6px 1px 28px;
	border:1px solid #eaeaea;
	color:#777;
	font-weight:bold;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Chrome */
	-moz-border-radius: 3px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}
.favBtn .count {
	display: inline-block;
	background-color: #FFF;
	position: relative;
	border: 1px solid #dcdcdc;
	padding:3px 5px 0 5px;
	margin:0 0 0 10px;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Chrome */
	-moz-border-radius: 3px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}
.favBtn .count:after, .favBtn .count:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 100%;
	position: absolute;
	width: 0;
}
.favBtn .count:after {
	border-width: 4px;
	border-right-color: #FFF;
	top: 6px;
}
.favBtn .count:before {
	border-width: 5px;
	border-right-color: #dcdcdc;
	top: 5px;
}
#contents .subBtnArea .socialBtn {
	position:absolute;
	right:0;
	bottom:0;
}
#contents .subBtnArea .socialBtn li {
	float:left;
	margin:0 5px 0 0;
	background:url(../../images/common/btn_social.png) no-repeat;
}
#contents .subBtnArea .socialBtn a {
	display:block;
	text-indent: -9999px;
	height:30px;
	width:30px;
}
#contents .subBtnArea .socialBtn li.so01 {
	background-position:0 0
}
#contents .subBtnArea .socialBtn li.so01:hover {
	background-position:0 -30px
}
#contents .subBtnArea .socialBtn li.so02 {
	background-position:-30px 0
}
#contents .subBtnArea .socialBtn li.so02:hover {
	background-position:-30px -30px
}
#contents .subBtnArea .socialBtn li.so03 {
	background-position:-60px 0
}
#contents .subBtnArea .socialBtn li.so03:hover {
	background-position:-60px -30px
}
#contents .subBtnArea .socialBtn li.so04 {
	background-position:-90px 0
}
#contents .subBtnArea .socialBtn li.so04:hover {
	background-position:-90px -30px
}
#contentsSub .bnr {
	margin: 0 0 30px 0;
}
/* ---------------------------------------------------------
 twitter
------------------------------------------------------------ */
.listSection .twtr-h3 {
	border-bottom:2px solid #000;
	font-weight:bold;
	clear:both;
	position: relative;
	line-height:1.6;
	font-size:15px;
}
#person_tweet {
	margin:0 0 20px 0;
}
#person_tweet .twtr-hd {
	height:0px;
	margin:0 0 0 0;
	padding:0;
}
#person_tweet .twtr-widget * {
	font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif !important;
	font-size:11px !important;
	border-radius:0!important;
	/* [disabled]background-color:#E3E3E3!important;
*/
}
#person_tweet .twtr-hd * {
	display:none;
}
#person_tweet .twtr-bd {
	border-bottom:1px dotted #DDDDDD !important;
	margin:0 0 5px 0 !important;
	padding:0 0 10px 0 !important;
}
#person_tweet .twtr-widget .twtr-tweet {
	border-top:1px solid #FFFFFF!important;
	overflow: hidden;
}
#person_tweet .twtr-widget .twtr-tweet-wrap {
	overflow: hidden;
	padding:10px 8px 10px 0!important;
}
#person_tweet #twtr-widget-1 .twtr-avatar {
	/*display: block;*/
	margin:0 15px 0 0;
	background:#EAEAEA!important;
	padding:11px;
	display:table-cell;
}
#person_tweet #twtr-widget-1 .twtr-tweet-text {
	margin:0 0 0 85px;
}
#person_tweet .twtr-avatar {
	display: block;
	float: left;
	height: 48px!important;
	width: 48px!important;
	overflow:visible;
}
#person_tweet .twtr-img {
	height: 48px!important;
	width: 48px!important;
	vertical-align:middle;
	text-align:center;
}
#person_tweet .twtr-img img {
	height: 48px!important;
	width: 48px!important;
}
#person_tweet .twtr-widget h3, .twtr-widget h4, .twtr-widget p * {
	line-height: 1.5 !important;
}
#person_tweet .twtr-ft a img {
	visibility:hidden;
}
#person_tweet .twtr-ft span {
	background:url(../../images/db/record/ico_twt01.png) no-repeat right;
	padding:0 26px 0 0;
	text-align:right;
	height:16px;
	font-size:91.7%;
}
#person_tweet .twtr-ft span a {
	color:#669933!important;
	background:url(../../images/db/record/dir01.png) no-repeat 0 5px;
	padding:0 0 0 10px;
	line-height:16px;
}
#person_tweet .twtr-ft div {
	overflow: hidden;
	padding:0!important;
}
/* ---------------------------------------------------------
 画像参照ポップアップ
------------------------------------------------------------ */
#recordArea03 .menu .biography #popup {
	border:1px solid #CCCCCC;
	position:absolute;
	top:100px;
	left:7px;
	padding:8px 25px 8px 8px;
	background:url(../../images/common/bg_popup01.png);
	font-size:10px;
	display:none;
	z-index:8000;
}
#recordArea03 .menu .biography #popup p {
	margin:0;
	padding:0;
}
#recordArea03 .menu .biography #popup a {
	font-size:9px;
	font-family:Verdana, Arial, sans-serif;
	background:url(../../images/common/ico_window02.gif) no-repeat right;
	padding:0 15px 0 0;
	white-space:nowrap;
	letter-spacing:-1px;
	word-spacing:-1px;
}
/* ---------------------------------------------------------
 画像についてダイアログ
------------------------------------------------------------ */

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	display:none;
	width:100%;
	height:100%;
	background:url(../../images/common/mask01.png);
}
#dialogBox .window {
	position:fixed;
	width:441px;
	height:209px;
	display:none;
	z-index:9999;
}
#dialog {
	position:relative;
	width:441px;
	height:209px;
	background:url(../../images/common/bg_dialog01.png) no-repeat;
}
#dialog h2 {
	font-weight:bold;
	margin:22px 0 15px 30px;
	color:#7FC41C;
}
#dialog p.message {
	width:380px;
	margin:0 auto 1em;
	line-height:1.8;
}
#dialog p.closeBtn01 {
	position:absolute;
	top:19px;
	right:26px;
}
#dialog p.closeBtn01 a {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
}
#dialog p.closeBtn01 a:hover {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat -20px 0;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
}
#dialog p.closeBtn02 {
	width:112px;
	margin:0 auto;
}
#dialog p.closeBtn02 a {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat 0 -20px;
	display:block;
	width:112px;
	height:24px;
	text-indent:-9999px;
}
#dialog p.closeBtn02 a:hover {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat 0 -44px;
	display:block;
	width:112px;
	height:24px;
	text-indent:-9999px;
}
/* ---------------------------------------------------------
運営会社ダイアログ
------------------------------------------------------------ */

#dialogBox2 .window {
	position:fixed;
	width:441px;
	height:356px;
	display:none;
	z-index:9999;
}
#dialog2 {
	position:relative;
	width:441px;
	height:356px;
	background:url(../../images/common/bg_dialog02.png) no-repeat;
}
#dialog2 h2 {
	font-weight:bold;
	margin:22px 0 10px 30px;
	color:#7FC41C;
}
#dialog2 p.closeBtn01 {
	position:absolute;
	top:19px;
	right:26px;
}
#dialog2 p.closeBtn01 a {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
}
#dialog2 p.closeBtn01 a:hover {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat -20px 0;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
}
#dialog2 div.company {
	background:url(../../images/common/bg_company.png) no-repeat top;
	display:block;
	width:403px;
	height:299px;
	width:405px;
	margin:0 auto;
}
#dialog2 p.link01 a {
	background:url(../../images/common/btn_click2.png) no-repeat top;
	display:block;
	width:233px;
	height:80px;
	text-indent:-9999px;
	position: absolute;
	right: 110px;
	bottom: 25px;
}
#dialog2 p.link01 a:hover {
	background:url(../../images/common/btn_click2.png) no-repeat bottom;
	display:block;
	width:233px;
	height:80px;
	text-indent:-9999px;
}
#dialog2 p.link02 a {
	background:url(../../images/common/btn_click.png) no-repeat top;
	display:block;
	width:66px;
	height:76px;
	text-indent:-9999px;
	position: absolute;
	right: 40px;
	bottom: 50px;
}
#dialog2 p.link02 a:hover {
	background:url(../../images/common/btn_click.png) no-repeat bottom;
	display:block;
	width:66px;
	height:76px;
	text-indent:-9999px;
}
/* ---------------------------------------------------------
ニックネーム登録ダイアログ
------------------------------------------------------------ */


#dialogBox3 .window {
	position:fixed;
	width:441px;
	height:209px;
	display:none;
	z-index:9999;
}
#dialog3 {
	position:relative;
	width:441px;
	height:209px;
	background:url(../../images/common/bg_dialog01.png) no-repeat;
}
#dialog3 h2 {
	font-weight:bold;
	margin:22px 0 15px 30px;
	color:#7FC41C;
}
#dialog3 p.message {
	width:380px;
	margin:0 auto 1em;
	line-height:1.8;
}
#dialog3 p.closeBtn01 {
	position:absolute;
	top:19px;
	right:26px;
}
#dialog3 p.closeBtn01 a {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
}
#dialog3 p.closeBtn01 a:hover {
	background:url(../../images/common/btn_dialogclose_set01.gif) no-repeat -20px 0;
}
#dialog3 p.belowBtn {
	width:234px;
	margin:0 auto;
}
#dialog3 p.belowBtn a.later {
	background:url(../../images/common/btn_dialog02.gif) no-repeat 0 -48px;
	display:inline-block;
	width:112px;
	height:24px;
	margin:0 10px 0 0;
	text-indent:-9999px;
}
#dialog3 p.belowBtn a.later:hover {
	background:url(../../images/common/btn_dialog02.gif) no-repeat 0 -72px;
}
#dialog3 p.belowBtn a.now {
	background:url(../../images/common/btn_dialog02.gif) no-repeat 0 0px;
	display:inline-block;
	width:112px;
	height:24px;
	text-indent:-9999px;
}
#dialog3 p.belowBtn a.now:hover {
	background:url(../../images/common/btn_dialog02.gif) no-repeat 0 -24px;
}


/*
フッタランキング
----------------------- */
#footerRankingWrap{
background:#f3f0ee;
border-top:1px solid #b3b6b7;
padding:40px 0 0 0;
}

#footerRanking{
display: table;
width: 916px;
margin: 0 auto;
padding: 0 0 240px 0;
word-break: break-all;
}

#footerRanking .topGridCont{
display: table-cell;
width: 30%;
}

#footerRanking .topGridSpace{
display: table-cell;
width: 5%;;
}

#footerRanking .topRmd{
margin: 0 0 40px 0;
}

#footerRanking .topRmdLink{
margin: 0 0 16px 0;
}

#footerRanking .topRmdLink img{
width: 100%;
}

#footerRanking .trl01{
}

#footerRanking .trl02{
}

#footerRanking .trl03{
}

#footerRanking .topRmdInner{
min-height: 180px;
}

#footerRanking .topRmdImg{
float: left;
margin: 0 16px 16px 0;
min-height: 120px;
}

#footerRanking .topRmdImg img{
vertical-align: top;
max-width: 120px;
}

#footerRanking .topRmdTtl{
font-size: 16px;
font-weight: bold;
line-height: 1.4;
}

#footerRanking .topRmdDsc{
clear: both;
color: #929191;
line-height: 1.4;
font-size: 13px;
}


#footerRanking .topHot{
}

#footerRanking .topHotHead{
padding: 0 0 5px 0;
margin: 0 0 16px 0;
font-weight: ;
font-size: 16px;
}

#footerRanking .th01{
color:#96d04f;
border-bottom: 2px solid #96d04f;
}
#footerRanking .th02{
color:#f1c40f;
border-bottom: 2px solid #f1c40f;
}
#footerRanking .th03{
color:#4bb9d2;
border-bottom: 2px solid #4bb9d2;
}

#footerRanking .topHotCont{
}

#footerRanking .topHotList{
border-bottom: 1px dashed #999999;
margin: 0 0 16px;
padding: 0 0 8px 0;
min-height: 7em;
}

#footerRanking .topHotList:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#footerRanking .topHotImg{
float: left;
margin: 0 16px 0 0;
width: 72px;
}

#footerRanking .topHotImg img{
vertical-align: top;
max-width: 72px;
max-height: 72px;
}

#footerRanking .topHotTtl{
margin: 0 0 8px 0;
font-size: 15px;
font-weight: bold;
line-height: 1.2;
color: #3f3d3d;
float: left;
width: 185px;
}

#footerRanking .topHotDsc{
color: #929191;
font-size: 11px;
line-height: 1.4;
margin-left: 88px;
}

/*
 汎用
----------------------- */
/* 回り込み解除 */
.cfix {
	zoom: 100%;
}
.cfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
/* マージン */
.mrBottom1 {
	margin-bottom:35px;
}

