@charset "utf-8";
/* CSS Document */


/* ********************* */
/* 個別ページ　*/
/* ********************* */

div.titleFrame{
	background:url(../../atm/img/serarch_title.gif) no-repeat;
	width:690px;
	height:40px;
	position:relative;
	margin:0;
}

div.titleFrame form{
	position:absolute;
	top:9px;
	left:190px;
}

/* 上部注意事項 */
div.cautionAtm{
	border:#B7B7B7 solid 1px;
	background:url(../../atm/img/caution_bg.gif);
	padding:10px;;
	margin:0 0 10px 0;
}

div.cautionAtm ul.step1{
	padding:0;
	margin:0;	
}
div.cautionAtm ul.step1 li{
	background:url(../../img/dot_bluerect_m.gif) no-repeat 0 0.4em;
	list-style:none;
	padding-left:15px;
}
div.cautionCustomer{
	border-width:0 1px 1px 1px ;
	border-color:#B7B7B7;
	border-style:solid;
	background:url(../../atm/img/caution_bg.gif);
	padding:10px;;
	margin:0 0 40px 0;
}
div.cautionCustomer p{
	margin:0;
	padding:0;
}

/*各地区タイトル*/
div.contentsFrameTitle h4.reagion{
	font-size:120%;
	font-weight:bold;
	color:#333;
	padding:8px 0 0 18px;
	margin:0;
	height:35px;
	width:672px;
	background:url(../../atm/img/sub_bg.gif) no-repeat;
}

/*テーブル類*/

div.contentsDetail table{
	width:675px;
	border-width:1px 0 0 1px;
	border-color:#666;
	border-style:solid;
}
div.contentsDetail th,
div.contentsDetail td{
	padding:3px;
	text-align:center;
	color:#333;
	border-width:0 1px 1px 0;
	border-color:#666;
	border-style:solid;
}
div.contentsDetail th{
	background-color:#9EC4FF;
}

div.contentsDetail td.itemShop{
	background-color:#CFE2FF;
	width:100px;
	line-height:1.2em;
}
div.contentsDetail td.itemAdd{
	width:200px;
	text-align:left;
}
div.contentsDetail td.itemAtmWeek{
	background-color:#CCC;
	width:50px;
}
div.contentsDetail td.itemAtmSat{
	background-color:#BDBFFF;
	width:50px;
}
div.contentsDetail td.itemAtmHoly{
	background-color:#FFBDBD;
	width:50px;
}
div.contentsDetail td.itemTime{
	background-color:#FFFFB9;
	width:85px;
}
div.contentsDetail td.itemPdf{
	text-align:center;
	width:50px;
}
div.contentsDetail td.itemMap{
	text-align:center;
	width:50px;
}

/* mapを開くボタン　*/

div.contentsDetail td.itemMap a{
	overflow:hidden;
	text-indent:-100000em;
	display:block;
	width:30px;
	height:35px;
	margin:0 auto;
}
div.contentsDetail td.itemMap a:hover{
	background:url(../../atm/roimg/open.gif) no-repeat top left;
}
div.contentsDetail td.itemMap a{
	background:url(../../atm/img/open.gif) no-repeat top left;
}