@charset "utf-8";

#competitionNavi ul{
	margin: 10px 0 40px 0;
	display: table;
	width: 100%;
	border-spacing: 2px 0;
}
#competitionNavi ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#competitionNavi ul li a{
	padding: 20px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.page_outline .text20 h2{
	margin-top: 1.5em;
}

.imageCenter{
	text-align: center;
}
.add_image{
	margin-bottom: 10px;
}
.add_image img{
	max-width: 100%;
	height: auto;
}

#frameEnterprise{
	padding: 20px 0;
}

#frameEnterprise .text{
	padding: 10px 30px 30px;
}

.boxScheduleBtn{
	padding: 30px 0;
	text-align: center;
}
.boxScheduleBtn ul{
	display: table;
	width: 95%;
	margin: auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.boxScheduleBtn ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
	font-size: 17px;
}

.boxScheduleBtn ul li:nth-of-type(1){
	background: #00218d;
}
.boxScheduleBtn ul li:nth-of-type(2){
	background: #c36000;
}
.boxScheduleBtn ul li:nth-of-type(3){
	background: #8c8e03;
}

.boxScheduleBtn ul.btn_fax li{
	background: #00218d !important;
}

.boxScheduleBtn ul li a{
	display: block;
	text-decoration: none !important;
	color: #FFF !important;
	padding: 15px 10px;
}
.boxScheduleBtn ul li.before{
	background: #999 !important;
}
.boxScheduleBtn ul li.before span{
	color: #ededed;
	padding: 15px 10px;
	display: block;
	font-weight: normal;
}
.boxScheduleBtn ul li a:after{
	content: " »";
}


.schedule_entry .lv_h2{
	margin: 1.5em 0 .5em 0;
}

.page_outline .lv_h2{
	margin-top: 1.5em;
}

@media screen and (min-width: 980px) {
.requirement table th{
	width: 7em;
}
}


@media screen and (max-width: 979px) {
#competitionNavi ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#competitionNavi ul li{
	display: block;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px){
	#competitionNavi ul li a{
		padding: 10px 5px;
	}
	#competitionNavi ul.navi_5 li{
		width: 19%;
	}
	#competitionNavi ul.navi_2 li{
		width: 49%;
	}


.boxScheduleBtn ul{
	display: block;
}
.boxScheduleBtn ul li{
	display: block;
	margin: 0 0 3px 0;
}
}
@media screen and (max-width: 620px) {
	#competitionNavi ul{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#competitionNavi ul li a{
		padding: 10px;
	}
	#competitionNavi ul.navi_5 li,
	#competitionNavi ul.navi_2 li{
		margin-bottom: 5px;
		width: 100%;
	}
}
@media screen and (max-width: 480px){
}


#area-menu{
	padding: 0 0 2em 0;
}
#area-menu ul{
	display: table;
	margin: 0 auto;
	font-size: 14px;
}
#area-menu ul li{
	display: table-cell;
	padding: 0 1em;
	vertical-align: middle;
	border-right: 1px solid #ededed;
}
#area-menu ul li:last-child{
	border: 0;
}
#area-menu ul li a{
	color: #000;
}

/*  */
table.table_schedule td dl dt{
	font-weight: bold;
}

/*  */
.btn_purple {
	margin-top: 20px;
}
.btn_purple a{
	padding: 10px 20px;
	text-align: center;
	background-color: #6c7aff;
	display: block;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.btn_purple a:hover{
	background-color: #8995ff;
}


.banner-prize{
	margin-top: 20px;
	padding: 20px 30px;
	background-color: #1a1433;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.banner-prize .frame{
	width: 560px;
	display: inline-block;
}
.banner-prize img{
	max-width: 44%;
	display: block;
	float: right;
}
@media screen and (max-width: 979px) {
	.banner-prize{
		padding: 20px 2%;
	}
	.banner-prize .frame{
		width: 52%;
	}
	.banner-prize img{
		width: 44%;
	}
}
@media screen and (max-width: 768px){
.btn_purple a{
	padding: 10px;
}

#area-menu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#area-menu ul li{
	display: block;
	margin: 0.5%;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 1em;
	vertical-align: middle;
	border: 1px solid #ededed;
}
#area-menu ul li:last-child{
	border: 1px solid #ededed;
}
#area-menu ul li a{
	display: block;
	padding: 12px;
	text-align: center;
}
}
@media screen and (max-width: 620px) {
.banner-prize{
	padding: 20px 1%;
	text-align: center;
}
.banner-prize .frame{
	width: 100%;
}
.banner-prize img{
	margin: 5px auto 0 auto;
	width: auto;
	max-width: 100%;
	float: none;
}

#area-menu ul li{
	width: 49%;
	padding: 7px .5em;
}
}
@media screen and (max-width: 480px){
}


#page_competition table.std {
	font-size: 14px;
}
#page_competition table.std th{
	white-space: nowrap;
}

#page_competition table.std dl{
	margin-bottom: 10px;
}
#page_competition table.std dd{
	margin-bottom: 10px;
	padding-left: 1em;
}
#page_competition table.std dd:last-child{
	margin-bottom: 0;
}


.list_news {
	margin-bottom: 50px;
	padding: 10px;
	height: 240px;
	overflow-y: auto;
}
.list_news li{
	padding: 10px;
	border-bottom: 1px solid #DDD;
	line-height: 1.5;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.list_news li .date{
	width: 13em;
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
.list_news li .txt{
	display: table-cell;
	vertical-align: top;
	padding: 0;
}

#frameEnterprise img{
	max-width: 500px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#page_competition table.std ,
	#page_competition table.std tbody,
	#page_competition table.std tr,
	#page_competition table.std th,
	#page_competition table.std td{
		display: block;
		border: none;
	}
	#page_competition table.std tr{
		margin-bottom: 10px;
	}
	.list_news {
		background: #FFF;
	}
	.list_news li{
		display: block;
	}
	.list_news li .date{
		width: 100%;
		line-height: 1.5;
		display: block;
		font-weight: bold;
	}
	.list_news li .txt{
		margin-top: 0;
		padding-left: 0;
		display: block;
	}
}
@media screen and (max-width: 620px) {
	#frameEnterprise img{
		max-width: 100%;
	}
}
@media screen and (max-width: 480px){
}


.banner_entry {
	margin-top: 20px;
}
.banner_entry a{
	padding: 10px 20px;
	text-align: center;
	background-color: #FF0004;
	display: block;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.banner_entry a:hover{
	background-color: #C46869;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	.banner_entry a{
		font-size: 18px;
		padding: 10px;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


/*frameEnterprise*/
#frameEnterprise ul.bnlist{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

#frameEnterprise ul.bnlist li{
	width: 33%;
	padding: 7px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#frameEnterprise ul.bnlist li.long{
	width: 100%;
}

#frameEnterprise ul.bnlist li .banner{
	padding: 0 0 3px 0;
}
#frameEnterprise ul.bnlist li .banner img{
	width: 100%;
	height: auto;
}

#frameEnterprise ul.bnlist li .name{
	background: url(../../img/common/ar_black.svg) no-repeat left 0.45em;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	padding: 0 0 0 13px !important;
}

#frameEnterprise ul.bnlist li .name a{
	color: #222222;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 768px){
#frameEnterprise ul.bnlist li{
	width: 50%;
}
}
@media screen and (max-width: 620px){
#frameEnterprise ul.bnlist li{
	width: 100%;
}
}

