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

.pc_none{
	display:none;
}

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

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

.rb-grid li.rb-span-1 {
	width: 100%;
}

.rb-grid li.rb-span-2 {
	width: 49%;
}

.rb-grid li.rb-span-2new {
	width: 49%;
}

.rb-grid li.rb-span-4 {
	width: 49%;
	border:10px solid #eee;
	position:relative;
	box-shadow:5px 5px 10px #ccc;
}



.rb-grid li[class^="icon-"]:before,
.rb-grid li[class*=" icon-"]:before {
	font-size: 10em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 3;
	opacity: 0.4;
	text-align: right;
	pointer-events: none;
}

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

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


.rb-temp {
	color:#333;
	margin-bottom:10px;
	display: block;
	font-size: 0.7rem;
	font-weight:nomarl;
	line-height:1em;
	opacity: 0.7;
	-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{
	width:100%;
	height:80%;
	overflow:hidden;
}

.thumb_img_box img{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.thumb_img_box2{
	height:80%;
	overflow:hidden;
}

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


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



.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: 2.5em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	border:1px #999 solid;
	padding:1.2em 0.5em 1.2em 0.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 .iframe{
	overflow:visible;
}

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

.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: 90%;
}

.rec-base{
	padding:8%;
	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:20px 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;
	font-weight:normal;
	background:#333;
	padding:2px 2px 2px 15px;
	border-bottom:1px #666 solid;
}

.rec-base h3{
	font-size:180% !important;
	margin-top:30px;
	margin-bottom:30px;
	color:#000 !important;
	text-align:left !important;
	font-weight:normal;
	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;
}

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

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


.sub_title_a{
	margin-top:30px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:105% !important;
	border-bottom:1px solid #ccc;
}

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

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

/* Colors */


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

.entryformTable tr th{
	width:20%;
	font-weight:100;
	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:4%;
	box-sizing:border-box;
	border-bottom:5px #f9f9f9 solid;
	line-height:2.1em;
}

.entry_btn{
	text-align:center;
	margin:20px auto;
	width:60%;
	padding:1% 5%;
	background:#930;
	color:#fff;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	clear:both;
}



.new_maon_box_title{
	font-size:100%;
	margin-top:10px;
}
.new_maon_box{
	width:100%;
	margin:5px auto 5px auto;
	clear:both;
}

.new_maon_box dl{
}

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

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

.new_detail{
	margin-top:0px;
	clear:both;
}

.new_detail span{
	color:#fff;
	font-size:90%;
	background:#000;
	padding:2px 20px;
	border-radius: 10px; 
}
.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{
	font-weight:normal;
	margin:1.5em 0;
}
.newgrad_sce{
	width:85%;
	margin:0 auto;
	padding:30px;
	border:1px solid #000;
	background:#fff;
	box-shadow:10px 10px 0px #ccc;
	margin-bottom:70px;
}

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

.newgrad_box{
	font-size:90%;
	width:100%;
	padding:10px;
	margin:0px auto 30px auto;;
	clear:both;
	clear:inherit;
	border-spacing:5px;
}
.newgrad_box tr{
}
.newgrad_box th{
	text-align:left;
	width:30%;
	padding:5px 5px 5px 20px;
	margin-right:10px;
	border-bottom:1px solid #666;
}

.newgrad_box td{
	font-weight:bold;
	padding:5px 5px 5px 20px;
	width:40%;
	background:#fff;
	border-bottom:1px solid #666;
}

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

dd.none_center{
	padding-top:30%;
	display:block;
	top:0;
	bottom:0;
	margin:auto;
}

dd.none_center h2{
	font-size:25px;
	font-family:auto;
	font-weight:bold;
	margin-bottom:0.5em;
}
dd.none_center h2 span{
}

.new_detail_none span{
	color:#fff;
}



/* 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);}
.rb-grid li:nth-child(13) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}
.rb-grid li:nth-child(14) .rb-week > div:nth-child(1) { background-color: rgba(255,255,255,0.9);}



/* 191201 ÃƒÂ¨Ã‚ÂÃ‚Â·ÃƒÂ§Ã‚Â¨Ã‚Â®ÃƒÂ£Ã†â€™Ã‚Â»ÃƒÂ¥Ã‚Â®Ã…Â¸ÃƒÂ§Ã‚Â¸Ã‚Â¾ÃƒÂ¦Ã‚Â Ã‚Â¡ÃƒÂ¨Ã‚Â¿Ã‚Â½ÃƒÂ¥Ã…Â Ã‚Â  */
.rb-grid li.rb-span-4.col-1 {
	width: 24%;
}
.school {
	width: 99%;
	margin: 100px auto 80px;
}
.school h3 {
	font-size: 150%;
	color: #000000;
	font-weight: normal;
	text-align: left;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	margin-top: 30px;
	margin-bottom: 30px;
	padding:0.3em 0;
}
.school h4 {
	font-size: 110%;
	font-weight: normal;
	margin: 50px 0 10px;
}
.school h3 + h4 {
	margin-top: 0;
}
.school ul {
	margin-left: 1.1em;
}
.school ul li {
	font-size:85%;
	line-height: 2.0;
	display: inline-block;
}
.school ul li:after {
	content: '|';
	display: inline;
	padding: 0 5px;
}
.school ul li:last-child:after {
	content: none;
}


.rb-grid li h3 {
	font-size: 2em;
	font-weight:100;
	color:#000;
	text-align:center;
}


