/* @override 
	https://www.frontale.co.jp/academy/css/academy_record.css
	http://203.143.96.127:8001/academy/css/academy_record.css */

@charset "UTF-8";
/* CSS Document */



div#box_schedule {
	margin: 0;
	width: 100%;
	margin-top: 32px;
}

div#box_sttl_month {
	margin-bottom: 16px;
	position: relative;
}



div#box_academy_corner_header {
	margin-bottom: 30px;
	width: 100%;
	padding: 24px 0 0 0;
}

div#box_academy_corner_header h3 {
	width: auto;
	font-size: 2.8rem;
	border-left: 8px solid #54abef;
	padding: 6px 0 6px 12px;
	line-height: 1;
	text-align: left;
}

div#box_academy_corner_header h3 span {
	font-size: 3.2rem;
}

div#box_academy_contents ul.snavi_rel_info {
	margin-bottom: 0;
}

div#box_academy_contents div#inenr_contents {
	width: 100%;
}

body#page_academy.record div#box_main{
	width: 100%;
	margin-left: 0;
	border: none;
	box-shadow: none!important;
}

div#box_academy_contents table.tbl_schedule_base {
	width: 100%;
}



div#box_schedule ul#month_selector {
	width: 50%;
	padding: 0;
	display: flex;
	flex-flow: row-reverse;
	position: absolute;
	right: 0;
	bottom: 0;
}

div#box_schedule ul#month_selector li {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1;
}

div#box_schedule ul#month_selector li a {
	box-sizing: border-box;
	display: block;
	color: #fff;
	padding: 0.65em 1.4em 0.5em 1.4em;
	background-color: #22b6fe;
	position: relative;
	transition: 0.3s;
}

div#box_schedule ul#month_selector li a:hover {
	opacity: 0.7;
}

div#box_schedule ul#month_selector li:first-child {
	margin-left: 1px;
}

div#box_schedule ul#month_selector li:first-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

div#box_schedule ul#month_selector li:nth-of-type(2) a {

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/**/

div.box_game_info {
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}



div.game_info_one {
	width: calc((100% - 40px) / 3);
	margin-bottom: 12px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 6px;
}


.box_game_info div.game_info_one:nth-child(3n) {
	margin: 0 20px 12px;
}


div.game_info_one h6 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}




div.game_info_one p.typo_program span {
	margin-right: 0.6em;
}

div.inner_game_info {
	padding: 20px 0 0 0;
	
}

div.inner_game_info p.btn_goto_detail {
text-align: right;
}

div.inner_game_info p.btn_goto_detail a {
	display: inline-block;
}




div#box_academy_contents h5 {
	border-left: 8px solid #54abef;
	font-size: 1.6rem;
	padding: 0.7em 0 0.6em 8px;
	font-weight: bold;
	float: none;
	margin-bottom: 16px;
	width: 100%;
}


