/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 17:12:08 */
/* このCSSについて 2025 07 20 品田 */
/* 7月17日頃から、サイトの文面を英語に変更。これにともない、CSSを流用 */

/* 共通設定 */
.nft_art_text_eng{

}
/* フォント設定（タイトル） */
.nft_art_text_eng > h2{
	text-align:center;
	font-size:2.0rem;;
	color:#333333;
//	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
/* フォント設定（絵の説明） */
.nft_art_text_eng > p{
	text-align:left;
	font-size:1.1rem;
//	line-height: 0.1;
	color:#333333;
//	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
/* フォント設定（リンク） */
.nft_art_text_eng > a{
	text-align:left;
	font-size:1.1rem;
	color:#0000fc;
//	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}



/* 価格の設定 */
/* 2025 07 24 作成中 */
.price-left::after{
	content: "Digital: ";
}
.price-center::after{
	content: " / ";
}
.price-right::after{
	content: "A2 Size Print: ";
}
.price-30::after{
	content: "$30";	
}
.price-40::after{
	content: "$40";	
}
.price-45::after{
	content: "$45";	
}
.price-50::after{
	content: "$50";	
}
.price-300::after{
	content: "$300";
}
.price-350::after{
	content: "$350";
}
.price-400::after{
	content: "$400";
}
.price-500::after{
	content: "A2 Size Print: $500";
}
