@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;	color:#333;
	font-size:85%;
	width:100%;
	min-width:1000px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

a:link, a:visited {
	color: #0044cc;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0099ff;
	text-decoration: underline;
}
img, input {
	vertical-align: middle;
}
textarea {
	font-size: 100%;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

body{
	background:#f5f5f5;
	position:relative;
}
#headerArea {
	width:100%;
	background: #fff url(../images/common/header_bg.png?1436415427) repeat-x left top;
	padding:10px 0;
	min-width:1000px;
}
#header {
	width:980px;
	margin:0 auto;
	padding:12px 10px 0;
}
#header #logoArea {
	width:175px;
	float:left;
	margin-right:23px;
	text-align:center;
}
#header #logoArea h1,
#header #logoArea #logo {
	margin-bottom:5px;
}

#header #siteSearch {
    width: 215px;
    float: left;
}

#header #siteSearch .siteItemSearch {
    width: 215px;
    display: block;
    position: relative;
    top: 7px;
}
#header #siteSearch .siteItemSearch label {
    display: none;
}

#header #siteSearch .siteItemSearch #siteItemSearch {
    position: relative;
    z-index: 3000;
}
#header #siteSearch .siteItemSearch #siteItemSearch.textArea {
    width: 162px;
    padding: 1px 8px 0;
    height: 27px;
    font-size: 108%;
    color: #333333;
    vertical-align: middle;
    position: relative;
    float: left;
    border: 1px solid #dfdfdf;
    border-right: none;
    background:#f9f9f9;
    right: 0px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 0 #edecec inset;
    -moz-box-shadow: 0 1px 0 #edecec inset;
    -webkit-box-shadow: 0 1px 0 #edecec inset;
    -ms-box-shadow: 0 1px 0 #edecec inset;
    -o-box-shadow: 0 1px 0 #edecec inset;
}
#header #siteSearch .siteItemSearch #siteItemSearch.textArea.active {
    background: #fffef8;
}
#header #siteSearch .siteItemSearch .button,
#header #siteSearch .siteItemSearch .disabled {
    width: 34px;
    height: 28px;
    float: left;
    cursor: pointer;
    display: block;
    border: none;
    background: #76abd4;
    position: relative;
    padding-top:2px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    box-shadow: 0 -2px 0 #6d9ec3 inset;
    -moz-box-shadow: 0 -2px 0 #6d9ec3 inset;
    -webkit-box-shadow: 0 -2px 0 #6d9ec3 inset;
    -ms-box-shadow: 0 -2px 0 #6d9ec3 inset;
    -o-box-shadow: 0 -2px 0 #6d9ec3 inset;
}
#header #siteSearch .siteItemSearch .button:hover,
#header #siteSearch .siteItemSearch .disabled:hover {
    background: #88b9df;
}
#header #siteSearch .siteItemSearch .button input,
#header #siteSearch .siteItemSearch .disabled input {
    width: 34px;
    height: 28px;
    cursor: pointer;
    overflow: hidden;
    white-space: pre;
    display: block;
    background: transparent;
}
#header #siteSearch .siteItemSearch .disabled {
    cursor: default !important;
}
#header #siteSearch .siteItemSearch .disabled:hover {
    background: #88b9df !important;
}

#header #siteSearch button {
    width: 32px;
    height: 25px;
    border: 0 none;
    background: transparent url(../images/common/btn_search01.png?1436415427) no-repeat left top;
    outline: 0 none;
}
#header #siteSearch button:hover{
  cursor: pointer;
}

