/*
基本設計
*/
/*======================================
	Structure Module
=======================================*/
.top_index{
	width: 100%;
	height:43px;
	line-height: 43px;
	font-family: "YakuHanJPs", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
	font-size:18px;
	color:#fff;
	text-align: center;
	background: #004d44;
	margin-bottom:30px;
}
.menu_index{
	width: 100%;
	height:34px;
	line-height: 34px;
	border: 1px solid;
	border-color: #464b54;
	border-radius: 40px;
	font-family: "YuGothic M";
	font-size:14px;
	color:#464b54;
	text-align: center;
	margin-bottom:30px;
}

#bg_download{
	font-family: "YuGothic M";
	width: 100%;
	height:200px;
	transition: 0.5s;
	text-align: center;
	color:#fff;
}
#bg_download h2{
	font-family: "Fontin";
	font-size:48px;
	font-weight: normal;
	letter-spacing: 5px;
	padding-top:200px;
	margin-bottom:20px;
}
#bg_download h2 span{
	font-family: "YakuHanJPs", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
	font-size:24px;
	font-weight: bold;
	display:block;
}
#bg_download h3{
	font-size:16px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 2px;
}
#bg_download h3 span{
	display:block;
}


#bg_download{
	background: url(/assets/img/conference/download/bg_download.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}


.header_inner{
	display: inline-block;
	width:90%;
	height:50px;
	text-align: center;
	padding:0px 5%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.header_inner h4{
	font-family: "YakuHanJPs", 游明朝, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, Georgia, serif;
	font-size:21px;
	color: #464b54;
	font-weight: bold;
	margin: 0 10%;
	text-align: left;
}
.header_inner h4 span{
	
}
.header_inner p{
	font-family: "Fontin";
	border: 1px solid #464b54;
	padding:2px 10px;
	display: inline-block;
	font-size:21px;
	color:#464b54;
	font-weight: normal;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-shadow:0px 0px 12px #fff;
}

.download_wrap{
	font-family: "YuGothic M";
	width:90%;
	margin: 40px 5%;
	text-align: center
}

.download_box{
	display: block;
	width:100%;
	padding-right:46px;
	border-right: 1px solid #464b54;
	margin-left:43px;
}

.download_wrap ul li{
	width:98%;
	font-size:13px;
	color:#464b54;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: left;
	padding-left:32px;
	margin-bottom: 20px;
	
}
.download_wrap ul li a{
	transition: 0.5s;
}
.download_wrap ul li a:hover{
	color: #009842;
}
.download_wrap .pdf{
	background: url(/assets/img/conference/download/icon/arrow.png) no-repeat left center;
	background-size: 15px auto;
}
.download_wrap .excel{
	background: url(/assets/img/conference/download/icon/excel.png) no-repeat left center;
	background-size: 23px auto;
}


.download_menu{
	width:98%;
	margin: 40px 1%;
	text-align: center
}
.download_menu .menu_btn{
	font-family: "YuGothic M";
	display: inline-block;
	background: #c5c5c5;
	width:46%;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color:#464b54;
	text-align: center;
	border-radius: 4px;
	letter-spacing: 0.2px;
	transition: 0.5s;
	margin: 1%;
    overflow: hidden;
}
.download_menu .menu_btn:hover{
	background: #009842;
	color:#fff;
}

/*　追加　*/
.menu_title {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    border-color: #dcdcdc;
    font-family: "YuGothic M";
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 30px;
}
.menu_title span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #004d44;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.floor_box{
    margin-bottom:20px;
}
.floor_index{
    text-align: left;
    width:100%;
    display: block;
    font-weight: bold;
    margin-bottom:20px;
}






