@charset "utf-8";

/*==========================================================================================
 Site:オリックスレンタカーの「ビジネスレンタカー予約サイト」
 Date:2025_04_11(+00:00)
 Maintained:Masahiro.Takahashi
 
 Memo:お知らせ詳細 - 250411『マイナ免許証運用開始に伴う対応について（第二報）』
==========================================================================================*/



/* 汎用：ボタン特殊定義
==========================================================================================*/
/* 〜へ戻る等 */
.btn-gray a {
	margin: 15px 0 0;
}





/*==========================================================================================

　//　各表示側調整

==========================================================================================*/


/* contentsInner
-------------------------------------------------------------------------------- */
#contentsInner.PdgBtm0 { /* ※下パディングなし  */
	padding-bottom: 0;
}
#contentsInner.PdgTop0 { /* ※上パディングなし  */
	padding-top: 0;
}
#contentsInner.PdgBtm0 { /* ※下パディングなし  */
	padding-bottom:0;
}
#contentsInner.BgTop {
	padding-top: 20px;
	background: url("../../common/img/bg_cont_Top.png") 50% 0 no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}


/* contents - box
-------------------------------------------------------------------------------- */
section.box h2 {
	background: -moz-linear-gradient(top, #133a7f 0%, #6d88b9 50%, #214c96 50%, #284b89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#133a7f), color-stop(50%,#6d88b9), color-stop(50%,#214c96), color-stop(100%,#284b89));
	background: -webkit-linear-gradient(top, #133a7f 0%,#6d88b9 50%,#214c96 50%,#284b89 100%);
	background: linear-gradient(top, #133a7f 0%,#6d88b9 50%,#214c96 50%,#284b89 100%);
	border-bottom: 1px solid #bbb;
}

#contents h3 {
	background: #3570A9;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contents h3.msgTop {
    margin-top: 10px;
}
#contents h3.notes {
	background: #888;
	font-size: 12px;
	margin: 5px 0 0;
}
#contents h3.Red {
	background: #FF3333;
	padding: 5px 3px;
    color: #fff;
	margin: 0 0 10px;
}


/* contents - boxSingle（上部タイトルあり）
-------------------------------------------------------------------------------- */
section.box.btmMg {
	margin-bottom: 10px;
}

/* 内部テキストパーツ */
section.box .mid {
	font-size: 13px;
	line-height: 1.6;
}
section.box .mid a {
	color:#036;
	text-decoration:underline;
}
section.box .mid a:hover {
	color:#036;
	text-decoration:none;
}
section.box .mid b {
	font-weight: bold;
}
section.box .mid b.red {
	color:#C00;
}
section.box .mid span {
	font-size: 11px;
}
section.box .mid.lines {
	padding-bottom:0.8em;
}


/* contents - boxSingle（上部タイトルなし）
-------------------------------------------------------------------------------- */
section.boxSingle {
	border: 1px solid #bbb;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}
section.boxSingle.btmMg {
	margin-bottom: 10px;
}
section.boxSingle p span {
	font-size: 11px;
    color: #666;
}
section.boxSingle p b {
    font-weight: bold;
}
section.boxSingle p.topPdg {
    padding-top:10px !important;
}
section.boxSingle .Inner {
    padding:10px;
}
section.boxSingle .lines {
	padding-bottom:0.8em;
}


/* contents - boxTitle（タイトルのみ・青）
-------------------------------------------------------------------------------- */
section.boxTitle {
	border: 1px solid #bbb;
	background-color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section.boxTitle h1 {
	background: -moz-linear-gradient(top, #133a7f 0%, #6d88b9 50%, #214c96 50%, #284b89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#133a7f), color-stop(50%,#6d88b9), color-stop(50%,#214c96), color-stop(100%,#284b89));
	background: -webkit-linear-gradient(top, #133a7f 0%,#6d88b9 50%,#214c96 50%,#284b89 100%);
	background: linear-gradient(top, #133a7f 0%,#6d88b9 50%,#214c96 50%,#284b89 100%);
}
section.boxTitle h1 span {
	background: -moz-linear-gradient(top, #ffffff 0%, #E1E6F0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#E1E6F0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#E1E6F0 100%);
	background: linear-gradient(top, #ffffff 0%,#E1E6F0 100%);
	padding: 10px;
	margin-left: 5px;
	display: block;
	font-size: 16px;
}


/* 注釈（box内部）
-------------------------------------------------------------------------------- */
#contents .noteBody {
	padding:0 10px;
}
#contents .noteBody.NosidePad {
	padding-left:0;
	padding-right:0;
}
#contents .noteBody p {
	line-height:1.6;
}
#contents .noteBody dl {
	font-size:11px;
	line-height:1.6;
	color:#666;
}
#contents .noteBody dt {
	float:left;
	clear:left;
	width:1.2em;
}
#contents .noteBody dd {
	margin-left:1.2em;
	margin-bottom:0.3em;
}
#contents .noteBody dd a {
	color:#036;
	text-decoration:underline;
}
#contents .noteBody dd a:hover {
	color:#036;
	text-decoration:none;
}
#contents .noteBody dd.single {
	margin-bottom:0;
}
#contents .noteBody .Red {
	color:#E50000;
}

