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

/* CSS Information ---------

o-ren.Gr
ViVi
SP NEWS用 CSS

file name : sp_news.css
Sign up : 2016.4.28
Last modify : 2016.4.28

-------------------------*/


/*----- ニュース欄　-----*/

.news_area {
	background-color: #ffffff;
	background-image: url('../image/back_parts/main_background.jpg');
	background-attachment: fixed;
}

#newsList {
	list-style: none;
	font-size: 12px;
    width: 100%;
    margin: 0 auto;
	box-sizing: border-box;
}

.main_news {
	float: right;
	width: 100%;
	box-sizing: border-box;
	height: 110px;
    padding:4px;
	border-bottom: 1px solid #ccc;
	background-color: rgba(235, 255, 255, 0.86);
    background: url('../image/sp/menu_icon/arrow.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.main_news a {
	display: block;
	text-decoration: none;
	height: 100%;
}

.main_news:hover {
	background-color: #FBFFBD;
}

.main_news .block_left {
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.main_news .block_left .b_image {
	max-width: 75px;
    max-height: 105px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.main_news .block_left .b_image img {
	width: 100%;
}

.main_news .block_right {
	width: 70%;
	float: right;
	box-sizing: border-box;
	padding-left: 5px;
	line-height: 13px;
}

.main_news .block_right .b_title_s {
	display: block;
    line-height: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_news .block_right .b_date {
	font-size: 10px;
	color: #000000;
}

.main_news .block_right .b_content_s {
	width: 80%;
	display: block;
	padding: 5px 0;
}

/*----- jobbanner -----*/

.footer_jobnavi {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.footer_jobnavi .img {
	width: 90%;
}

/*----- clearfix -----*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*　オートページャー　*/

#next a{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 10px;
    background: linear-gradient(#b7f2ff, #00cddf);
    color: #565656;
    width: 80%;
    max-width: 640px;
    margin: 10px auto;
    border-radius: 15px;
    box-shadow: 1px 2px 4px 0px #4C4C4C;
    text-shadow: 1px 2px #F5D8D8;
}

#loading {
	margin: 0 auto;
}

/*　ページャー用　*/

div.pagenation {
   position: relative;
}

div.pagenation ul {
	text-align: center;
    display: table;
    margin: 5px auto;
    width: 100%;
}

div.pagenation ul li a{
	text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	line-height: 45px;
	margin: 0 4px;
}

div.pagenation li.first , div.pagenation li.last {
    width: 15%;
    display: table-cell;
}

div.pagenation li.first a , div.pagenation li.last a {
	display: block;
	background-color: #A7FF7E;
}

div.pagenation li.prev , div.pagenation li.next {
    width: 35%;
    display: table-cell;
}

div.pagenation li.prev a , div.pagenation li.next a {
	display: block;
	background-color: #E0E0E0;
}




