/* ===============================================
	▼フォント
=============================================== */
/* 文字大きさ */
.fontL { font-size: 140%; }
.fontM { font-size: 120%; }
.fontS { font-size: 90%; }
.fontSS { font-size: 60%; }
.font9{
font-size:0.9em;
color:#000;
}
.font75{
font-size:0.75em;
color:#000;
}


.copynews_b{ 
color:#000000;
font-weight: bold;
 font-size: 1em;
margin:2px;
padding:2px 4px;
 }


.copynews_b_red  { color: #ff8c00; font-weight: 500; font-size: 11px; line-height: 15px; text-align: left }



.copynews_b2  { 
color:#000000;
font-weight: bold;
 font-size: 1em;
 background-color: #adff2f;
margin:2px;
padding:2px 4px;
 }

/* ===============================================
	▼スケジュール
=============================================== */
.newstopics {
width:900px;
 height:500px;
 overflow:auto;
 margin:0;

		}
		
		
		

.newsbox {
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}

.newsbox a {
color: #ff4500;
}

.newsbox a:hover {
color: #ffffff;
background-color:#ff4500;
}

.newsbox dt {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 22px;
			margin-top:5px;
margin-bottom:10px;
}

.newsbox dd {
	font-size: 0.75em;
	line-height: 1.6em;
margin-top:5px;
margin-bottom: 15px;
padding-left: 20px;

}


.up {
	color: #ffffff;
	font-family:verdana,arial,sans-serif;
	margin-left:10px;
	background-color:#ff4500;
	border: 1px solid #ff4500;
	font-weight: bold;


}

.red {
	color: #ff4500;

}


.career {
width:500px;
 height:500px;
 overflow:auto;
 margin-top: 5px;
 margin-left: 10px;
 margin-bottom: 5px; 

}

/* ===============================================
	▼pagetop
=============================================== */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
		