section.boxTitleGrayMin {}
section.attentionArea {}
section.attentionArea .Inner {
	padding:10px 10px 10px;
}



/*==========================================================================================

　//　以下専用パーツ

==========================================================================================*/


/* イントロテキスト
-------------------------------------------------------------------------------- */
#contents .exDetail { padding:10px}
#contents .exDetail p {
	font-size: 13px;
    padding:0 0 0.5em;
}
#contents .exDetail p b {
	font-size: 14px;
}
#contents .exDetail p span {
	font-size: 11px;
}
#contents .exDetail p.PdgBtm0 {
	padding-bottom:0;
	line-height:1.6;
}
#contents .exDetail p.s-right {
    float: right;
}


/* 項目
-------------------------------------------------------------------------------- */
#contents h2 {
	background: #3570A9;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contents h2.msgTop {
    margin-top: 20px;
}
#contents h2.notes {
	background: #888;
	font-size: 12px;
	margin: 15px 0 0;
}
#contents h2.Red {
	background: #FF3333;
	padding: 5px 3px;
    color: #fff;
	margin: 0 0 10px;
}


/* その他
-------------------------------------------------------------------------------- */
.list-userguide-rule {
  padding-left: 20px;
}
.list-userguide-rule.s-paddingbottom {
  padding-bottom: 15px;
}
.list-userguide-rule-item {
  position: relative;
  margin-top: 13px;
}
.list-userguide-rule-item:only-child {
  margin-left: -1.5em;
}
.list-userguide-rule-item.s-size-mid {
  font-size: 13px;
}
.list-userguide-rule-item.s-size-note {
  font-size: 10px;
  margin-top: 8px;
}
.list-userguide-rule-item.s-weight-bold {
  font-weight:bold;
}

.list-userguide-rule-number {
  position: absolute;
  left: -1.5em;
}

.mod-topics-text {
  margin-bottom: 25px;
}
.mod-topics-text.s-weight-bold,
.mod-topics-text .s-weight-bold {
  font-weight:bold;
}
.mod-topics-text.s-marginbottom-mid {
  margin-bottom: 15px;
}
.mod-topics-text.no-marginbottom {
  margin-bottom: 0;
}
.mod-topics-text.s-middle-large {
  margin-bottom: 0;
  font-size: 15px;
}
.mod-topics-text.s-middle {
  margin-bottom: 20px;
  font-size: 15px;
}
.mod-topics-text.s-small {
  margin-bottom: 0;
  font-size: 10px !important;
}
.mod-topics-text .s-link-b {
  font-weight:bold;
  background:linear-gradient(transparent 70%, #fff999 70%);
  margin-right: 0.3em;
}

.mod-topics-text-flame-blue {
  margin: 1em auto 1em;
  padding: 10px 10px 6px;
  width: auto;
  color: #113961 !important;
  border: 2px solid #113961;
  text-align: left;
}
.mod-topics-text-flame-blue p {
  line-height: 1.7;
}
.mod-topics-text-flame-blue p a {
  color: #113961 !important;
  text-decoration: underline;
}
.mod-topics-text-flame-blue p a:hover {
  color: #113961 !important;
  text-decoration: none;
}

.btn-cmn-wrap {
  text-align: center;
  margin: 15px auto 0;
}
.btn-cmn {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-color: #113961;
  border-radius: 3px;
  padding: 1em 0 0.8em;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-cmn span {
  font-size: 10px;
  color: inherit !important;
  font-weight: normal !important;
}



/* テーブル
-------------------------------------------------------------------------------- */
.tblSec.MgTop {
    margin-top:5px;
}
.tblSec.MgBtm {
    margin-bottom:15px;
}

/* Table */
.tblSec table.NoLine {
	border-top:none;
}

/* TH */
.tblSec th.TopLine {
	border-top:1px solid #a3b5c8;
}
.tblSec th.BottomLine {
	border-bottom:1px solid #a3b5c8;
}
.tblSec th.BlueWcMin {
	padding:5px;
	border-right:none;
	background:#036;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
}
.tblSec th.BlueWcMin span {
	font-size:11px;
    font-weight:normal;
}

/* TD */
.tblSec td {
	line-height:1.6;
}
.tblSec td.s-width-mid {
	width:40%;
}
.tblSec td.TopLine {
	border-top:1px solid #a3b5c8;
}
.tblSec td.Item {
	padding:5px;
    background:#eef1f4;
	text-align:left;
    vertical-align:middle;
}
.tblSec td.Text {
	padding:5px;
	text-align:left;
    vertical-align:middle;
}

/* TD内パーツ */
.tblSec td p {
	font-size:12px !important;
	line-height:1.4;
	font-weight:bold;
    color: #333;
}
.tblSec td .s-color-red {
    color:#FF3333;
}


