/* layout */
.suisen_wrap{
	clear:both;
	margin-bottom: 20px;
	/* font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-size:15px;
	line-height:1.8;
}
.suisen_wrap *{
	box-sizing: border-box;
}
.suisen_wrap .main_img{
	margin-bottom: 40px;
}
.suisen_wrap .column-L{
	width: 206px !important;
	margin-top: 0;
}
.suisen_wrap .column-R{
	width: 764px !important;
}
/* common */
.f10{
	font-size: 10px;
}
.f12{
	font-size: 15px; /* font-size: 12px; */
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 24px; /* font-size: 18px; */
}
.red{
	color: #f00;
}
.blue{
	color: #0000cc;
}
.green{
	color: #339900;
}
.darkred{
	color: #cd665f;
}
.underline{
	text-decoration: underline;
}
.ml1em{
	margin-left: 1em;
}
.ml2em{
	margin-left: 2em;
}
.mt1em{
	margin-top: 1em;
}
.mt2em{
	margin-top: 2em;
}
.indent1em{
	text-indent: -1em;
	padding-left: 1em;
}
.lh16{
	line-height: 1.6em;
}
/* サイド */
.suisen_wrap .side_wrap .side_tit{
	display: block;
	padding: 12px 5px;
	margin-bottom: 3px;
	width: 100%;
	background-color: #00a1e9;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size:16px;
}
.suisen_wrap .side_wrap ul li{
	margin:8px 0px;
	width: 100%;
	font-size: 15px; /* font-size: 12px; */
	display: table;
	padding:8px 0 8px 8px;
	text-indent:-11px;
}
.suisen_wrap .side_wrap ul li :before{
    content: "▲";
    display: inline-block;
    margin-right: 5px;
    margin-left: 8px;
    margin-top: 0px;
    color: #00a1e9;
    line-height: 14px;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.suisen_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	color: #333;
}
.suisen_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: top;
	color:#00a1e9;
	padding: 0 5px;
}
.suisen_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.suisen_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}
/*.suisen_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	color: #333;
	background-color: #FFE200;
}
.suisen_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	color: #333;
}
.suisen_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.suisen_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}*/

/* コンテンツ */
.suisen_wrap .content_wrap{
/*	border: 2px solid #2D77C2;*/
	padding: 25px 20px;
}
.suisen_wrap .content_wrap a{
	text-decoration: underline;
}
.suisen_wrap .content_wrap .content_tit{
/*	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background-color: #cd665f;
	border-radius: 10px;*/
	margin: 0 0 10px 0;
	padding: 5px 20px 5px 10px;
	border-left: #cd665f solid 16px;
	font-size: 30px; /* font-size: 24px; */
	color: #000;
}


.suisen_wrap .content_wrap .content_paragraph{
	padding: 10px 0 10px 0;
}
.suisen_wrap .content_wrap .par_title{
/*	font-size: 20px;
	background-color: #ff69c0;
	color: #fff;
	padding: 10px;*/
	margin: 0 0 5px 0;
	padding: 5px 20px 5px 10px;
	border-left: #ff69c0 solid 16px;
	font-size: 24px; /* font-size: 20px; */
	color: #000;
}

.suisen_wrap .content_wrap .par_inner{
	padding: 15px 15px 0 15px;
	font-size: 14px; /* font-size: 14px; */
	line-height:1.8;
}

