@charset "Shift_JIS";
* {
	scrollbar-3dlight-color: #dddddd;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #D9D1C4;
	scrollbar-darkshadow-color: #888888;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #E8E6D1;
}

body {
	min-width: 320px;
	font-size: small;
	font-family: "lr oSVbN", "lr o", "sans-serif", "osaka";
	color:#444;
	line-height: 1.6em;
	padding:0;
	margin:0;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	list-style:none;
}

p,
ul,
ol {
	margin:0;
	padding:0;
}

.ie8 img{
	width: auto;
}

/*clearfix*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a:link {
	text-decoration:none;
	color:#9e4f36;
}
a:visited {
	text-decoration:none;
	color:#aaa;
}
a:hover,a:focus {
	text-decoration:underline;
	color:#000;
}
a:active {
	text-decoration:underline;
	color:#a22;
}

#wrapper {
	max-width:1050px;
	margin: 0px auto;
}


#container {
	clear:both;
}

#pankuzu {
	list-style:none;
	padding:0;
	margin-bottom:30px;
	font-size:85%;
	text-align:right;
}

#pankuzu li {
	display:inline-block;
}

.logo_201912_01 {
	margin:20px 20px 30px;
}

h1 {
	margin:0px auto 50px;
	text-align:center;
}

#ev_sec_01 p {
}

#ev_sec_01 p img {
	vertical-align:bottom;
}

.ev202412_ul_02 li {
	text-align:center;
}

.ev_202412_div_01 p {
	margin:0;
}

.ctsft_li_02 {
	margin-bottom:50px;
}




/*
   media Queries
*/

/*=======================
@PC
=======================*/

@media screen and (min-width: 700px) {

#wrapper {
	width:1050px;
}

.ev_202412_div_01 p {
	margin:0;
	float:left;
}

.ev_202412_div_01 .p_01 {
	width:300px;
}

.ev_202412_div_01 .p_01 img {
	width:300px;
}

.ev_202412_div_01 .p_02 {
	width:150px;
}

.ev_202412_div_01 .p_02 img {
	width:150px;
}

}



/*=======================
   SP
=======================*/

@media screen and (max-width: 700px) {

body {
	width:100%;
	background-image: url(/img/02/event/201812/b-202412-01.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center center;
	background-size:contain;
}

#container {
	width:100%;
	text-align:center;
}

.ev_202412_div_01 p {
	display:inline-block;
}

.ev_202412_div_01 .p_01 img {
	width:300px;
}

.ev_202412_div_01 .p_02 img {
	width:150px;
}




}