@charset "Shift_JIS";

/* -------------------------
	特設ショップ用スタイル
------------------------- */

/* 軌跡メモリアルショップ 201812 --------------- */

body#ekiseki{
	background: url('/img/usr/ekiseki/ekiseki_bg.jpg') no-repeat center 100px;
}

body#ekiseki h2.event_name_ img{
	width: 100%;
	max-width: 450px;
	height: auto;
}

body#ekiseki .header_area{
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:-10px 0 20px;
}

body#ekiseki .header_area .header_area_bnr{
	background: #fff;
	padding: 10px 10px 0;
}

body#ekiseki .header_area img{
	width: 100%;
	margin-bottom: 10px;
}

body#ekiseki .header_area .col2{
	display: table;
	table-layout: fixed;
	margin: 0 -5px;
}

body#ekiseki .header_area .col2 .inner{
	display: table-cell;
	width: 50%;
	padding: 0 5px;
}

body#ekiseki .header_area .navbtn{
	text-align: center;
	margin: 10px 0;
}

body#ekiseki .header_area .navbtn a{
	display: inline-block;
	overflow: hidden; _zoom: 1;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	border-radius: 6px;
	margin: 5px;
	padding: 0.8em 1em;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19), 0px 2px 2px rgba(0, 0, 0, 0.29);
	min-width: 300px;	/* 20220202 200px→300px */
	background: #ad030e;
	background: -moz-linear-gradient(top, #ad030e 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top, #ad030e 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom, #ad030e 0%,#8f0222 44%,#6d0019 100%);  Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad030e', endColorstr='#6d0019',GradientType=0 );
}

body#ekiseki .header_area .navbtn a:hover{
	background: #f21818;
	background: -moz-linear-gradient(top, #f21818 0%, #bf0306 44%, #930002 100%);
	background: -webkit-linear-gradient(top, #f21818 0%,#bf0306 44%,#930002 100%);
	background: linear-gradient(to bottom, #f21818 0%,#bf0306 44%,#930002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21818', endColorstr='#930002',GradientType=0 );
}

body#ekiseki .style_01_ .event_ttl_{
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #394042 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#394042 100%);
	background: linear-gradient(to bottom, #000000 0%,#394042 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#394042',GradientType=0 );
	margin:0;
	line-height: 120%;
	overflow: hidden; _zoom: 1;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}

body#ekiseki div.StyleM_Frame_{
	border: 1px solid #394042;
	overflow: hidden; _zoom: 1;
}

body#ekiseki div.StyleM_Line_{
	background: #fff;
	margin-bottom: -1px;
	margin-left: -1px;
}

body#ekiseki #c{
	border: 1px solid #394042;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; _zoom: 1;
}

body#ekiseki #c .event_ttl_{
	margin-bottom: 10px;
}

body#ekiseki #c .link_shop{
	margin: 10px;
	padding-left: 20px;
}

body#ekiseki #c .link_shop li{
	list-style: outside disc;
	font-size: 16px;
	margin: 0.6em 0;
}

body#ekiseki #c .link_shop li a{
	font-weight: bold;
}

body#ekiseki #c .link_shop_bnr{
	margin:10px 5px;
	overflow: hidden; _zoom: 1;
}

body#ekiseki #c .link_shop_bnr li{
	width: 50%;
	float: left;
}

body#ekiseki #c .link_shop_bnr a{
	display: block;
	border:1px solid #3366cc;
	margin: 5px;
	text-align: center;
	font-weight: bold;
}

body#ekiseki #c .link_shop_bnr a:hover{
	border:1px solid #0068b6;
}

body#ekiseki #c .link_shop_bnr a img{
	width: 100%;
	height: auto;
}