@charset "Shift_JIS";

/* **************************************************

Name: special.css

Description: Setting of special page

Create: 2007.10.XX
Update: 2013.12.24

Copyright 2007 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[t1] トップページ
[t2] ブランディング画像
[p1] ポップアップページ
[f1] フォームページ

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



/* [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グリッド--- */



/* [p1] ポップアップページ
=========================================================================================== */

/* ---[-] ポップアップヘッダ--- */
div#SiteIdentityP {
	margin: 0 0 15px;
	width: 100%;
	height: 45px;
	background-color: #f2f2f2;
	font-size: 0;
	border-top: solid 5px #e60027;
}

div#SiteIdentityP p {padding: 9px 0 0 15px;}

div#SiteIdentityP p img {
	width: 95px;
	height: 29px;
}

/* ---[-] ポップアップコンテンツエリア--- */
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("/image/h1/bg_button_botttom120.gif") 0 100% no-repeat;
}
ul.CloseButtonStyle li a {
	display: block;
	padding: 5px 0;
	background: url("/image/h1/bg_button_top120.gif") 0 0 no-repeat;
	line-height: 1.35;
}


/* ---[-] ポップアップフッタ--- */
#PopUpContainer div#Footer {padding: 15px 0;}

#PopUpContainer div#Footer p {
	width: auto;
	padding: 0 15px;
}


/* ---[-] ポップアップ最低表示幅設定--- */
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; }
/* */



/* [f1] フォームページ
=========================================================================================== */

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 div.FirstNameAC,
table.FormTableStyle div.LastNameAC {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}
table.FormTableStyle div.FirstNameAC input,
table.FormTableStyle div.LastNameAC input { display: block; }
table.FormTableStyle span.InputExample { line-height: 1.35; }
table.FormTableStyle td input#name1_last,
table.FormTableStyle td input#name1_first,
table.FormTableStyle td input#name2_last,
table.FormTableStyle td input#name2_first { width: 150px; }


/* ---[-] 入力項目リスト > 縦並び--- */
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;
}


