body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

video {
	display: none;
}

#leftside {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	position: relative;
}

#spmenu {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 16px;
	right: 10px;
	border-top: 3px solid #555;
}

#spmenu:before,
#spmenu:after {
	width: 30px;
	height: 3px;
	background: #555;
	display: block;
	position: absolute;
	right: 0px;
	content: "";
}

#spmenu:before {
	top: 4px;
}

#spmenu:after {
	top: 11px;
}

header {
	border-bottom: 1px solid #ccc;
	position: relative;
}

#logo dl {
	margin: 0;
	padding: 6px 0 6px 10px;
	display: inline-block;
}

#logo dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
	width: 100px;
}

#logo img {
	width: 100%;
	height: 24px;
}

#logo dd {
	font-size: 4px;
	margin: 0;
}

nav {
	display: none;
	border-top: 2px solid #999;
	background: #f6f6f6;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

nav dl {
	margin: 0;
	padding: 0;
}

nav dt {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
}

nav dd {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 180%;
	width: 48%;
	display: inline-block;
	box-sizing: border-box;
	background: url(img/nav-dd.gif) no-repeat left center;
	font-size: 14px;
}

nav dd a {
	color: #c24500;
	display: block;
}

nav form {
	margin: 15px auto 20px auto;
	padding: 0;
	background: #757575;
	width: 230px;
}

nav form input[type="search"]  {
	width: 200px;
	border: 2px solid #757575;
	padding: 5px;
	box-sizing: border-box;
	margin: 0;
}

nav form input[type="image"] {
	vertical-align: middle;
	background: #ccc;
	width: 23px;
	height: 23px;
	margin-left: 3px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

nav li {
	margin: 0;
	padding: 8px 0;
	line-height: 160%;
	width: 45%;
	display: inline-block;
}

main {
	position: relative;
	padding: 10px 10px 0 10px;
	font-size: 13px;
}

h1 {
	font-size: 16px;
	margin: 0;
	padding: 8px 0 0 0;
	display: inline-block;
}

#volume {
	border: 1px solid #333;
	border-radius: 100px;
	width: 33px;
	height: 17px;
	display: inline-block;
	font-size: 9px;
	padding: 12px 0 4px 0;
	margin: -4px 0 0 10px;
	vertical-align: middle;
	text-align: center;
	background: url(img/volume.gif);
}

#pageinfo {
	display: none;
}

#share {
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0;
}

#share li {
	display: inline-block;
}

aside form {
	display: none;
}

#totop {
	text-align: center;
	padding: 0 0 10px 0;
}

#totop:before {
	content:"▲";
	display:inline-block;
}

footer {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}

/*検索*/

.result {
	width: 100%;
}

#sound_left table,
#sound_right table,
.result {
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}

#sound_left table tr:first-child th,
#sound_left table tr:first-child td,
#sound_right table tr:first-child th,
#sound_right table tr:first-child td,
.result tr:first-child th,
.result tr:first-child td {
	border-top: 1px solid #d9d9d9;
}

#sound_left table tr:first-child td:first-child,
#sound_right table tr:first-child td:first-child,
.result tr:first-child td:first-child {
	border-top: none;
}

#sound_left caption,
#sound_right caption,
.result caption {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}

#sound_left td,
#sound_right td,
.result td {
	padding: 3px 0 2px 0;
}

#sound_left th,
#sound_right th,
.result th {
	text-align: left;
	width: 290px;
	padding: 7px 0 4px 2px;
	border-bottom: 1px solid #d9d9d9;
}

#sound_left td:first-child,
#sound_right td:first-child,
.result td:first-child {
	text-align: left;
	width: 35px;
}

#sound_left td:first-child:hover,
#sound_left td:first-child:hover,
.result td:first-child:hover
 {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}

#sound_left tr:hover,
#sound_right tr:hover,
.result tr:hover
 {
	background: #f8f8f8;
}

#sound_left span,
#sound_right span,
.result span,
#pop_result span {
	display: block;
	vertical-align: top;
	background: url(img/btn-play-off.gif) no-repeat left 3px;
	background-size: 24px;
}

