/*
Theme Name:jtcf search
*/

@import url("//jtcf.jp/wp/wp-content/themes/jtcftheme/style-jtcf.css");
@import url("//jtcf.jp/wp/wp-content/themes/jtcftheme/style.css");

/**/
body {
	margin: 0 auto !important;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

/*フォント指定*/

p, a, h1, h2, h3, h4, h5, h6, strong, dd, dt, span {
	font-family: 'Noto Sans JP', sans-serif;
}

a {
	text-decoration: none !important;
}



/*色指定*/

#item_title_box a,
#item_songlist a,
table.tl a {
	color: #B24550;
}

/* 変体仮名 */
@font-face {
	font-family:HentaiKana ;
	src: url('/UniHentaiKana-Regular.woff') format('woff') ;
}
.hnti {
	font-family: "HentaiKana", cursive !important;
	font-weight: 400;
	font-style: normal;
}

/*jtcfheader*/
#jtcfheader {
	background: #9F9FA4;/*紺鼠#97A1A5←#333*/
	height: 32px;
}
#jtcfheader a#minilogo {
	display: block;
	background: url(//jtcf.jp/image/japologo_low_266.png);
	text-indent: -9999px;
	background-position: left 5px;
	background-size: 266px 22px;
	background-repeat: no-repeat;
	height: 28px;
	width: 24px;
	float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-device-pixel-ratio: 2) {
#jtcfheader a#minilogo {
	background-image: url(//jtcf.jp/image/japologo_low_266_shadowx2.png);
	-webkit-background-size:266px 22px;
	background-size:266px 22px;
}
}
#jtcfbarbox {
	width: 216px;
	float: right;
}
a.jtcfbar {
	float: left;
	height: 25px;
	text-indent: -9999px;
	display: block;
	background-image: url(//jtcf.jp/image/jtcfbar_menu.png);
}
a.jtcfbar#jtcfhome {
	background-position: -22px -58px;
	width: 56px;
}
a.jtcfbar#outline {
	background-position: -23px 2px;
	width: 70px;
}
a.jtcfbar#contact {
	background-position: -23px -28px;
	width: 90px;
}


/*ヘッダー*/
#main {
	margin: 0 auto;
}

h2#pagetitle a {
	display: block;
	margin-top: 15px;
	background-image: url('./image/search_title.png');
	-webkit-background-size:600px 150px;
	background-size:600px 150px;
	background-repeat: no-repeat;
	height: 75px;
	background-position-y: -75px;
	text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-device-pixel-ratio: 2) {
	h2#pagetitle a {
		background-image: url('./image/search_title.png');
		-webkit-background-size:600px 150px;
		background-size:600px 150px;
	}
}

/*ジャンルマップ*/

p.gm_switch {
	margin:10px 0;
}

table.genremap {
	width:100%;
	height: 100%;
	background:#eee;
}
table.genremap td {
	text-align: center;
	border: 1px solid #fff;
	width: 16%;
	height: 100%;
}
table.genremap th {
	padding:10px;
	text-align:left;
}
table.genremap td a {
	display: block;
	padding: 10px 5px;
	background: #CCCCCC;
	color: #333;
	width: 100%;
}
table.genremap td p a {
	writing-mode: vertical-rl;
	text-orientation: upright;
	/*-webkit-writing-mode: vertical-rl;*/
	white-space: nowrap;
}
table.genremap td a:hover {
	background:#999999;
	color:#fff;
}
table.genremap td a.gr1 {
	background:#F8CB42;
	color:#333;
}
table.genremap td a.gr1:hover {
	background:#FFFFCC;
	color:#333;
}
table.genremap td a.gr2 {
	background:#66CCFF;
	color:#333;
}
table.genremap td a.gr2:hover {
	background:#3399CC;
	color:#fff;
}
table.genremap td a.gr3 {
	background:#009999;
	color:#fff;
}
table.genremap td a.gr3:hover {
	background:#336666;
	color:#fff;
}
table.genremap td a.gr4 {
	background:#FF6666;
	color:#fff;
}
table.genremap td a.gr4:hover {
	background:#FFCCCC;
	color:#333;
}
table.genremap td a.gr5 {
	background:#669966;
	color:#fff;
}
table.genremap td a.gr5:hover {
	background:#336633;
	color:#fff;
}
table.genremap td a.gr6 {
	background:#669966;
	color:#fff;
}
table.genremap td a.gr6:hover {
	background:#336633;
	color:#fff;
}
table.genremap td a.gr7 {
	background:#999933;
	color:#fff;
}
table.genremap td a.gr7:hover {
	background:#CCCC99;
	color:#333;
}
table.genremap td a.gr8 {
	background:#FFCC99;
	color:#333;
}
table.genremap td a.gr8:hover {
	background:#FFFF99;
	color:#333;
}
table.genremap td a.gr9 {
	background:#663366;
	color:#fff;
}
table.genremap td a.gr9:hover {
	background:#666699;
	color:#fff;
}
table.genremap td a.gr10 {
	background:#999966;
	color:#fff;
}
table.genremap td a.gr10:hover {
	background:#CCCC99;
	color:#333;
}
table.genremap td a.gr11 {
	background:#CC9999;
	color:#fff;
}
table.genremap td a.gr11:hover {
	background:#ECB9B9;
	color:#333;
}
table.genremap td a.gr12 {
	background:#660033;
	color:#fff;
}
table.genremap td a.gr12:hover {
	background:#993333;
	color:#fff;
}
table.genremap td a.gr13 {
	background:#FF9966;
	color:#333;
}
table.genremap td a.gr13:hover {
	background:#FFCC99;
	color:#333;
}
table.genremap td a.gr14 {
	background:#666699;
	color:#fff;
}
table.genremap td a.gr14:hover {
	background:#6699CC;
	color:#333;
}
table.genremap td a.gr15 {
	background:#036;
	color:#fff;
}
table.genremap td a.gr15:hover {
	background:#369;
	color:#fff;
}
table.genremap td a.gr16 {
	background:#2D6CA2;
	color:#fff;
}
table.genremap td a.gr16:hover {
	background:#2D4D72;
	color:#fff;
}

