@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg_pattern.png);
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HiraKakuPro-W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body header p {
	background: white;
	margin: 0px;
	padding-top: 16px;
	height: 60px;
}

a{/*リンクされた文字*/
	color: #f1ad18;
}
a.logo_joqr{/*文化放送ロゴ*/
	background: url(./images/logo_joqr.png) no-repeat
	width: 120px;
	height: 44px;
	margin: auto;
	text-indent: -9999px;
	display: block;
}
a:link {/*未訪問のリンク*/
	color: #f1ad18;
}
a:visited {/*訪問後のリンク*/
	color: #f1ad18;
}
a:hover {/*マウスをのせたとき*/
	color: #F90;
}
a:active {/*クリック中*/
	color: #F90;
}
.twitter-share-button{
	width:105px; !important
}

img{
	border:0px;
}

/*clearfix
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}



header {
	background: #eee6d3;
	width:960px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
h1 {
	background: url(../images/title.png) no-repeat center;
	width: 100%;
	height: 300px;
	margin: 0px auto;
	text-indent: -9999px;
}
header a.logo_joqr  {
	background: url(../images/logo_joqr.png) no-repeat;
	width: 120px;
	height: 44px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 13px;
	left: 10px;
}

header .disp {
	width: 100%;
	color: #f1ad18;
	font-size: 1em;
	line-height:1.8em;
	text-align: center;
	margin: 0;
	padding: 15px 0 10px 0;
	box-sizing: border-box;
}
header .sns {
	text-align: center;
	margin: 8px 0 0;
	padding-bottom: 5px;
}

#wrapper {
	width: 960px;
	margin: 0px auto ;
}
#wrapper h2.newProgram {
	background:#f1ad18;
	width: 100%;
	color: #fff;
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

#wrapper h2.newProgram small {
	font-size: 0.65em;
	display: block;
}



article {
	background: #fff;
	width: 960px;
	height:auto;
	padding: 30px;
	box-sizing: border-box;
}
article:before,
article:after {
	content: " ";
	display: table;
}
article:after {
	clear: both;
}
article {
*zoom: 1;
}
article:nth-child(odd) {
	background: #f5f2e9;
}
article section {
	width: 670px;
	float: right;
}
article aside {
	width: 212px;
	float: left;
}
article section .data {
	color: #fff;
	font-size: 0;
	text-align: center;
}
article section .data em ,
article section .data strong {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding: 10px 0;
	display: inline-block;
}
article section .data em {
	background: #c1272d;
	width: 250px;
}
article section .data strong {
	background: #333;
	width: 420px;
}
article section h3 {
	/** border-bottom: 1px solid #333; **/
	font-size: 20px;
	text-align : center;
	margin: 0;
	padding: 18px;
}
article section ul {
	border-top: 1px solid #333;
	text-align : center;
	margin: 0;
}
article section ul li {
	display: inline-block;
	font-size: 16px;
	padding: 10px;
}

article section h4 ,
article aside h4 {
	background: #f1ad18;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align : center;
	margin: 0;
	padding: 3px;
	margin-bottom: 5px;
}
article section .summary p {
	font-size: 14.5px;
	margin: 0px;
	padding-top: 16px;
}


article aside div {
	font-weight: bold;
	text-align : center;
	padding: 3px 0;
}






#pageTop {
	background: url(../images/pagetop.png) no-repeat;
	width: 42px;
	height: 78px;
	text-indent: -9999px;
	position: fixed;
	bottom: 100px;
	right: 40px;
	display: block;
}

footer {
	width:100%;
	height: 80px;
	color: #fff;
	font-family: "Verdana", sans-serif;
	text-align:center;
	padding: 30px 0;