#header ul#userNav {
    width: 310px;
    float: right;
}
#header ul#userNav li {
    float: left;
    background: url(../images/common/vline_dot.png?1436415427) repeat-y right top;
    margin-right:10px;
    padding:6px 10px 4px 0;
    line-height:1;
}
#header ul#userNav.guest li#navMypage {
    background: none;
    margin-right:0;
	padding-right:0;
}
#header ul#userNav li a {
    padding:2px 0 2px 22px;
}
#header ul#userNav.guest li#navLogout{
	display:none;
}
#header ul#userNav li#navLogin a {
    background: url(../images/common/user_nav.png?1436415427) no-repeat 0 2px;
}
#header ul#userNav li#navEntry a {
    background: url(../images/common/user_nav.png?1436415427) no-repeat 0 -117px;
}
#header ul#userNav li#navMypage a {
    background: url(../images/common/user_nav.png?1436415427) no-repeat 0 -236px;
}
#header ul#userNav li#navLogout{
    background: none;
    margin-right:0;
    padding-right:0;
}
#header ul#userNav li#navLogout a {
    background: url(../images/common/user_nav.png?1436415427) no-repeat 0 2px;
}
#header ul#userNav.loggedin li#navLogin,
#header ul#userNav.loggedin li#navEntry{
	display:none;
}
#header #headerCaution {
	width: 400px;
    float: right;
	text-align:right;
	margin-top:7px;
	line-height:1;
}
.loginHeader {
	border-bottom:1px solid #dbdbdb;
}


#gnav {
	width: 100%;
	height:44px;
	background: #333333;
	text-align:center;
	min-width:1000px;
}
#gnavInner{
	width: 1000px;
	height:100%;
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:center;
	zoom:1;
	z-index:9000;
}
#gnav ul{
	width: 1000px;
	height:44px;
	margin: 0;
	padding: 0;	
}
#gnav li{
	float: left;
	height: 44px;
}
#gnav li.gnav01{
	width: 140px;
}
#gnav li.gnav02{
	width: 159px;
}
#gnav li.gnav03{
	width: 114px;
}
#gnav li.gnav04{
	width: 80px;
}
#gnav li.gnav05{
	width: 171px;
}
#gnav li.gnav06{
	width: 96px;
}
#gnav li.gnav07{
	width: 113px;
}

#gnav li a,
#gnav li span {
	display:block;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	height: 44px;
}
#gnav li span {
	cursor:default;
}

#gnav li a img,
#gnav li span img {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#gnav li span img {
	top:-44px;
}

#gnav li.gnav01 a img,
#gnav li.gnav01 span img {
	left:0;
}
#gnav li.gnav02 a img,
#gnav li.gnav02 span img {
	left:-140px;
}
#gnav li.gnav03 a img,
#gnav li.gnav03 span img {
	left:-299px;
}
#gnav li.gnav04 a img,
#gnav li.gnav04 span img {
	left:-413px;
}
#gnav li.gnav05 a img,
#gnav li.gnav05 span img {
	left:-493px;
}
#gnav li.gnav06 a img,
#gnav li.gnav06 span img {
	left:-664px;
}
#gnav li.gnav07 a img,
#gnav li.gnav07 span img {
	left:-760px;
}

#gnav li a:hover img {
	top:-88px;
}
#gnav li a.navActive img,
#gnav li a.navActivePage img {
	top:-44px;
}
#gnav li a.navActive:hover img,
#gnav li a.navActivePage:hover img {
	top:-88px;
}

#gnav .newsNavBalloon {
	display:none;
	width:796px;
	position:absolute;
	top:44px;
	left:0;
	z-index:9997;
	padding: 10px;
	background-color: #fff;
	border:4px solid #279bf4;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	-moz-box-shadow:1px 1px 3px #5c5c5c;
	-webkit-box-shadow:1px 1px 3px #5c5c5c;
	box-shadow:1px 1px 3px #5c5c5c;
}
#gnav .newsNavBalloonInner {
	width:796px;
	zoom:1;
	overflow:hidden;
}
#gnav .newsNavBalloon dl {
	width:184px;
	float:left;
	margin-right:20px;
	text-align:left;
}
#gnav .newsNavBalloon dl.newsNavL {
	margin-right:0;
}
#gnav .newsNavBalloon dl dt {
	margin-bottom:8px;
	height:150px;
}

#gnav li .newsNavBalloon dl dt a,
#gnav li .newsNavBalloon dl dd a {
	display:inline-block;
	position:inherit;
	overflow:inherit;
	height:inherit;
	max-height:150px;
	overflow:hidden;
}
*:first-child+html #gnav li .newsNavBalloon dl dt a {
	position:relative;
	overflow:visible;
}
*:first-child+html #gnav li .newsNavBalloon dl dd a {
	position:relative;
	overflow:visible;
}

