@charset "utf-8";

.contentBlock > article > section {
    margin-bottom: 30px;
}

#breadcrumbList li.current h1 {
    max-width: 430px;
}

.kvArea{
    margin-bottom: 20px;
    margin-top: 20px;
}

.kvArea img{
    display: block;
    width: 620px;
    height: auto;
}

.podcast p{
    font-size: 14px;
    line-height: 1.8;

}

.podcastArea .bodyArea {
    display: table;
    margin: 20px 0 0;
    padding-bottom: 10px;
    border-bottom: none;
    width: 100%;
}

.podcastArea .bodyArea img{
	width: 300px;
}

.podcastArea .bodyArea p {
    font-size: 15px;
    line-height: 160%;
    display: block;
}

.podcastArea .bodyArea p.date{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.podcastArea .bodyArea div ul li{
    margin-bottom: 15px;
}

.podcastArea .bodyArea div ul li:last-child{
    margin-bottom: 0;
}

.podcastArea .bodyArea div ul li a{
	display: block;
    text-align: left;
    font-size: 14px;
    background: #222;
    color: #fff;
    padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    padding-left: 46px;
}


.podcastArea .bodyArea div ul li.playBtn a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f152";
    font-size: 14px;
    font-weight: normal;
    left: 26px;
}

.podcastArea .bodyArea div ul li.itunesBtn a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f001";
    font-size: 14px;
    font-weight: normal;
    left: 26px;
}

.podcastArea .bodyArea div ul li a:hover{
	text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.podcastArea .bodyArea .playBox{
    display: table;
    width: 100%;
    margin-bottom: 30px;
    border-top: solid 1px #000;
    padding-top: 15px;
}

.podcastArea .bodyArea .playBox div{
    display: table-cell;
    width: 430px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.podcastArea .bodyArea .playBox ul{
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.podcastArea .bodyArea div ul li.playBtn a{
    background: #167c7b;
}

.podcastArea .bodyArea div ul li.itunesBtn a{
    background: #a62cb2;
}
