@charset "utf-8";

/*================================
ファイル名：abuot.css
説明：株式会社結婚情報センターの企業情報のスタイル

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");

/* =========================================
*  CONTENTS
* ========================================= */

div#contents p.inquiryBtn {
	margin: 20px 0 10px 180px;
}

table {
	margin: .5em .5em 0;
	border: solid #DFDFDF 1px;
	border-right: none;
	border-bottom: none;
}

	table thead {
		background: #EEE;
		text-align: left;
	}
	
	table tbody {
	}
	
	table th,
	table td {
		border: solid #DFDFDF 1px;
		border-top: none;
		border-left: none;
		padding: .5em .9em;
		font-weight: normal;
		text-align: left;
	}
	
	table tbody th {
	}

	table td.Area {
		width: 5em;
	}
	
	table td.Visit {
		width: 6em;
	}

	table td.Store {
		width: 6.8em;
	}
	
	table td.Day {
		width: 12em;
	}
	
	table td.Placy {
		width: 10em;
	}
	
	
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);
}

/*----------------------------------------*/
/*       旧で使ってた出張説明会           */
/*----------------------------------------*/

#ichiranTable {
	width: 530px;
	margin: 0 10px 0 10px;
}

#ichiranTable .shitenArea {
	width: 510px;
    padding: 0 0 0 20px;
}

.menutxt { /* 日時＆場所のテキスト */
	font-size: 10pt;
	line-height: 1.25em;
	padding: 3px 0 3px 0;
	vertical-align: top;
}

.shitentxt {
	font-size: 10pt;
	line-height: 15px;
	padding: 3px 0 3px 0;
	text-align: center;
}

.ichiranmenu { /* 一覧上のタイトル */
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: center;
	background-color: #DFEFAC; 
}

.areamenu { /* 出張先 */
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	background-color: #FFFFCC; 
}
.chiikimenu { /* たてがき地域 */
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	writing-mode: tb-rl;
}

#shitenTable {
    width: 400px;
	margin: 5px 10px 0 20px;
}

.shitenText { /*支店テキスト*/
	font-size: 75%; /*85*/
	line-height: 1.15em;
}

.line { /* 一覧の枠線 */
    border: solid #DFEFAC; 
    border: 1px 1px 1px 1px;
}