@charset "utf-8";

/* ================================================== Login Form */
.login_bg_myricoh{
	background: url(/myricoh/img/img-main-myricoh.jpg) no-repeat;
	height: 500px;
	background-position: 0px -120px;
/*	background-size:cover;*/
}

.login_bg_myricoh01{
	background: url(/myricoh/img/img-main-myricoh01.png) no-repeat;
	height:500px;
}
.login_bg_myricoh02{
	background: url(/myricoh/img/img-main-myricoh02.png) no-repeat;
	height:500px;
}
.login_bg_myricoh03{
	background: url(/myricoh/img/img-main-myricoh03.png) no-repeat;
	height:500px;
}
.w1224{
	max-width: 1224px !important;
}
.mr160{
	margin-right: 160px !important;
}
.login_form_bg{
	background-color:rgba(0,0,0,.7);
	height: 390px;
	z-index:99;
}
.login_bg_myricoh .catchcopy{
	text-align: left;
	color: #000;
	position: relative;
	left: 0px;
	top: 50%;
	background-color: rgba(255,255,255,0.7);
	padding:16px;
	width:42.5%;
	top:104px;
}
.login_bg_myricoh .catchcopy span{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3em;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;	
}
 
/* ============================================================ Media Queries */
@media (max-width: 640px) {
	.rsp_login_bg_myricoh{
		/*background: url(none) !important;*/
		height:390px !important;
	}
	.rsp_newwindow { background-image: url(../img/icon_s_newwindow_01.png); -webkit-background-size: 24px 24px; background-size: 24px 24px !important; }
	.rsp_login_form_bg{
		background-color:#fff !important;
	}
}

/* ================================================== Footer Copyright Year */
.ft_copy_year{
	display: inline-block;
	height: 12px;
	overflow: hidden;
	text-indent: -30px;
	width: 30px;
}

/*IE8*/
html>/**/body .ft_copy_year{
	height/***/:13px\9;
	margin-top/***/:1px\9;
}

/*IE9*/
.ft_copy_year(:target) {
	text-indent: -29px;
}

/*IE10*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.ft_copy_year{
		height: 12px;
		text-indent: -29px;
	}
}

.ft_copy_year:after{
	content:"  2018";	
}

/* ================================================== Kiyaku Scroll Area */
.kiyakuWin{
	overflow: auto;
    width: 100%;
    height: 200px;
    padding: 8px;
    border: 1px solid #c9c9c9;
    font-size: 12px;
    resize: vertical;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}


/* ================================================== Default Font Size */
body { font-size: 13px !important; }

#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a { display: block; padding: 0 16px; color: #666666; font-size: 12px !important; line-height: 1.2; }
@media (max-width: 640px) {
	#gl_footer > * + .ft_ut { margin-top: 0; border: none; }
	#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a { font-size: 13px !important; }
	.tbl_btn { margin-bottom: 20px; line-height:1.6em; }
}

.fm_ttl { font-size: 13px !important; }

/* ================================================== Modal Window */
.modal_win{
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
	display: none;
	padding: 24px;
/*	width: 500px;*/
}

.modal_close{ 
	position: absolute;
	top: 12px;
	right: 12px;
	display: block; 
	width: 24px;
	height: 24px; 
	background: url(/myricoh/img/icon_s_close_01.png);
	z-index: 2;
}

/* ================================================== Customize Icon Position */
#gl_header .ico_nml{ background-position: 0 -0.15em !important; }
.ico_nml   { background-position: 0 -0.3em !important; }
.ico_nml_f { padding-left: 20px !important; }
.ico_end   { padding-right: 20px !important; background-position: 100% -0.35em !important; }
.ico_end_f { padding-right: 20px !important; background-position: 100% 0 !important; } 
.newwindow_fw{ background-position:0 0.1em !important;}


