@charset "utf-8";

/* 一般入試
========================================================================== */

/*---------- 方法・学部検索エリア ----------*/

#baseLeftContents .sort_area {
	border: 2px solid #2d77c2;
	border-radius: 8px;
	padding: 10px 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#baseLeftContents .sort_area .step {
	padding: 5px;
	background: #2d77c2;
	margin-bottom: 5px;
}
#baseLeftContents .sort_area .step p {
	border-left: 5px solid #ffe200;
	padding-left: 5px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#baseLeftContents .nyushi_note {
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail #nyushi .error {
	clear: both;
	margin-bottom: 10px;
}
#baseLeftContents .sort_area .exam_list li {
	border: 1px solid #2d77c2;
	min-width: 9em;
	display: inline-block;
	text-align: center;
	margin: 8px 5px;
	border-radius: 5px;
}
#baseLeftContents .sort_area .exam_list li a {
	display: block;
	padding: 3px;
	border-radius: 5px;
}
#baseLeftContents .sort_area .exam_list li a.on {
	background: #ffe200;
}
#baseLeftContents .sort_area .course_list {
	margin:5px 0;
}
#baseLeftContents .sort_area .course_list li {
	display: inline-block;
	margin: 3px 0px;
}
#baseLeftContents .sort_area .course_list li a {
	display: block;
	padding: 0 5px 0 8px;
	margin: 0 0 0 3px;
}
#baseLeftContents .sort_area .course_list li a.on {
	background: #ffe200;
}
#baseLeftContents .sort_area .course_list li + li  {
	border-left: 1px solid #2d77c2;
}

/*---------- 入試情報詳細エリア ----------*/

#baseLeftContents #scldetail .scldetail_banner_kihon {
	background: url("/common_img/18p/school_banner.png") repeat;
	color: #fff;;
}
#baseLeftContents #scldetail h4.course_name {
	font-size: 18px;
	padding: 5px 16px;
	background: #2d77c2;
	color: #fff;
	margin-bottom: 5px;
}
#baseLeftContents #scldetail h5.exam_title {
	border-left: 5px solid #ffe200;
	padding-left: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .exam_date {
	font-size: 16px;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .exam_date span {
	color: #2d77c2;
}
#baseLeftContents #scldetail .other_info li {
	border: 1px solid #2d77c2;
	min-width: 8em;
	display: inline-block;
	text-align: center;
	padding: 0 4px;
	border-radius: 5px;
	color: #2d77c2;
	margin-bottom: 10px;
}

/*----- テーブル -----*/
#baseLeftContents #scldetail table {
	border: 1px solid #2d77c2;
	width: 100%;
}
#baseLeftContents #scldetail .app_guide {
	margin-bottom: 20px;
	word-break: break-all;
}
#baseLeftContents #scldetail .app_guide tr {
	border-bottom: 1px solid #2d77c2;
}
#baseLeftContents #scldetail .app_guide th {
	border-right: 1px solid #2d77c2;
	background: #d2eef9;
	width: 15%;
}
#baseLeftContents #scldetail .app_guide th,
#baseLeftContents #scldetail .app_guide td {
	padding: 8px;
}
#baseLeftContents #scldetail .app_guide td .radius {
	padding: 3px 5px;
	margin-right: 3px;
	border-radius: 3px;
}
#baseLeftContents #scldetail .app_guide td .bg_red,
#baseLeftContents #scldetail .app_guide td .bg_blue {
	color: #fff;
	width: 15%;
	text-align: center;
}
#baseLeftContents #scldetail .app_guide td .bg_red {
	background: #e4007f;
	border-bottom: 2px solid #fff;
}
#baseLeftContents #scldetail .app_guide td .bg_blue {
	background: #2ea7e0;
}
/*----- 入れ子テーブル -----*/
#baseLeftContents #scldetail .app_guide td .subject {
	border-collapse: separate;
	margin-bottom: 20px;
	border: none;
}
#baseLeftContents #scldetail .app_guide td .subject th {
	border: solid 1px #fff;
	background: none;
	text-align: center;
	width: 15%;
}
#baseLeftContents #scldetail .app_guide td .subject th.bg_gray {
	background: #bcbdbd;
	color: #fff;
	padding: 3px;
}
#baseLeftContents #scldetail .app_guide td .subject th,
#baseLeftContents #scldetail .app_guide td .subject td {
	vertical-align: middle;
}
#baseLeftContents #scldetail .app_guide td .subject th:nth-child(3) {
	width: 56%;
}
#baseLeftContents #scldetail .app_guide td .subject td {
	border-bottom: solid 1px #2d77c2;
}
#baseLeftContents #scldetail .app_guide td .subject td.bg_yellow {
	background: #fff9cc;
}
#baseLeftContents #scldetail .app_guide td .subject td.bg_blue2 {
	background: #f0f9fd;
}
#baseLeftContents #scldetail .app_guide td .subject td.bg_red,
#baseLeftContents #scldetail .app_guide td .subject td.bg_blue {
	color: #fff;
	text-align: center;
}
#baseLeftContents #scldetail .app_guide td .subject td.bg_red {
	background: #e4007f;
	border-bottom: 2px solid #fff;
}
#baseLeftContents #scldetail .app_guide td .subject td.bg_blue {
	background: #2ea7e0;
	border-bottom: #2ea7e0;
}
#baseLeftContents #scldetail .app_guide td .subject td.align_ctr {
	text-align: center;
}
#baseLeftContents #scldetail .app_guide td .blue_box {
	border: 1px solid #2d77c2;
	padding: 10px;
	margin-bottom: 5px;
}
#baseLeftContents #scldetail .app_guide td .blue_box p {
	margin-top: 10px
}
#baseLeftContents #scldetail .app_guide td .score_amount {
	float: right;
	display: table;
	width: 140px;
	border: 1px solid #2d77c2;
	text-align: center;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .app_guide td .score_amount dt,
