body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	zoom:1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

img {
vertical-align:bottom;
}
.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}
/*-------------------------------------------------
	//オファー注意書き共通用
-------------------------------------------------*/
.offerTxt{
	margin: 0 auto;
	position: relative;
	font-size: 1rem;
	line-height: 1.3;

}
.offerTxt li{
	margin-bottom: 3px;
	padding-left: 15px;
}
.offerTxt li a{
	text-decoration: underline;
	color: #333;
}
.offerTxt li:before{
	content: '・';
	display: block;
	position: absolute;
	left: 0;
}
.offerTxt li:last-child:before{
	content: '※';
}
.offerTxt li:last-child{
	margin-top: 10px;
}
.offerTxt li:last-child span{
	display: block;
	margin-top: 5px;
}
p.preOrder{
	margin-top: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
@media screen and (max-width: 720px){
	.offerTxt{
		font-size: 0.6rem;
		line-height: 1;
		letter-spacing: -0.07em;
	}
	.offerTxt li{
		padding-left: 10px;
	}
	p.preOrder{
		font-size: 0.6rem;
	}
}
/*-------------------------------------------------
	//component
-------------------------------------------------*/
.component{
	margin-top: 30px;
}
.component .componentBox{
	margin-bottom: 0px;
	padding: 20px 30px;
	border: 1px #999 solid;
	box-sizing: border-box;
	line-height: 1.6;
}
.component .componentBox .componentTitle{
	margin-bottom: 10px;
	border-bottom: 1px #ccc dotted;
	font-weight: bold;
}
.component .componentBox dl{
	display: flex;
}
.component .componentBox dl dt{
	width: 120px;
}
@media screen and (max-width: 750px){
	.component .componentBox{
		width: 96%;
		margin: 0 auto 20px;
		padding: 10px 15px;
	}
}
/*-------------------------------------------------
	//footer用
-------------------------------------------------*/
#f_nav .f_list01b {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#f_nav .f_list01b ul li {
	line-height: 160%;
	margin: 1%;
	text-align: center;
}
#f_nav .f_list01b ul li a:link {color:#333333;} /*未訪問のリンクの色*/
#f_nav .f_list01b ul li a:visited {color:#333333;} /*訪問済みのリンクの色*/
#f_nav .f_list01b ul li a:hover {color:#333333;} /*カーソルが乗っているリンクの色*/
#f_nav .f_list01b ul li a:active {color:#333333;} /*クリック中のリンクの色*/
.textC{
	text-align: center;
}
@media only screen and (max-width : 1000px){
	.textC{
		margin-bottom: 80px;
	}
}
/*-------------------------------------------------
	//CMコンテンツ
-------------------------------------------------*/
#ex_cm{
	position: relative;
}
#ex_cm .ex_cm01{
	position: absolute;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 24.5%;
}

/*-------------------------------------------------
	//万博コンテンツ
-------------------------------------------------*/
.movieBoxExpo{
	position: relative;
	margin: 30px 0;
}
.movieBoxExpo .movieExpo {
	position: absolute;
	width: 75%;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 22%;
}