@charset "UTF-8";

/*==========================================================================================
 Site:ORIX Rent a Car - 韓国語版
 Date:2016-09-06(+00:00)
 Maintained:Masahiro.Takahashi
 
 Memo:for Information category
==========================================================================================*/



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

 // Information List (index)

==========================================================================================*/
.infoListUnit { margin-bottom:40px;}
.infoListUnit:last-child { margin-bottom:0;}

/*　infoUnit　*/
.infoUnits {
	width:1000px;
	border:1px solid #E7E7E7;
	
	/* box-shadow */
	box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
	-moz-box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
}

/*　infoUnit　*/
.infoUnit {
	padding:30px;
	border-bottom:1px dotted #999;
}
li.infoUnit:last-child {
	border-bottom:none;
}
li.infoUnit:nth-child(odd) {
	background-color:#none;  
}
li.infoUnit:nth-child(even) {
	background-color:#F6F6F6;  
}

/*　dataKinds　*/
.infoUnit .dataKinds {
	width:220px;
	float:left;
}
.infoUnit .dataKinds .data { /* ※Data */
	display:inline-block;
	width:90px;
	margin:0 5px 0 0;
	padding:0.8em 0 0.8em;
	color:#036;
	font-size:93%;
	font-weight:bold;
	line-height:1;
}
.infoUnit .dataKinds .important { /* ※Important News */
	display:inline-block;
	width:110px;
	margin:0 10px 0 0;
	padding:0.8em 0 0.8em;
	color:#FFF;
	font-size:77%;
	font-weight:bold;
	line-height:1;
	text-align:center;
	background:#FF3366;
}
.infoUnit .dataKinds .information { /* ※Information */
	display:inline-block;
	width:110px;
	margin:0 10px 0 0;
	padding:0.8em 0 0.8em;
	color:#FFF;
	font-size:77%;
	font-weight:bold;
	line-height:1;
	text-align:center;
	background:#3570A9;
}
.infoUnit .dataKinds .pickup { /* ※PickUp */
	display:inline-block;
	width:110px;
	margin:0 10px 0 0;
	padding:0.8em 0 0.8em;
	color:#FFF;
	font-size:77%;
	font-weight:bold;
	line-height:1;
	text-align:center;
	background:#3570A9;
}

/*　textBody　*/
.infoUnit .textBody {
	width:708px;
	padding-top:0.6em;
	float:right;
}
.infoUnit .textBody a {
	font-size:108%;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	
	color:#0D3863;
}
.infoUnit .textBody a:hover {
	color:#7999B9;
}
.infoUnit .textBody .M {
	font-size:93%;
	line-height:1.6;
	padding-bottom:0.5em;
}
.infoUnit .textBody .M:last-child,
.infoUnit .textBody .M.last {
	padding-bottom:0;
}
.infoUnit .textBody .M span {
	font-size:85%;
	color:#666;
}
.infoUnit .textBody .SSgray {
	font-size:77%;
	line-height:1.4;
	color:#666;
}




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

 // Main Contents

==========================================================================================*/
#MainContents .secInner.Min {
	padding-top:0;
}