#baseLeftContents #scldetail .app_guide td .score_amount dd {
	display: table-cell;
}
#baseLeftContents #scldetail .app_guide td .score_amount dt {
	background: #4dbdf0;
	color: #fff;
	border-right: 1px solid #2d77c2;
}
#baseLeftContents #scldetail .app_guide td .guide_detail {
	display: table;
	width: 100%;
	border-bottom: 1px solid #2d77c2;
}
#baseLeftContents #scldetail .app_guide td .guide_detail:first-of-type {
	border-top: 1px solid #2d77c2;
}
#baseLeftContents #scldetail .app_guide td .guide_detail dt,
#baseLeftContents #scldetail .app_guide td .guide_detail dd {
	display: table-cell;
	padding: 8px;
}
#baseLeftContents #scldetail .app_guide td .guide_detail dt {
	background: #fff9cc;
	width: 20%;
	vertical-align: middle;
}
.bdr_top {
	border-top: 1px solid #2d77c2;
	margin-top: 5px;
}
#baseLeftContents #scldetail .app_guide td .notes {
	text-align: right;
}
#baseLeftContents #scldetail .app_guide td .result th {
	background: #4dbdf0;
	color: #fff;
	text-align: center;
	padding: 3px;
}
#baseLeftContents #scldetail .app_guide td .result td {
	border-right: 1px solid #2d77c2;
	text-align: center;
	padding: 3px;
}
#baseLeftContents #scldetail .app_guide td h5.exam_title {
	font-size: 12px;
	margin: 10px 0 5px;
}
#baseLeftContents #scldetail .PageTop {
	text-align: right;
}


/* AO・推薦入試
========================================================================== */

#baseLeftContents #scldetail .app_guide td .subject2,
#baseLeftContents #scldetail .app_guide td .subject3 {
	border: 1px solid #2d77c2;
	margin-bottom: 5px;
}
#baseLeftContents #scldetail .app_guide td .subject2 th,
#baseLeftContents #scldetail .app_guide td .subject3 th {
	background: #4dbdf0;
	color: #fff;
	text-align: center;
	padding: 3px;
}
#baseLeftContents #scldetail .app_guide td .subject2 th:nth-child(even) {
	width: 60%;
}
#baseLeftContents #scldetail .app_guide td .subject2 td,
#baseLeftContents #scldetail .app_guide td .subject3 td {
	border-right: 1px solid #2d77c2;
	vertical-align: middle;
	padding: 5px;
}
#baseLeftContents #scldetail .app_guide td .subject2 td:nth-child(odd) {
	background: #fff9cc;
}
#baseLeftContents #scldetail .app_guide td .subject2 th.narrow {
	width: 13%;
}
#baseLeftContents #scldetail .app_guide td .subject2 td.bg_white {
	background: #fff;
}
#baseLeftContents #scldetail .app_guide td .subject2 .period {
	width: 240px;
}

/* センター利用入試
========================================================================== */

#baseLeftContents #scldetail .app_guide td .subject3 td.subject_name {
	background: #fff9cc;
}
#baseLeftContents #scldetail .app_guide td .subject3 th:nth-child(1) {
	width: 25%;
}
#baseLeftContents #scldetail .app_guide td .subject3 th:nth-child(2) {
	width: 50%;
}
#baseLeftContents #scldetail .app_guide td .subject3 th:nth-child(3) {
	width: 10%;
}
#baseLeftContents #scldetail .app_guide td .subject3 th.total {
	text-align: right;
	vertical-align: middle;
}

/* 合格体験談
========================================================================== */

