@charset "utf-8";

/*==========================================================================================
 Site:オリックスレンタカーの「ビジネスレンタカー予約サイト」
 Date:2025_03_28(+00:00)
 Maintained:Masahiro.Takahashi
 
 Memo:お知らせ詳細 - 250328『ICチップ付クレジットカードご利用時の暗証番号入力必須化について』
==========================================================================================*/



/* 汎用：ボタン特殊定義
==========================================================================================*/
/* 〜へ戻る等 */
.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;
}
section.box h2 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: 8px 10px;
	margin-left: 5px;
	display: block;
	font-size: 14px;
}
section.box h3 {
	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 - 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 .Inner {
    padding:10px;
}


/* 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;
}





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

　//　以下専用パーツ

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


/* イントロテキスト
-------------------------------------------------------------------------------- */
#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: 20px;
  font-size: 12px;
}
.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;
}

