body {
	margin:0px;
	margin-top:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:small;
	border-top:8px solid #02aedc;
}

img {
	border:0px;
	max-width:760px;
}
a > img {
	outline:0px;
}
center {
	margin:0px;
}
form {
	line-height:150%;
}
div {
	word-wrap: break-word;
}

div.main-wrapper {
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	width:1100px;
	height:auto;
	overflow:hidden;
}

div.main {
	width:1080px;
	text-align:center;
	padding-top:16px;
}

div.header {
	width:1080px;
	text-align:left;
	margin-bottom:16px;
}
div.header * {
	max-width:1080px;
}
div.header img {
	width:1080px;
}
div.lheader {
	float:left;
	text-align:left;
	width:760px;
	padding-bottom:8px;
}
div.rheader {
	float:left;
	text-align:right;
	width:300px;
	margin-bottom:16px;
}
div.navi {
	width:1080px;
	text-align:left;
	font-size:115%;
	margin-bottom:16px;
	background-color:#02aedc;
	color:#fff;
}
div.navi > div {
	padding:6px;
	padding-left:16px;
	padding-right:16px;
}
div.navi a {
	color:#fff;
	text-decoration-line:none;
}
div.navi a:hover {
	color:#fff;
	text-decoration-line:underline;
}

div.contents {
	float:left;
	xline-height:170%;
	width:760px;
	text-align:left;
	background-color:#fff;
}
div.contents * {
	max-width:760px;
}

div.menu {
	float:left;
	text-align:right;
	line-height:150%;
	padding-top:2px;
	margin-left:20px;
	width:300px;
	text-align:left;
	background-color:#fff;
}
div.menu * {
	max-width:300px;
}

div.footer {
	clear: both;
	float: left;
	background-color:#02aedc;
	width:100%;
	color:#e9efe6;
	padding-top:20px;
	padding-bottom:20px;
}
div.footer a {
	color:#fff;
}

div.pagenation {
	font-size:105%;
	font-weight:bold;
	padding:12px;
	margin-top:24px;
	margin-bottom:32px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}

td {
	font-size:small;
}

.right {
	text-align:right;
}

h1 {
	background-color: #02aedc;
	color: #fff;
	font-size:14pt;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:12px;
}

h1.up {
	background-color: #fff;
	border-bottom:1px solid #999;
	color: #333;
	background-image:url(./images/title_up.png);
	background-repeat:no-repeat;
	padding-left:28px;
	height:25px;
}

h1.down {
	background-color: #fff;
	border-bottom:1px solid #999;
	color: #333;
	background-image:url(./images/title_down.png);
	background-repeat:no-repeat;
	padding-left:28px;
	height:25px;
}

h2,h3,h4,h5 {
	background-color: #02aedc;
	color: #fff;
	font-size:12pt;
	padding-left:12px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}