#baseLeftContents .pass_experience {
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
#baseLeftContents .r_side,
#baseLeftContents .l_side {
	float: left;
	width: 50%;
}
#baseLeftContents .pass_experience .r_side .univ {
	overflow: hidden;
}
#baseLeftContents .pass_experience .r_side .univ .univ_name,
#baseLeftContents .pass_experience .r_side .univ .pass_mark {
	float: left;
}
#baseLeftContents .pass_experience .r_side .univ .univ_name {
	color: #f39;
	letter-spacing: 2px;
	margin-right: 10px;
}
#baseLeftContents .pass_experience .r_side .univ .univ_name .name_ruby {
	font-size: 10px;
	margin-bottom: 5px;
}
#baseLeftContents .pass_experience .r_side .univ .univ_name .name {
	font-size: 32px;
	font-weight: bold;
}
#baseLeftContents .pass_experience .r_side .univ .pass_mark {
	color: #ed3e5b;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 3px solid #ed3e5b;
	text-align: center;
	padding: 5px;
}
#baseLeftContents .pass_experience .r_side .univ .pass_mark p:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
#baseLeftContents .pass_experience .r_side .univ .pass_mark p:nth-child(2) {
	font-size: 12px;
}
#baseLeftContents .pass_experience .r_side .exam_type {
	background: #2d77c2;
	padding: 0 2px;
	border-radius: 3px;
	color: #fff;
	width: 6em;
	text-align: center;
}
#baseLeftContents .pass_experience .l_side .senior_prof {
	border: 1px solid #2d77c2;
}
#baseLeftContents .pass_experience .l_side .senior_prof p {
	background: #2d77c2;
	color: #fff;
	padding: 5px;
}
#baseLeftContents .pass_experience .l_side .senior_prof dl {
	margin: 8px;
	display: table;
	border-bottom: 2px dotted #2d77c2;
	width: 96%;
}
#baseLeftContents .pass_experience .l_side .senior_prof dl:last-child {
	border-bottom: none;
}
#baseLeftContents .pass_experience .l_side .senior_prof dt,
#baseLeftContents .pass_experience .l_side .senior_prof dd {
	display: table-cell;
}
#baseLeftContents .pass_experience .l_side .senior_prof dt {
	width: 22%;
}
#baseLeftContents .pass_experience .l_side .senior_prof dt:before {
	content: "●";
	color: #2d77c2;
	margin-right: 3px;
}
#baseLeftContents #scldetail h3.strategy_title {
	background: #2d77c2;
	color: #fff;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	font-size: 26px;
}
#baseLeftContents #scldetail .strategy {
	padding: 20px;
	background: #e1f4fb;
}
#baseLeftContents #scldetail .strategy .timing {
	padding: 10px;
	background: #ffef00;
	font-size: 16px;
}
#baseLeftContents #scldetail .strategy .strategy_memo {
	padding: 10px;
	margin-bottom: 10px;
	background:  #fff;
}
#baseLeftContents #scldetail .strategy .strategy_memo:last-of-type {
	margin-bottom: 0;
}
#baseLeftContents #scldetail .strategy .strategy_memo .inner {
	overflow: hidden;
	background: url("/common_img/19p/hole.gif") repeat-y;
	padding-left: 30px;
}
#baseLeftContents #scldetail .strategy .strategy_memo .timing_title {
	color: #ed3e5b;
	font-size: 15px;
}
#baseLeftContents #scldetail .strategy .strategy_memo .r_side,
#baseLeftContents #scldetail .strategy .strategy_memo .l_side {
	padding: 2% 1% 1% 0;
	width: 49%
}
#baseLeftContents #scldetail .strategy .strategy_memo .eng,
#baseLeftContents #scldetail .strategy .strategy_memo .physics,
#baseLeftContents #scldetail .strategy .strategy_memo .jap,
#baseLeftContents #scldetail .strategy .strategy_memo .math {
	color: #fff;
	padding: 0 2px;
	border-radius: 3px;
	width: 4em;
	text-align: center;
	margin-bottom: 5px;
}
#baseLeftContents #scldetail .strategy .strategy_memo .eng {
	background: #f00;
}
#baseLeftContents #scldetail .strategy .strategy_memo .physics {
	background: #00ac97;
}
#baseLeftContents #scldetail .strategy .strategy_memo .jap {
	background: #2d77c2;
}
#baseLeftContents #scldetail .strategy .strategy_memo .math {
	background: #ffcc00;
}
#baseLeftContents #scldetail .strategy .strategy_memo .sub {
	font-size: 13px;
	margin-bottom: 5px;
}
#baseLeftContents #scldetail h4.steps_title {
	background: url("/common_img/19p/steps_title.png") no-repeat;
	background-size: contain;
	height: 30px;
	border-left: 5px solid #2d77c2;
	border-bottom: 1px dashed #9fa0a0;
	padding: 4px 0 0 40px;
	margin: 20px 0 10px 0;
	font-size: 22px;
}
#baseLeftContents #scldetail .steps {
	overflow: hidden;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .steps .steps_l,
#baseLeftContents #scldetail .steps .steps_r {
	float: left;
}
#baseLeftContents #scldetail .steps .steps_l {
	width: 28%;
}
#baseLeftContents #scldetail .steps .steps_l:before {
	content: "Q";
	color: #2d77c2;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
}
#baseLeftContents #scldetail .steps .steps_r {
	width: 65%;
	border: 2px solid #69c4e9;
	padding: 5px 5px 5px 20px;
	margin-left: 1em;
	text-indent: -1em;
	position: relative;
	background: #fff;
}
#baseLeftContents #scldetail .steps .steps_r:after,
#baseLeftContents #scldetail .steps .steps_r:before {
	right: 100%;
	top: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#baseLeftContents #scldetail .steps .steps_r:before {
	border-color: rgba(105, 196, 233, 0);
	border-right-color: #69c4e9;
	border-width: 8px;
	margin-top: -8px;
}
#baseLeftContents #scldetail .steps .steps_r p:before {
	content: "A";
	color: #ec6d7b;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
}
.space_btm_l {
	margin-bottom: 40px;
}
.space_top_l {
	margin-top: 40px;
}


/* オープンキャンパス一覧
========================================================================== */

