@charset "utf-8";
/* CSS Document */
html,body {height:100%;}
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: #eb76a0;
}
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: #eb76a0;
}
a:visited {/*訪問後のリンク*/
	color: #eb76a0;
}
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;
}



#wrap {
	background: #fcf7e0;
	width:960px;
	min-height:100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
h1 {
	background: url(../images/title.jpg) no-repeat center;
	width: 100%;
	height: 300px;
	margin: 0px auto;
	text-indent: -9999px;
}
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;
}

.disp {
	width: 100%;
	color: #444;
	font-size: 1em;
	line-height:2.5em;
	text-align: center;
	margin: 0;
	padding: 74px 0 30px 0;
	box-sizing: border-box;
	background:url(../images/bg.png) no-repeat center 140px;
	background-size:311px auto;
}
.disp strong {color:#ed774f;font-weight:bold;}
.sns {
	text-align: center;
	margin: 8px 0 0;
	padding-bottom: 5px;
}
.sns li {display:inline-block;width:40px;margin:0 5px;}
.sns li img {display:block;width:100%;}





#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%;
	color: #ed774f;
	font-family: "Verdana", sans-serif;
	text-align:center;
	padding: 20px 0;
