﻿@charset "utf-8";

/* Common ============================== */
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
A, A: link,
A: visited { color: #0b51b3; }
A: hover,
A: active { color: #0d63dc; }
A[href^="tel: "] {
	color: inherit;
	pointer-events: none;
}
A IMG { border: none; text-decoration: none; }
.sct_bg02 {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.sct_bg02 .cmp_mtc01 { border-color: #c9c9c9; }
.head { border-radius: 4px 4px 0 0; }
.foot { border-radius: 0 0 4px 4px; }
.button { padding: 0.75em 0.5em; }
.round { border-radius: 1.5em; }
.shadow {
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
DL.inline { display: inline-block; }
DL.inline DT { float: left; }
DL.inline DD { overflow: hidden; }
.lb_ico { vertical-align: 0.25em; }
SPAN.ico_nml { background-position: 0 top; }
SPAN.ico_nml.ver { background-position: 0 center; }

.button .ico_nml { background-position: 0 top; }
.time { background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cmn_sp/icon/time.png); }
TABLE.pad {
	border-color: #c9c9c9;
	border-left: 0;
}
TABLE.pad TH, TABLE.pad TD {
	border-color: #c9c9c9;
	border-right: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
TABLE.pad TH {
	width: 1em;
	background: none !important;
	font-weight: bold;
	white-space: nowrap;
}
.ft_pg_top {
	position: fixed;
	right: 12px;
	bottom: 16px;
	z-index: 9000;
}
.ft_pg_top A {
	width: 45px;
	height: 45px;
	background: #dedede url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_up_01.png) center center no-repeat;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ft_copy { font-family: Frutiger, Arial, sans-serif; }
.fc_c12 { color: #00757f !important; }
.bg_c12 { background-color: #00757f !important; }
.bg_f53 { background-color: #717171 !important;}
.mglrat {
	margin-left: auto !important;
	margin-right: auto !important;
}
.pdlr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media (min-width: 641px) {
	A: hover IMG {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.ft_pg_top A: hover {
		background-color: #666;
		background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_up_02.png);
	}
}
@media (max-width: 640px) {
	A[href^="tel: "] {
		color: #0b51b3;
		pointer-events: auto;
	}
	.ft_pg_top {
		right: 0;
		bottom: 8px;
	}
	.ft_copy { margin-top: 12px !important; 	}
	.rsp_bdt_n { border-top: none !important; }
}

/* Event ============================== */
.main_vi {
	max-width: 1024px;
	border: 1px solid #c9c9c9;
	border-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.main_vi_img H1 {
	width: 60%;
	border-top: 4px solid #00757f;
	padding: 5% 4% 0;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main_vi_img P {
	width: 40%;
	border-top: 4px solid #00757f;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1040px) {
	.main_vi {
		border-left: 0;
		border-right: 0;
	}
}
@media (max-width: 640px) {
	.main_vi_img H1 {
		width: 100%;
		padding: 4%;
		float: none;
	}
	.main_vi_img P {
		width: 100%;
		float: none;
	}
}

/* Origin ============================== */
.bg_c12 { background-color: #00757f !important; }
.headside {
	border-left: 4px solid #00757f;
	padding-left: 12px;
}
.cmp_mtc01.head { background-color: #00757f; }
@media (max-width: 640px) {
}

/* btn ============================== */
A.button {
    background-color: #0b51b3;
    background-image: none;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 0.75em 0.5em;
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
A:hover.button {
    text-decoration: none;
    -ms-filter: "alpha( opacity=80 )";
    opacity: .8;
}
A.button.round {
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
    -khtml-border-radius: 1.25em;
    border-radius: 1.25em;
}
.xlarge {
    font-size: 1.375em !important;
}
@media (max-width: 640px) {
	A.button {
    	padding: 0.75em 0.4em;
	}
	A:hover.button {
	    opacity: 1;
	}
	.xlarge {
    	font-size: 1.15em !important;
	}
}

/* Report ============================== */


.hd_bnr {
    float: right;
    margin-top: 20px;
}
.hd_bnr a{
    padding: 8px 20px;
}
.box_report {
    padding: 12px 16px;
    border: 4px solid #dedede;
    border-radius: 8px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_report a{
    font-size: 20px;
}
@media (max-width: 640px){
	.hd_bnr {
	    margin-top: 7px;
	}
	.hd_bnr a{
	    padding: 8px 10px;
	    font-size: 14px;
	}
	.hd_bnr a span.ico_nml_l{
	    background-position: -4px 45% !important;
	}
	.box_report a{
	    font-size: 16px;
	}
}


.bdb_f53 {
    border-bottom: 4px solid #717171 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

}