#gnav li .newsNavBalloon dl dt img,
#gnav li .newsNavBalloon dl dd img {
	display:block;
	position:inherit;
	top:0;
	left:0;
}
*:first-child+html #gnav li .newsNavBalloon dl dt img {
	position:relative;
}
*:first-child+html #gnav li .newsNavBalloon dl dd img {
	position:relative;
}
#gnav li .newsNavBalloon dl dt a:hover img,
#gnav li .newsNavBalloon dl dd a:hover img {
	top:0;
	left:0;
}

.linkArrow01 {
	text-align:right;
	line-height:1.2;
}
#gnav .linkArrow01 {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #c7c7c7;
}
.linkArrow01 a {
	background: url(../images/common/link_arrow.png?1436415427) no-repeat 0 5px;
	padding:1px 0 1px 15px;
}
.linkArrow01 a + a{
	margin-left: 15px;
}
#gnav .linkArrow01 a {
	display:inline;
}

.linkArrow02,
.linkArrow03 {
	line-height:1.2;
}
.linkArrow02 a {
	background: url(../images/common/link_arrow.png?1436415427) no-repeat 0 -105px;
	padding:1px 0 1px 7px;
}
.linkArrow03 a {
	background: url(../images/common/link_arrow.png?1436415427) no-repeat 0 -212px;
	padding:1px 0 1px 15px;
}
.linkArrow04 {
	background: url(../images/common/link_arrow.png?1436415427) no-repeat 0 -550px;
	padding:2px 0 2px 21px;
}

.linkMore,
.linkClose {
	text-align:right;
	line-height:1.2;
}
.linkMore a,
.linkClose a {
	padding:1px 0 1px 15px;
	color: #0044cc;
	text-decoration: underline;
	cursor:pointer;
}
.linkMore a {
	background: url(../images/common/link_arrow.png?1436415427) no-repeat 0 -324px;
	
}
.linkClose a {
	background: url(../images/common/link_arrow.png?1436415427) no-repeat 0 -434px;
}

#subNav {
	width: 100%;
	height:38px;
	background: #7db0d8;
	text-align:center;
	-moz-box-shadow:0 3px 5px 0 #74a3c8 inset;
	-webkit-box-shadow:0 3px 5px 0 #74a3c8 inset;
	box-shadow:0 3px 5px 0 #74a3c8 inset;
	min-width:1000px;
}
#subNavInner{
	width: 1000px;
	height:38px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
#subNav ul#subMenuList{
	width: 1000px;
	margin: 0;
	padding: 0;	
}
#subNav ul#subMenuList li{
	float:left;
	background: url(../images/common/sub_nav_line.png?1436415427) no-repeat left top;
	margin: 0;
	padding: 0;	
}
#subNav ul#subMenuList li a{
	display:block;
	margin: 0;
	padding: 0;
	overflow:hidden;	
}
#subNav ul#subMenuList li a.subNavEnd{
	background: url(../images/common/sub_nav_line.png?1436415427) no-repeat right top;
}
#subNav ul#subMenuList li a span{
	display:block;
	height:28px;
	margin: 0;
	padding: 10px 15px 0;
}
#subNav ul#subMenuList li a:link,
#subNav ul#subMenuList li a:visited {
	color: #fff;
	text-decoration: none;
}
#subNav ul#subMenuList li a:hover,
#subNav ul#subMenuList li a:active {
	color: #fff;
	text-decoration: none;
}
#subNav ul#subMenuList li a:hover span {
	background: url(../images/common/sub_nav_ac.png?1436415427) repeat-x left bottom;
}

#subNav ul#subMenuList li a.pageActive{
	text-decoration:none;
}
#subNav ul#subMenuList li a.pageActive span{
	background: url(../images/common/sub_nav_ac.png?1436415427) repeat-x left bottom;
}

.path {
	width: 1000px;
	margin: 0 auto;
	padding: 4px 0 0;
	text-align:left;
	clear:both;
	font-size:93%;
}

#wrapper {
	margin: 0 auto;
	padding:0 0 50px;
	width:100%;
	position: relative;
	min-width:1000px;
}
#wrapperWide {
	margin: 0 auto;
	padding:0 0 50px;
	width: 96%;
	position: relative;
}
#contentArea {
	margin: 0 auto;
	padding:15px 0 0;
	width: 1000px;
}
#contentAreaWide {
	padding:15px 0 0;
	width: 100%;
}
#main {
	width:686px;
	float:left;
}
#mainCenter {
	width:686px;
	margin:0 auto;
}
#subContent {
	width:300px;
	float:right;
}
#mainContentsWide {
	width:1000px;
}
#mainContentsWide02 {
	width:100%;
	min-width:1200px;
}