/* ================================================== Password */
input.nml[type=password] { padding: 7px 8px; font-size: 16px; border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* error,requisite */
input.nml.err[type=password] { background: #f8ccc9; border: 1px solid #ed171f; }
input.nml.req[type=password] { background: #fef5f4; border: 1px solid #f8ccc9; }

/* ============================================================ Pager */
.paging_nv { line-height:1.7em !important; }

/* ============================================================ Border */
.bd_1sl_c12{
	border:1px solid #cf142b !important;
}

h1{
	font-size: 26px !important;
}

h2{
	font-size: 22px !important;
}

h3{
	font-size: 18px !important;
}

h4{
	font-size: 16px !important;
	color: #717171;
}

.button{
	font-size: 16px !important;
	font-weight: bold !important;
}

.button.button_small{
	font-size: 14px !important;
}

/* ============================================================ Important Area */
.important_news{
  border: solid 1px #d9d9d9;
  padding: 18px 20px;
  margin: 8px 0px 24px;
}
.important_news dl{
  width: 100%;
  display: table;
  margin-bottom: 8px;
}
.important_news dl:last-child{margin-bottom: 0;}
.important_news dt,
.important_news dd{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  word-break:break-all
}
.important_news dt{
  width: 10%;
  white-space: nowrap;
  padding-right: 1em;
}
@media (max-width: 640px) {
  .important_news dt,
  .important_news dd{
    display: block;
  }
}

/* ============================================================ Mobile Button Area */
@media (max-width: 640px) {
	.rsp_btn_l_to_b{
		position:relative;
		bottom:-53px;
	}
	.rsp_btn_r_to_t{
		position:relative;
		bottom:53px;
	}
}

.ma0{
	margin:0 auto;
}

/* ============================================================ DropDwon for PC (Customer Portal) */
.slct_drpdwn_div{
    border: 1px solid #c9c9c9;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	background: url(/myricoh/img/icon_s_accordiondown_03.png) no-repeat 296px;
	cursor:pointer;
}
.slct_drpdwn_ul_frst{
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 322px;
	cursor:pointer;
}
.slct_drpdwn_ul_frst li{
	position:relative;
	height: 18px;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    padding: 8px;
	margin-top: 0px;
	background: url(/myricoh/img/icon_s_right_01.png) no-repeat 292px;
	background-color:#FFFFFF;
}
.slct_drpdwn_ul_frst li:last-child,.slct_drpdwn_ul_scnd li:last-child{
	border-bottom: 1px solid #c9c9c9;
}
.slct_drpdwn_ul_frst li:hover,.slct_drpdwn_ul_scnd li:hover{
    padding: 8px;
	margin-top: 0px;
	background-color:#c1def5;
}
.slct_drpdwn_ul_scnd{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -27px;
	left: 312px;
	display: inline-block;
	white-space: nowrap;
	min-width: 322px;
}
.slct_drpdwn_ul_scnd li{
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    padding: 8px;
	margin-top: 0px;
	background: none;
	background-color:#FFFFFF;
	height: 100%;
}

/* ============================================================ 機種依存モーダル */
.kishuizon{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.kishuizon li{
	display:table-cell;
	vertical-align:middle;
	margin-top:0;
	float:left;
	padding:5px;
	width:16px;
	border:1px solid #999999;
}

/* ============================================================ ログイン後トップバナーエリアエフェクト */
.banner_mn .sld_mn_img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner_mn .sld_mn_img img:nth-child(1){
	z-index:1;
}
.banner_mn .sld_mn_img img:nth-child(2){
	position:absolute;
	bottom:0px;
	z-index:3;
}
.banner_mn .sld_mn_img span:nth-child(3){
	bottom:5px;
	right:5px;
	z-index:150;
}
.banner_mn .sld_mn_smry {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
.banner_mn .sld_mn_img:hover div {
  bottom: 0;
  left: 0;
}
@media (max-width: 640px) {
	.banner_mn .sld_mn_smry {
		top:0;
		opacity:0.8;
	}	
	.banner_mn .sld_mn_img img:nth-child(1){
		position: relative;
		top: 0px;
		background-color: rgba(0,0,0,0.6);
		z-index: 2 !important; 
	}
	.banner_mn .sld_mn_img img:nth-child(2){
		position:absolute;
		bottom:0 !important;
		z-index: 10 !important;
	}
	.banner_mn .sld_mn_img span:nth-child(3){
		bottom:5px;
		right:2px;
		z-index:150;
	}
}


