@charset "utf-8";

/*==========================================================================================
 Site:オリックスレンタカーの「ビジネスレンタカー予約サイト」
 Date: 2024-09-27(+00:00)
 Maintained: Masahiro.Takahashi
 
 Memo:ブラウザのキャッシュ（インターネット一時ファイル）の削除
==========================================================================================*/



/* text color  */
.red {
	color:#C00;
}

/* boxSingleIntro  */
section.boxSingleIntro {
	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:10px 10px 0;
}

/* exDetail */
#contents .exDetail { padding:10px}
#contents .exDetail:nth-child(n + 2) {
    margin-top:15px;
}
#contents .exDetail.s-nomargin-top {
    margin-top:0;
}
#contents .exDetail.s-margin-top-min {
    margin-top:5px;
}
#contents .exDetail p {
	font-size:13px;
    line-height:1.6;
    padding:0 0 1em;
}
#contents .exDetail p b {
	font-size: 14px;
}
#contents .exDetail p span {
	font-size: 11px;
    color:#666;
}
#contents .exDetail p.PdgBtm0 {
	padding-bottom:0;
}
#contents .exDetail p.s-leftIn {
    padding-left:25px;
}
#contents .exDetail p.s-size-mid {
	font-size: 12px;
    line-height:1.5;
}
#contents .exDetail p.s-size-large {
	font-size: 15px;
    font-weight: bold;
}
#contents .exDetail p.Cdiv {
    text-align:center;
}

/* relatedConts */
.relatedConts {
	margin:1.5em 0 1.5em;
}
.relatedConts dt {
	display:none;
	width:auto;
	margin:0 5px 0 0;
	padding:0.5em 0.5em;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	line-height:1;
	text-align:center;
	background:#0D3863;
	float:left;
}
.relatedConts dd {
	margin:0 0 12px;
	padding:0.1em 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#036;
	line-height:1.4;
}
.relatedConts dd.NoMgBtm {
	margin:0 0 0;
}
.relatedConts dd .Link {
	margin:0 0.8em 0 0;
}
.relatedConts dd .Link span {
	font-size:10px;
    font-weight:normal;
}
.relatedConts dd a:link { text-decoration:none;	color:#036;}
.relatedConts dd a:visited { text-decoration:none; color:#036;}
.relatedConts dd a:hover { text-decoration:underline;}
.relatedConts dd a:active { text-decoration:underline;}

/* container-wrap */
.container-wrap {}

/* blowTitle */
.blowTitleBluelightTop {
	display:block;
	position:relative;
	background:#3470A9;
	border-radius:3px;
	text-align:center;
	margin:0 0 15px;
	padding:12px 10px 10px;
}
.blowTitleBluelightTop::after {
	content:'';
	position:absolute;
	border-top:7px solid #3470A9;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	bottom:-7px;
	left:49%;
}
.blowTitleBluelightTop p,
.blowTitleBluelightTop h2 {
	font-size: 15px;
	line-height:1;
    text-indent:-0.9em;
	color:#FFF;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.blowTitleBluelightTop h2.adjust {
    text-indent:-1.5em;
}
.blowTitleBluelightTop h2 span {
	font-size: 11px;
	color:#FFF;
	
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
.blowTitleBluelightTop h2 b {
    font-size: 16px;
}
.blowTitleBluelightTop h2 i {
    line-height:0;
    text-indent:0;
    color:#fff;
}
.blowTitleBluelightTop.MgTop {
    margin-top:20px;
}
.blowTitleBluelightTop.SidePad {
    margin-left:10px;
    margin-right:10px;
}

/* ol li */
#contents ol {
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
    padding:0 0.5em;
}
#contents ol li {
    font-size:13px;
    line-height:1.6;
    padding-bottom:0.8em;
    font-weight:bold;
    
    margin-left: 2em;
	text-indent: -2em;
}
#contents ol li::before {
	counter-increment: listnum;
	content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
	padding-right: 0.3em;
	vertical-align: middle;
}
#contents ol li.s-padding-bottom {
    padding-bottom:4em;
}

/* img */
#contents .image-cap {
    text-align:center;
    padding-bottom:2em;
}
#contents .image-cap.s-nopadding-bottom {
    padding-bottom:0;
}
#contents .image-cap.s-padding-bottom {
    padding-bottom:4em;
}
#contents .image-cap img {
    margin:0 auto;
    width:100%;
    max-width:300px !important;
    border:4px solid #ccc;
}



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

　//　各表示側調整

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


/* 〜へ戻る等 */
.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 - 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;
}