#baseLeftContents #scldetail .oc_title {
	border-left: 5px solid #2d77c2;
	padding-left: 5px;
	font-size: 16px;
	margin-bottom: 5px;
}
#baseLeftContents #scldetail .event_table {
	border: 1px solid #333;
	width: 100%;
	margin-bottom: 20px;
}
#baseLeftContents #scldetail .event_table th {
	background: #eaf6ff;
	text-align: center;
	padding: 8px;
}
#baseLeftContents #scldetail .event_table tr,
#baseLeftContents #scldetail .event_table th,
#baseLeftContents #scldetail .event_table td {
	border: 1px solid #333;
}
#baseLeftContents #scldetail .event_table td {
	padding: 8px;
}
#baseLeftContents #scldetail a.map_btn {
	background: url("/common_img/19p/arrow.gif") no-repeat 20% 50% #7bd2f1;
	color: #fff;
	padding: 1px 3px 1px 10px;
	display: inline-block;
	width: 4em;
	border-radius: 3px;
	text-align: center;
}
#baseLeftContents #scldetail a.map_btn:first-of-type {
	margin-right: 10px;
}
#baseLeftContents #scldetail .oc_map_area,
#baseLeftContents #scldetail .schedule_area {
	border: 1px solid #bebfbf;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #bebfbf;
	padding: 20px 20px;
	text-align: center;
	margin-bottom: 30px;
}
#baseLeftContents #scldetail .oc_map_area .g_map {
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .oc_map_area a.map_btn {
	display: inline-block;
	border-radius: 5px;
	background: #ff863b;
	color: #fff;
	padding: 5px;
	width: 15em;
	font-size: 14px;
}
#baseLeftContents #scldetail .oc_map_area a.map_btn:first-child {
	margin-right: 10px;
}
#baseLeftContents #scldetail .attend_area {
	text-align: center;
	font-size: 20px;
	border: 2px solid #2d77c2;
	padding: 10px;
}
#baseLeftContents #scldetail .atttend_btn {
	border-radius: 5px;
	background: linear-gradient(to bottom, #ffaa74 0%, #ffaa74 49%, #ff6300 50%, #ff6300 100%);
	width: 200px;
	margin: 10px auto 0 auto;
	border: 1px solid #fff;
	box-shadow: 1px 1px 1px #bebfbf;
	text-align: center;
	display: inline-block;
}
#baseLeftContents #scldetail .atttend_btn a {
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px #666;
}
#baseLeftContents #scldetail .oc_address {
	display: table;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#baseLeftContents #scldetail .oc_address dt,
#baseLeftContents #scldetail .oc_address dd {
	display: table-cell;
	padding: 10px;
}
#baseLeftContents #scldetail .oc_address dt {
	width: 30%;
	background: #e6f6fc;
	vertical-align: middle;
}

/* オープンキャンパス詳細
========================================================================== */

#baseLeftContents #scldetail .oc_detail_title {
	border-left: 5px solid #2d77c2;
	padding-left: 10px;
	display: table;
	margin: 20px 0;
	width: 100%;
	letter-spacing: 1px;
}

#baseLeftContents #scldetail .oc_detail_title .oc_detail_l,
#baseLeftContents #scldetail .oc_detail_title .oc_detail_r {
	display: table-cell;
}
#baseLeftContents #scldetail .oc_detail_title .oc_detail_l {
	width: 70%;
}
#baseLeftContents #scldetail .oc_detail_title .oc_detail_l .scl_name {
	font-size: 14px;
}
#baseLeftContents #scldetail .oc_detail_title .oc_detail_l .oc_name {
	font-size: 28px;
	margin-top: 5px;
}
#baseLeftContents #scldetail .oc_detail_title .oc_detail_l .oc_name span {
	color: #ed9d00;
	padding: 3px;
	border-radius: 3px;
	width: 4em;
	text-align: center;
	border: 1px solid #ed9d00;
	font-size: 14px;
}
#baseLeftContents #scldetail .oc_detail_title .oc_detail_r .atttend_btn {
	margin: 0 auto;
}
#baseLeftContents #scldetail .open_date {
	overflow: hidden;
}
#baseLeftContents #scldetail .open_date dt {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #2d77c2;
	border-radius: 5px;
	width: 50px;
}
#baseLeftContents #scldetail .open_date dd {
	padding: 5px;
	border: 1px solid #2d77c2;
	border-radius: 5px;
	background: url("/common_img/19p/hole2.gif") no-repeat 5px 10px;
	margin: 0 0 5px 70px;
	box-shadow: 2px 2px #2d77c2;
	width: 400px;
	padding-left: 30px;
	letter-spacing: 1px;
}
#baseLeftContents #scldetail .open_date dd span {
	font-size: 20px;
	font-weight: bold;
}
#baseLeftContents #scldetail .cloud_box {
	border-top: 1px dashed #9fa0a0;
	position: relative;
	margin-top: 50px;
	padding: 40px 20px 20px 20px;
}
#baseLeftContents #scldetail .cloud_box .cloud {
	position: absolute;
	top: -30px;
	left: -5px;
	background: url("/common_img/19p/cloud.png") no-repeat;
	width: 130px;
	height: 50px;
	padding: 18px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#baseLeftContents #scldetail .cloud_box dl dt,
