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


.tb_none{
	display:none;
}

#tb_none{
	display:none;
}


.rb-grid {
	list-style: none;
	margin: 0 auto;
}

.rb-grid li {
	width: 49%;
	height: 20em;
	margin: 0.5%;
	background: #fff;
	color: #000;
	display: block;
	float: left;
	padding: 1.6em;
	cursor: pointer;
	position: relative;
}

.rb-grid li .ribbon {
	text-align:center;
	line-height:1em
}

.rb-grid li .ribbon span {
	line-height: 20px;
	background:#66a;
	padding:2px 20px;
	margin-bottom:10px;
	color: white;
	font-size: 75%;
	text-align: center;
}

.rb-grid li .div {
}


.rb-grid li.rb-span-1 {
	width: 100%;
	height: 30em;
	text-align: left;
}
.rb-grid li:nth-child(1) {
	height: unset;
}

.rb-grid li.rb-span-2 {
	width: 49%;
	height: 20em;
	text-align: left;
}

.rb-grid li.rb-span-2new {
	width: 100%;
	height: 20em;
	background: #ffd701 !important;
}


.rb-grid li.rb-span-4 {
	width: 100%;
	border:10px #eee solid;
	position:relative;
}

.rb-grid li[class^="icon-"]:before,
.rb-grid li[class*=" icon-"]:before {
	font-size: 6em;
	left: auto;
	right: 0;
	line-height: 2.5;
}