/*人名一覧*/

table#an_jump_table {
	border-collapse:collapse;
	width: 450px;
	margin: 0 auto;
}
table#an_jump_table_v {
	border-collapse:collapse;
	width: 100%;
	margin: 0px auto 10px auto;
}
table#an_jump_table td,
table#an_jump_table_v td {
	border:1px solid #fff;
	background:#ccc;
	text-align: center;
	font-size: large;
}
table#an_jump_table td.nolink,
table#an_jump_table_v td.nolink {
	padding:10px;
}
table#an_jump_table td a,
table#an_jump_table_v td a {
	display:block;
	padding:10px;
	background:#eee;
	text-decoration: none;
}
table#an_jump_table td a:hover,
table#an_jump_table_v td a:hover {
	background:#999;
	color:#fff;
	font-weight: bold;
}
ul.prsn li {
	margin: 5px 0;
}

/*発売年月*/
.yearbox {
	/*width: calc( 100% / 2 - 5px ) !important;*/
}
.monthlabel {
	width: calc( 100% / 6 - 5px ) !important;
	/*min-width: 50px !important;*/
}
.monthlabel.disabled {
	/*background: #ccc !important;*/
}


/*サーチ*/
#searchbox_v3.basic {
	border:1px solid #ccc;/*#FAE7B9*/
	background:#ecece3;/*#FAE7B9*/
	margin:0 0 20px 0;
	padding: 20px;
	border-radius: 5px;
}
#searchbox_v3.basic .mrgn0 {
	margin: 0;
}
#searchbox_v3.basic .input-group-addon {
	/*width: 1%; Bootstrap-alpha2用*/
}
#searchbox_v3.basic #serach-all {
	display: none;
}
#searchbox_v3.basic .form-xs-6 {
	display: flex;
	width: calc(92%/2);
}

/*サーチv4*/
#searchbox_v4.basic {
	border:1px solid #ccc;/*#FAE7B9*/
	background:#ecece3;/*#FAE7B9*/
	margin:0 0 20px 0;
	padding: 20px;
	border-radius: 5px;
}

/*サイトマップ*/

#sitemap .container-fluid {
	margin: 0;
}
#sitemap h6 {
	font-size: 12px;
	font-weight: bold;
}
#sitemap ul {
	font-size: 12px;
	letter-spacing: -0.065em;
}
#sitemap ul li {
	line-height: 20px;
}
#sitemap a {
	color: #333;
}

#search-comment {
	margin-top: 8px;
	font-size: small;
	line-height: 1.2em;
	text-align: left;
}

:root #searchbox_v3.basic {
	height: 160px\0/;
}
:root #searchbox_v3.basic input {
	width: 72%\0/;
}
:root #searchbox_v3.basic .input-group-addon {
	/*display: inline;*/
}
:root #searchbox_v3.basic .input-group button {
	float: right\0/;
}
:root #searchbox_v3.basic .input-group input#rd1,
:root #searchbox_v3.basic .input-group input#rd2 {
	width: 25% !important;
}
:root #searchbox_v3.basic .form-group {
	width: 32%\0/;
	float: left\0/;
}
:root #searchbox_v3.basic .form-group .form-group {
	width: 100%\0/;
}
:root #searchbox_v3.basic .form-group.mb-2 {
	margin-bottom: 0\0/;
}
:root #searchbox_v3.basic #search-comment {
	display: none\0/;
}