#baseLeftContents #scldetail .cloud_box dl dd {
	display: inline-block;
}
#baseLeftContents #scldetail .cloud_box dl dt {
	width: 20%;
}
#baseLeftContents #scldetail .cloud_box dl dt:before {
	content: "●";
	color: #2d77c2;
	margin-right: 5px;
}
#baseLeftContents #scldetail .cloud_box dl dd {
	width: 78%;
}
#baseLeftContents #scldetail .grade_title {
	background: linear-gradient(to bottom, #68a4d7 0%, #388ccd 100%);
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px #388ccd;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .schedule_lead {
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner {
	border-left: 1px dotted #9fa0a0;
	text-align: left;
	padding: 0 5px;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dl {
	margin-bottom: 20px;
	position: relative;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dl:last-child {
	margin-bottom: 0;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dt {
	width: 120px;
	position: absolute;
	top: 0;
	left: -11px;
	color: #FF6698;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dt span {
	padding: 2px 20px;
	background: #ff6698;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dd {
	margin-left: 120px;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dd p {
	margin-bottom: 5px;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dd .fig_area figure {
	display: inline-block;
	width: 270px;
	height: 200px;
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dd .fig_area figure:first-child {
	margin-right: 20px;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dd .fig_area figure img {
	width: 100%;
}
#baseLeftContents #scldetail .schedule_area .schedule_inner dd .discription {
	font-size: 14px;
}

/* 学食情報
========================================================================== */

#baseLeftContents #scldetail .canteen_detail_title {
    border-left: 5px solid #e66b17;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 100%;
    letter-spacing: 1px;
}
#baseLeftContents #scldetail .canteen_detail_title .scl_name {
	font-size: 14px;
	font-weight:bold;
	line-height:1.5em;
}
#baseLeftContents #scldetail .canteen_detail_title .ct_name img {
	padding:0 5px 0 0;
}
#baseLeftContents #scldetail .canteen_detail_title .ct_name span {
	font-size: 24px;
	line-height:1.4em;
}
#baseLeftContents #scldetail .other_info2 li {
    border: 1px solid #e66b17;
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    border-radius: 5px;
    color: #e66b17;
    margin-bottom: 10px;
    margin-left: 10px;
}
#baseLeftContents #scldetail .canteen_detail {
	background: #fffceb;
	padding:10px 10px 30px 10px;
	margin-bottom: 30px;
}
#baseLeftContents #scldetail .canteen_detail .ct_lead {
	color: #e66b17;
	font-size: 21px;
	line-height:130%;
	margin-bottom: 10px;
}
#baseLeftContents #scldetail .canteen_detail figure {
	margin: 0;
}
#baseLeftContents #scldetail .canteen_detail .main_fig,
#baseLeftContents #scldetail .canteen_detail .discription {
	display: inline-block;
	vertical-align: top;
}
#baseLeftContents #scldetail .canteen_detail .main_fig {
	width: 55%;
	margin-right: 1%;
	border: 1px solid #6c6a6a;
	padding: 8px;
	background: #fff;
}
#baseLeftContents #scldetail .canteen_detail .main_fig figure {
	width: 396px;
	height: 297px;
	overflow: hidden;
}
#baseLeftContents #scldetail .canteen_detail .main_fig figure img {
	width: 100%;
}
#baseLeftContents #scldetail .canteen_detail .boxRt {
	display:inline-block;
}
#baseLeftContents #scldetail .canteen_detail .discription {
	width:261px;
	min-height:70px;
	display:block;
}
#baseLeftContents #scldetail .canteen_detail .discription span {
	color: #e66b17;
}
#baseLeftContents #scldetail .canteen_detail .mapItem {
	width:261px;
	height:195px;
}
#baseLeftContents #scldetail .canteen_detail .thumb_area {
	overflow: hidden;
	margin: 10px 0;
}
#baseLeftContents #scldetail .canteen_detail .thumb_area figure {
	float: left;
	width: 170px;
	xheight: 115px;
	margin-right: 12px;
	overflow: hidden;
}
#baseLeftContents #scldetail .canteen_detail .thumb_area figure:last-child {
	margin-right: 0;
}
#baseLeftContents #scldetail .canteen_detail .thumb_area figure img {
	width: 170px;
    height: 127px;
}
#baseLeftContents #scldetail .canteen_detail .thumb_area p,
#baseLeftContents #scldetail .canteen_detail .mapItem strong {
	font-size:14px;
    font-weight:bold;
    color: #e66b17;
}
#baseLeftContents #scldetail .canteen_detail .thumb_area p:before,
#baseLeftContents #scldetail .canteen_detail .mapItem strong:before {
    content:"▼";
    font-weight:normal;
    color: #e66b17;
    padding:0 2px;
}
#baseLeftContents #scldetail .canteen_detail .ct_info {
	background: #fbe8bc;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	width: 335px;
	vertical-align: top;
	    margin-right: 5px;
}
#baseLeftContents #scldetail .canteen_detail .ct_info p {
	border: 1px solid #ed9d00;
	text-align: center;
	padding: 0px 4px;
	margin:0 0 5px 0;
	border-radius: 5px;
	color: #ed9d00;
	background: #fff;
	width: 80px;
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.menu dt,
#baseLeftContents #scldetail .canteen_detail .ct_info dl.menu dd {
	display: inline-block;
	width: 49%;
}
#baseLeftContents #scldetail .canteen_detail .ct_info dd {
	display: table-cell;
	width: 50%;
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.menu dt:before {
	content: "・";
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.menu,
#baseLeftContents #scldetail .canteen_detail .ct_info dl.data {
	font-family:"ＭＳ ゴシック","Osaka−等幅","monospace";
	padding:0 0 0 5px;
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.data dt,
#baseLeftContents #scldetail .canteen_detail .ct_info dl.data dd {
	display: inline-block;
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.data dt {
	width: 30%;
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.data dd:before {
	content: "：";
}
#baseLeftContents #scldetail .canteen_detail .ct_info dl.data dd {
	margin-left: 0.5em;
	text-indent: -0.5em;
}

#baseLeftContents #scldetail .cafe_icon{
    border: 1px solid #ed9d00;
    text-align: center;
    padding: 4px 10px;
    margin: 10px 5px 10px 0;
    border-radius: 5px;
    color: #ed9d00;
    background: #fff;
    width: auto;
}


