@charset "Shift_JIS";
/* CSS Document */


/*
=========================================================================

JR東日本サイトTOP 列車運行情報エリア
File name: infotop_w.css
	
=========================================================================
*/

*{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

#infotopArea {
	position: relative;
	margin: 0 0 0 12px;
	padding: 0 0 2px 0;
	width: 930px;
	background: url(/img/infotop_w/infotop_btm.gif) no-repeat left bottom;
	font-size: 72%;
	font-weight: normal;
	color:#333333;
	clear: both;
}

#infotopArea .blankIcon {
	margin: 0 5px 0 0;
	vertical-align: middle !important;
}
#infotopArea .arrowIcon {
	margin: 0 3px 0 0;
	vertical-align: middle !important;
}

/* For WinIE ---------------------------- */
*html #infotopArea .blankIcon,
*html #infotopArea .arrowIcon {
	margin-top: 0.35em;
}
/* -------------------------------------- */


#infotopArea #infotop {
	margin: 0 !important;
	margin: 0 0 -3px;
	padding: 0;
	background: url(/img/infotop_w/infotop_bg02.gif) no-repeat left top;
	height: 60px;
	/*line-height: 50px;*/
	/*layout-grid-line: 50px;*/
}
#infotopArea #infotop #infoTitle {
	float: left;
	margin: 0;
	padding: 0 28px 0 0;
}
#infotopArea #infotop #infoTitle img {
	vertical-align: top;
}

#infotopArea #infotop ul#infoList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#infotopArea #infotop p#infoattention {
	width: 700px !important;
	width: auto;
	clear: left;
	position: relative;
	top: -15px;
	left: 206px;
	line-height: 0;
	color: #ff0000;
	/*font-weight: bold;*/
	letter-spacing: 0.2em;
}

/* For WinIE ---------------------------- */
*html #infotopArea #infotop ul#infoList {
	padding: 0;
}
/* -------------------------------------- */

#infotopArea #infotop #infoList li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
}

/* For WinIE ---------------------------- */
*html #infotopArea #infotop #infoList li a,
*html #infotopArea #infotop #infoList li span {
	vertical-align: -0.2em;
}
/* -------------------------------------- */

#infotopArea #infotop #infoList li.part01 {
	width: 13em;
}
#infotopArea #infotop #infoList li.part02 {
	width: 17em;
}
#infotopArea #infotop #infoList li.part03 {
	width: 8em;
}
#infotopArea #infotop #infoList li.part04 {
	width: 23em;
}


/* ----------------------------------------------------------------------
	▼Info PDF Upload Section / 2013.07.16 update
------------------------------------------------------------------------- */
#infotopArea #infopdfupload {
	border-style: solid;
	border-width: 0 2px 0 2px;
	border-color: #cccccc;
	padding: 15px 20px 10px;
	font-size: 1.0em;
	line-height: 1.6;
}

/* Clearfix ----------------------------- */
#infotopArea #infopdfupload:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#infotopArea #infopdfupload {display:inline-block;}
/* exlude MacIE5 \*/
* html #infotopArea #infopdfupload {height:1%;}
#infotopArea #infopdfupload {display:block;}
/* end MacIE5 */
/* -------------------------------------- */

#infotopArea #infopdfupload ul#infopdflist {
	list-style: none;
	border: 2px dotted orange;
	padding: 1em 1.5em 0.5em;
}

#infotopArea #infopdfupload ul#infopdflist li {
	margin-bottom: 0.5em;
	background: url(/img/icon_pdf_02.gif) no-repeat left 2px;
	padding-left: 1em;
	text-indent: -1em;
}

#infotopArea #infopdfupload ul#infopdflist li a {
	padding-left: 16px;
	padding-right: 3px;
	color: #ff0000;
	font-weight: bold;
}


/* ----------------------------------------------------------------------
	▼Include Section
------------------------------------------------------------------------- */

