@charset "utf-8";

/*================================
ファイル名：neocm.css
説明：結婚ナビ説明のCSSをベースに

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：imade
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");

/* Clearfix
=================================*/

ul.serviceList:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

ul.serviceList {
	display: inline-block;
}

/* Hide from Mac IE \*/
ul.serviceList {
	*height: 1%;
	display: block;
}

/* Hide from Mac IE */

div#main h1 {
	margin: 0 2px;
	padding: 9px 11px 9px;
	background: url(../../img/share/bg_alt_title.gif) no-repeat;
	font-weight: normal;
}

div#main h2 {
	margin-top: 12px;
	padding: 0 15px;
	line-height: 26px;
	color: #FFFFFF;
	background: url(../../img/share/bg_branch_title.gif) no-repeat;
	font-weight: bold;
}

div#main h2.mgt {
	margin-top: 22px;
}

/* =========================================
*  INDEX
* ========================================= */

ul.serviceList {
	width: 531px;
}

ul.serviceList li {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 263px;
}

div#main ul.serviceList li h2 {
	margin-top: 0;
	padding: 0;
	line-height: 0;
	background: none;
}

ul.serviceList li.line {
	clear: none;
	float: right;
	width: 263px;
	padding-left: 5px;
	background: url(../../img/service/bg_line.gif) repeat-y;
}

ul.serviceList li p {
	margin-left: 8px;
}

ul.serviceList li p.txt {
	min-height: 73px;
}

ul.serviceList li p.more {
	margin-top: 3px;
	padding-left: 10px;
	background: url(../../img/share/icon_arrow01.gif) no-repeat 0 .4em;
}

/* =========================================
*  MATCHING
* ========================================= */

div.matchingArea ol {
	padding: 21px 0 1px 21px;
	background: url(../../img/service/bg_matching.gif) no-repeat;
}

div.matchingArea p.matchingStart {
	margin: 30px 0 0 70px;
}

div.matching01 {
	padding: 0 0 193px;
	width: 470px;
	position: relative;
	background: url(../../img/service/matching_flow01.jpg) no-repeat;
}

div.matching01 p.btn {
	margin: 0;
	position: absolute;
	top: 33px;
	left: 36px;
}

div.matching01 p.btn a:hover img {
	opacity: .0;
	filter: alpha(opacity=0);
}

div.matchingStart {
	margin: 30px 0 0 70px;
	position: relative;
	background: url(../../img/service/matching_bg_start.gif) no-repeat;
}

div.matchingArea p.btn a:hover img {
	opacity: .0;
	filter: alpha(opacity=0);
}
div.matchingArea p.more {
	margin-top: 11px;
	padding-left: 11px;
	background: url(../../img/share/icon_arrow01.gif) no-repeat 0 .4em;
}

/* =========================================
*  NAVI
* ========================================= */

div.naviArea div#navFlash {
	margin-top: 10px;
}

div.naviArea div#neoFlash {
	text-align: center;
	margin-top: 10px;
}

div.naviArea p.catch {
	margin:14px 0 0 13px;
}

/* naviList */

ul.naviList {
	margin-top: 22px;
	width: 531px;
}

ul.naviList li {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 263px;
}

div#main ul.naviList li h2 {
	margin-top: 0;
	padding: 0;
	line-height: 0;
	background: none;
}

ul.naviList li.line {
	clear: none;
	float: right;
	padding-left: 5px;
	width: 263px;
	background: url(../../img/service/bg_line.gif) repeat-y;
}

ul.naviList ol.deaEmailFlow li{
	padding-left: 5px;
	width: 100%;
}

ul.naviList ol.deaEmailFlow span {
	font-weight: bold;	
}


ul.naviList li p {
	margin: 0 0 20px 14px;
}

ul.naviList li p span {
	font-weight: bold;
}

ul.naviList li ol {
	margin-left: 5px;
}

ul.naviList li ol li {
	clear: none;
	margin: 0;
	padding-bottom: 15px;
	width: auto;
}


/* searchList:ネオご利用の流れ */

div.naviArea ul.searchList li {
	margin-bottom: 15px;
	min-height: 139px;
}

div.naviArea ul.searchList li.step1 {
	min-height: 151px;
	background: url(../../img/neocm/neocm_img_step1.jpg) no-repeat 0 20px;
}

div.naviArea ul.searchList li.step2 {
	min-height: 151px;
	background: url(../../img/neocm/neocm_img_step2.jpg) no-repeat 0 20px;
}

div.naviArea ul.searchList li.step3 {
	min-height: 151px;
	background: url(../../img/neocm/neocm_img_step3.jpg) no-repeat 0 20px;
}

div.naviArea ul.searchList li.step4 {
	min-height: 151px;
	background: url(../../img/neocm/neocm_img_step4.jpg) no-repeat 0 20px;
}

div.naviArea ul.searchList h3 {
	padding: 20px 0 0 169px;
	background: url(../../img/service/navi_line_search.gif) no-repeat;
}

div.naviArea ul.searchList li.first-child h3 {
	background: none;
}

div.naviArea ul.searchList p {
	margin: 7px 0 0 169px;
}
div.naviArea ul.searchList span {
	font-size: 10px;
	color: #000000;
}