/* 大学動画ライブラリ
========================================================================== */

#baseLeftContents #scldetail .movie_title {
	border-left: 5px solid #2d77c2;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2em;
}
#baseLeftContents #scldetail .movie_title span {
	background: #c9242b;
	padding: 2px 4px 0 4px;
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
}
#baseLeftContents #scldetail .movie_area {
	margin:10px 0;
}
/*↓↓↓↓↓ videoが埋め込まれたら不要なので削除ください ↓↓↓↓↓*/
#baseLeftContents #scldetail .movie_area img {
	width: 100%;
}
/*↑↑↑↑↑ videoが埋め込まれたら不要なので削除ください ↑↑↑↑↑*/

#baseLeftContents #scldetail .movie_area video {
	width: 100%;
}
/*----- 右サイドサムネイル -----*/

#baseRightContents .side_block_movie {
	background: #d9f1f8;
	padding: 5px;
	margin-bottom: 20px;
}
#baseRightContents .side_block_movie .thumbnail_title {
	border: 1px solid #2d77c2;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	color: #2d77c2;
	background: #fff;
	margin-bottom: 10px;
}
#baseRightContents .side_block_movie .movie_thumbnail {
	height: 110px;
	margin-bottom: 5px;
	overflow: hidden;
}
#baseRightContents .side_block_movie .movie_thumbnail img {
	width: 100%;
}
#baseRightContents .side_block_movie p {
	margin-bottom: 10px;
}


/* 学校独自の奨学金・特待生制度
========================================================================== */
#baseLeftContents #scholarship .scholarship_title{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
#baseLeftContents #scholarship .scholarship_table{
	border:1px solid #CCC;
	margin-bottom:30px;
	width:100%;
}
#baseLeftContents #scholarship .scholarship_table th,
#baseLeftContents #scholarship .scholarship_table td{
    border-bottom: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 12px;
}
#baseLeftContents #scholarship .scholarship_table th{
	padding-left: 20px;
	width: 168px;
    text-align: left;
    vertical-align: middle;
	background-color:#e5f8fe;
}
#baseLeftContents #scholarship .scholarship_table td{
	padding: 10px 5px 10px 10px;
	width: 546px;
}
#baseLeftContents #scholarship .scholarship_table td dd{
	margin-bottom:10px;
}
#baseLeftContents #scholarship .scholarship_table td dd:last-child{
	margin-bottom:0;
}
#baseLeftContents #scholarship .scholarship_table .page_link a:before,
#baseLeftContents #scholarship .scholarship_table .table_title:before{
	content:"◆";
}
#baseLeftContents #scholarship .scholarship_table .page_link a{
	text-decoration:underline;
}
#baseLeftContents #scholarship .scholarship_table .table_title{
	width:100%;
	font-size:14px;
	padding: 5px 0 5px 20px;
}
#scholarship .error p{
    font-size:12px;
    padding:5px 0 30px 0;
}

/* 学校動画紹介 /gakkou/:param/movie_19p
========================================================================== */
#baseLeftContents #movie_19p .movie_19p_inner{
	margin:0 14px;
}
#baseLeftContents #movie_19p .movie_title {
	font-size: 20px;
	font-weight: bold;
	color:#2d77c2;
}
#baseLeftContents #movie_19p .movie_area video{
    background-color:#000000;
	border:10px solid #2d77c2;
}
#baseLeftContents #movie_19p #other_movie_list.type_col4 ul{
	overflow:hidden;
	margin-left:-15px;
	width:733px;
}
#baseLeftContents #movie_19p #other_movie_list.type_col4 li{
	float:left;
	margin:0 0 10px 15px;
	width:166px;
}
#baseLeftContents #movie_19p #other_movie_list.type_col4 li span{
	display:block;
}
#baseLeftContents #movie_19p #other_movie_list.type_col4 li .photo img{
	border:1px solid #CCC;
	width:164px;
}
#baseLeftContents #movie_19p #other_movie_list.type_col4 .movie_title{
	font-size: 13px;
	font-weight:normal;
}

/* カレッジオールスターズ /college/list   gakkou/:param/college
========================================================================== */

#college {
	box-sizing: border-box;
}
#college figure {
	margin: 0;
}
#college #main_visual {
	margin: 10px 0;
}
#college .college_list {
	display: table;
	padding: 5px;
	background: #2d77c2;
	width:970px;
}
#college .college_list li {
	background: #fff;
	margin-bottom: 5px;
}
#college .college_list li:last-child {
	margin-bottom: 0;
}
#college .chkbox,
#college .cont_box_ {
	display: table-cell;
}
#college .college_list li .chkbox {
	background: #00abec;
	text-align: center;
	width: 50px;
	vertical-align: middle;
}
#college.detailPage .cont_box {
	width: 980px;
	margin: 20px 0;
	position: relative;
}
#college.detailPage .cont_box figure {
	width: 390px;
	height: 280px;
	display: inline-block;
	vertical-align: bottom;
}
#college.detailPage .cont_box .text_box {
	width: 545px;
	vertical-align: bottom;
}
#college.detailPage .cont_box .text_box .catch {
	position: absolute;
	top: 0px;
}
#college.detailPage .cont_box .text_box .catch.mb5 {
	position: static;
	top: 0px;
}
#college .cont_box figure,
#college .cont_box .text_box {
	display: inline-block;

}
#college .cont_box figure {
	padding-right: 20px;
}
#college .cont_box figure img {
	max-width: 390px;
	max-height: 280px;
}
#college .cont_box .text_box .college_name {
	background: #2d77c2;
	padding: 5px;
	color: #fff;
	font-size: 18px;
}
/*listページのみここから*/

