@charset "shift_jis";
/* CSS Document */

.mainArea {
	background-image: url(../img/main_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 898px;
}
.mainArea .mainInr {
	width: 950px;
	margin: 0 auto;
	color: #fff;
}
.mainHead {
	line-height: 1;
	font-size: 0;
	padding-top: 89px;
}
.mainInfo {
	overflow: hidden;
	padding-top: 55px;
	height: 323px;
}
.fadeItems{
position: relative;
}
.fadeItems li{
position:absolute;
top: 0;
left: 0;
}

.mainInfo > .infoTxt, .mainInfo > .playerPict {
	float: left;
}
.mainInfo > .playerPict {
	width: 468px;
	margin-left: 58px;
	text-align: center;
}
.mainInfo > .playerPict .copyTxt {
	display: block;
	font-size: 11px;
	padding-top: 15px;
}
.mainInfo > .playerPict img {
	display: block;
}
.mainInfo > .infoTxt {
	width: 424px;
}
.mainInfo > .infoTxt p {
	padding-top: 25px;
	line-height: 2.2;
}
.anchorNavi {
	letter-spacing: -0.4em;
	margin: 0 4px 0 7px;
	padding-top: 170px;
}
.anchorNavi li {
	display: inline-block;
	letter-spacing: normal;
}
.anchorNavi li a {
	display: block;
}
.anchorNavi li a:hover {
	opacity: 0.7;
}
.anchorNavi li img {
	display: block;
}
.anchorNavi li.event {
	margin-left: 104px;
	margin-right: 111px;
}
.anchorNavi li.aircraft {
	margin-right: 104px;
}
.anchorNavi li.support {
	margin-right: 118px;
}
.anchorNavi li.cm {
}
.eventBox {
	padding-top: 60px;
}
.eventBox .yearTag {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 17px 5px 17px;
}
.boxInr {
	border: 1px solid #cccccc;
	padding: 60px 70px;
}
.eventHead {
	color: #d30000;
	font-weight: bold;
	font-size: 20px;
}
.eventInfoBox {
	padding-top: 65px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.eventPic {
	float: left;
	width: 200px;
	margin-right: 40px;
}
.eventInfo {
	float: left;
	width: 568px;
}
.eventInfo ul {
	padding-top: 25px;
}
.eventInfo ul li {
	position: relative;
	padding-left: 1em
}
.eventInfo ul li.prefectures:before {
	content: "";
	margin-left: -1em;
}
.inrHead {
	border-bottom: 1px solid #d30000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.tagHead {
	display: block;
	background-color: #000;
	line-height: 1.2!important;
	padding: 6px 10px 4px 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	width: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.milePresentBox{
display: block;
text-decoration: none;
}
.milePresentBox:hover{
opacity: 0.7;
}
a.milePresentBox{
text-decoration: none;
}

.milePresent{
background-image: url(../img/bg_mile.jpg);
background-repeat: no-repeat;
background-position: 0 0;
width: 460px;
height: 321px;
text-align: center;
color: #fff;
position: relative;
}
.milePresent::after{
content: "";
background-position: 0 0;
background-image: url(../img/icon_mile.png);
background-repeat: no-repeat;
display:block;
height: 17px;
width: 10px;
left: 50%;
position: absolute;
margin-left: -5px;
bottom: 52px;
}

.milePresent dl{
padding-top: 75px;
}
.milePresent dl dd{
padding-top: 30px;
line-height: 2;
}
