@charset "utf-8";

/* コンテンツスタイル
----------------------------------------------------------- */
div#main span.must {
	color: #FF0000;
}

div#main div.notice {
	background:#f5f5f5;
	border:1px solid #ddd;
	padding:20px 20px 5px;
	margin: 0 35px 20px 15px;
	font-size: 0.9em;
	line-height: 1.4;
}

div#main div.notice p {
	margin:0 0 15px 0;
}

div#main div.notice em {
	font-weight: bold;
}

div#main img.right {
	float: right;
	margin: 5px 35px 12px 20px; 
}

div#main img.visual {
	margin: 5px 0 20px 15px; 
}



/* ポッドキャスト一覧 */
div#main ul.PodList {
	margin:25px 0;
}

div#main ul.PodList li {
	margin: 0 35px 10px 15px;
	border-bottom:1px dotted #ddd;
	padding:0 0 7px 0;
}

div#main ul.PodList li h4 {
	background:url(../../common/images/i_arrow01.gif) 0 6px no-repeat;
	padding:0 0 0 18px;
	font-weight:bold;
}

div#main ul.PodList li p {
	margin: 0 0 10px 15px;
	line-height:1.6;
}

div#main ul.PodList li div.mp3Download {
	margin:10px 0 10px 15px;
	background:url(../images/ico_download.gif) 0 6px no-repeat;
	padding:0 0 0 21px;
}

div#main ul.PodList li div.item {
	width:400px;
	margin: 0 35px 5px 20px;
	overflow:hidden;
	zoom:1;
	height:25px;
}

div#main ul.PodList li div.item div {
	margin:0 0 10px 0;
	float:left;
}

div#main ul.PodList li div.FaceBookLike {
	margin:0;
}

div#main ul.PodList li div.FaceBookLike iframe {
	border:none;
	overflow:hidden;
	width:150px;
	height:21px;
}



/* ページ遷移 */

div#main ul.current-page {
	width: 590px;
	margin: 40px 0 40px 15px;
	padding: 0;
	line-height: 2.8;
	overflow: hidden;
	zoom: 1;
}

div#main ul.current-page li {
	float: left;
	margin: 0 2px;
	font-size: 86%;
}

div#main ul.current-page li a {
	padding: 5px 7px 6px 9px;
	border: 1px solid #bdc5ea;
	background: #e9ebf8;
	color: #362011;
	text-decoration: none;
}

div#main ul.current-page li a:hover {
	border: 1px solid #263fb8;
	background: #263fb8;
	color: #fff;
}

div#main ul.current-page li strong {
	padding: 6px 8px 6px 10px;
	background: #263fb8;
	color: #fff;
}


/* フォームへ */
div#main p.FormButton {
	margin:0 35px 10px 15px;
}

div#main div.FormButton {
	text-align:center;
}

div#main div.FormButton a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/* テーブルスタイル */

div#main table {
	width: 550px;
	margin:0 35px 0 15px;
	font-size: 100%;
	line-height: 1.5;
}

div#main table th,
div#main table td {
	padding: 7px 10px;
	border: 1px solid #CCC;
}

div#main table th {
	width: 190px;
	background: #F7F7F7;
}

* html body div#main table.complete td {
	letter-spacing: 1px;
}

div#main table.complete th {
	width: 150px;
}

div#main table td.bg_gray {
	background: #EEEEEE;
}

div#main table td p {
	margin: 5px 0 0 0;
}

div#main table td span.err {
	display: block;
	padding-top: 5px;
	font-weight:bold;
	color:#ff0000;
}

div#main table td ul {
	padding:0;
}

div#main table td ul.age li {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}


/* フォームスタイル */

div#main input.text_area {
	width: 220px;
	padding: 1px 1px 0 1px;
	ime-mode: active;
}

div#main input.wide {
	width: 280px;
}

div#main textarea {
	width: 450px;
	height: 150px;
	padding: 1px;
	font-size:12px;
	line-height: 1.4;
	ime-mode: active;
}


/* ボタンスタイル */

div#main div.btn_area {
	margin: 30px 35px 30px 15px;
	text-align: center;
}

div#main div.btn_area button {
	padding:0;
	border:0;
	background:none;
	cursor: pointer;
}


div#main div.btn_area input.btn_revision {
	background:url(../images/btn_revision.jpg) 0 0 no-repeat;
	border:none;
	padding:0;
	width:100px;
	height:28px;
	cursor:pointer;
}

div#main div.btn_area input.btn_conf {
	background:url(../images/btn_conf.jpg) 0 0 no-repeat;
	border:none;
	padding:0;
	width:100px;
	height:28px;
	cursor:pointer;
}

div#main div.btn_area input.btn_submit {
	background:url(../images/btn_submit.jpg) 0 0 no-repeat;
	border:none;
	padding:0;
	width:100px;
	height:28px;
	cursor:pointer;
}






/* 詳細ページ
----------------------------------------------------------- */
/* 記事タイトル */

div#main div.entry {
	margin: 0 35px 0 20px
}