#subProgram,
#subEvent {
	width:300px;
	margin-top:15px;
	position:relative;
}
#tabProgram,
#tabEvent {
	width:300px;
}
#tabProgram li,
#tabEvent li {
	float: left;
	background: url(../images/common/tab_bg01.png?1436415427) no-repeat -111px 0;
	width:99px;
	height:15px;
	margin-right:2px;
    padding: 10px 5px;
    list-style: none;
    cursor: pointer;
	text-align:center;
}
#tabProgram li.select,
#tabEvent li.select {
    background: url(../images/common/tab_bg01.png?1436415427) no-repeat 0 0;
}
.selectMenu {
	position:absolute;
	right:-1px;
	top:10px;
	width:79px;
	height:20px;
    background: #c2daed;
	margin:0;
	padding:2px 1px;
}
#todayProgram .selectMenu {
	position:absolute;
	right:8px;
	top:12px;
	width:79px;
	height:20px;
    background: none;
	margin:0;
	padding:0;
}
.none {
    display: none;
}
.tabProgramWrap,
.tabEventWrap {
    width: 280px;
    background: #fff;
	border:1px solid #dedede;
	margin-top:-1px;
	padding:10px;
}

#subProgram ul.subProgramList li,
#todayProgram ul.subProgramList li {
    width: 280px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #c7c7c7;
	line-height:1.3;
}
#subProgram ul.subProgramList li .subProgramTop,
#todayProgram ul.subProgramList li .subProgramTop {
	margin-bottom:5px;
}
#subProgram ul.subProgramList li .subProgramTime,
#todayProgram ul.subProgramList li .subProgramTime {
	float:left;
	width:62px;
	font-size:93%;
	padding-right:3px;
}
#subProgram ul.subProgramList li .subProgramR,
#todayProgram ul.subProgramList li .subProgramR {
	float:left;
	width:215px;
}
#subProgram ul.subProgramList li .subProgramTtl,
#todayProgram ul.subProgramList li .subProgramTtl {
	margin-right:8px;
	word-wrap:break-word;
}
#subProgram ul.subProgramList li .subProgramTtl a,
#todayProgram ul.subProgramList li .subProgramTtl a {
	margin-right:5px;
}
#subProgram ul.subProgramList li .subProgramTtl .subProgramTtlSub {
	margin-left:3px;
}
#subProgram ul.subProgramList li .subProgramR ul.subProgramTtlLow,
#todayProgram ul.subProgramList li .subProgramR ul.subProgramTtlLow {
	margin:8px 0 0 14px;
	padding:0;
}
#subProgram ul.subProgramList li .subProgramR ul.subProgramTtlLow li,
#todayProgram ul.subProgramList li .subProgramR ul.subProgramTtlLow li {
	width:inherit;
	list-style:disc;
	margin-bottom:5px;
	padding-bottom:0;
	border-bottom:none;
}
#subProgram ul.subProgramList li .subProgramR ul.subProgramTtlLow li:last-child,
#todayProgram ul.subProgramList li .subProgramR ul.subProgramTtlLow li:last-child {
	margin-bottom:0;
}
#subProgram ul.subProgramList li .subProgramTag img,
#todayProgram ul.subProgramList li .subProgramTag img {
	vertical-align:middle;
}
#subProgram ul.subProgramList li .subProgramStation,
#todayProgram ul.subProgramList li .subProgramStation {
	float:left;
	width:80px;
	font-size:93%;
	padding-left:65px;
	word-wrap:break-word;
}

#subContent .subConCheckin {
	float:right;
	vertical-align:middle;
	line-height:1;
}
#subContent .subConCheckin a {
	display:block;
	position:relative;
	width:78px;
	height:15px;
	overflow:hidden;
	font-size:65%;
	padding:2px;
}
#subContent .subConCheckin img {
	display:block;
	position:absolute;
	top:0;
	left:0;
    width:82px;
	height:138px;
	background:transparent url(../images/common/btn_checkin.png?1436415427) no-repeat left top;
}
#subContent .tvCheckin img {
	background:transparent url(../images/common/btn_checkin03.png?1472453983) no-repeat left top;
}
#subContent .eventCheckin img {
	background:transparent url(../images/common/btn_checkin04.png?1472453983) no-repeat left top;
}



