@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */


/*  全体・コンテナー 設定
--------------------------------------------- */


/*  ヘッダー 設定
--------------------------------------------- */


/*  コンテンツ 設定
--------------------------------------------- */


/*  Content Top
-----------------------------------*/

/* -------- カテゴリータイトル -------- */

.boxCategoryTitleLarge .boxTitle {
	margin-top: 20px;
}

.boxCategoryTitle {
  background-image: url(../img/categorytitle-bg-all.png);
}

.boxCategoryTitle.sub {
  background: url(../img/categorytitle-bg-sub.png) center top no-repeat;
}


.boxCategoryTitle h1 {
	text-align: left;
}


/*  Content Main
-----------------------------------*/

/* -------- タイトル -------- */

.ttl.style03 {
  color: #000;
  font-size: 1.22em;
  letter-spacing: .02em;
}

.captionPodcasts {
	margin-bottom: 30px;
	line-height: 1.5em;
	letter-spacing: 0;
}

/* -------- ポッドキャスト詳細 -------- */

.boxPodcastDetail {
  padding-bottom: 24px;
}

.boxTabContent {
  padding: 22px 30px;
  background: #f6f6f6;
}

.boxPodcastDetail .boxThumb {
  display: block;
  padding: 10px;
  text-align: center;
}

.boxPodcastDetail .imgThumb {
  margin-bottom: 0;
}

.boxPodcastDetail .icnVoice {
  padding-left: 32px;
  background-image: url(../img/icn-voice.png);
}

.boxPodcastDetail .current .icnVoice {
  background-image: url(../img/icn-voice-current.png);
}

.boxPodcastDetail .icnTxt {
  background-image: url(../img/icn-txt.png);
}

.boxPodcastDetail .current .icnTxt {
  background-image: url(../img/icn-txt-current.png);
}

/* ------ ポッドキャストプレイヤー ------ */

.boxPodcastPlayer {
/*
  background: #f6f6f6;
  padding-left: 50px;
*/
}


/* ------ コンテンツ ------ */

/* -- ボタン -- */
.boxPodcastBtn {
  letter-spacing: -.40em;
}


.boxPodcastBtn ul {
  margin: 0 0 40px -10px;
  padding: 0;
}

.boxPodcastBtn li {
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  letter-spacing: normal;
  vertical-align: middle;
}

.boxPodcastBtn li a {
  display: block;
  padding: 6px 10px;
  border: none;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.4em;
  vertical-align: middle;
}

.boxPodcastBtn li a span {
  padding: 5px 10px 5px 30px;
}

.boxPodcastBtn .detail {
  background: #ddd;
}

.boxPodcastBtn .detail span {
  background: url(/common/img/icn-detail-pc.png) no-repeat 0 center #ddd;
}

.boxPodcastBtn .itunes {
  background: #888;
  color: #fff;
}

.boxPodcastBtn .itunes span {
  background: url(/common/img/icn-itunes-pc.png) no-repeat 0 center #888;
  color: #fff;
}

/* -- テキストエリア -- */
.boxTabSelect .boxTxtArea {
  margin-bottom: 20px;
  padding: 1.5em 1.5em 0 1.5em;
  font-size: 14px;
  border: 2px dotted #999;
}

/* -- 人物紹介 -- */
.boxPeople {
  padding: 18px 26px;
  background: #f6f6f6;
}

.boxPeople dl .txtName {
  margin-bottom: 20px;
  padding: 4px 10px 8px 36px;
  border-bottom: 1px solid #ccc;
  background: url(../img/icn-people.png) no-repeat left 5px;
  background-size: 29px 26px;
  font-size: 1.15em;
}

.boxPeople dl .txtName span {
  font-size: .87em;
}

.boxPeople dl dt strong {
  padding: 0 10px 0 6px;
  font-size: 1.6em;
}

/* -------- ポッドキャストの聴き方 -------- */

.readme h1 {
	margin-bottom: 1.5em;
}

.readme .boxReadStep {
	margin-bottom: 25px;
	padding: 20px 25px;
	border: 1px solid #ccc;
}

.readme .boxReadStep dt {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.5em;
}

.readme .boxReadStep dd {
	margin: 0;
	padding: 0;
}

.readme .boxReadStep dd img {
	margin: 1em 0;
}

.readme .boxReadStep span {
	display: inline-block;
	float: right;
	margin-left: 2em;
}

/*  フッター 設定
--------------------------------------------- */
