@charset "UTF-8";

/*.jacket p,.catch p,.entry-content{
	margin-bottom: 0;
}*/
#home_box p,.catch p { 
	margin-bottom: 0;
}
.wp-pagenavi {
	margin-top: 10px;
	float: left;
}
.small {
	font-size: 80%;
}

/* ホーム */
#home_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home_nav ul li {
	float: left;
	width: 19%;
	padding-right: 1%;
	height: 140px;
	display: block;
}
#home_nav li:last-child {
	padding-right: 0;
}
#home_nav li em {
	display: none;
}
#home_nav li.nav01 a {
	background-image: url(images/cat_img03a.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	width: 100%;
	height: 100%;
	float: left;
}
#home_nav li.nav01 a:hover {
	background-image: url(images/cat_img03b.png) ;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#home_nav li.nav02 a {
	background-image: url(images/cat_img04a.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	width: 100%;
	height: 100%;
	float: left;
}
#home_nav li.nav02 a:hover {
	background-image: url(images/cat_img04b.png) ;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#home_nav li.nav03 a {
	background-image: url(images/cat_img05a.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	width: 100%;
	height: 100%;
	float: left;
}
#home_nav li.nav03 a:hover {
	background-image: url(images/cat_img05b.png) ;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#home_nav li.nav04 a {
	background-image: url(images/cat_img06a.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	width: 100%;
	height: 100%;
	float: left;
}
#home_nav li.nav04 a:hover {
	background-image: url(images/cat_img06b.png) ;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#home_nav li.nav05 a {
	background-image: url(images/cat_img07a.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	width: 100%;
	height: 100%;
	float: left;
}
#home_nav li.nav05 a:hover {
	background-image: url(images/cat_img07b.png) ;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#home_box {
	border: 2px solid #f2951f;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	clear: both;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#home_img {
	max-height: 655px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#home_img img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.home_copy {
	background:rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 5px;
	bottom: 8px;
	/*position: absolute;*/
}
.center_img {
	text-align: center;
}
#home_news {
	float: left;
	width: 65%;
	padding: 0px;
	margin-top: 20px;
}
#home_news ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home_news li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDA9A6;
	display: block;
	padding-right: 30px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget-home {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	float: left;
	width: 100%;
}
.widget-home table {
	width: 100%;
	float: left;
}
.widget-home tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDA9A6;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget-home th {
	width: 80px;
	padding-right: 5px;
}
.blog_img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position:relative;	
}
.blog_img img {
	position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: 100%;
}
.widget-home td {
	padding-right: 30px;
	vertical-align: top;
}
.blog_title {
	font-size: 1.2em;
	font-weight: bold;
}
.blog_data {
	font-size: 0.8em;
	color: #666;
}
.blog_comment {
	font-size: 0.8em;
}
#banner {
	float: right;
	width: 30%;
	padding: 0px;
	margin-top: 20px;
	font-size: 10px;
}
#banner img {
	height: auto;
	max-width: 100%;
	margin-bottom: 5px;
	padding: 0px;
}
#banner img.recruit {
	margin-bottom: 0;
}
table.jacket-home tr {
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}

table.jacket-home th {
	width: 120px;
	padding-right: 5px;
	text-align: center;
}
table.jacket-home th img {
	width: 100%;
	max-height: 150px;
	height: auto;
	width: auto;
	text-align: center;
}

table.jacket-home td {
	vertical-align: top;
	padding-right: 20px;
}
table.jacket-home td li.new_title {
	padding-left: 0px;
	text-indent: 0px;
	line-height: 1.3em;
}
.button a {
	font-size: 20px;
	line-height: 2.5em;
	background-color: #F2951F;
	text-align: center;
	float: left;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .5em;
	margin-top: 10px;
}
.button a:hover {
	-webkit-box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	-moz-box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	text-decoration: none;
}
#mainte {
	background-color: #FFC;
	padding: 10px;
	margin-bottom: 1em;
	text-align: left;
	margin-top: 2em;
	}
#mainte h2 {
	text-align: center;
	font-size: 1.3em;
	}
/* YouTubeチャンネル */
.ayg-player {
	display: flex;
	flex-direction: column;
	/*gap: 1.5em;*/
	gap: 0.35em !important;
}
.ayg-thumbnail {
	display: flex;
	flex-direction: column;
	/* gap: 0.75em;*/
	gap: 0.35em !important;
	cursor: pointer;
	margin-top: 0em !important;
	margin-right: 0.75em !important;
	margin-bottom: 0.75em !important;
	margin-left: 0.75em !important;
}
.ayg-thumbnail-title {
   /* line-height: 1.5;
    font-size: 1.125em;*/
	 line-height: 1.3 !important;
    font-size: 0.85em !important;
    font-weight: 600;
}
@media (max-width: 480px) {
   .ayg-active {
    display: none !important;
}
}


