
/* 基本構造、メインメニュー、コンテンツ枠、フッター、リンク色 */
/* 基本・骨組み */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#8a7857;
	color:#222222;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Verdana", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}
h1,h2,h3,h4,p,form {
	margin: 0;
	padding: 0;
	font-size:100%;
}
img {
	border: none;
}
#all {

}

/* ヘッダー */
#header {
	height:138px;
	text-align:center;
	background-image: url("../images/bg_header_back.gif"); /* ヘッダー背景 */
	background-repeat: repeat-x;                           /* 背景を横方向のみ繰り返す */
	background-color:#ffffff;
}

#header-top {
	height:188px;
	text-align:center;
	background-image: url("../images/bg_header_back_top.gif"); /* ヘッダー背景 */
	background-repeat: repeat-x;                           /* 背景を横方向のみ繰り返す */
	background-color:#ffffff;
}

#header-area {
	width:980px;
	height:138px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header-left {
	width:262px;
	height:138px;
	float:left;
	position: relative; /* ラッテちゃん画像基準 */
}
#header-logo {
	padding:30px 0px 0px 78px;
}

#header-logo-top {
	padding:40px 0px 0px 64px;
}

#header-chara { /* ラッテちゃん画像配置 */
	position: absolute;
	top: 0px;
	left: -87px;
}
#header-right {
	width:718px;
	height:138px;
	float:left;
}
#header-right-search {
	width:718px;
	height:42px;
	text-align:right;
}
#header-right-search-top { /* 検索窓上のスペース */
	width:718px;
	height:20px;
}
#header-right-banner {
/*	width:718px;*/
	width: 732px;
	height:76px;
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
}
.header-right-banner {
	width: 230px;
	margin-right: 14px;
	margin-bottom: 3px;
}
.header-right-banner1 {
	width:244px;
	float:left;
}
.header-right-banner2 {
	width:230px;
	float:left;
}

/* メインメニュー */
#mainmenu {
	height:54px;
	text-align:center;
	background-image: url("../images/bg_mainmenu_back.gif"); /* メインメニュー背景 */
	background-repeat: repeat-x;                             /* 背景を横方向のみ繰り返す */
	background-color:#f0efef;
}
#mainmenu-area {
	width:980px;
	height:54px;
	margin-left:auto;
	margin-right:auto;
}
#mainmenu li {
	list-style-type: none;
	float: left;
}
#mainmenu li a {
	display: block;
}

/* コンテンツエリア */
#contents {
	background-image: url("../images/bg_top_03.jpg"); /* メインメニュー背景 */
	background-position: 50% 0%;                            /* 背景画像の位置は画面中央 */
	background-repeat: no-repeat;                           /* 背景を繰り返さない */
	background-color:#ffffff;
}
#contents980 {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#contents960 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.contents700 {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}



/* フッター */
#footer {
/*
	background-image:url("../images/bg_footer_back.gif");
	background-color:#eddcbc;
*/
	background-color: #A5957F;
	padding: 20px 0 40px 0;
}
#footer-area {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 0;
}
.footer-block {
	width:240px;
	text-align:left;
	float: left;
}
.footer-block-s {
	width:10px;
	float: left;
}
.footer-menu ul {
	padding:5px 0px 0px 5px;
	width:240px;
}
.footer-menu li {
	font-size:10pt;
	line-height:1.6em;
	letter-spacing: 0.15em;
	list-style-type: none;
}
.footer-menu li a {
	color: #ffffff;
	text-decoration: none;
}
.footer-menu li a:hover {
	color: #0070c5;
}
.footer-menu li a:visited {
	color: #6e572c;
}
.footer-menu li a:visited:hover {
	color: #0070c5;
}

/* コピーライト */
#copyright {
	text-align:center;
	font-size:10pt;
	padding:15px 5px;
	color:#ffffff;
}

/* バナーエリア（下） */
#banner-area-bottom {
	background-color:#ffffff;
}
#banner-area-bottom-in {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 0;
}
.banner-area-bottom-data {
	width:198px;
	float: left;
	text-align:center
}



/* 通常リンク関連 */
a:link {
	color: #0056e5;
}
a:hover {
	color: #309001;
}
a:visited {
	color: #0056e5;
}
a:visited:hover {
	color: #309001;
}

/* その他 */
.text-red {
	color:#ff0000;
}
.bg-white {
	background-color:#ffffff;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.pad3 {
	padding:3px;
}
.pad5 {
	padding:5px;
}
.pad8 {
	padding:8px;
}
.pad9 {
	padding:9px;
}
.pad10 {
	padding:10px;
}
.pad12 {
	padding:12px;
}
.pad15 {
	padding:15px;
}
.center {
	text-align:center;
}

.center-auto {
	margin-left:auto;
	margin-right:auto;
}
.solid-area {
	border: 1px solid #777777;
}


/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
}
#page-top a {
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: none;
}

.sns {
  text-align:right;
}
.sns ul{
margin-left:auto;
list-style-type: none;
width: 260px;
}

.sns li{
float:left;
padding-right:5px;
padding-bottom: 2px;
}
.sns li a{
display:block;
background-color:#999999;
text-align:center;
}


#top-bangumi-area .slide_on {
	cursor:pointer;
	cursor:hand;
}

#tvtop-bangumi-area-in .slide_on span{
	color:#0072ba;
	text-decoration: underline;
}

#tvtop-bangumi-area-in .tv-bangumi-list-s span{
	background-color:#43C4FF;
	color:#FFFFFF;
}

#tvtop-bangumi-area-in .onair_list_body{
	background-color:#FFFFFF;
	color:#666666;
}

#tvtop-bangumi-area-in .tv-bangumi-list-s div.onair_list_body{
	background-color:#43C4FF;
	color:#eeeeee;
}

#radiotop-bangumi-area-in .slide_on span{
	color:#832424;
	text-decoration: underline;
}

#radiotop-bangumi-area-in .radiotop-bangumi-list-s span{
	color:#FFFFFF;
}

#radiotop-bangumi-area-in .onair_list_body{
	color:#666666;
}

#radiotop-bangumi-area-in .radiotop-bangumi-list-s div.onair_list_body{
	color:#eeeeee;
}

/* Xシェアボタン */
.x_share_btn {
	width: 90px;
	height: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	background-color: #000000 !important;
	/*border: solid 1px #000000 !important;*/
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	/*padding-bottom: 1px;*/
	border-radius: 30px;
	position: relative;
	/*transition: .3s;*/
	/*margin-left: 11px;*/
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 0;
}
.x_share_btn::before{
	content: url("/images/sns/x_w.svg");
	width: 14px;
	margin-right: 8px;
	height: 14px;
}
/*
.x_share_btn:hover{
	color: #000000 !important;
	background-color: #fff !important;
}

.x_share_btn:hover::before{
	content: url("/images/sns/x_b.svg");
}
*/

/* Xリンクボタン */
#x_btn {
    	background-color: #000;
    	border: solid 2px #000;
	display: flex;
	width: 100%;
	height: 70px;
	/*width: 320px;*/
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.05em;
	font-weight: 500;
	position: relative;
	/*transition: .3s;*/
	padding-left: 15px;
	box-sizing: border-box;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#x_btn::before {
    	content: url("/images/sns/x_w.svg");
    	width: 36px;
	left: 28px;
	position: absolute;
}

#x_btn:hover {
    	/*background-color: #fff;
    	color: #010101;*/
	opacity: .7;
}