/*サーチメニューボタン*/

#search_menu_button_2 .btn {
	text-shadow: 0.5px 0.5px 0.5px black !important;
	font-weight: bold;
	font-family: "Helvetica Neue", "Arial", "YakuHanJP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", Osaka, "メイリオ", Meiryo, sans-serif !important;
	/*letter-spacing: -0.08em;*/
}

.nodisp {
	display: block !important;
}
.nodisp_v2 {
	display: block;
}


/*検索結果一覧*/

h1 {
	font-size: 24px !important;
	/*display: none !important;*/
}
td.jacket {
	min-width: 60px;
	max-width: 150px;
	height: inherit;
	text-align: center;
}
td.jacket img {
	/*margin:5px;
	padding:1px;
	background:#999;*/
	max-width: 100%;
	max-height: 150px;
}
tr.itemfirstline td {
	border-top: 1px solid #ccc !important;
}
tr.type1 {
	background-color: #eee;
}
tr.type2 {
	background-color: #fff;
}
td.title {
	padding-bottom: 0 !important;
}
span.listen3 { /*財団サーバ内での試聴*/
	float: right;
	color: #fff !important;
}
span.listen1,
span.listen2 {
	display: none;
}
td.prsn {
	border-bottom: none !important;
	border-top: none !important;
	padding-top: 0 !important;
	padding-bottom: 5px !important;
	line-height: 1.3em;
}
tr.i_data td {
	border-bottom: none !important;
	border-top: none !important;
	padding-top: 0 !important;
	padding-bottom: 5px !important;
	line-height: 1.3em;
}
table.tl {
	font-size: small;
	table-layout:fixed;
}
td.title h4 {
	font-size: medium;
}


/*アルバム情報*/

.jacket_right {
	max-width: 100%;
	margin-bottom: 20px;
	float: none;
}
.en {
	font-family: 'Droid Serif', serif;
}
.gTitleE.en,
.ArtistME.en {
	font-size: medium;
	line-height:1.5em;
	letter-spacing:normal;
	color:#666666;
}
.item_info_inner {
	margin-bottom:20px;
	margin-right:10px;
}
.item_info_inner p {
	margin-bottom: 1px !important;
}

.amazonBtn {
	display: block;
	text-indent: -9999px;
	background-image: url('./image/assocbutt_or_buy._V371070157_.png');/* オレンジバナー */
	width: 127px;
	height: 26px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

/*コメント*/

.item_comment #comment {
	border: 1px solid #ddd;
	padding: 40px;
	margin-bottom: 40px;
}
#comment h3,#comment h4,#comment h5 {
	line-height: 1.4em;
}
#comment p {
	line-height: 1.5em;
}
.albumnotice {
	border: 2px double #c00;
	padding: 20px;
	margin-bottom: 30px;
}
#comment div.kakomi {
	position:relative;
	border: none !important;
	color: #333333 !important;
	padding: 20px 20px !important;
	background: #eee;
	margin: 30px 0 !important;
	font-style: normal !important;
}
#comment div.kakomi:before { /*紙折れデザインの部分*/
	content:"";
    position:absolute;
    bottom:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #e4e8a1 #e4e8a1; /* A bit more verbose to work with .rounded too */
    background: #e4e8a1; /* For Opera when also applying a border-radius #658E15 */ 
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
    -webkit-box-shadow:-1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:-1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:-1px 1px 1px rgba(0,0,0,0.2);
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*デフォルトのテーブルデザイン_b*/

div.artistnotes .table {
	border: 1px solid #ffc796 !important;
}
div.artistnotes .table th {
	background:#ffc796;
	color: #333;
	font-weight: bold;
	white-space:nowrap;
	border: 1px solid #ffc796 !important;
}
div.artistnotes .table td {
	background:#fff;
	border: 1px solid #ffc796 !important;
	line-height:1.5em;
}

/*アーティストノート*/

/*アーティストプロフィール*/


.artistnotes {
	background-color:#FCDBC1;
	border:1px solid #FFC796;/*#FDA660*/
	padding:20px;
	text-align:justify;
	text-justify:distribute;
	margin:10px 0;
	_width:95.8%;
}
.artistnotes h5 {
	margin:0 0 6px 0;
}
.artistnotes h6 {
	margin:6px 0;
	padding:2px 10px;
	background:#FDA660;
}
.artistnotes p {
	margin:0;
	text-indent:0;
	padding:2px;
}
html:not([lang*=""]) .artistnotes table {	/* Firefox用ハック */
	/*border-collapse: separate;*/
}

.artistnotes img.leftfloat {
	border:1px solid #ccc;
	background-color:#FFFFFF;
}

/*曲目一覧*/