/* profile */
.bio_list_top {
	margin-right: 4%;
	margin-left: 4%;
}
table#bio_list {
	margin-right: 4%;
	margin-left: 4%;
}
table#bio_list tr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CDA9A6;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
table#bio_list th {
	padding-right: 1em;
	width: 10em;
	line-height: 1.5em;
}
table#bio_list td {
	line-height: 1.5em;
}

/* スケジュール */
.term {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #0033A5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #0033A5;
	display: inline-block;
}
.entry-content_box {
	padding-right: 8%;
	display: block;
	width: 92%;
	clear: both;
}

ul.no_list {
	list-style-type: none;
	text-indent: -2em;
	margin-bottom: 0px !important;
	border-top-style: none !important;
}
ul.no_list li p {
	display: inline !important;
}
.info_day {
	font-size: 16px;
	font-weight: bold;	
}
.new_info {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDA9A6;
	float: left;
	padding-bottom: 5px;
	width: 93%;
	padding-top: 5px;
	padding-right: 7%;
}
.new_entry-title {
	font-size: 16px;
}
.updat {
	font-size: 80%;
	color: #888;
}
.oa_table table {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.oa_table th {
	padding: 3px 6px;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
	background: #9BBD83;
}
.oa_table td {
	padding: 3px 6px;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.oa_table tr:nth-child(2n) {
	background: #EEEEEE;
}
.oa_table tr:first-child, .s-tbl th:first-child {
	background: #DFE6DA;
}
.schedules .entry-content p {
	margin-bottom: 0px !important;
}


/* ディスコグラフィ */
#tabmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tabmenu li a {
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	width: 32.8%;
	background: -moz-linear-gradient(top, #FFFFFF, #88AB6C);
	background: -ms-linear-gradient(top, #FFFFFF, #88AB6C);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #FFFFFF),color-stop(0, #88AB6C));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#88AB6C')";
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #88AB6C;
	border-right-color: #88AB6C;
	border-bottom-color: #88AB6C;
	border-left-color: #88AB6C;
	font-weight: bold;
	color: #9A544D;
	font-size: 20px;
	text-decoration: none;
}
#tabmenu li a:hover,
#tabmenu li a:focus,
#tabmenu li a:active  {
	background: #FFFFFF;
}
#tabmenu li.current-cat > a {
	background: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #88AB6C;
	border-right-color: #88AB6C;
	border-bottom-color: #88AB6C;
	border-left-color: #88AB6C;
	color: #0033A5;
}
ul.sub_cat {
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	line-height: 33px;
	float: left;
	margin: 0px;
	width: 96%;
	background-image: url(images/title_bg.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
ul.sub_cat li {
	font-weight: bold;
	float: left;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1.5em;
	font-size: 14px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 8px;
	margin-right: 8px;
}
ul.sub_cat li:last-child {
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}

ul.sub_cat li.sub_cat-top {
	color: #FFF;
}
ul.sub_cat li a {
	text-decoration: none;
	color: #9A544D;
}
ul.sub_cat li a:hover,
ul.sub_cat li a:focus,
ul.sub_cat li a:active {
	color: #FFF;
}
ul.sub_cat li.current-cat a {
	color: #FFF;
	pointer-events: none;
	display: block;
}
/*-- 一覧ページ --*/
.disc {
	float: left;
	width: 100%;
	padding-top: 10px;
}
#jacket_list_box {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.jacket_list {
	float: left;
	width: 23%;
	margin-top: 10px;
	margin-bottom: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDA9A6;
	height: 190px;
	margin-right: 5px;
	margin-left: 5px;
}
ul.jacket_list li {
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 8px;
	color: #999;
	float: left;
	display: block;
}
ul.jacket_list li a img {
	max-height: 135px !important;
	width: auto !important;
	-moz-box-shadow: 1px 1px 4px #B3B3B3;
	-webkit-box-shadow: 1px 1px 4px #B3B3B3;
	box-shadow: 1px 1px 4px #B3B3B3;
	margin-bottom: 3px;
}
.jacket_name {
	color: #9A544D;
	font-size: 12px;
}

/*-- 詳細ページ --*/
h1.no_line {
	border: none !important;
	padding-bottom: 0em;
}
.jacket {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-bottom-style: dashed;
	border-bottom-color: #0033A5;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	float: left;
}

.cd_img1 {
	line-height: 1.2em;
}

.cd_img2,.cas_img {
	line-height: 1.2em;
	padding-right: 10px;
	float: left;
}
.cd_img1 img,.cd_img2 img,.cas_img img {
	height: 200px;
	width: auto;
	-moz-box-shadow: 1px 1px 4px #B3B3B3;
	-webkit-box-shadow: 1px 1px 4px #B3B3B3;
	box-shadow: 1px 1px 4px #B3B3B3;
}

.cd_author ul {
	line-height: 1.5em;
	list-style-type: none;
	text-align: left;
}
.cd_title {
	font-weight: bold;
}
.catch {
	border-bottom-style: dashed;
	border-bottom-color: #0033A5;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #0033A5;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	border-bottom-width: 1px;
}
.new_disc {
	font-weight: bold;
}
.new_title{
	font-size: 120% !important;
	font-weight: bold;
}
.new_agent {
	font-size: 10px !important;
}
.release_day{
	/*font-size: 120% !important;*/
	font-weight: bold;
	color: #F2951F !important;
}

#release_box {
	background-color: #F1F1F3;
	padding: 3% !important;
	margin-top: 5px;
}
#release_box table {
	width: 100%;
}
#release_box td img {
	height: 120px !important;
	width: auto !important;
	-moz-box-shadow: 1px 1px 4px #B3B3B3;
	-webkit-box-shadow: 1px 1px 4px #B3B3B3;
	box-shadow: 1px 1px 4px #B3B3B3;
}
#release_box td {
	height: 120px !important;
	text-align: center;
	line-height: 1.3em;
}
#release_box td.td_l {
	padding-right: 2%;
}
#release_box table.special_cd {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	margin-top: 10px;
}
#release_box table.special_cd td {
	vertical-align: top;
	padding-top: 10px;
	text-align: left;
}
.next_info a {
	background-color: #F2951F;
	float: right;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 10px;
}
.widget-area ul.no_list {
	list-style-type: none;
	text-indent: -2em !important;
}

