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

.sp_none{
	display:none;
}


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

.rb-grid li {
	width: 100%;
	height: 7em;
	padding:1em;
	margin-bottom:10px;
	background:#fff;
}

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

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

.rb-grid li > div {
}


.rb-grid li.rb-span-1 {
	width: 100%;
	height: 15em;
		height: auto;/* 191201Ã¨Â¨â€šÃ¦Â­Â£ */
	text-align: left;
}
.rb-grid li:nth-child(1) {
	height: unset;
}


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


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


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



.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 {
	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;
	float:right;
	margin-top:-70px;
}

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

.thumb_img_box2{
	height:80%;
	overflow:hidden;
	float:right;
	top:0;
	margin-top:-50px;
}

.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 {
	opacity: 0.8;
}

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

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

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

.rec-base_main_img{
	width:100%;
	margin:10px 0;
}


.rec-base_president_img{
	width:100%;
	margin:10px auto;
}

.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:60%;
	margin:5px 0 0 0;
	display:block;
}

.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:0 0 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{
	margin:auto;
}

dd.none_center h2{
	font-size:150%;
	font-weight:bold;
	border:none;
}
dd.none_center h2 span{
	font-family:auto;
}


.new_detail_none{
	font-size:15px;
	text-align:center;
	background:#000;
	padding:4px 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;
}

.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;
	width:100%;
	text-align:center;
	font-size:100%;
	padding:10px 2%;
	border:5px solid #46b0e0;
}

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

.newgrad_box{
	font-size:70%;
	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;
}




.new_maon_box_title{
	font-size:110%;
	margin-top:10px;
	color:#000;
	text-align:center;
}

.new_maon_box{
	width:100%;
	margin:0 auto;
}

.new_maon_box dl{
  	 box-sizing:border-box;
}

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

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

.new_detail{
	text-align:center;
	padding-top:20px;
	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ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ */ 
}



/* 191201 Ã¨ÂÂ·Ã§Â¨Â®Ã£Æ’Â»Ã¥Â®Å¸Ã§Â¸Â¾Ã¦Â Â¡Ã¨Â¿Â½Ã¥Å Â  */
.rb-grid li.rb-span-4.col-1 {
	width: 100%;
}
@media screen and (max-width: 350px) {
	.rb-grid li.rb-span-4.col-1 dd.none_center h2 {
		font-size: 30px;
	}
	.rb-grid li.rb-span-4.col-1 dd.none_center .new_detail_none {
		font-size: 13px;
	}
}