#subContent .subConCheckin a:hover {
	/cursor:pointer;
	/zoom:1;
}
#subContent .subConCheckin a:hover img {
	top:0;
}
#subContent .subConCheckin span.btnActive {
	display:block;
	position:relative;
	width:82px;
	height:19px;
	overflow:hidden;
}
#subContent .subConCheckin span.btnActive img {
	top:-119px;
}

#subContent .subConCheckin span.checkInBtn {
	display:block;
	float:left;
}
#subContent .subConCheckin span.checkInCount {
	display:block;
	float:left;
	background:url(../images/common/checkin_count_bg.png?1436415427) no-repeat right bottom;
	line-height:1;
	height:19px;
}
#subContent .subConCheckin span.checkInCountInner {
	display:block;
	height:14px;
	background:url(../images/common/checkin_count_bg.png?1436415427) no-repeat left top;
	min-width:1.8em;
	padding:5px 5px 0 8px;
	line-height:1;
	text-align:center;
	font-size:85%;
}

#subEvent ul.subEventList li {
    width: 280px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #c7c7c7;
	line-height:1.3;
}
#subEvent ul.subEventList li .subEventTop {
	margin-bottom:5px;
	line-height:1.5;
	word-wrap:break-word;
}
#subEvent ul.subEventList li .subEventTop span {
	display:block;
	font-size:93%;
	margin-bottom:3px;
}

#subContent .loginExplanation {
	line-height:1.8;
	margin-bottom:10px;
}
#subContent .loginExplanation span {
	margin-right:5px;
}
#subContent .loginExplanation img {
	vertical-align:middle;
}

#subContent ul.userBtnList{
	width: 290px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #c7c7c7;
	position:relative;
	zoom:1;
}
#subContent ul.userBtnList li{
	float: left;
	width: 135px;
	height: 37px;
	margin-right:8px;
	margin-bottom:8px;
}
#subContent ul.userBtnList li.listSide{
	margin-right:0;
}

#subContent ul.userBtnList li a,
#subContent ul.userBtnList li span {
	display:block;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	height: 37px;
}
#subContent ul.userBtnList li span {
	cursor:default;
}
#subContent ul.userBtnList li a img,
#subContent ul.userBtnList li span img {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#subContent ul.userBtnList li span img {
	top:-87px;
}
#subContent ul.userBtnList li.userBtn01 a img,
#subContent ul.userBtnList li.userBtn01 span img {
	left:0;
}
#subContent ul.userBtnList li.userBtn02 a img,
#subContent ul.userBtnList li.userBtn02 span img {
	left:-173px;
}
#subContent ul.userBtnList li a:hover img {
	top:-87px;
}

