
@charset "utf-8";
/************************************
  臨時製品・イベント紹介欄用CSS
************************************/

/*※※※セレクタは必ず大外のdivの子孫セレクタを使用してください ※※※*/
/* new_coronavirus_20200415 ここから
--------------------------- */
div#covid19_message {
	position: relative;
	margin: 0px auto 0px;
}

div#covid19_message > div#covid19_message_bg{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #e0ffff;
	margin: auto;
}

div#covid19_message div#covid19_message_txt{
	text-align: center;
	width: 1000px;
	height: 80px;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
	margin: auto;
        font-weight:1000;
        font-size:x-large;
        color: #ff0000;
}

/* ---------------------------
   new_coronavirus_20200415 */

/* ev_pixy_20160927 ここから
--------------------------- */
div#ev_pixy_20160927 {
	position: relative;
	margin: 30px auto 20px;
}

div#ev_pixy_20160927 > div#ev_pixy_c1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
}

div#ev_pixy_20160927 div#ev_pixy_top {
	position: relative;
	background: #222222;
	border-bottom: 3px solid #ffff00;
	margin: 0;
	padding: 0;
}

div#ev_pixy_20160927 div#ev_pixy_bottom {
	position: relative;
	background: #222222;
	margin: 0;
	padding: 0;
}

div#ev_pixy_20160927 div.ev_pixy_stage_l{
	position: relative;
	width: 450px;
	color: #ffffff;
	margin: 0;
}

div#ev_pixy_20160927 div#ev_pixy_top div.ev_pixy_stage_l{
	text-align: center;
	font-size: 20pt!important;
	padding: 15px 0 10px 0;
	letter-spacing: 0.1em;
}

div#ev_pixy_20160927 div#ev_pixy_bottom div.ev_pixy_stage_l{
	text-align: right;
	font-size: 100%;
	padding: 2px 0;
	letter-spacing: 0.1em;
}

div#ev_pixy_20160927 > div#ev_pixy_c2{
	position: relative;
	text-align: right;
}

div#ev_pixy_20160927 img#ev_pixy_banner{
	display: inline-block;
	margin: 5px 10px 0px 0px;
	width: 530px;
	text-align: right;
}

div#ev_pixy_20160927 a:hover img#ev_pixy_banner{
	margin: 3px 12px 2px 0px;
	box-shadow: 3px 3px 4px 0px rgba(255,255,0,1);
}
/* ---------------------------
   ev_pixy_20160927 ここまで */


/* yskfair ここから
--------------------------- */
div#yskfair {
	position: relative;
	margin: 20px auto 20px;
}

div#yskfair > div#yskfair_c1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
}

div#yskfair div#yskfair_top {
	position: relative;
	background: #0A0A2A;
	border-bottom: 3px solid #c6e5f1;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div#yskfair div#yskfair_bottom {
	position: relative;
	background: #0A0A2A;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div#yskfair div.yskfair_stage_l{
	position: relative;
	width: 450px;
	color: #ffffff;
	margin: 0;
}

div#yskfair div#yskfair_top div.yskfair_stage_l{
	text-align: left;
	font-size: 20pt!important;
	padding: 15px 0 10px 8px;
	letter-spacing: 0.1em;
}

div#yskfair div#yskfair_bottom div.yskfair_stage_l{
	text-align: right;
	font-size: 12pt;
	padding: 2px 5px 2px 0px;
	letter-spacing: 0.1em;
}

div#yskfair > div#yskfair_c2{
	position: relative;
	text-align: right;
}

div#yskfair img#yskfair_banner{
	
	display: inline-block;
	margin: 5px 0px 0px 38px;
	width: 520px;
	text-align: right;
	border: 1px #dcdcdc solid;
}

div#yskfair a:hover img#yskfair_banner{
	
	margin: 3px 2px 2px 36px;
	box-shadow: 3px 3px 4px 0px rgba(52,80,84,1);
	
}
/* ---------------------------
   yskfair ここまで */