.suisen_wrap .content_wrap .content_list{
	font-size: 14px;
}
.suisen_wrap .content_wrap .content_list li{
	font-size: 14px;
	margin: 2px 0;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.suisen_wrap .content_wrap .no_disc li{
	list-style-type: none ;
}
.nextpage a{
	display: block;
	background-color: #ff69c0;
	color: #fff;
	padding: 10px;
	/* width: 300px; */
	float: right;
	text-decoration: none !important;
	text-align: center;
	font-size:20px;
}
.sheetpage a{
	display: block;
	background-color: #59bad1;
	color: #fff;
	padding: 10px;
	width: 350px;
	float: right;
	text-decoration: none !important;
	text-align: center;
	font-size:20px;
}

.green_box{
	border: 2px solid #77933c;
	border-radius: 10px;
	padding: 12px;
	width: 180px;
	font-size: 16px;
	text-align: center;
}
.green_box_child{
	border: 1px solid #77933c;
	border-radius: 6px;
	padding: 3px;
	width: 130px;
	font-size: 14px;
	text-align: center;
}
.orange_box{
	border: 2px solid #f79646;
	border-radius: 10px;
	padding: 3px;
	width: 180px;
	font-size: 16px;
	text-align: center;
}
.orange_box span{
	display: block;
}


/* top */

.suisen_wrap .content_wrap .orange_radius{
	background-color: #fcd5b5;
	border-radius: 30px;
	padding: 30px;
	width: 560px;
	margin: 0 auto;
	line-height: 1.6em;
}

.suisen_wrap .par_inner.d_link{
	text-align: center;
	padding: 20px 0;
}
.suisen_wrap .par_inner.d_link p{
	margin-top: 15px;
}
.suisen_wrap .par_inner.d_link a{
	color: #cd665f;
	text-decoration: none;
}
.tbl_title{
	display: block;
	background-color: #cd665f;
	width: 200px;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	
}
.tbl_title_A{
	display: block;
	background-color: #cd665f;
	width: 200px;
	padding: 10px;
	font-size: 24px; /* font-size: 18px; */
	color: #fff;
	text-align: center;
	float: left;	
	margin-bottom: 10px;
}
.tbl_title_point{
	display: block;
	margin: 0px 10px;
	float: left;
	margin-bottom: 10px;
}
.tbl_title_point li:first-child {
	color: #f00;
	font-weight: bold;
}
.content_tbl{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.content_tbl th,
.content_tbl td{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 15px; /* font-size: 12px; */
}
.content_tbl th{
	background-color: #e6b8b7;
	padding: 5px 10px;
	font-weight: normal;
}
.content_tbl .td_head{
	background-color: #f2dcdb;
	vertical-align: middle;
	font-size: 16px; /* font-size: 12px; */
	width: 165px;
}
.content_tbl td{
	padding: 20px 10px;
}
.content_tbl dd{
	margin-bottom: 1em;
}
/* 1 */
.pink_radius{
/*	border-radius: 30px;
	border: 3px solid #cd665f;
	padding: 30px;*/
	width: 100%;
	margin: 0 auto;
	line-height: 1.8em;
	font-size: 16px;
}
.chart{
	position: relative;
	min-height: 400px;
}
.dl_tbl01{
	display: table;
}
.dl_tbl01 dt,
.dl_tbl01 dd{
	display: table-cell;
	vertical-align: middle;
}
.dl_tbl01 dt{
}
.dl_tbl01 dt.line:after{
	content: "";
	position: absolute;
	height: 170px;
	width: 1px;
	left: 25px;
	border-right: 2px dashed #008000;
}

.dl_tbl01 dd{
	padding: 0 10px;
	line-height: 1.6em;
}
.dl_tbl01_child{
	position: absolute;
	
}
.child01{
	top: 180px;
	left: 60px;
}
.child02{
	top: 300px;
	left: 60px;
}
.dl_tbl01_child dt:before{
	content: "";
	position: absolute;
	width: 33px;
	height: 13px;
	top: 0;
	left: -33px;
	border-bottom: 2px dashed #008000;
}
.dl_tbl01_child dt:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: -9px;
	border-right: 2px solid #008000;
	border-bottom: 2px solid #008000;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.dl_tbl01_child dd{
	padding: 10px 10px 10px 60px;
	line-height: 1.6em;
}
.green_sq{
	border: 1px solid #77933c;
	background-color: #fff;
	padding: 10px 20px;
	width: 540px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6em;
}
.orange_sq{
	border: 1px solid #fcd3aa;
	padding: 10px 20px;
	width: 540px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6em;
}

/* 2 */

.schedule_wrap{
	width: 720px;
	height: 1048px;
	margin: 0 auto;
	background: url("/scl_dai/img/daigakujyuken/schedule_aonyuushi.png") no-repeat;
	position: relative;
}
.schedule_wrap p{
	position: absolute;
	line-height: 1.75em;
}
.schedule_wrap div{
	position: absolute;
	line-height: 1.75em;
}
.schedule_wrap ul li{
	text-indent: -1em;
	padding-left: 1em;
	list-style: disc inside;
}
.schedule_wrap .s_head{
	font-size: 16px;
	font-weight: bold;
	color: #0088d6;
	line-height: 1em;
}
.schedule_txt1-1{
	top: 41px;
	left: 343px;
}
.schedule_txt1-2{
	top: 86px;
	left: 212px;
	width: 336px;
	font-size: 12px;
}
.schedule_txt2-1{
	top: 256px;
	left: 360px;
}
.schedule_txt2-2{
	top: 304px;
	left: 212px;
	width: 336px;
	font-size: 12px;
}
.schedule_txt3-1{
	top: 546px;
	left: 360px;
}
.schedule_txt3-2{
	top: 594px;
	left: 212px;
	width: 336px;
	font-size: 12px;
}
.schedule_txt4-1{
	top: 910px;
	left: 306px;
}
.schedule_txt4-2{
/*
	top: 959px;
*/
	top: 953px;
	left: 212px;
	width: 336px;
}

/* 3 */
.suisen_wrap .content_wrap .orange_radius_wide{
	background-color: #fcd5b5;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.6em;
}
.note_center{
	text-align: center;
}
.note_center p{
	display: inline-block;
}
.hyotei{
	width: 260px;
	margin: 10px auto;
	table-layout: fixed;
	font-size:14px;
}
.hyotei th{
	background-color: #59bd7e;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.hyotei td{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.orange_folder{
	margin-top: 20px;
}
.orange_folder dt{
/*	background-color: #cd665f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	width: 650px;
	padding: 8px 10px 5px 10px;*/
	margin: 0 0 10px 0;
	padding: 10px 5px 5px 5px;
	border-left: #cd665f solid 16px;
	font-size: 20px; /* font-size: 16px; */
	color: #000;
}
.orange_folder dd{
/*	border: 2px solid #cd665f;*/
	padding: 5px 15px;
}
.orange_folder dd ul li{
	font-size: 15px; /* font-size: 14px; */
	line-height: 1.8; /* line-height: 1.6em; */
}
/*バナーエリア追加*/
.suisen_wrap .side_wrap .jyukensei-ooen-BnArea dt{
	background: url("/common_img/18p/index_sen_dai/common/tit_right_side.png") no-repeat;
	height: 33px;
	font-size: 11px;
	text-align: center;
	color: #1072b8;
	margin-top: 20px;
	padding: 7px 0 0 0;
	border-left: #2d77c2 solid 1px;
	border-right: #2d77c2 solid 1px;
	font-weight:bold;
}
.suisen_wrap .side_wrap .jyukensei-ooen-BnArea dd{
	border-bottom: #2d77c2 solid 1px;
	border-left: #2d77c2 solid 1px;
	border-right: #2d77c2 solid 1px;
	margin: -4px 0 25px 0;
	padding: 0 12px 8px 12px;
}
.suisen_wrap .side_wrap .jyukensei-ooen-BnArea div {
	margin-bottom:10px ;
}

.suisen_wrap .summary{
	border: 3px solid #EA5514;
	width: 570px;
	margin: 0 auto;
	padding: 15px;
}
.suisen_wrap .summary li{
	font-size: 16px !important;
}
.suisen_wrap .par_inner.guide{
	width: 570px;
	margin: 20px auto 0 auto;
}
.pagetop{
	padding-top: 10px;
}
.seo_link {
	float: right;
}