table.menubar {
	width:100%;
	margin-bottom:10px;
	padding-top:6px;
}
.menubar th {
	border-bottom:8px solid #333;
	color: #333;
	font-size:12pt;
	height:32px;
	padding-left:12px;
	padding-bottom:3px;
	text-align:left;
}
.menubar td {
	border-bottom:1px solid #bfbfbf;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}
.menubar th a {
	color: #fff;
	font-weight: normal;
}
.menubar th i{
	color:#333;
}
table.ranklist {
	border-bottom:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	margin-top:5px;
	width:100%;
}
.ranklist th {
	font-size:11pt;
	background-color:#efefef;
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
}
.ranklist td {
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding-right:3px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.ranklist tr.t1 {
	background-color:#f3f9f6;
}

.ranklist td table{
	border-collapse: collapse;
	border:1px solid #999;
	background-color:#fff;
	margin-left:6px;
	margin-top:6px;
	margin-bottom:6px;
}
.ranklist td table td{
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	border:1px solid #999;
}
.ranklist td table th{
	border:1px solid #999;
}

table.replist {
	width:100%;
}
.replist td {
	padding:3px;
}
.replist tr.t1 {
	background-color:#f3f9f6;
}

table.channel-box {
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top:20px;
}

div.contents-overlay-wrap {
	position:relative;
}
div.contents-overlay {
	position:absolute;
	top:0px;
	left:5%;
	right:5%;
	margin:auto;
	text-align:center;
	z-index:10;
}
div.contents-overlay-close {
	position:absolute;
	top:-27px;
	left:10%;
	right:10%;
	width:38px;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	font-size:200%;
	background-color:#fff;
	color:#000;
	cursor:pointer;
}

div.video-overlay {
	position:absolute;;
	top:10%;
	left:10%;
	right:10%;
	margin:auto;
	vertical-align:middle;
	text-align:center;
}
div.video-overlay-close {
	position:absolute;
	top:-14px;
	left:10%;
	right:10%;
	width:38px;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	font-size:200%;
	background-color:#fff;
	color:#000;
	cursor:pointer;
}

td.up {
	color:red;
	text-align:right;
	white-space:nowrap;
}
td.down {
	color:blue;
	text-align:right;
	white-space:nowrap;
}

span.normal {
	color:black;
	font-weight: bold;
}
span.up {
	color:red;
	font-weight: bold;
}
span.down {
	color:blue;
	font-weight: bold;
}

td.normal {
	color:black;
	text-align:right;
	white-space:nowrap;
}

a.up {
	background-image:url(./images/allow_up.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

a.down {
	background-image:url(./images/allow_down.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

a.zero {
	background-image:url(./images/allow_zero.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

a.pt {
	background-image:url(./images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;
}

a.pt_up {
	background-image:url(./images/title_up2.png);
	background-repeat:no-repeat;
	background-position:1%;
	padding-left:22px;
	height:18px;
}

a.pt_down {
	background-image:url(./images/title_down2.png);
	background-repeat:no-repeat;
	background-position:1%;
	padding-left:22px;
	height:18px;
}

div.sec {
	width:96%;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	background-color:#f6f6f6;
	line-height:120%;
	padding-left:10px;
}

span.large {
	font-size:16pt;
	font-weight:bold;
}

span.middle {
	font-size:12pt;
	font-weight:bold;
}

input[type=submit] {
	font-size:90%;
	color:#fff;
	border:1px solid #333;
	background-color: #02aedc;
}
div.pagelink,span.pagelink {
	padding-top:6px;
	padding-left:8px;
	padding-right:6px;
}
div.pagelink div {
	padding-bottom:5px;
}
div.btnlink {
	text-align:center;
	border:3px solid #333;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:12px;
}
div.btnlink a {
	text-decoration:none;
}
.btn-link {
	background-color:#333;
	padding:8px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:110%;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

div.page-box {
	width:100%;
	border-bottom:1px #ccc solid;
	padding-bottom:12px;
	margin-bottom:8px;
}
div.page-title {
	padding-top:4px;
	padding-bottom:8px;
	font-size:110%;
	font-weight:bold;
}
div.page-title-small {
	padding-top:4px;
	padding-bottom:8px;
	font-size:90%;
	font-weight:bold;
}
div.page-body {
	color:#666;
	padding-top:6px;
}
.page-category {
	font-weight:bold;
	margin-left:8px;
	margin-right:8px;
	padding-left:16px;
	background-image:url(./images/tags.png);
	background-repeat:no-repeat;
	background-size: 12px;
}
.page-date {
	font-size:90%;
	font-weight:bold;
	margin-left:8px;
	padding-left:16px;
	background-image:url(./images/calendar.png);
	background-repeat:no-repeat;
	background-size: 12px;
}
.page-button {
	font-size:100%;
	color:#fff;
	background-color:#02aedc;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:12px;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	width:102px;
	text-align:center;
	border-radius: 3px;
}
.link {
	padding-left:20px;
	margin-top:2px;
	margin-bottom:4px;
	background-image:url(./images/right-arrow.png);
	background-repeat:no-repeat;
	background-size: 14px;
}

div.chat {
	width:286px;
	height:400px;
	overflow-y: scroll;
	overflow-x: hidden;
	border:1px solid #ccc;
	padding:4px;
}
div.chat_header {
	border:2px solid #ccc;
	padding:8px;
	margin-bottom:12px;
	font-weight:bold;
	font-size:110%;
	text-align:center;
	background-color:#f6f6f6;
}
div.chat_box {
	border:1px solid #ccc;
	padding:12px;
	margin-bottom:8px;
	line-height:180%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
div.chat_user {
	font-weight:bold;
	float:left;
}
div.chat_time {
	color:#999;
	font-size:95%;
	float:right;
}
div.chat_content {
	color:#666;
	clear:both;
}
div.link-box {
	background-color:#fff;
	border:1px solid #ccc;
	margin:4px;
	height:80px;
	width:120px;
	text-align:center;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
}
td.link-box {
	width:120px;
	vertical-align:top;
}
div.link-box-normal {
	width:120px;
}
td.link-box-normal {
	width:120px;
}
div.link-box-large {
	height:160px;
	width:240px;
}
td.link-box-large {
	width:270px;
	vertical-align:top;
}
div.link-box-medium {
	height:120px;
	width:180px;
}
td.link-box-medium {
	width:180px;
	vertical-align:top;
}
div.rank-box {
	border:2px solid #bf0000;
	padding:12px;
	margin-top:12px;
	margin-bottom:12px;
	line-height:180%;
}

form,form select,form button,form td {
	font-size:110%;
}
button {
	padding-left:16px;
	padding-right:16px;
	border:1px solid #333;
	background-color:02aedc;
	color:#fff;
}

.btn-sns-group {
	margin-bottom:12px;
	text-align:right;
	width:100%;
}
.btn-sns-group:after {
	content: "";
	clear: both;
	display: block;
}
.btn-sns {
	padding:3px;
	width:100px;
	float:right;
	text-align:center;
}
.btn-sns a {
	color:#fff!important;
	text-decoration:none;
}
.btn-sns a:visited {
	color:#fff!important;
}
.btn-twitter {
	background:#3b5998;
}
.btn-facebook {
	background:#55acee;
}
.btn-hateb {
	background:#008fde;
}
.btn-line {
	background:#2bb24c;
}
.btn-line i {
	font-size:120%;
}
.btn-pocket {
	background:#d3505a;
}

#page_top {
	position:fixed;
	bottom:40px;
	right:20px;
	margin:0;
}
#page_top div {
	z-index:99999;
}
#page_top a {
	padding:8px;
	color:#fff;
	background-color:#aab;
	opacity:0.7;
	font-weight: bold;
	font-size:110%;
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	border-radius:30px;
	position:relative;
}
#page_top i {
	padding-top:10px;
}

#id_inp_seacrh {
	border-radius:0px;
	width:260px;
	margin-right:4px;
	font-size:110%;
}
#id_btn_seatch {
	font-size:110%;
	color:#666;
	cursor:pointer;
	border:1px soild #ccc;
	border-radius:4px;
}

.label_new {
	background-color:#cc3030;
	color:#ffffff;
	border-radius:4px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	margin-left:8px;
	font-size:60%;
}

@media screen and (max-width:768px){
	* {
		max-width: 768px;
		white-space: normal;
		word-break:break-all;
	}
	body {
		width: 740px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width: 740px;
		max-width:740px;
		clear:both;
		margin:0px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 740px;
	}
	div.menu *,table {
		max-width: 740px;
	}
	.mobile-none {
		display:none;
	}
}

@media screen and (max-width:640px){
	* {
		max-width: 640px;
		white-space: normal;
		word-break:break-all;
	}
	body {
		width: 600px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width: 600px;
		max-width:600px;
		clear:both;
		margin:0px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 600px;
	}
	div.menu *,table {
		max-width: 600px;
	}
	.mobile-none {
		display:none;
	}
}

@media screen and (max-width:480px){
	* {
		max-width: 480px;
		white-space: normal;
		word-break:break-all;
	}
	body {
		width: 480px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width: 480px;
		max-width:480px;
		clear:both;
		margin:0px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 480px;
	}
	div.menu *,table {
		max-width: 480px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:68px;
	}
	div.link-box {
		width:68px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}

@media screen and (max-width:414px){
	* {
		max-width: 414px;
		white-space: normal;
		word-break:break-all;
	}
	body {
		width: 414px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width: 414px;
		max-width:414px;
		clear:both;
		margin:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 414px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.menu *,table {
		max-width: 414px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:68px;
	}
	div.link-box {
		width:68px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}

@media screen and (max-width:375px){
	* {
		max-width: 375px;
		white-space: normal;
		word-break:break-all;
	}
	body {
		width: 375px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width: 375px;
		max-width:375px;
		clear:both;
		margin:0px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 375px;
	}
	div.menu *,table {
		max-width: 375px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:60px;
	}
	div.link-box {
		width:60px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}

@media screen and (max-width:320px){
	* {
		max-width: 320px;
		white-space: normal;
		word-break:break-all;
	}
	body {
		width: 320px;
	}
	div.main-wrapper,div.main,div.header,div.lheader,div.rheader,div.contents,div.menu,div.footer,div.chat,div.navi {
		width: 320px;
		max-width:320px;
		clear:both;
		margin:0px;
	}
	div.main-wrapper {
		padding-left:0px;
		padding-right:0px;
	}
	div.header *,div.lheader *,div.contents * {
		max-width: 320px;
	}
	div.menu *,table {
		max-width: 320px;
	}
	.mobile-none {
		display:none;
	}
	td.link-box {
		width:50px;
	}
	div.link-box {
		width:50px;
	}
	td.link-box-normal {
		width:102px;
	}
	div.link-box-normal {
		width:102px;
	}
	div.link-box-large {
		height:80px;
		width:120px;
	}
	td.link-box-large {
		width:100px;
	}
}