table.songlist {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

table.songlist td,
table.songlist th {
	padding: 12px;
}
table.songlist td p,
table.songlist th p {
	margin-bottom: 8px;
}
th#grouptrack {
	width: 55px;
}
th.disk_1 {
	background-color: #ccc;
	border-bottom: #ccc;
	border-top: #ccc !important;
}
th.disk_0 {
	background-color: #333;
	border-bottom: #333;
	border-top: #333 !important;
	color: #fff;
}
td.group,
th.group_top,
td.group_top,
td.group_blank {
	background: #666;
	color: #fff;
	border-bottom: #666;
	border-top: #666 !important;
}
th.track {
	text-align: center;
}
th.group_top {
	width: 50px;
	height: 10px;
}
.tracknum_group {
	font-size: 25px;
	line-height: 1em;
}
.group_artist td.group_top {
	background-color: #eee !important;
	color: #666;
	border-bottom: 1px solid #999;
	/*color: #ccc !important;*/
}
.group_blank {
	padding: 0 !important;
	height: 1px !important;
}
.group_blank p {
	display: none !important;
}
.group_title_head {
	font-size: 20px;
	margin-bottom: 10px;
}
.preclose { /*ブロック最終の項目に設置*/
	margin-bottom: 0 !important;
}
.tracknum {
	font-size: 27px;
	line-height: 1em;
}
.side_A {
	background-color: #999;
	color: #fff;
}
.side_B {
	background-color: #666;
	color: #fff;
}
.side_A,
.side_B {
	font-size: 25px;
	line-height: 10px;
	text-align: center;
	border-top: none !important;
}
.side_A .xx-small,
.side_B .xx-small {
	font-size: 9px;
}
tr.bgf0 {
	background-color: #eee;
}
tr>bgf1 {
	background-color: #fff;
}
h5.songtitle {
	line-height: 1.3em;
}
.sTitle2Chap {
	font-weight: bold;
}
td#songPrsn {
	border-top: none !important;
}

.kakomi {
	padding: 20px;
}

#jtcf_footer {
	clear: both;
}

/**/
.wp-block-gallery {
	max-width: 58rem;
	width: calc(100% - 4rem);
}
.blocks-gallery-item img {
	max-width: 100%;
	min-width: 300px;
	height: auto;
	margin: 0 auto;
}
.wp-image-134 {
	width: 40px !important;
	height: 31px !important;
}
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/2);
	margin: 0 16px 16px 0;
}
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a {
	height: 100%;
	flex: 1;
	object-fit: cover;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
}
.wp-block-group.has-background {
	padding: 2rem;
}
.has-text-align-right {
	text-align: right;	
}

/*じゃぽオンラインストアでダウンロード*/

#murket_link a {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-image: url('https://s.jtcf.jp/image/japoonlinestore_logo1400_300px.jpg');
	background-repeat: no-repeat;
	background-size: 233px 50px;
	background-position: center 10px;
	padding-top: 70px;
}


@media only screen and (min-width: 480px) {
	#jtcfheader a#minilogo {
		width: 216px;
	}
	#sitemap .container-fluid {
		margin: 0 auto;
	}
	#murket_link a {
		padding: 10px;
		background-size: 233px 50px;
		background-position: 10px center;
		padding-left: 260px;
	}
}
@media only screen and (min-width: 768px) {
	.container-fluid{
		max-width: 720px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#jtcfbarbox {
		width: 270px;
	}
	a.jtcfbar#jtcfhome {
		background-position: -5px -58px;
		width: 70px;
	}
	a.jtcfbar#outline {
		background-position: left 2px;
		width: 90px;
	}
	a.jtcfbar#contact {
		background-position: left -28px;
		width: 110px;
	}
	h1 {
		font-size: 30px !important;
	}
	h2#pagetitle a {
		background-position-y: 0px;
	}
	#searchbox_v3.basic .mrgnbtm5 {
		margin-bottom: 5px;
	}
	.jacket_right {
		max-width: 30%;
		float: right;
	}
	table.tl {
		font-size: medium;
	}
	td.title h4 {
		font-size: 24px;
	}
	.tracknum {
		font-size: 36px;
		line-height: 1em;
	}

	/*コメント内のギャラリー*/	
	.blocks-gallery-grid {
		display: flex;
	}
}
@media only screen and (min-width: 980px) {
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#searchbox_v3.basic .form-sm-4 {
		width: calc(99%/3);
	}
	#searchbox_v3.basic .form-sm-6 {
		width: calc(100%/2);
	}
	#searchbox_v3.basic .form-sm-8 {
		width: calc(99.6%/3*2);
	}
	#murket_link a {
		padding: 20px;
		width: 640px;
		padding-left: 270px;
		background-size: 233px 50px;
		background-position: 15px center;
	}

}