/*--NEWS--*/
.newss.hentry,.post.hentry,.fanclubs.hentry,.contacts.hentry,.historys.hentry {
	border: none;
}

/*--グッズ--*/
#tabmenu5 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tabmenu5 li a {
	height: 50px;
	line-height: 60px;
	text-align: center;
	float: left;
	width: 19.5%;
	background: -moz-linear-gradient(top, #FFFFFF, #88AB6C);
	background: -ms-linear-gradient(top, #FFFFFF, #88AB6C);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #FFFFFF),color-stop(0, #88AB6C));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#88AB6C')";
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #88AB6C;
	border-right-color: #88AB6C;
	border-bottom-color: #88AB6C;
	border-left-color: #88AB6C;
	font-weight: bold;
	color: #9A544D;
	font-size: 16px;
	text-decoration: none;
	padding-bottom: 10px;
}
#tabmenu5 li.l2 a {
	padding-top: 10px !important;
	line-height: 1.2em;
	padding-bottom: 0px;
}
#tabmenu5 li a:hover,
#tabmenu5 li a:focus,
#tabmenu5 li a:active  {
	background: #FFFFFF;
}
#tabmenu5 li.current-cat > a {
	background: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #88AB6C;
	border-right-color: #88AB6C;
	border-bottom-color: #88AB6C;
	border-left-color: #88AB6C;
	color: #0033A5;
}
.goods_title h1 {
	margin-top: 20px;
	float: left;
	width: 100%;
	border: none;
}
.widget-blog {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	float: left;
	width: 100%;
}
.widget-blog table {
	width: 100%;
	float: left;
}
.widget-blog tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDA9A6;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget-blog th {
	width: 150px;
	padding-right: 5px;
}
.widget-blog td {
	padding-right: 30px;
	vertical-align: top;
}
.zaiko-ng {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	display: inline;
	margin-left: 5px;
	background-color: #F2951F;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.zaiko-little {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	display: inline;
	margin-left: 5px;
	background-color: #FF0000;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.picup {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDA9A6;
}
.goods_img img {
	float: left;
	width: 65%;
	border: 1px solid #CCC;
}
img.goods_picup {
	border: 1px solid #CCC;
}
.goods_info {
	float: right;
	width: 33%;
}
.goods_info h3 {
	color: #F2951F;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.goods_comment {
	font-size: 12px;
	padding-left: 1.3em;
}
.widget-button a {
	font-size: 16px;
	line-height: 2em;
	background-color: #88AB6C;
	text-align: center;
	float: left;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .5em;
	margin-top: 10px;
}
.widget-button a:hover {
	-webkit-box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	-moz-box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	text-decoration: none;
}
.txt_red {
	color: #F00;
}


/*--ブログ--*/
#headimg {
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 10px;
}
#headimg img {
	height: auto;
	width: 100%;
}
.twitter {
	border: 1px solid #CCC;
}
.category-blog .entry-content img {
	display: block;	
}

/*--fanclub--*/
.set_box {
	float: left;
	width: 100%;
}

