/****************************************************************AGF2019*/

.detailSet #generalBtn.agf2019 p.btn a{ /*作品名別ボタン*/
	color: #3862AC;
	border: #3862AC solid 2px;
	box-shadow: 0px 4px #3A61AE;
	background: url("/top/fair/img/general_event/2019/agf/btn_bg.jpg") repeat;
}

.detailSet #generalBtn.agf2019 p.specialbtn a{ /*1カラムボタン*/
	color: #3862AC;
	border: #3862AC solid 2px;
	box-shadow: 0px 4px #3A61AE;
	background: url("/top/fair/img/general_event/2019/agf/btn_bg.jpg") repeat;
}	


.detailSet #agf2019 .goodsTable p.ttl{
	background: #ED6D46;
	padding: 2% 0 1.5%;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10% 0 0;
	color: #ffffff;
	line-height: 1.1em;

}

.detailSet #agf2019 .goodsTable p.ttl span.copy{
	font-weight: normal;
	font-size: 70%;
	line-height: 0.2em;
}


.detailSet #agf2019 h3{
	background: #ED6D46;
	padding: 2% 0 1.5%;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10% 0 0;
	color: #ffffff;
	line-height: 1.1em;
}
/******** グッズ用テーブル flx *******/

.detailSet #agf2019 .goodsTable .goods{
	display: flex;
	flex-wrap: wrap;
}

@media all and (-ms-high-contrast: none) {
  .detailSet #agf2019 .goodsTable .goods div.single img, .detailSet #agf2019 .goodsTable .goods div.single p.goodsTtl{
	  width: 100%;
	  height: auto;
	  max-width: 275px;
	  max-height: 275px;
}
}

.detailSet #agf2019 .goodsTable .goods div.single{
	width: 24.85%;
	font-size: 1.4em;
	text-align: center;
	color: #ffffff;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	display: flex; /*中央揃えに必要*/
	justify-content: center;/*中央揃えに必要*/
	align-items: center;/*中央揃えに必要*/
	flex-direction:column; /*子要素(リンク)小文字の改行を有効にするため*/
	vertical-align: middle;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable .goods div.single{
		width: 49.5%;
		
	}
}
.detailSet #agf2019 .goodsTable .goods div.single:nth-child(4n){
	border-right: 1px #cccccc solid;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable .goods div.single:nth-child(4n){
	border-right: none;
	}
	.detailSet #agf2019 .goodsTable .goods div.single:nth-child(2n){
	border-right: 1px #cccccc solid!important;
	}
}
.detailSet #agf2019 .goodsTable .goods div.single:last-child{
	border-right: 1px #cccccc solid;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable .goods div.single{
		font-size: 1em;
	}
}
.detailSet #agf2019 .goodsTable .goods div.single p.goodsCaution{ /*商品注意書き*/
	display: block;
	background: #F5F5AF;
	color: #D61D3B;
	font-size: 70%;
	font-weight: bold;
	width: 100%;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable .goods div.single p.goodsCaution{
		font-size: 80%;
	}
}

.detailSet #agf2019 .goodsTable .goods div.single p.goodsTtl{ /*グッズ名*/
	display: block;
	background: #ffffff;
	color: #444444;
	font-size: 90%;
	font-weight: bold;
	height: 95px;
	width: 100%;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable .goods div.single p.goodsTtl{
		font-size: 80%;
		height: 5.5em;
	}
}

.detailSet #agf2019 .goodsTable .goods div.single span.titleColor{ /*作品タイトル・ブランド名*/
	color: #f38f0c;
	font-size: 70%;
	font-weight: bold;
}
.detailSet #agf2019 .goodsTable .goods div.single p.yen{ /*価格*/
	height: 1.5em;
	background: #D61D3B;
	display: block!important;
	width: 100%;
}
.detailSet #agf2019 .goodsTable div.full{
	width: 100%;
	font-size: 1.7em;
	text-align: center;
	background: #ffffff;
	border:1px #cccccc solid;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable div.full{
		width: 100%;
	}
}

@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable .goods div.full{
		font-size: 1em;
	}
}

.detailSet #agf2019 .goodsTable div.full img{
	width: 60%;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable div.full img{
	width: 80%;
		}
}
.detailSet #agf2019 .goodsTable div.full p.txt{
	background: #D61D3B;
	color: #ffffff;
	padding: 1% 0 0;
}

@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable div.full p.txt{
		font-size: 80%;
	}
}
.detailSet #agf2019 .goodsTable div.full span{ /*商品注意書き*/
	display: block;
	background: #F5F5AF;
	color: #444444;
	font-size: 70%;
	margin: 1% 0 0;
	padding: 1% 0;
}
@media screen and (max-width:640px) { 
	.detailSet #agf2019 .goodsTable div.full span{
		font-size: 80%;
	}
}
/******** サイン本関連 *******/

.sign_table{
	width: 100%;
	margin: 10% auto 2%;
}
@media screen and (max-width:640px) { 
	.sign_table{
		width: 100%;
		max-width: 640px;
		margin: auto;
		margin: 10% auto 2%;
	}
}