.rb-temp {
	text-align:center;
	color:#000;
	margin-bottom:10px;
	display: block;
	font-size: 0.8em;
	line-height:1em;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.rb-temp-new {
	margin-bottom:10px;
	display: block;
	font-size: 0.8em;
}


.thumb_img_box{
	height:100%;
	overflow:hidden;
}

.thumb_img_box img{
	height:80%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.thumb_img_box2{
	width:100%;
	height:80%;
	overflow:hidden;
	top:0;
}

.thumb_img_box2 img{
	height:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.rec-base .index_btn {
	clear: both;
    margin-top: 20px;
    overflow: hidden;
}

.rec-base .index_btn a {
    display: block;
    margin: 0px auto;
    background: #fff;
    width: 85%;
    text-align: center;
    color: #333;
    padding: 2% 2%;
    border: 1px solid #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.rb-grid li:hover .rb-temp {
	opacity: 1;
}

.rb-grid li:hover img {
}

.rb-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
}

.rb-close {
	color:#000;
	position: absolute;
	top: 1em;
	right: 1em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	border:1px #999 solid;
	padding-bottom:2.5em;
	z-index: 1000;
}

.rb-close::before {
	content: 'x';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.rb-week {
	width: 100%;
	height: 100%;
}

.rb-week > div {
	width: 10%;
	height: 100%;
	float: left;
	position: relative;
	padding: 3% 0;
}

.rb-week > div:first-child {
	width: 100%;
}

.rb-week span {
	padding: 5% 0;
	font-size: 2em;
	font-weight: 100;
	display: block;
	margin: auto 0;
	height: 100%;
	width: 100%;
	line-height: 0.8;
}

.rb-week span.rb-city {
	font-weight: 700;
	padding: 1% 10%;
	font-size: 1em;
	line-height: 1.2;
	width:100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

.rb-week [class^="icon-"]:before {
	font-size: 2.5em;
	font-weight: normal;
}

.rb-week > div:first-child [class^="icon-"] {
	opacity: 0.1;
}



.rb-movie {
	width:100%;
	height:100%;
}

.rb-movie iframe{
	width: 100%;
	height: 85%;
}

.rec-base{
	height:100%;
    padding: 8% 5% 5% 5%;
	box-sizing:border-box;
}

.rec-base_main_img{
	width:30%;
	float:right;
	margin:0 0 20px 20px;
}


.rec-base_president_img{
	width:45%;
	float:right;
	margin:0 0 20px 20px;
}

.rec-base_president_name{
	float:right;
	font-size:90%;
	margin:70px 0;
}


.rec-base_new_mynavi{
	font-size:80%;
	font-weight:bold;
	margin:10px 0 0 0;
}

.rec-base_new_mynavi img{
	width:20%;
	vertical-align: middle;
}

.rec-base h5{
	margin-bottom:20px;
	color:#fff;
	font-size:105% !important;
	background:#333;
	padding:2px 2px 2px 15px;
	border-bottom:1px #666 solid;
}

.rec-base h3{
	font-size:140% !important;
	margin-top:20px;
	margin-bottom:20px;
	color:#000 !important;
	text-align:left !important;
	font-weight:100;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	padding:0.5em 0;
}

.rec-base h4.sub_title{
	font-size:120%;
	margin:1em 0;
}

.rec-base p{
	color:#000 !important;
	text-align:left !important;
}

.rec-base .title{
	margin-top:60px;
	margin-bottom:10px;
	font-size:100%;
}

.rec-base .title span{
	font-size:100%;
	padding:2px 15px 2px 15px;
	border:1px #999 solid;
}

.rec-base .box{
	margin-bottom:20px;
	padding:2%;
	background:#fff;
	box-sizing:border-box;
}

.sub_title_a{
	margin-top:30px;
	font-size:100% !important;
	font-weight:bold;
}

.sub_title_b{
	font-size:105% !important;
	border-bottom:1px #999 solid;
}

.sub_title_b span{
	font-size:100% !important;
	color:#fff;
	background:#000;
	padding:0 5px;
	margin-right:10px;
}


dd.none_center{
}

dd.none_center h2{
	font-size:30px;
	font-weight:bold;
}
dd.none_center h2 span{
	font-family:auto;
}

.new_detail_none{
	font-size:15px;
	text-align:center;
	background:#000;
	padding:2px 0;
	border-radius:20px;
}

.new_detail_none span{
	color:#fff;
}



/* Colors */


.entryformTable{
	width:100%;
	margin-top:30px;
	box-sizing:border-box;
}

.entryformTable tr th{
	font-size:90%;
	width:20%;
	background:#fff;
	border-right:5px #f9f9f9 solid;
	border-bottom:5px #f9f9f9 solid;
	box-sizing:border-box;
	background:#f5f5f5;
}

.entryformTable tr td{
	font-size:90%;
	width:70%;
	background:#fff;
	padding:2%;
	box-sizing:border-box;
	border-bottom:5px #f9f9f9 solid;
}

.entry_btn{
	text-align:center;
	margin:20px auto;
	width:85%;
	padding:2% 2%;
	background:#930;
	color:#fff;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}



.new_maon_box_title{
	font-size:120%;
	margin-top:10px;
	text-align:center;
}

.new_maon_box{
	margin:5px auto 20px auto;
	margin-bottom:10px;
}

.new_maon_box dl{
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
  	 justify-content: space-between;
}

.new_maon_box dl dt{
	font-size:90%;
	font-weight:700;
	color:#000;
	text-align:center;
	width:49%;
	margin-bottom:7px;
	padding:5px;
	border:1px #ccc solid;
	background:#fff;
	box-sizing:border-box;
}

.new_maon_box dl dt:nth-child(3n){
	margin-right:0%;
}

.new_detail{
	text-align:center;
	margin-top:10px;
	clear:both;
}

.new_detail span{
	color:#fff;
	font-size:90%;
	background:#000;
	padding:2px 20px;
	border-radius: 10px;        /* CSS3ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡Ãƒâ€¹Ã¢â‚¬Â  */  
    -webkit-border-radius: 10px;    /* Safari,Google ChromeÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ */  
    -moz-border-radius: 10px;   /* FirefoxÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ */ 
}
.newgraduate_worklist{
}
.newgraduate_worklist li{
	list-style: none;
	margin:25px 0 0 0;
	border-top:1px solid #ccc;
	padding:20px 0 0 0;
}
.newgraduate_worklist li h4{
}

.newgrad_sce{
	margin:0 auto;
	border:5px solid #46b0e0;
	padding:10px;
}


.newgrad_box_title{
	margin:0 auto;
	width:60%;
	text-align:center;
	font-size:130%;
	border:1px solid #666;
	margin:20px auto;
}

.newgrad_box{
	font-size:80%;
	width:100%;
	margin:0px auto 30px auto;;
	clear:both;
	clear:inherit;
	border-spacing:5px;
}

.newgrad_box th{
	text-align:left;
	width:30%;
	padding:2px 2px 2px 10px;
	margin-right:10px;
	background:#fff;
}

.newgrad_box td{
	font-weight:bold;
	padding:2px 2px 2px 10px;
	width:30%;
	background:#fff;
}

.newgrad_box_back{
	background:#666 !important;
	color:#fff !important;
}


/* Grid */


/* Overlay Columns */
.rb-grid li:nth-child(1) .rb-week > div:nth-child(1) { background: #fff; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(3) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(4) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(5) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(6) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(7) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(8) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(9) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(10) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(11) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(12) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}



/* 191201 Ã¨ÂÂ·Ã§Â¨Â®Ã£Æ’Â»Ã¥Â®Å¸Ã§Â¸Â¾Ã¦Â Â¡Ã¨Â¿Â½Ã¥Å Â  */
.rb-grid li.rb-span-4.col-1 {
	width: 49%;
}