#infotopArea #infoBox {
	margin: 0;
	padding: 9px 28px 7px 28px;
	background: url(/img/infotop_w/infoBox_bg01.gif) no-repeat left bottom;
	zoom:1;
}
#infotopArea #infoBox ul#infoItem {
	list-style:none;
	margin: 0;
	padding: 0;
}

#infotopArea #infoBox #infoItem li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0 0 2px;
	width: 282px;
	background: url(/img/infotop_w/dot_border.gif) repeat-x left bottom;
}
/* For WinIE ---------------------------- */
*html #infotopArea #infoBox #infoItem li {
	padding: 0 0 1px;
}
/* -------------------------------------- */

#infotopArea #infoBox #infoItem li.item01,
#infotopArea #infoBox #infoItem li.item02,
#infotopArea #infoBox #infoItem li.item03 {
	margin-bottom: 7px;
}
#infotopArea #infoBox #infoItem li.itemEnd {
	margin: 0;
}	
#infotopArea #infoBox #infoItem dl {
	margin: 0;
	padding: 0;
}
#infotopArea #infoBox #infoItem dl dt {
	float: left;
	margin: 0;
	padding: 0 0 2px 5px;
	width: 96px;
	zoom:1;
}
/* For WinIE ---------------------------- */
*html #infotopArea #infoBox #infoItem dl dt{
	padding: 1px 0 0 5px;
}
/* -------------------------------------- */

#infotopArea #infoBox #infoItem dl dt img {
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
#infotopArea #infoBox #infoItem dl dd {
	margin: 0;
	padding: 0;
}
/* For WinIE ---------------------------- */
*html #infotopArea #infoBox #infoItem dl dd {
	padding: 0 0 1px;
}
/* -------------------------------------- */
#infotopArea #infoBox #infoItem dl dd img {
	margin: 0 4px 1px 0;
	padding: 0;
	vertical-align: middle;
}
/* For WinIE ---------------------------- */
*html #infotopArea #infoBox #infoItem dl dd img {
	margin-bottom: 2px;
}
/* -------------------------------------- */



/* ---------------------------------------------------------------------
	Train Info NOTE
------------------------------------------------------------------------ */
p#traininfonote {
	padding-left: 30px;
	height: 35px;
	background: url(/img/infotop_w/infoBox_bg01.gif) no-repeat left -290px;
	line-height: 35px;
	layout-grid-line: 35px;
	letter-spacing: 0.2em;
}



/* ---------------------------------------------------------------------
	Eearthquake Information
------------------------------------------------------------------------ */
div#eqinfo {
	padding: 10px 20px;
	border-width: 0 2px;
	border-style: solid;
	border-color: #cccccc;
	font-size: 110%;
}

div#eqinfo .indent {
	padding-left: 1em;
	text-indent: -1em;
}

/*div#eqinfo table.unkoukeikaku {
	margin: 4px 3px 0 6px;
	padding: 0;
	font-size: 100%;
}

div#eqinfo table.unkoukeikaku td {
	vertical-align: top;
	line-height: 1.6;
}
#home #contents #infotopArea #eqinfo .unkoukeikaku .indentTxt {
	text-indent: -62px;
	padding-left: 62px;
}*/

div#eqinfo dl.miawaseannai {
	margin: 0 10px;
	line-height: 1.8;
}

div#eqinfo dl.miawaseannai dd {
	margin-left: 0;
}

div#eqinfo dl.miawaserosen {
	margin: 0.5em 10px 0;
	line-height: 1.8;
}

div#eqinfo dl.miawaserosen dd {
	margin-left: 1em;
}

div#eqinfo dl.miawaserosen dd span {
	display: block;
	float: left;
	margin-right: 0.5em;
	white-space: nowrap;
}

/* ---------------------------------------------------------------------
	Clearfix
------------------------------------------------------------------------ */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {display:inline-block;}
/* exlude MacIE5 \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end MacIE5 */