.sign_table .sign_title02{
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1% 0;
	width: 100%;
}

.sign_table ul.sign_detail01{
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	margin: auto;
	padding: 1%;
}

@media screen and (max-width:640px) { 
	.sign_table ul.sign_detail01 p{
	font-size: 50%;
		}
}

.sign_table .sign_detail01 li{
	margin: 2% 2%;
	width: 16%;
	text-align: center;
	
}
@media screen and (max-width:640px) { 
.sign_table .sign_detail01 li{
	margin: 2% 2%;
	width: 21%;
	text-align: center;
	
}
}
.sign_table .sign_detail01 a{
	color: #000;
}

.sign_table .caution{
	padding: 1%;
}
/****************************************************************C97*/

.detailSet #c97{
	background: url("/top/fair/img/general_event/2019/c97/bg.jpg") repeat;
}

.detailSet #generalBtn.c97 p.btn a{ /*作品名別ボタン*/
	color: #ffffff;
	border: #3862AC solid 2px;
	box-shadow: 0px 4px #3A61AE;
	background: #000000;
}

.detailSet #generalBtn.c97 p.specialbtn a{ /*1カラムボタン*/
	color: #ffffff;
	border: #3862AC solid 2px;
	box-shadow: 0px 4px #3A61AE;
	background: #000000;
}	

.detailSet #c97 h3{
	background: #000000;
	padding: 3% 0 2.5%;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0;
	color: #ffffff;
	line-height: 1.1em;
}
.detailSet #sheet #hanako .goods {
	background: #EC6D00;
}

@media screen and (max-width:640px) { 
.detailSet #sheet #hanako .goods {
	background: #EC6D00 url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}

}
.detailSet #sheet #hanako .goods div{
	border-top: 2px solid #EC6D00;
	border-bottom: 2px solid #EC6D00;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #hanako .goods div{
		border-left: 2px solid #EC6D00;
	}
}
.detailSet #sheet #kuroshitsuji .goods {
	background: #000000;
}
@media screen and (max-width:640px) { 
.detailSet #sheet #kuroshitsuji .goods {
	background: #000000 url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}
}
.detailSet #sheet #twiste .goods {
	background: #760173;
}
@media screen and (max-width:640px) { 
.detailSet #sheet #twiste .goods {
	background: #760173 url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}
}
.detailSet #sheet #twiste .goods div{
	border-top: 2px solid #760173;
	border-bottom: 2px solid #760173;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #twiste .goods div{
		border-left: 2px solid #760173;
	}
}
.detailSet #sheet #cocoa .goods {
	background: #e51784;
}
@media screen and (max-width:640px) { 
.detailSet #sheet #cocoa .goods {
	background: #e51784 url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}

}
.detailSet #sheet #cocoa .goods div{
	border-top: 2px solid #e51784;
	border-bottom: 2px solid #e51784;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #cocoa .goods div{
		border-left: 2px solid #e51784;
	}
}
.detailSet #sheet #hagaren .goods {
	background: #c70009;
}
@media screen and (max-width:640px) { 
.detailSet #sheet #hagaren .goods {
	background: #c70009 url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}
}
.detailSet #sheet #hagaren .goods div{
	border-top: 2px solid #c70009;
	border-bottom: 2px solid #c70009;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #hagaren .goods div{
		border-left: 2px solid #c70009;
	}
}
.detailSet #sheet #horimiya .goods {
	background: #0090d6;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #horimiya .goods {
	background: #0090d6 url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}
}
.detailSet #sheet #horimiya .goods div{
	border-top: 2px solid #0090d6;
	border-bottom: 2px solid #0090d6;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #horimiya .goods div{
		border-left: 2px solid #0090d6;
	}
}
.detailSet #sheet #acca .goods {
	background: #01928d;
}
@media screen and (max-width:640px) { 
.detailSet #sheet #acca .goods {
	background: #01928d url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}
}
.detailSet #sheet #acca .goods div{
	border-top: 2px solid #01928d;
	border-bottom: 2px solid #01928d;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #acca .goods div{
		border-left: 2px solid #01928d;
	}
}
.detailSet #sheet #grimmsnotes .goods {
	background: #00459b;
	
}
@media screen and (max-width:640px) { 
.detailSet #sheet #grimmsnotes .goods {
	background: #00459b url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
	
}
}
.detailSet #sheet #grimmsnotes .goods div{
	border-top: 2px solid #00459b;
	border-bottom: 2px solid #00459b;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #grimmsnotes .goods div{
		border-left: 2px solid #00459b;
	}
}
.detailSet #sheet #grimmsechoes .goods {
	background: #ad005f;
}
@media screen and (max-width:640px) { 
.detailSet #sheet #grimmsechoes .goods {
	background: #ad005f url("/top/fair/img/general_event/2019/c97/box_bg.png") repeat;
}
}
.detailSet #sheet #grimmsechoes .goods div{
	border-top: 2px solid #ad005f;
	border-bottom: 2px solid #ad005f;
}
@media screen and (max-width:640px) { 
	.detailSet #sheet #grimmsechoes .goods div{
		border-left: 2px solid #ad005f;
	}
}