#subTopics,
#subRanking,
#subRelatedItem,
#fbLikeBx,
#todayProgram {
    width: 300px;
    background: #fff;
	border:1px solid #dedede;
	margin-top:15px;
}
#todayProgram {
	margin-top:0;
	position:relative;
}
#subTopics h3,
#subRanking h3,
#subRelatedItem h3,
#fbLikeBx h3,
#todayProgram h3 {
    width: 290px;
    background: #ffeeed;
	border-top:3px solid #d54137;
	padding:7px 5px 5px;
	font-size:108%;
}
#subTopics h3 span,
#subRanking h3 span,
#subRelatedItem h3 span,
#fbLikeBx h3 span,
#todayProgram h3 span {
	padding:4px 0 4px 39px;
	background-image:url(../images/common/icon_subcontent.png?1436415427);
	background-repeat:no-repeat;
}
#subTopics h3 span {
	background-position: 0 0;
}
#subRanking h3 span {
	background-position: 0 -124px;
}
#fbLikeBx h3 span {
	background-position: 0 -245px;
}
#todayProgram h3 span {
	background-position: 0 -379px;
}
#subRelatedItem h3 span {
	background-position: 0 -503px;
}
.subConWrap {
    width: 280px;
	padding:10px;
}
#fbLikeBx .subConWrap {
    width: 290px;
	padding:10px 5px 5px;
}
#subTopics ul.subTopicsList li,
#subRanking ul.subRankingList li,
#subRelatedItem ul.subRelatedItemList li {
    width: 280px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #c7c7c7;
	line-height:1.3;
}
#subTopics ul.subTopicsList li .subTopicsL,
#subRanking ul.subRankingList li .subRankingL {
    width: 57px;
	float:left;
	margin-right:5px;
}
#subTopics .subTopicsL span,
#subRanking .subRankingL span {
	padding:2px 0 2px 24px;
	background-image:url(../images/common/icon_common.png?1436415427);
	background-repeat:no-repeat;
}
#subTopics .subTopicsL .rankGold,
#subRanking .subRankingL .rankGold {
	background-position:0 3px;
}
#subTopics .subTopicsL .rankSilver,
#subRanking .subRankingL .rankSilver {
	background-position:0 -80px;
}
#subTopics .subTopicsL .rankBronze,
#subRanking .subRankingL .rankBronze {
	background-position:0 -163px;
}
#subTopics .subTopicsL .rankOther,
#subRanking .subRankingL .rankOther {
	background-position:0 -249px;
}
#subTopics ul.subTopicsList li .subTopicsM {
    width: 141px;
	float:left;
	margin-right:10px;
}
#subContent #subTopics .subConCheckin {
	float:left;
}
#subContent #subTopics .animeTtl {
	margin-bottom:8px;
	word-wrap:break-word;
}
#subTopics ul.subTopicsList li .subTopicsR {
    width: 64px;
	float:left;
}

#subRanking ul.subRankingList li .subRankingR {
    width: 215px;
	float:left;
}
#subRanking ul.subRankingList li .subRankingR a {
	word-wrap:break-word;
}

#subRelatedItem ul.subRelatedItemList li .subRelatedItemL {
    width: 80px;
	float:left;
	margin-right:10px;
}
#subRelatedItem ul.subRelatedItemList li .subRelatedItemR {
    width: 187px;
	float:left;
}

#subBtmBar{
    width: 300px;
	position: relative;
	z-index:999;
}

ul#snsBtnList{
	width: 290px;
	margin: 15px 0 0;
	padding: 0;
	position:relative;
	zoom:1;
}
ul#snsBtnList li{
	float: left;
	width: 139px;
	height: 47px;
	margin-right:12px;
	margin-bottom:12px;
}
ul#snsBtnList li.listSide{
	margin-right:0;
}

ul#snsBtnList li a,
ul#snsBtnList li span {
	display:block;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	height: 47px;
}
ul#snsBtnList li span {
	cursor:default;
}

ul#snsBtnList li a img,
ul#snsBtnList li span img {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
ul#snsBtnList li span img {
	top:-97px;
}

ul#snsBtnList li.snsBtn01 a img,
ul#snsBtnList li.snsBtn01 span img {
	left:0;
}
ul#snsBtnList li.snsBtn02 a img,
ul#snsBtnList li.snsBtn02 span img {
	left:-149px;
}
ul#snsBtnList li.snsBtn03 a img,
ul#snsBtnList li.snsBtn03 span img {
	left:-298px;
}

ul#snsBtnList li a:hover img {
	top:-97px;
}


#subContent ul.subContentLink li {
	float:right;
	margin-left:8px;
	letter-spacing:-0.03em;
}
#subContent ul.subContentLink li.logoGguide {
	float:left;
	margin-right:3px;
	margin-left:0;
}
#subContent ul.subContentLink li.logoGguide img {
	line-height:1;
	vertical-align:top;
}


#footer {
	margin: 0 auto 0;
	padding:0;
	width: 100%;
	position:relative;
	z-index:10;
	min-width:1000px;
}
#footer a:link,
#footer a:visited {
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

