@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 14.5px;
	font-size: 1.45rem;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #d5dafa;
	/* background: ;
	background-size:contain; */
	color: #000000;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	line-height: 1.85em;
	margin:0px;
	padding:0px;
	min-width: 1000px;
}

/* 
-------------------*/
img {
	border:0;
}
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #29abe2;
}
.clear {
	clear:both;
	height:0px;
}

/*レイアウト
-------------------*/
#wrapper {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.8);
	background:#000;
	width: 950px;
	height:auto;
	margin:50px auto 10px;
	padding:0;
	clear:both;
}
#contents {
	width: 700px;
	height:auto;
	min-height:980px;
	margin: -10px 0 0;
	clear:both;
}
#main {
	width: 680px;
	height:auto;
	min-height:980px;
	padding: 20px 18px 20px 0;
}
#side {
	width: 216px;
	margin:0 0 0 18px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*ヘッダー
-------------------*/
#header {
	background: url(../img/header.jpg) no-repeat;
	width: 950px;
	height:313px;
	margin: 0;
	padding:0;
}
#title {
	width: 950px;
	height:313px;
	margin: 0;
	padding:0;
	position:relative;
}
h1 a {
	width: 550px;
	height: 240px;
	text-indent:-9999px;
	position:absolute;
	top: 60px;
	left: 140px;
	display: block;
}


/*SNS
--------------------------------*/
.snsTop {
	width: 900px;
	height:20px;
	text-align: right;
	margin:10px auto 0;
	position:relative;
	z-index:100;
}

/*　記事
-------------------*/
.articleBox {
	background: url(../img/bg_article.png);
	width: 680px;
	padding:0;
	margin:0 0 20px 0;
}
.article {
	background: url(../img/bg_article_bottom.png) left bottom no-repeat;
	width: 680px;
	padding:0;
	margin:0;
}
.article h3.title {
	background: url(../img/bg_article_top.png) right top no-repeat;
	color:#726655;
	font-size:1.25em;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:1.5em;
	padding:75px 80px 0 40px;
	margin:0 ;
}
.article .articleBody {
	background: url(../img/bg_article_line.png) ;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#726655;
 line-height:1.95em;
	margin:0 50px 0 30px;
	padding:34px 10px 5px;
}
.article .articleBody img {
	margin: 5px 0 0;
	padding: 0 0 4px;
 display:block;
}

.article span.date  {
	font-size:0.9em;
	text-align:right;
 margin:58px auto 5px;
	display:block;
}
.article span.date strong {
	font-weight:bold;
 margin-right:-8px;
 display:block;
}
.sns {
	text-align: right;
	padding:5px 50px 20px 0;
}




/*　サイドカラム
-------------------*/

#side .sidebox {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1); 
 background: url(../img/bg_sidebox_right.png);
	width: 216px;
	color:#b1b1b1;
 padding:0;
	margin:0 0 20px;
}
#side .sidebox a {
	color:#eee;
}
#side .sidebox a:hover {
	color:#fff;
	opacity:0.9;
	text-decoration:underline;
}
#side .sidebox h4 {
	width: 216px;
	height:35px;
	margin:15px auto 10px;
	display:block;
	text-indent:-9999px;
}
#side #archive {
	margin-top:40px;
	}
#side #program h4 {
	background: url(../img/subtitle_proram.png);
}
#side #onair h4 {
	background: url(../img/subtitle_onair.png);
}
#side #mail h4 {
	background: url(../img/subtitle_mailaddress.png);
}
#side #personality h4 {
	background: url(../img/subtitle_personality.png);
}
#side #archive h4 {
	background: url(../img/subtitle_archive.png);
}
#side #backnumber h4 {
	background: url(../img/subtitle_backnumber.png);
}
#side .sidebox div {
	width: 206px;
 font-size:0.92em;
	line-height:2em;
	padding:0 0 15px;
	margin:0 auto 20px;
}
.sidebox ul {
	margin:10px 15px ;
}
.sidebox li a {
	color: #39b54a;
	line-height:1.45em;
	margin-bottom:10px;
}



/* トップへ戻る
--------------------------------*/
#pageTop {
	background-image: url(../img/pagetop.png);
	position: fixed;
	bottom: 0;
	right: 40px;
	width: 180px;
	height: 44px;
	text-indent: -9999px;
}

/* footer
--------------------------------*/
#footer {
	width: 950px;
	color: #362717;
	font-size: 1.25rem;
	font-family:Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	margin: 15px auto;
}