table.set_box_l {
	width: 50%;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
}
table.set_box_r {
	width: 50%;
	vertical-align: top;
	float: right;
	margin: 0px;
	padding: 0px;
}

/*--コンタクト--*/
.button2 a {
	font-size: 20px;
	background-color: #F2951F;
	text-align: center;
	width: 240px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .2em;
}
.button2 a:hover {
	-webkit-box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	-moz-box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	box-shadow: 4px 4px 4px 0 rgba(77,77,77,0.3) inset;
	text-decoration: none;
}
/*--求人募集--*/
table.recruit {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	width: 100%;
}
table.recruit td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
table.recruit th {
	text-align: center;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



/*--メンバーズ--*/
.new_entry-title.current-cat a {
	color: #0033A5;
	font-size: 120%;
	pointer-events: none;
}
.back_color {
	background-color: #000;
	height: 60px;
	position: absolute;
	display: block;
	float: right;
	width: 60px;
	margin-right: 0px;
}
td.pw_bg {
	background-color: #e4e4e4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#site-title.members_mark img {
	height: auto;
	width: 240px;
	margin-top: 10px;
}

@media (max-width: 800px) {
table.jacket-home th {
	width: 80px;
	padding-right: 5px;
	text-align: center;
}
ul.jacket_list {
	width: 23%;
	margin-top: 5px;
	height: 175px;
}
ul.jacket_list li a img {
	max-height: 110px !important;
	width: auto !important;
	height: auto;
	width: 100%;
}
#release_box td img {
	max-height: 80px;
	width: auto;
	height: auto;
	width: 100%;
}
#release_box td {
	height: 80px !important;
	text-align: center;
	line-height: 1.3em;
}
.cd_img2 img,.cas_img img {
	height: 180px;
	width: auto;
}
.wp-pagenavi {
	font-size: 18px;	
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 4px 8px !important;
	margin: 8px !important;
}
.goods_img img {
	width: 80%;
	border: 1px solid #CCC;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 10px;
}
.goods_info {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
}
@media (max-width: 767px) {
#home_box2 {
	border: 2px solid #f2951f;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	clear: both;
	padding: 8px;
	margin-top: 10px;
}
.home_copy2 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#home_news {
	width: 100%;
}
#banner {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	font-size: 10px;
}
.members_mark {
	text-align: center;
}
.members_mark img {
	height: auto;
	width: 250px;
}
.junko_img {
	text-align: center;
}
.junko_img img {
	height: auto;
	width: 150px;
}
}

@media (max-width: 480px) {

#tabmenu li a {
	height: 35px;
	line-height: 35px;
	width: 32.3%;
	font-size: 16px;
}
ul.jacket_list {
	width: 100%;
	margin-top: 5px;
	height: 100px;
}
ul.jacket_list li {
	float: left;
	width: 93%;
	text-align: left;
}
ul.jacket_list li a img {
	max-height: 80px !important;
	width: auto !important;
	height: auto;
	width: 100%;
	float: left;
	margin-right: 5px;
	margin-left: 4%;
}
.jacket_name {
	color: #9A544D;
	font-size: 16px;
	line-height: 1.4em;
}
#release_box td img {
	max-height: 120px !important;
	width: auto;
	height: auto;
	width: 100%;
}
#release_box td {
	height: 120px !important;
	text-align: center;
	line-height: 1.3em;
}
#release_box table.special_cd td.td_l {
	text-align: right;
}
.cd_author{
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cd_author ul {
	line-height: 1.5em;
	list-style-type: none;
	text-align: left;
	width: 50%;
	float: left;
	margin: 0px;
	padding: 0px;
}
table.set_box_l img, table.set_box_r img {
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.set_box_l td,table.set_box_r td {
	text-align: center;
}
table.set_box_l {
	width: 100%;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
}
table.set_box_r {
	width: 99%;
	vertical-align: top;
	float: right;
	margin: 0px;
	padding: 0px;
}


#site-title.members_mark img {
	height: auto;
	width: 150px;
	margin-top: 10px;
}

iframe.movie {
	height: 270px;
	width: 100%;
}

}
@media (max-width: 375px) {
iframe.movie {
	height: 220px;
	width: 100%;
}
#tabmenu5 li a {
	font-size: 13px;
	width: 19.2%;
	height: 40px;
	line-height: 50px;
}
.goods_img img {
	width: 99%;
	margin: 0px;
	padding: 0px;
}
.goods_info {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

}

@media (max-width: 320px) {
	.cd_img2,.cas_img {
	width: 100%;
	text-align: center;
}
.cd_img2 img,.cas_img img {
	margin-top: 5px;	
}
#tabmenu li a {
	font-size: 14px;
}
iframe.movie {
	height: 200px;
	width: 100%;
}
}