#sound_left img,
#sound_rightimg,
.result img,
#pop_result img {
	width: 53px;
	height: 24px;
}

#container main span.playing {
	background: url(img/btn-play-on.gif) no-repeat left 3px;
	background-size: 24px;
}

.edit {
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

#sound_left td:last-child,
#sound_right td:last-child {
	border-bottom: 1px solid #d9d9d9;
	text-align: right;
}

.result td:last-child {
	border-bottom: 1px solid #d9d9d9;
}

table dl {
	margin: 0 0 0 30px;
	padding: 0 0 4px 0;
}

table dt {
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	padding-bottom:4px;
}

table dd {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #a1a1a1;
	font-size: 10px;
	line-height: 100%;
}

table dd a {
	color: #9c9c9c;
}

#sound_right a img,
#sound_left a img,
.result a img {
	width: 53px;
	vertical-align: top;
}

#pager {
	margin: 40px 0 0 0;
	padding: 0;
}

#pager li {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
	display: inline-block;
}

#pager .active strong {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	background: #ededed;
	border: 1px solid #777;
}

#pager li a {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	border: 1px solid #ccc;
}

/*404*/

#notfound {
	font-size: 80px;
	text-align: center;
	display: block;
	margin-top: 200px;
	color: #c24500;
}

/*トップ*/

#top main {
	padding-top: 10px;
	overflow: hidden;
}

#point {
	margin: 0 0 0 0;
	font-size: 16px;
}

#top h1 {
	margin-bottom: 0px;
	padding-top: 60px;
	display: block;
	background: url(img/top.jpg) no-repeat right top;
	background-size: 170px;
	margin-bottom:20px;
}

#top h1 img {
	width: 280px;
	height: 73px;
}

#siteinfo p {
	display: none;
}

#topcontent form {
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}

#topcontent input[type="search"] {
	padding: 10px;
	font-size: 16px;
	width: 200px;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 2px solid #757575;
	height: 40px;
}

#topcontent input[type="image"] {
	vertical-align: top;
	background: #ccc;
	width: 40px;
	height: 40px;
}

#top main #update {
	background: #ededed;
	display: block;
	padding: 10px;
	margin-bottom: 15px;
}

#top main #update dt {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

#top main #update dd {
	margin-bottom: 0;
}


#top main dl {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#top main dl dt {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 7px;
}

#top main dl dd {
	margin: 0 0 20px 0;
	font-size: 12px;
}

#topcontent ul {
	margin: 0;
	padding:0;
}

#topcontent ul:after {
	clear: both;
	content:"";
	display: block;
}

#topcontent li {
	width:50%;
	float: left;
	list-style:none;
	margin:0;
	padding-bottom:15px;
	line-height: 100%;
}

#topcontent li:before {
	content:"> ";
}

/*音源詳細*/

#sound_description {
	font-weight: normal;
	margin: 5px 0 10px 0;
	font-size: 12px;
}

#detail {
	position: relative;
	clear: both;
}

#play {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-image: url(img/play-on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#ededed;
	background-size: 10px;
	position: absolute;
	top: 28px;
	left: 0;	
	border-bottom: 2px solid #ccc;
	z-index: 2;
}

#play.pause {
	background-image: url(img/play-off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#ededed;
	border-bottom: 2px solid #ccc;
}

#play:hover {
	background-repeat: no-repeat;
	background-position: center;
	background-color:#ededed;
	position: absolute;
	top: 28px;
	left: 0;	
	border-bottom: 2px solid #ccc;
}

#detail_left {
	position: relative;
}

#detail_left button {
	position: absolute;
	top: 50px;
	left: 0;
}

#waveform {
	margin-left: 60px;
}

#detail_left table {
	border-collapse: collapse;
}

#detail_left th {
	text-align: left;
	width: 100px;
	padding: 3px 0;
	font-size: 14px;
}

#detail_left td:before {
	content: "... ";
}

#detail_left td {
	padding: 3px 0;
	font-size: 14px;
}

.post-ratings {
	clear: both;
	text-align: center;
	margin: 20px 0;
	font-size: 13px;
	display: none;
}

