@charset "UTF-8";

body{
	text-align:center;
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:14px;
	font-family:"メイリオ","Meiryo", Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	line-height: 150%;
	background-repeat:repeat-y;
	background-position:center;
}

.wrapperbg{
	width:800px;
	margin:0px auto;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
}
.wrapper{
	width:800px;
	margin:0px auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
}

.main {
	border:1px solid #c0c0c0;
	padding:10px;
	margin:10px 0 10px 0;
  text-align:left;
	min-height:600px;
}

p {
	margin:0;
	padding:0;
}

h1{
	font-size:18px;
	text-align:left;
	padding:0;
	margin:5px 0 5px 5px;
	color:#333333;
}

.description{
	font-size:14px;
	text-align:left;
	margin:0 0 10px 10px;
}

.copyright{
	font-size:12px;
	color:#333333;
	text-align:center;
}

.hide{
  display:none;
}

.bottom_menu{
  padding:0 0 0 5px;
}
.textblock{
  display:block;
	width:100%;
	overflow:visible;
  text-align:left;
}

.textblockpadding{
  margin:0;
  padding:10px 5px 5px 5px;
}

#table{
	width: 100%;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #ccc;
}
#table th{
	font-weight: bold;
}
#table thead th{
	background:#e6e6e6;
}

#roler{
	margin:10px 0 5px 0;
}
#roler ul{
	padding: 0px;
	margin: 0px;
}
#roler ul li {
	display: inline;
	margin-right: 1em;
}
#roler ul li div.pg{
	display: inline;
	background:#303030;
	padding:4px 10px;
}
#roler ul li div.pg2{
	display: inline;
	background:#f0f0f0;
	padding:2px 10px;
}
#roler ul li a { 
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #fff;
}
#roler ul li a:hover{ 
	border-bottom: dotted 1px #fff;
}

@media screen and (min-width: 0px) and (max-width: 320px) {
	.wrapperbg{width:100%;}
	.wrapper{width:100%;}
	.textblock{width:100%;}
	.textblockpadding{padding:10px 0 0 0;}
	h1{margin:5px 0 5px 0}
	#block_tool{display:none;}
	img{max-width:100%;margin:0 auto;}
	#table{
		width: 100%;
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: list-item;
				border: none;
			}
			#table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #303030;
			}
			#table tbody th a{color:#ffffff;}
			#table tbody td{
				margin-left: 5px;
				padding: 0;
				list-style-type: none;
			}
			#table tbody td:nth-of-type(1):before { content: "[アーティスト] "; }
			#table tbody td:nth-of-type(2):before { content: "[タイアップ] "; }
			#table tbody td:nth-of-type(3):before { content: "[コード] "; }
}

@media screen and (min-width: 321px) and (max-width: 768px) {
	.wrapperbg{width:97%;}
	.wrapper{width:97%;}
	.textblock{width:100%;}
	.textblockpadding{padding:10px 0 0 0;}
	h1{margin:5px 0 5px 0}
	img{max-width:100%;margin:0 auto;}
	#block_tool{display:none;}
	#table{
		margin:0;
		padding:0;
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: list-item;
				border: none;
			}
			#table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #303030;
			}
			#table tbody th a{color:#ffffff;}
			#table tbody td{
				margin-left: 5px;
				padding: 0;
				list-style-type: none;
			}
			#table tbody td:nth-of-type(1):before { content: "[アーティスト] "; }
			#table tbody td:nth-of-type(2):before { content: "[タイアップ] "; }
			#table tbody td:nth-of-type(3):before { content: "[コード] "; }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.wrapperbg{width:97%;}
	.wrapper{width:97%;}
	.textblock{width:100%;}
}

