@charset "utf-8";

@import "../../shared/css/reset.css";
@import "../../shared/css/common_ad.css";
@import "../../shared/css/header.css";
@import "../../shared/css/footer.css";
@import "../../shared/css/colorbox.css";

/*------------------------------------------------------------
CSS Information
 Site URL:     http://www.tfm.co.jp/
 File name:    podcast.css (http://www.tfm.co.jp/podcast/css/podcast.css)
 Summary:      blog styles
 Created:      2010-02-03
 Last update:  2010-02-16
 Copyright:    (c) 2010 TOKYO FM Broadcasting Co., Ltd. All rights reserved.
-------------------------------------------------------------*/

/*------------------
___header
--------------------*/
#podcast_contents {line-height: 140%;}

#header_title {
	margin-bottom: 10px;
	position: relative;
}

#header_title h1 {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 755px;
	text-indent: -9999px;
}

#header_title_how  {
	background-image: url(../img/how/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 755px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#header_title_how p {text-indent: -9999px;}


#header_title #podlink {
	position: absolute;
	height: 130px;
	width: 280px;
	top: 9px;
	left: 464px;

}
#header_title #podlink a {
	text-indent: -9999px;
	position: absolute;
	height: 130px;
	width: 280px;
	overflow: hidden;
}



/*------------------
___podcast_contents
--------------------*/
#podcast_contents {margin-bottom: 10px;}

#podcast_contents h2 {
	background-image: url(../img/tit_podcast.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 755px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#webradio_contents h2 {
	background-image: url(../img/tit_webradio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 755px;
	text-indent: -9999px;
	margin-bottom: 10px;
}


/*------------------
___entry_contents
--------------------*/
.entry_contents {margin-bottom: 10px;}

.entry_contents  .LeftBox {
	float: left;
	width: 367px;
}
.entry_contents  .RightBox {
	float: left;
	margin-left: 20px;
	width: 367px;
}

.entry_contents dl {
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	position: relative;
	min-height:180px;
    height: auto !important; 
    height: 180px;
}

.entry_contents  .Title/*タイトル*/ {
	background-image: url(../img/mark_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	margin-bottom: 5px;
	height: 33px;
}

#webradio_contents .entry_contents  .Title/*タイトル*/ {
	background-image: url(../img/mark_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.entry_contents  .Title a {font-weight: bold;}

.entry_contents  .Title .update {font-size: 10px;}/*更新情報*/

.entry_contents .Image/*サムネイル*/ {
	float: left;
	width: 106px;
}

.entry_contents  .Image img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.entry_contents  .Summary/*ポッドキャスト内容*/ {
	float: left;
	width: 244px;
	margin-left: 10px;
}

.entry_contents  .more {
	float: right;
	margin-top: 10px;
}

.entry_contents  .more a {
	background-image: url(../img/btn_podcast.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 110px;
}
.entry_contents  .more a:hover {
	background-image: url(../img/btn_podcast_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#webradio_contents .entry_contents  .more a {
	background-image: url(../img/btn_webradio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 110px;
}
#webradio_contents .entry_contents  .more a:hover {
	background-image: url(../img/btn_webradio_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*------------------
___entry_box
--------------------*/
.entry_box {
	margin-bottom: 10px;
}

.entry_box h2 {
	margin-bottom: 10px;
}

#itune h2 {
	background-image: url(../img/how/tit_itune.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 755px;
	text-indent: -9999px;
}

#iphone h2 {
	background-image: url(../img/how/tit_iphone.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 755px;
	text-indent: -9999px;
}

#psp h2 {
	background-image: url(../img/how/tit_psp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 755px;
	text-indent: -9999px;
}

#walk h2 {
	background-image: url(../img/how/tit_walk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 755px;
	text-indent: -9999px;
}

#android h2 {
	background-image: url(../img/how/tit_android.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 755px;
	text-indent: -9999px;
}

#ic h2 {
	background-image: url(../img/how/tit_ic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 755px;
	text-indent: -9999px;
}

/*------------------
___Leftcol
--------------------*/
.Leftcol {
	float: left;
	width: 530px;
	margin-left: 15px;
   _margin-left: 10px;
}

.Leftcol .p_link {
	text-align: right;
}

.Leftcol .process {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #F3F3F3;
}

.Leftcol .faq {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.Leftcol .process dt {
	background-image: url(../img/how/mrk_attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	padding-left: 45px;
	margin-bottom: 10px;
}

.Leftcol .faq dt {
	background-image: url(../img/how/ico_question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: bold;
	height: 24px;
	padding-top: 3px;
}

.Leftcol .faq dd {
	padding-left: 30px;
	margin-bottom: 10px;
}

.Leftcol .faq .anser {
	background-image: url(../img/how/ico_anser.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Leftcol #attention {
	font-size: 10px;
	margin-top: 10px;
}

#psp #howtopsp {background-color: #F3F3F3;}



#itune .Leftcol .process dd {
	background-image: url(../img/how/process01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 212px;
	width: 498px;
	text-indent: -9999px;
}

#psp .Leftcol .process dd {
	background-image: url(../img/how/process02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 498px;
	text-indent: -9999px;
}



/*------------------
___Rightcol
--------------------*/
.Rightcol {
	float: left;
	width: 180px;
	margin-left: 13px;
	_margin-left: 10px;
}

.Rightcol img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.Rightcol li {margin-bottom: 10px;}

.small {
	font-size: 10px;
	margin-top: 10px;
}

#header_title_how p {
	line-height: 140%;
}

.small {
	font-size: 10px;
	margin-top: 10px;
}

#main .backLink_Pod {
	background-image: url(../../shared/img/mrk_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	float: right;
	padding-left: 10px;
}

.mvbnr{
	clear:both;
	text-align:right;
	padding-top: 15px;
}