#college .college_list li .cont_box {
    display: inline-block;
    padding: 20px;
    padding-right: 40px;
    margin-left: 40px;
    text-align: left;
    vertical-align: top;
    background: #fff;
}
#college .college_list li .cont_box figure {
	vertical-align: top;
	width: 340px;
	height: 244px;
}

#college .college_list li .cont_box figure img {
	max-width: 340px;
	max-height: 244px;
}
#college .college_list li .cont_box .text_box {
	width: 465px;
}
#college .college_list li .cont_box .text_box figure {
	width: 465px;
	height: 90px;
}
#college .college_list li .cont_box .text_box figure img {
	max-width: 465px;
	max-height: 90px;
}
#college .college_list li .cont_box .text_box .sub_catch {
	font-size: 24px;
	margin: 20px 0;
}
#college .college_list li .cont_box .text_box .collegelink {
	width: 100%;
	background: #2d77c2;
	padding: 5px;"
}
#college .college_list li .cont_box .text_box .collegelink .college_name {
	width: 90%;
	word-wrap: break-word;
	background: none;
	padding: 5px;
	color: #fff;
	font-size: 18px;
	display: inline;
	float: left;
}
#college .college_list li .cont_box .text_box .collegelink .link_arrow {
	height: auto;
    font-size: 20px;
    float: right;
    display: inline;
    padding: inherit;
}

#college .block_right{
    text-align:right;
    margin-bottom:10px;
}
#college .block_right .pager_num li {
    display: inline-block;
    font-size: 14px;   
}
#college .block_right .pager_num li:after {
    content: "|";
    padding: 0px 5px;
}
#college .block_right .pager_num li:last-child:after {
    content:"";
}
#college .college_list .zebra {
    background: linear-gradient(-45deg,
        #2d77c2 25%, #00b5f7 25%,
        #00b5f7 50%, #2d77c2 50%,
        #2d77c2 75%, #00b5f7 75%, #00b5f7);
    background: -webkit-linear-gradient(-45deg,
        #2d77c2 25%, #00b5f7 25%,
        #00b5f7 50%, #2d77c2 50%,
        #2d77c2 75%, #00b5f7 75%, #00b5f7);
    background-size: 20px 20px;
    
    text-align: right;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
/*listページのみここまで*/

.colname_box {
	border-left: 5px solid #00b5f7;
	border-bottom: 1px solid #000;
	padding: 0 0 5px 20px;
	margin: 30px 0 20px;
	display: table;
	width: 955px;
}
.colname_box .f_left {
	display: table-cell;
	width: 670px;
	vertical-align: bottom;
}
.colname_box .f_right {
	display: table-cell;
	vertical-align: bottom;
}
.colname_box .to_listPage {
	display: block;
	text-align: right;
}

.colname_box .scl_nm_sub {
	display: inline;
	float: left;
}
.colname_box .to_sclPage {
    display: inline;
    text-align: right;
    float: right;
}

.sub_menu {
	padding: 10px;
	background: #2d77c2;
	border-radius: 6px 6px 0px 0px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.sub_menu li {
	display: table-cell;
	background: #fff;
	text-align: center;
}
.sub_menu li a {
	color: #2d77c2;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 5px 12px;
}

#tab-list {
    background: #2d77c2;
    width: 955px;
    border-radius: 6px 6px 0px 0px;
    padding: 7px 7px 7px 17px;
}

#tab-list ul:after {
    content:"";
    clear:both;
    display:block;
}

#tab-list ul li {
    display:block;
    float:left;
    height:45px;
    list-style-type:none;
    /*background:#fff;*/
    background:#e6eff8;
    text-align:center;
    width:8.5%;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 2px;
    font-weight: bold;
}
#tab-list ul li a{
    text-decoration: none;
    display: block;
    padding-top: 5px;
    height:45px;
}
#college #tab {
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}
#college #tab li {
	display: inline-block;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 462px;
	text-align: center;
	padding: 5px;
}
#college #tab li+li {
	margin-left: 5px;
}
#college .cont_box .text_box dl {
}
#college .cont_box .text_box dl dt,
#college .cont_box .text_box dl dd {
	display: table-cell;
}
#college .cont_box .text_box dl dt {
	vertical-align: middle;
	height: 185px;
	width: 185px;
}
#college .cont_box .text_box dl dt img {
	max-height: 185px;
	max-width: 185px;	
}

#college .cont_box .text_box dl dd {
	padding-left: 20px;
	text-align: right;
	width: 345px;
}
#college .cont_box .text_box dl dd img,
#college .photo_strong .btn_box img {
	width: 160px;
}
#college .cont_box .text_box dl dd img:first-child,
#college .photo_strong .btn_box img:first-child {
	margin-bottom: 5px;
}
#college .strong_point {
	padding: 20px;
	background: linear-gradient(-45deg,
								#2d77c2 25%, #00b5f7 25%,
								#00b5f7 50%, #2d77c2 50%,
								#2d77c2 75%, #00b5f7 75%, #00b5f7);
	background: -webkit-linear-gradient(-45deg,
								#2d77c2 25%, #00b5f7 25%,
								#00b5f7 50%, #2d77c2 50%,
								#2d77c2 75%, #00b5f7 75%, #00b5f7);
	background-size: 20px 20px;
}
#college .strong_point .strong_inner {
	background: #fff;
	padding: 20px 20px;
}
#college .strong_point .strong_inner.photo_text {
	background: #ffffe0;
}
#college .strong_point .strong_inner .strong_title {
	background: #ccc;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
