@charset "utf-8";

.mainVisualBlock {
	width: 100%;
	max-width: 1024px;
	height: 500px;
	margin: 0 auto;
}

.login_bg_myricoh {
	width: 100%;
	height: 100%;
	background: url(/myricoh/img/img-main-myricoh.jpg) no-repeat;
	background-position: left top;
	box-sizing: border-box;
	position: relative;
}

.loginBox {
	width: 42%;
	max-width: 400px;
	min-height: 390px;
	padding: 16px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	box-sizing: border-box;
	z-index: 99;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}

.reconArea {
	width: 100%;
	padding: 0;
	max-width: 1024px;
	margin-top: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.reconArea li {
	list-style-type: none;
	width: 245px;
	padding: 0px 3px;
	
}

.reconArea li img {
	width: 100%;
}

.reconArea a:hover {
	opacity: 0.7;
}


/* ========== responsive ========== */
@media (max-width: 640px) {

.mainVisualBlock {
	height: auto;
}

.login_bg_myricoh {
	width: 100%;
	height: auto !important;
	background-size: cover;
	position: static;
}

.loginBox {
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	position: static;
	transform: translateY(0);
}

.reconArea {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.reconArea li {
	list-style-type: none;
	width: 100%;
}

/* overwrite */
.rsp_fs_xs2 {
    font-size: 12px !important;
}

.news_sct dl .news_lst_day.w120,
.news_sct dl .news_lst_cate.w120 {
	width: auto !important;
	float: none;
}

.news_sct dl .news_lst_day {
	font-family: Arial, sans-serif;
	display: inline-block;
	color: #273444;
    letter-spacing: 0.05em;
	font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    margin: 3px 15px 2px 0;
}

.news_sct dl .news_lst_cate {
	font-family: Arial, sans-serif;
	display: inline-block;
}

.news_sct dl .lb_ico {
	font-family: Arial, sans-serif;
    border-radius: 9px;
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    padding: 0 6px;
    margin-top: 0;
    vertical-align: top;
}

.news_sct dl .lb_ico.cate01 {
	background-color: #e6ebee;
	color: #273444;
}

.news_sct .news_lst_dtl {
	line-height: 17px;
	font-size: 13px;
	margin-top: 8px;
}

.news_sct dl .news_lst_day.w120.pcOnly {
	display: none;
}

}
