﻿@charset "UTF-8";

/* **************************************************

Name: special.css

Description: Setting of special page

Create: 2007.10.XX
Update: 2007.88.88

Copyright 2007 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[t1] トップページ
[t2] ブランディング画像
[xx] ポップアップページ
[xx] フォームページ
[xx] コーポレート & 検索ページ

===================================================== */



/* [t1] トップページ
=========================================================================================== */
/* [t2] ブランディング画像
=========================================================================================== */

/* ---[c1-1] ブランディング画像 > 4グリッド >　グローバルナビなし--- */
p#BrandingImgStyle1 { margin: 0 0 20px; }


/* ---[c1-2] ブランディング画像 > 4グリッド >　グローバルナビあり--- */
p#BrandingImgStyle2 {
	position: relative;
	z-index: 1;
	margin: -4.1px 0 20px;
}


/* ---[c1-3] ブランディング画像 > 3グリッド--- */



/* [xx] ポップアップページ
=========================================================================================== */

/* ---[-] ポップアップヘッダ--- */
div#SiteIdentityP {
	margin: 0 0 15px;
	width: 100%;
	height: 53px;
	background: url("/cmn_img/bg_site_id_popup.gif") repeat-x 0 -1px #e6e6e6;
	font-size: 0;
}
div#SiteIdentityP p { text-align: right; }


/* ---[-] ポップアップコンテンツエリア--- */
div#PopUpContainer div#PopUpContents {
	clear: both;
	margin: 0 15px;
	text-align: left;
}


/* ---[-] 閉じるボタン--- */
ul.CloseButtonStyle {
	margin: 0 0 15px;
	font-size: 83%;
	text-align: center;
}
ul.CloseButtonStyle li {
	margin: 0 auto;
	width: 120px;
	background: url("/cmn_img/bg_button_botttom120.gif") 0 100% no-repeat;
}
ul.CloseButtonStyle li a {
	display: block;
	padding: 5px 0;
	background: url("/cmn_img/bg_button_top120.gif") 0 0 no-repeat;
	line-height: 1.35;
}


/* ---[-] ポップアップフッタ--- */
#PopUpContainer div#Footer { width: 100%; }


/* ---[-] ポップアップ最低表示幅設定--- */
div#PopUpContainer {
	width: 100%;
	min-width: 540px;
	text-align: left;
	background-color: #ffffff;
}
/* WinIE6lower */
* html body div.Liquid { border-left: 570px solid #ffffff; }
* html body div.MinWidth {
	position: relative;
	margin-left: -570px;
}
* html body div#PopUpContainer,
* html body div.Liquid,
* html body div.MinWidth { height: 1px; }
/* */



/* [xx] フォームページ
=========================================================================================== */

table.FormTableStyle { width: 100%; }

table.FormTableStyle caption { display: none; }

table.FormTableStyle th {
	width: 30%;
	background-color: #e8e8e8;
	font-weight: normal;
}
table.FormTableStyle td { width: 70%; }

table.FormTableStyle span.MustItem {
	display: block;
	margin: 3px 0 0;
	color: #890000;
	font-weight: bold;
}


/* ---[-] 氏名・ふりがな--- */
table.FormTableStyle label.FirstName,
table.FormTableStyle label.LastName {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}
table.FormTableStyle label.FirstName input,
table.FormTableStyle label.LastName input { display: block; }


/* ---[-] 入力項目リスト > 縦並び--- */
table.FormTableStyle ul.Vertical { margin: 0 0 -3px; }

table.FormTableStyle ul.Vertical li { margin: 0 0 3px; }

table.FormTableStyle ul.Vertical li input {
	display: inline;
	margin: 0 0 2px;
	vertical-align: middle;
}


/* ---[-] 入力項目リスト > 横並び--- */
table.FormTableStyle ul.Horizontal { margin: 0 0 -3px; }

table.FormTableStyle ul.Horizontal li {
	float: left;
	margin: 0 1em 2px 0;
}
/* IE7 & IE6lower */
* html table.FormTableStyle ul.Horizontal li { white-space: nowrap }
*:first-child+html table.FormTableStyle ul.Horizontal li { white-space: nowrap }
/* */
table.FormTableStyle ul.Horizontal li label { white-space: nowrap; }

table.FormTableStyle ul.Horizontal li input {
	display: inline;
	margin: 0 0 2px;
	vertical-align: middle;
}


table.FormTableStyle input,
table.FormTableStyle textarea { margin: 5px 0 0; }

table.FormTableStyle select { margin: 0 0 5px; }

div.Alternative {
	margin: 0 0 10px;
	text-align: center;
}
div.Alternative li {
	display: inline;
	margin: 0 5px;
	padding: 0 0 15px;
	font-size: 90%;
	line-height: 1.2;
}

ul.SubmitButtonArea { text-align: center; }

ul.SubmitButtonArea li {
	display: inline;
	margin: 0 3px;
}
ul.SubmitButtonArea li input {
	display: inline;
	font-size: 83%;
	padding: 2px 5px;
}

