/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */


.resultTbl {
margin-top:5px;
background: #CCCCCC;
    float: none !important;
}
.resultTbl .even td{
background: #FFFFCC;
}
.resultTbl th{
background: #EEEEEE;
padding: 5px;
}
.resultTbl td{
background: #FFFFFF;
padding: 5px;
}
.resultTbl .nums{
text-align: right;
}
.resultTbl .nums span{
font-size: 16px;
font-weight: bold;
color: #FF0000;
}

.headline_desc{
padding-bottom:15px;
border-bottom:dotted 1px #CCCCCC;
}

.faculty{
line-height:0em;
}

.list{
line-height:1.8em;
background-color:#F6F7F1;
padding:15px 20px 20px 20px;
border:solid 1px #DEDEDE;
}

.list p{
text-align:right;
}

.list_note{
font-size:11px;
color:#444444;
}

.list_number{
font-size:28px;
color:#FF0000;
font-weight:bold;
}

.faculty_ttl{
padding-top:60px;
}

.voice {
	line-height: 0.1em;
	clear: both;
	padding: 20px 0 0px 0;
	margin-bottom:10px;
}
.voice .wrap {
	background: #FFEF98;
}
.voice h3 {
	float: left;
	padding: 0 0 10px 14px;
}
.year_menu {
	padding: 30px 0 0 0;
}

.sokuho{
    border: solid 1px #ccc;
    box-sizing: content-box;	
}

.sokuho h2{
    line-height: 1px;	
}

.sokuho h2 img{
    width: 658px;	
}

.sokuho table{
    border-collapse:collapse;
    border:none;
    border-spacing:0;
    margin-bottom: 30px;
}

.sokuho table tr{
    height: 50px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;	
}

.sokuho table tr:nth-child(2n-1){
    background: #FFF;	
}

.sokuho table tr:nth-child(2n){
    background: #FFEDF3;	
}

.sokuho table th{
    width: 180px;
    padding-left: 50px;
    color: #096A0A;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    background: url(../images/list_point.png) no-repeat 10px center;
    background-size: 30px 30px;	
}

.sokuho table .sokuho-total{
    color: #dd4352 !important;
    font-weight: 700 !important;
}

.sokuho table td:nth-of-type(1){
    width: 120px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.sokuho table td span.sokuho-number{
    font-weight: 700;
    font-size: 18px !important;
    margin-right: 2px;
}

.sokuho table td:nth-of-type(2){
    width: 100px;
}

.sokuho table td:nth-of-type(3){
    width: 175px;
}

.sokuho-anno{
    font-size: 12px;
    font-weight: 300;
    color: #333;
}





/* ////////////////////
	ADD 2017.06（合格実績グリッド配置）
///////////////////  */

.rslt_profarea {
	background-color: #f7f6ec;
	padding: 2rem 5px 2rem 15px;
	border: none;
}

.rslt_profarea_ttl {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ff2047), color-stop(0.00, #d93f6e));
	background: -webkit-linear-gradient(top, #d93f6e 0%, #ff2047 88%);
	background: -moz-linear-gradient(top, #d93f6e 0%, #ff2047 88%);
	background: -o-linear-gradient(top, #d93f6e 0%, #ff2047 88%);
	background: -ms-linear-gradient(top, #d93f6e 0%, #ff2047 88%);
	background: linear-gradient(to bottom, #d93f6e 0%, #ff2047 88%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 1rem 0 0.8rem 0;
	margin-top: 3rem;
	border-radius: 5px 5px 0 0;
}
	.rslt_profarea_ttl span {
		font-size: 0.9rem;
	}


.box_outer {
	position: relative;
	width: 160px;
	float: left;
	margin-bottom: 10px;
}

.box_inner {
	position: relative;
	width: 150px;
	height: 155px;
	border: solid 1px #f0a4b8;
	border-radius: 5px;
	background: url(images/bg_gridprof.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 0.7rem;
}

/* add */

	.box_inner a {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		text-indent:-9999px;
		
	}
	.box_inner a:hover {
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 5px;
		cursor: pointer;
		cursor: hand;
	}

.box_inner dl {
	padding: 5px 5px 0 5px;
/* 	background-color: rgba(241, 82, 124, 0.2); */
}

.box_inner dl dt {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 5px;
	background-position:center center;
	background-size:140%;
}
	.box_inner dl dt img {
		width: 100%;
	}

.box_inner dl dd {
	width: 80px;
	float: left;
	padding-left: 5px;
}
	.box_inner dl dd h3,
	.box_inner dl dd h4 {
		letter-spacing: -0.01rem;
		line-height: 1.4rem;
	}
	.box_inner dl dd h3 span {
		border-bottom: solid 2px #ffa2a3;
	}
	.box_inner dl dd h4 {
		font-weight: normal;
		font-size: 0.65rem;
		line-height: 0.8rem;
		padding: 0.3rem 0 0 0;
		height: 1.8rem;
	}

.box_inner ul {
	padding: 0.2rem 0 5px 7px;
}
	.box_inner ul li {
		padding-left: 8px;
		line-height: 0.8rem;
		margin-bottom: 4px;
		font-size: 0.6rem;
		background: url(images/bg_grid_arrow.gif) no-repeat 0 0.1rem;
		background-size: 4px;
	}
	
	
	
	
	
	
	
/* add 2017 */

#detailHistory{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8) url(/voice/images/default/lightbox_bg.png);
	z-index: 100;	
}

.detail-inner{
	width: 1000px;
	margin: 50px auto;
	padding-bottom: 10px;
/* 	background: #FFF url(../images/default/main_bg.png); */
	background: rgba(255, 255, 255, 0.8);
	height: 60vh;
	overflow-y: scroll;
	border-radius: 5px;
}

.detail-top{
	line-height: 1px;
	width: 900px;
	padding: 2rem;
}

.detail-top img {
	width: 25%;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
}



.detail-text{
	padding: 50px 50px 100px;
	line-height: 30px;	
}

.closeBtn{
	width: 150px;
	margin: 0 auto 100px;
	padding: 10px 0;
	background-color: #fb8c74;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.closeBtn:hover{
	background-color: #ffAc94;
}

.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}



.detail-top img {
	margin-bottom: 2rem;
}
.detail-top p {
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	height: auto;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
.detail-top p:nth-child(2) {
	font-size: 1.8rem;
	color: #ee594a;
	background: url(/voice/images/2017/bg_marker_sakura.png) no-repeat left center;
	background-size: 5%;
	padding: 0;
}
.detail-top p:nth-child(3) {
	font-size: 1.4rem;
}
.detail-top p:nth-child(4) {
	font-size: 2.0rem;
}
.detail-top p:nth-child(5),
.detail-top p:nth-child(6) {
	font-size: 0.9rem;
}
.detail-top p:nth-child(7) {
	font-size: 1.2rem;
	color: #666;
	font-style: italic;
	line-height: 1.4;
}




/* add year_menu 2018.02 */

.year_menu ul li {
	width: 110px;
	float: left;
}





/* add alma_area */
.alma_area dl {
	background-color: #fff;
	margin-bottom: 4rem;
}
.alma_area dl dt {
	color: #fff;
	font-size: 1.2rem;
	background-color: #39cc71;
	padding: 0.2rem 1rem;
	border-radius: 5px 5px 0 0;
}
.alma_area dl dd {
	width: 33.3%;
	float: left;
	border-bottom: solid 1px #ddd;
	background-color: #f4f5ec;
	
}
.alma_area dl dd:nth-child(odd){
	background-color: #fbfcf9;
}
	
.alma_area dl dd span {
	display: block;
	padding: 0.5rem 1rem;
}