div#main div.entry h3 {
	margin: 25px 0 10px 0;
	padding: 0 0 15px 0;
	background: url(../../common/images/bg_tm.gif) 0 bottom no-repeat;
	color: #475ADB;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.5;
}


div#main div.entry p {
	margin:0;
}

div#main div.entry p.entrydate {
	margin: 0 0 5px 0;
	font-size: 86%;
	color: #525252;
}

div#main div.entry p.tag {
	margin: -5px 0 20px 0;
	font-size: 86%;
}

div#main div.entry div.mp3Download {
	margin:10px 0;
	background:url(../images/ico_download.gif) 0 6px no-repeat;
	padding:0 0 0 21px;
}



div#main div.entry div.item {
	margin: 0 0 20px 0;
	overflow:hidden;
	zoom:1;
	height:25px;
}

div#main div.entry div.item div {
	margin:0 0 10px 0;
	float:left;
}

div#main div.entry div.FaceBookLike {
	margin:0;
}

div#main div.entry div.FaceBookLike iframe {
	border:none;
	overflow:hidden;
	width:150px;
	height:21px;
}


div#main div.entry div.FacebookComment {
	margin: 50px 0;
}


/* FBコメント */
.comments {
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	padding: 10px;
	margin: 5px 0 20px;
}
.comments .count {font-weight: bold;}
.comments .count .num {font-size: 14px;}
.comments li {margin-top: 10px; padding-top: 10px; border-top: 1px solid #e6e6e6;}
.comments .image {float: left; margin-right:10px;}
.comments .block {overflow: hidden;}
.comments .name {font-size: 12px; font-weight: bold; line-height: 1; margin-bottom: 3px;}
.comments .date {font-size: 11px; color: #999;}
.comments .comment {font-size: 12px; padding-bottom: 0;}

div#fb-post textarea {
	width: 580px;
	height: 60px;
	padding: 1px;
	font-size:12px;
	line-height: 1.4;
	ime-mode: active;
}



#fb_message {
	width: 510px;
	height: 100px;
	margin: 10px 0;
	border: 5px solid #e6e6e6;
}
#fb-post input {
	background:url(../images/btn_bg.gif) 0 0 no-repeat;
	width:180px;
	height:30px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	padding: 7px 5px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border:0;
}

#fb-post input:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#submitButtonWrap {
	margin:0 0 10px;
	text-align:left;
}




/* プレイヤースタイル */

div.jp-single-player,
div.jp-playlist-player {
	font-size:1em; /* No parent CSS that can effect the size in these demos */
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #333;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:590px;
	height:80px;
	/*border:1px solid #009be3;*/
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url(../js/jplayer.jpg) 0 0 no-repeat;
}
a.jp-play:hover {
	background: url(../js/jplayer.jpg) -41px 0 no-repeat;
}
a.jp-pause {
	background: url(../js/jplayer.jpg) 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url(../js/jplayer.jpg) -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url(../js/jplayer.jpg) 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url(../js/jplayer.jpg) -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url(../js/jplayer.jpg) 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url(../js/jplayer.jpg) -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url(../js/jplayer.jpg) 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url(../js/jplayer.jpg) -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:292px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url(../js/jplayer.jpg) 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url(../js/jplayer.jpg) 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url(../js/jplayer.jpg) 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:444px;
}
/*div.jp-playlist-player a.jp-volume-min {
	left:296px;
}*/
a.jp-volume-min:hover {
	background: url(../js/jplayer.jpg) -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url(../js/jplayer.jpg) 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:516px;
}
/*div.jp-playlist-player a.jp-volume-max {
	left:368px;
}*/
a.jp-volume-max:hover {
	background: url(../js/jplayer.jpg) -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url(../js/jplayer.jpg) 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:462px;
}
/*div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}*/
div.jp-volume-bar-value {
	background: url(../js/jplayer.jpg) 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:292px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:590px;
	font-size:12px;
	font-weight:normal;
	margin:0 0 25px 0;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	/*border:1px solid #009be3;*/
	border-top:none;
	width:550px;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}


/* フォームへ */
div#main div.entry h4 {
	margin:25px 0 10px 0;
}

div#main div.entry p.FormButton {
	margin:0 0 10px 0;
}

div#main div.entry div.FormButton {
	text-align:center;
}

div#main div.entry div.FormButton a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}




/* ページナビ */
div#main ul.pagenavi {
	margin:20px 0 0 0;
}




/* タグクラウド */

div.tagcloud ul {
	margin: 20px 0 0 0;
	padding: 0.5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

div.tagcloud ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%;
}

div.tagcloud ul li a {
	text-decoration: none;
}


/* タグレベル1～6 */

div.tagcloud ul li.level1 a {
	font-size: 171%;
	font-weight: bold;
}

div.tagcloud ul li.level2 a {
	font-size: 142%;
	font-weight: bold;
}

div.tagcloud ul li.level3 a {
	font-size: 114%;
	font-weight: bold;
}

div.tagcloud ul li.level4 a {
	font-size: 100%;
}

div.tagcloud ul li.level5 a {
	font-size: 86%;
}

div.tagcloud ul li.level6 a {
	font-size: 72%;
}

div.tagcloud ul li a:hover {
	text-decoration: underline;
}