#naviFooter {
	padding:30px 0 25px;
	width: 100%;
	background:#fff;
	border-top:1px solid #dbdbdb;
}
#naviFooter ul {
	width:1000px;
	margin:0 auto;
	zoom: 1;
	overflow: hidden;
	text-align: center;
}
#naviFooter li {
	display: inline;
	line-height: 1.3;
}
#naviFooter li a,
#naviFooter li span {
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 5px;
	padding-right: 8px;
	background: url(../images/common/vline_dot.png?1436415427) repeat-y right top;
}
#naviFooter li.endLine a,
#naviFooter li.endLine span {
	border: none;
}
#naviFooter li:last-child a,
#naviFooter li:last-child span {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#naviFooter ul#footerCpy {
	width:970px;
	margin-top:10px;
    padding: 10px 15px 0;
	border-top:1px dotted #c7c7c7;
}
#naviFooter ul#footerCpy02 {
	margin-top:5px;
    padding: 0 15px;
}
#naviFooter ul#footerCpy li,
#naviFooter ul#footerCpy02 li {
	display:inline;
    color: #999;
    font-size: 77%;
    line-height: 1.1;
	word-wrap:break-word;
}
#naviFooter #footerCpyIpg {
	width:680px;
	margin:10px auto 0;
	padding:0 15px;
}
#naviFooter #footerCpyIpg p {
	float:left;
	width:500px;
	color: #999;
    font-size: 77%;
    line-height: 1.3;
	word-wrap:break-word;
}
#naviFooter #footerCpyIpg .ipgLogo {
	float:right;
	width:169px;
}
#naviFooter #footerCpyIpg .ipgLogo img {
	vertical-align:top;
}

#copyRight {
	padding:5px 0;
	width: 100%;
	background:#d54137;
}
#copyRightInner {
	width:1000px;
	margin:0 auto;
	zoom: 1;
	overflow: hidden;
	text-align: center;
	color:#fff;
}

#footer a:link,
#foot a:visited {
	text-decoration: none;
}
#footer a:hover,
#foot a:active {
	text-decoration: underline;
}

#pageTopBtn {
	position: fixed;
	bottom:45px;
	right: 30px;
	z-index:9000;
	display:none;
}
* html #pageTopBtn {
	position:absolute;
	display:none;
}
#pageTopBtn a {
	background:url(../images/common/btn_pagetop.png?1436415427) no-repeat 0 0;
	text-decoration: none;
	width:98px;
	height:81px;
	display:block;
}
* html #pageTopBtn a {
	display:none;
}
#pageTopBtn a:hover {
	background-position:0 -130px;
	text-decoration: none;
}

#rectAd,
#rectAdBtm {
	width: 300px;
	height: 250px;
	margin: 0 auto 4px;
	border: 2px solid #fff;
}
#rectAdBtm {
	margin-top:15px;
}
#rectAd iframe,
#rectAdBtm iframe {
	border: 0 none;
}

#ajaxLoader {
	background:none;
	width:54px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	position: relative;
	bottom:0;
	left:50%;
	z-index:20;
	text-align:center;
	margin:10px 0 0 -30px;
	padding:0;
}


#infscr-loading {
	margin:30px 0;
	text-align: center;
}

.fixed{
	position:fixed;
	top:0;
	z-index:9998;
}

#sp_switch{
  display: none;
}
#sp_switch a{
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 64px;
  text-shadow: -1px -1px 2px #618926;
  text-decoration: none;
  background: #555;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(77,77,77,0.4)));
  background: -moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(77,77,77,0.4));
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #666 transparent;
  border-color: transparent transparent rgba(202,202,202,0.27) transparent;
  -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
  -webkit-background-clip: padding-box;
}
#sp_switch a:hover{
  background-color: #245191;
  text-shadow: -1px -1px 2px #465f97;
  text-decoration: none;
}
#sp_switch a span{
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #444 #111 #444;
  border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 60px;
  line-height: 1em;
  color: white;
  padding: 0.48em 2em;
  cursor: pointer;
  text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
  -webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
  -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
  background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.01) 50%, transparent);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF');
  -webkit-background-clip: padding-box;
}
#sp_switch a:hover span{
  border-top-color: rgba(255,255,255,0.65);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20)));
  background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#99dcdcdc', EndColorStr='#33000000');
  -webkit-background-clip: padding-box;
}
#sp_switch a:active span{
  border-top-color: rgba(255,255,255,0.2);
  border-left-color: rgba(0,0,0,0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5)));
  background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000');
  -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
  -webkit-background-clip: padding-box;
}
#sp_switch a span:active{
  border-top-color: rgba(255,255,255,0.2);
  border-left-color: rgba(0,0,0,0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000');
  -webkit-background-clip: padding-box;
}