#college .strong_point .strong_inner .strong_title .arrow {
	position: relative;
	background: #2d77c2;
	display: inline-block;
	padding: 5px 10px;
}
#college .strong_point .strong_inner .strong_title .arrow::after {
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	height: 0;
	width: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 14px solid transparent;
	border-left-color: #2d77c2;
}
#college .strong_point .strong_inner .strong_title .arrow span {
	font-size: 26px;
}
#college .strong_point .strong_inner .column {
	border: none;
	padding-top: 0;
}
#college .arrow {
        width: 85%;
}
#college .cont_box .text_box .catch {
	font-size: 26px;
	/*line-height: 1.4;*/
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 1em;
}
#college .font_ss {
	font-size: 12px;
}
#college .strong_point .strong_inner .cont_box {
	width: 100%;
}
#college .strong_point .strong_inner .cont_box figure {
	vertical-align: top;
	width: 350px;
	height: 175px;
}
#college .strong_point .strong_inner .cont_box figure img {
	max-width: 350px;
	max-height: 175px;
}
#college .strong_point .strong_inner .cont_box .text_box {
	width: 525px;
	vertical-align: top;
}
#college .strong_point .strong_inner .cont_box .text_box .catch {
	margin-bottom: 5px;
}
#college .strong_point .strong_inner ul {
	border-top: 4px dotted #2d77c2;
	padding-top: 20px;
	overflow: hidden;
}
#college .strong_point .strong_inner ul li {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}
#college .strong_point .strong_inner ul li:nth-child(even) {
	margin-left: 2%;
}
#college .strong_point .strong_inner ul li .points {
	font-size: 18px;
	margin-bottom: 5px;
    font-weight: bold;
}
#college .each_point {
	display: inline-block;
	background: #2d77c2;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 5px;
	font-size: 24px;
}
#college .each_point.first {
	width: 50px;
	height: 50px;
	font-size: 40px;
	vertical-align: middle;
	margin-right: 14px;
}
#college .strong_point .strong_inner > img{
	max-width: 284px;
	max-height: 55px;
	vertical-align: middle;
}
#college .photo_strong {
	display: table;
	width: 100%;
	margin: 20px 0;
}
#college .photo_strong img,
#college .photo_strong .text_mdl,
#college .photo_strong .btn_box {
	display: table-cell;
}
#college .photo_strong .text_mdl {
	width: 60%;
}
#college .photo_strong .photo_image {
	display: inline-block;
	height: 180px;
	width: 200px;
	padding-right: 20px;
	vertical-align: top;
}
#college .photo_strong .btn_box img {
	padding-right: 0;
}
#college .photo_strong .text_mdl p {
	line-height: 1.5
}
#college .photo_strong .text_mdl p:first-child {
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
}
#college .photo_strong .text_mdl p span {
	font-size: 16px;
	color: red;
}
#college .photo_strong .btn_box {
	vertical-align: top;
}
#college .series {
    margin-top: 20px;
    border: solid 1px blue;
    padding: 20px;
    background: lightyellow;
}
#college .series p.strong_title {
    background: #ccc;
    color: #fff;
    font-size: 16px;
}
#college .series p .arrow{
	position: relative;
    background: #2d77c2;
    display: inline-block;
    padding: 5px 10px;
}
#college .series p .arrow::after {
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	height: 0;
	width: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 14px solid transparent;
	border-left-color: #2d77c2;
}
#college .series p .arrow span {
	font-size:26px;
}
#college .series ul li {
	overflow: hidden;
	padding-left: 10px;
	vertical-align:middle;
	line-height:25px;
	margin-top:2px;
	font-size: 14px;
}
#college .series ul li p {
	float: left;
	line-height:25px;
	vertical-align:middle;
	width: 700px;
}
#college .series ul li span {
	font-size: 11px;
}
#college .series ul li div {
	float: right;
}
#college .series ul li div.fl {
	float: left;
}

#college .fl_college {
	line-height:20px;
}
#college .series ul li div.fr {
	float: right;
}
#college .series ul li div.fr_width {
	width: 82px;
}


#college .series ul li div img {
	width: 110px;
	height: auto;
}

#college .series ul li .btn_to_detail img {
	width: 82px;
	height: auto;
}

#college .main_image {
	margin-top:20px;
}
#college .main_image figure img {
	max-width: 980px;
}
#college .btn_box img {
    width: 160px;
}
#scllineup {
	margin-top:-80px;
	padding-top:80px;
}
.seikyubuttons {
	width: 225px;
}
.seikyubuttons :nth-child(1) img{
	float:left;
}
.seikyubuttons :nth-child(2) img{
	float:right;
}
#college .series .seikyubuttons .delrequest_cart {
    float: left;
    width: auto;
    height: 13px;
    line-height: 15px;
}
.collegeseikyubuttons .delrequest_cart {
    text-align: right;
    padding-right: 15px;
}