.post-ratings img {
	margin: 0 1px;
	vertical-align: middle;
}

#download {
	color: #fff;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#download_title {
	font-size: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

#mp3_download {
	margin: 10px 0;
	padding: 0;
}

#tag {
	border: 1px solid #a8a8a8;
	background: #f0f0f0;
	padding: 15px 10px;
	margin: 10px 0;
}

#tag p {
	margin: 0 0 0 0;
	font-size: 14px;
}

#tag ul {
	margin: 0;
	padding: 0;
}

#tag li {
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 12px;
	list-style: none;
	display: inline-block;
}

#tag li a {
	background: url(img/tag-dd.gif) no-repeat left center;
	background-size: 8px auto;
	padding: 0 0 0 12px;
}

#data {
	margin-bottom: 20px;
}

#data p {
	display: none;
}

#data th {
	text-align: left;
	width: 120px;
	font-size: 12px;
}

#data td {
	font-size: 12px;
	padding: 3px 0;
}

#data td:before {
	content: "...";
}

#niconico {
	font-size: 13px;
	margin-bottom: 20px;
}

#niconico_title {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#niconico br {
	display: none;
}

#niconico dl {
	margin: 0;
}

#niconico dt {
	font-weight: bold;
	display: inline-block;
}

#niconico dd {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline-block;
}

#niconico_link {
	margin: 0;
	padding: 0;
}

#niconico_caution {
	color: #999;
	font-size: 10px;
	margin: 0;
}

#os {
	font-size: 13px;
	margin-bottom: 20px;
}

#os_title {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#os_link {
	margin: 0;
	
}

#os_caution {
	color: #999;
	font-size: 10px;
	margin: 0;
}

/*検索結果*/

.result {
	text-align: left;
	margin-top: 40px;
}

#pop_result .result {
	margin: 0;
}

#pop_result {
	position: absolute;
	width: 350px;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.1);
	background: #fff;
}

/*サイト概要*/

#recording_history img {
	width: 100%;
}

/*お問い合わせ*/

#contactinfo {
	margin-top: 38px;
}

#contact {
	border-collapse: collapse;
	margin-top: 38px;
	width: 100%;
	border-top: 1px solid #ededed;
}

#contact th {
	width: 100px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

#contact th,
#contact td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ededed;
}

#contact td input,
#contact td textarea {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #999;
	font-family: Franklin Gothic;
}

body .wpcf7-not-valid-tip {
	color: #c24500;
}

div.wpcf7-validation-errors {
	background: #ededed;
	border: none;
	padding: 20px;
}

p input[type="submit"] {
	display: block;
	background: #c24500;
	border: none;
	padding: 15px;
	width:100%;
	font-size: 16px;
	color: #fff;
}

p input:hover {
	opacity: 0.7;
}

.img img {
	width: 100%;
}

#killy img {
	float: left;
	width: 60px;
	padding: 0 20px 10px 0;
}
.playlist {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
.playlist dt span {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url(img/btn-play-off.gif) no-repeat;
	background-size: 24px;
	cursor: pointer;
	margin-right: 5px;
}

.playlist span.playing {
	background: url(img/btn-play-on.gif) no-repeat;
	background-size: 24px;
}

.playlist dt {
	font-weight: bold;
	display: block;
	border-top: 1px solid #ccc;
	padding: 10px 5px 5px 5px;
	margin: 0;
}

.playlist dd {
	padding: 0 5px 5px 5px;
	margin: 0 0 0 30px;
}

figure {
	margin: 0;
	padding: 0;
	text-align: center;
}

figure img {
	width: 100%;
}







.adtitle {
  text-align: center;
  margin-bottom: 5px;
}

@media(min-width: 800px) {
  .ad1 {
    width: 315px;
  }
}

.ad2 {
  margin-bottom: 20px;
}

@media(min-width: 768px) {
  .ad2,.ad3 {
    width:300px;
    height:600px;
  }
}

@media(max-width: 767px) {
  .ad2,.ad3 {
    display: none;
  }
}