@charset "utf-8";

/* =========================================================================
サイト名	：タイムズ駐車場検索
カテゴリ名	：共通基本設定

CONTENT
	*：BASE SETTINGS
	*：HEADERFOOTER

	*：D_SEARCHBAR
 	*：検索結果一覧   
	*：物件詳細画面
	*：検索結果地図画面
	*：エラーページ

	**：CLEARFIX

========================================================================= */


/* *：BASE SETTINGS
========================================================================= */

/* body
-------------------------------------------------------------------------*/
body {
font-size:80%;
line-height:1.7em;
color:#333;
font-family:"メイリオ","Meiryo",sans-serif;
/*PC版スマートフォン閲覧時文字サイズ対応*/
-webkit-text-size-adjust: 100%;
}


html, body {
height: 100%;
}

body > #container {
height: auto;
}

#container {
width: 1000px;
margin: 0 auto;
position: relative;

}
	 
* html body {font-size:80%;}
*:first-child+html body {font-size:80%;}
head/* */body {font-size:80%;}
body * {font-size:100%;}

/* link
-------------------------------------------------------------------------*/
/*  fcNavy  */
a.fcNavy,
a.fcNavy:link {
color: #0d4080;
}
a.fcNavy:visited {
color: #0d4080;
}
a.fcNavy:hover,
a.fcNavy:active {
text-decoration:none;
color: #0d4080;
}

/*  fcBk  */
a.fcBk,
a.fcBk:link {
color:#000;
}
a.fcBk:visited {
color:#000;
}
a.fcBk:hover,
a.fcBk:active {
text-decoration:none;
color:#000;
}

/*  fcRed  */
a.fcRed,
a.fcRed:link {
color:#fe0000;
}
a.fcRed:visited {
color:#fe0000;
}
a.fcRed:hover,
a.fcRed:active {
text-decoration:none;
color:#fe0000;
}


/*  arrow  */
.arrow {
background: url(/common/images/ic_arrow001.gif) center left no-repeat;
padding-left: 8px;
}

/*  img  */
img {
vertical-align: bottom;	
}

/* breadCrumbs
-------------------------------------------------------------------------*/
ul#breadCrumbs {
width: 940px;
margin: 15px auto 10px auto;
text-align: left;
font-size: 12px;
}

ul#breadCrumbs li {
display: inline;
}

ul#breadCrumbs a,
ul#breadCrumbs a:link {
color: #0d4080;
}
ul#breadCrumbs a:visited {
color: #0d4080;
}
ul#breadCrumbs a:hover,
ul#breadCrumbs ul#breadCrumbsa:active {
text-decoration:none;
color: #0d4080;
}

/* d_top
-------------------------------------------------------------------------*/
ul.d_top {
display: block;
width: 940px;
margin: 40px auto 10px auto;
text-align: right;
}

ul.d_top li {
background: url(/common/images/ic_arrow003.gif) center left no-repeat;
float: right;
padding: 0 0 0 14px;
}

ul.d_top li a {
font-size: 10px;
color: #083c88;
}

/* *：HEADERFOOTER
========================================================================= */

/* d_header
-------------------------------------------------------------------------*/
div#d_header {
background: url(/common/images/header_bt001.gif) top left repeat-x;
/*height: 112px;*/
}

div#d_headerMain {
margin: 0 auto;
width: 940px;
height: 87px;
position: relative;
z-index: 50;
}

div#d_headerMain h1 {
position: absolute;
top: 0;
left: 0;
}

div#d_headerMain p#d_logo {
position: absolute;
top:0;
left:0;
}

/*--- right ---*/
div#d_headerMain .right {
float: right;
height: 87px;
}

div#d_headerMain .right li {
float: left;
text-align: left;
}

/*--- cat1 ---*/
ul.cat1 {
float: right;
height: 36px;
color: #fff;
}

ul.cat1 a,
ul.cat1 a:link {
color:#fff;
}
ul.cat1 a:visited {
color:#fff;
}
ul.cat1 a:hover,
ul.cat1 a:active {
text-decoration:none;
color:#fff;
}

ul.cat1 span {
font-weight: bold;
}

ul.cat1 .que {
margin: 6px 0 0 0;
padding: 0 10px 0 15px;
background: url(/common/images/ic_que001.png) center left no-repeat;
font-size: 10px;
*margin: 10px 0 0 0; /* ie7 */
*line-height: 1.4em; /* ie7 */
}

ul.cat1 li.login span, ul.cat1 li.fav span, ul.cat1 li.loading span {
/*visibility: hidden;*/
display: none;
}

ul.cat1 li.login, ul.cat1 li.fav, ul.cat1 li.loading {
margin: 3px 0;
padding: 0;
border: none;
}

ul.cat1 li.login a {
display: block;
width: 132px;
height: 30px;
background: url(/common/images/bt_login001.gif) top left no-repeat;
}

ul.cat1 li.login a:hover {
background: url(/common/images/bt_login001.gif) bottom left no-repeat;
}

ul.cat1 li.fav a {
display: block;
width: 132px;
height: 30px;
background: url(/common/images/bt_fav001.gif) top left no-repeat;
}

ul.cat1 li.fav a:hover {
background: url(/common/images/bt_fav001.gif) bottom left no-repeat;
}

ul.cat1 li.loading {
display: block;
width: 132px;
height: 30px;
background: url(/common/images/loading.gif) center center no-repeat;
}

ul.cat1 .text {
margin: 6px 0 0 0;
padding:0 10px 0 10px;
font-size: 10px;
*margin: 10px 0 0 0; /* ie7 */
*line-height: 1.4em; /* ie7 */
}

ul.cat1 .text img {
vertical-align: text-bottom;
margin:0 5px 0 0;
}

ul.cat1 .point {
padding-right: 10px;
border-right: solid 1px #666;
border-left: solid 1px #666;
height: 21px;
}

.bnList{
	margin-top: 15px;
	margin-bottom: 20px;
}

.bnList ul li{
	list-style-type: none;
	margin-top: 3px;
}

/*--- d_favOpened ---*/
div#d_favOpened {
position: absolute;
top:33px;
right:0;	
z-index: 20;
background: #fff;
border: solid 1px #ccc;
padding: 0;
width: 441px;
}

div#d_favOpened div.announce {
background: url(/common/images/bg_favBorder001.gif) bottom left repeat-x;
padding: 10px 0;
}

div#d_favOpened p.pt1 {
color: #444;
font-weight: bold;
margin: 0 10px;
padding: 10px;
background: #fef89f;
border: solid 1px #ecd830;
}

div#d_favOpened p.pt2 {
color: #D0111B;
font-weight: bold;
margin: 0 10px;
padding: 10px;
background: #fff2ff;
border: solid 1px #ff9a9a;
}

div#d_favOpened dl {
background: url(/common/images/bg_favBorder001.gif) bottom left repeat-x;
width: 421px;
padding: 10px 10px;
}

div#d_favOpened dt {
float: left;
padding-top: 3px;
}

div#d_favOpened dd {
float: left;
width: 370px;
}

div#d_favOpened dl p {
float: left;
margin: 0 10px;
padding: 4px 10px 0 10px;	
font-size: 12px;
font-weight: bold;
text-align: left;
width: 200px;
}

div#d_favOpened dl a,
div#d_favOpened dl a link{
color: #0d4080;	
}

div#d_favOpened dl a:visited {
color: #0d4080;	
}

div#d_favOpened dl a:hover, 
div#d_favOpened dl a:active {
text-decoration:none;
color: #0d4080;
}

div#d_favOpened ul {
float: right;	
}

div#d_favOpened li {
float: left;	
margin-left: 10px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

div#d_favOpened li.detail a,
div#d_favOpened li.delete a{
width: 55px;
height: 29px;
display: block;
}

div#d_favOpened li.detail a {
background: url(/common/images/bt_dtl001.gif) top left no-repeat;
}

div#d_favOpened li.detail a:hover {
background: url(/common/images/bt_dtl001.gif) bottom left no-repeat;
}

div#d_favOpened li.delete a {
background: url(/common/images/bt_del001.gif) top left no-repeat;
}

div#d_favOpened li.delete a:hover {
background: url(/common/images/bt_del001.gif) bottom left no-repeat;
}

div#d_favOpened p.close {
color: #444;
font-weight: bold;
padding: 10px;
/*background: #f1f1f1 url(/common/images/bg_favBorder001.gif) top left repeat-x;*/
background: #f1f1f1;
}

div#d_favOpened p.close a {
background: url(/common/images/bt_favClose001.gif) center left no-repeat;
color: #444;
padding-left: 15px;
}

/*--- cat2 ---*/
ul.cat2 {
margin: 22px 0 0 0;
height: 31px;
float: right;
/*background: #999;*/
}

ul.cat2 li,
ul.cat3 li {
margin: 0 0 0 0;
padding: 0 3px 0 8px;
font-size: 10px;
line-height: 0.8em;
*line-height: 1.2em; /* ie7 */
background: url(/common/images/ic_arrow001.gif) center left no-repeat;
}

ul.cat2 li.home,
ul.cat3 li.home {
padding-right: 10px;
border-right: solid 1px #666;
}

ul.cat2 li.info,
ul.cat3 li.info {
border-right: solid 1px #666;
margin: 0 10px;
padding-right: 10px;
}

/*--- cat3（ログインボタンがない場合） ---*/
ul.cat3 {
margin: 58px 0 0 0;
height: 31px;
float: right;
}

/*--- headerPickup ---*/
div.headerPickup {
background: url(/common/images/bg001.gif) top left repeat-x;
height: 22px;
padding-top: 3px;
}

div.headerPickup h3 {
display: inline;
color: #ffa904;
font-weight: bold;
font-size: 12px;
margin-right: 10px;
}

div.headerPickup div {
margin: 0px auto;
width: 940px;	
height: 25px;
}

div.headerPickup dl {
display: inline;
margin-right: 10px;
}

div.headerPickup dt {
display: inline;
font-size: 12px;
margin-right: 5px;
}

div.headerPickup dd {
display: inline;
font-size: 11px;
}

div.headerPickup ul {
display: inline;	
}

div.headerPickup li {
background: url(/common/images/ic_arrow002.gif) center left no-repeat;
padding: 0 0 0 8px;
margin-right: 3px;
display: inline;	
}

/*--- spButton ---*/

div.spButton {
border-top: #333 solid 3px;
border-bottom: #333 solid 3px;
}

div.spButton a {
display: block;
color: #333;
text-shadow: 1px 1px 2px #fff;
text-decoration: none;
font-size: 40px;
font-weight: bold;
text-align: center;
padding: 75px 0;
border-top: #FFF solid 1px;
border-bottom: #FFF solid 1px;
background: -webkit-gradient(linear, center top, center bottom, from(#ffffff),  
            to(#cccccc));
background: -moz-linear-gradient(center top, #ffffff,  
            #cccccc);
background: -o-linear-gradient(center top, #ffffff,  
            #cccccc);
background: -ms-linear-gradient(center top, #ffffff,   
            #cccccc);
background: linear-gradient(center top, #ffffff,   
            #cccccc);
}

/* d_footer
-------------------------------------------------------------------------*/
#d_footer {
background: url(/common/images/bg_footer001.gif) top left repeat-x;		
*height: 36px;
}

#d_footer div {
font-size: 10px;
width: 940px;
margin: 0 auto;
padding: 5px 0;
}

/*--- left ---*/
ul.left {
float: left;
}

ul.left li {
display: inline;
border-left: solid 1px #000;
margin: 0;
padding: 0 10px;
}

ul.left li:first-child {
border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
padding-left: 0;
}

ul.left li a {
color: #000;	
}

/*--- right ---*/
ul.right {
float:right;
border: none;
padding: 0;
}

/* *：D_SEARCHBAR
========================================================================= */

/* 　d_searchBar
-------------------------------------------------------------------------*/
div#d_searchBar {
background: url(/common/images/bg003.gif) top left repeat-x;
height: 41px;
}

div#d_searchBar div {
margin: 0 auto;
padding-top: 6px;
width: 940px;
/*height: 41px;*/
}

div#d_searchBar div img.ttl {
display: block;
float: left;
margin-right: 10px;
}

div#d_searchBar div input {
display: block;
float: left;
}

div#d_searchBar div input.d_radio {
height: 22px;
*height: 26px; /* ie7 */
}

div#d_searchBar div label {
float: left;
margin-right: 10px;
/*background: #ccc;*/
/*vertical-align: middle;*/
}

input#d_searchText {
width: 280px;
height: 22px;
}

input#d_searchBtn {
border:none;
cursor: pointer;  /* カーソルの状態を指定 */
text-indent: -9999px;
display:block;
background: url(../images/bt_search001.gif) left top no-repeat;
width:72px;  
height:28px;
}

input#d_searchBtn:hover {
background: url(../images/bt_search001.gif) left bottom no-repeat;
}


/* *：検索結果一覧
========================================================================= */

/* 　d_containerMain
-------------------------------------------------------------------------*/
div#d_containerMain {
width: 940px;
margin: 0 auto;
padding-bottom: 15px;
text-align: left;	
}

div#d_containerMain h1 {
background: url(/common/images/bg_ti001.gif) left bottom no-repeat;	
height: 41px;
margin-bottom: 16px;
padding: 8px 0 0 23px;
font-size: 20px;
font-weight: bold;
}

div#d_containerMain h2 {
background: url(/common/images/bg_ti002.gif) left bottom no-repeat;
padding: 8px 0 0 23px;
font-size: 14px;
line-height: 1em;
*line-height: 1.5em; /* ie7 */
}

div#d_containerMain h2.top {
margin-bottom: 10px;	
}

div#d_containerMain h2 span {
font-size: 20px;
font-weight: bold;
}

/* 　d_main
-------------------------------------------------------------------------*/
div#d_main {
margin-bottom: 15px;
}

div#d_main .left {
float: left;	
width: 500px;
}

/*--------- right ---------*/
div#d_main .right {
float: right;
width: 430px;
}

div#d_main .noBtn {
padding-top: 47px;
}

div#d_main .right p {
text-align: right;
margin-top: 8px;
margin-bottom: 10px;
}

div#d_main .right p span {
display: none;	
}

div#d_main .right p a {
float: right;
display: block;
width: 114px;
height: 29px;
background: url(/common/images/bt_icon001.gif) left top no-repeat;
}

div#d_main .right p a:hover {
background: url(/common/images/bt_icon001.gif) left bottom no-repeat;
}

/*--- page ---*/
ul.page {
float: right;
font-size: 12px;
}

ul.page a,
ul.page a:link {
color: #0d4080;
}
ul.page a:visited {
color: #0d4080;
}
ul.page a:hover,
ul.page a:active {
text-decoration:none;
color: #0d4080;
}

ul.page li {
float:left;
line-height: 1.2em;
}

ul.page li.pre {
background: url(/common/images/ic_arrow004.gif) left center no-repeat;	
margin: 0 10px 0 10px;
padding: 0 10px 0 13px;
border-right: solid 1px #000;
}

ul.page li.num span {
float:left;
margin: 0 10px 0 0;
border-right: solid 1px #000;
padding: 0 10px 0 0;
}

ul.page li.next {
background: url(/common/images/ic_arrow005.gif) left center no-repeat;	
margin: 0;
padding: 0 0 0 13px;
}

/*--------- d_table ---------*/
table#d_table {
border-collapse: collapse;
font-size: 13px;
margin-bottom: 15px;
}

table#d_table th {
border:solid 1px #ccc;	
background: #fcf8ad;
padding: 10px;
vertical-align: middle;
text-align: center;
}

table#d_table tr.col1 {	
background: #fff;
}

table#d_table tr.col2 {	
background: #f5f5f5;
}

table#d_table td {
border:solid 1px #ccc;	
padding: 10px;
vertical-align: middle;
}

/*--- manku ---*/
td.manku {
text-align: center;
}

/*--- name ---*/
td.name {
/*vertical-align: middle;*/
}

td.name p {
float: left;
width: 210px;
margin-top: 5px;
font-weight: bold;
}

td.name ul {
float: right;
width: 78px;
}

td.name li {
display: table-cell;
vertical-align: middle;
}

td.name span {
display: none;
}

td.name a{
width: 78px;
height: 29px;
display: block;
}

td.name a {
background: url(/common/images/bt_areaMap001.gif) top left no-repeat;
}

td.name a:hover {
background: url(/common/images/bt_areaMap001.gif) bottom left no-repeat;
}

/*--- number ---*/
td.number {
text-align: right;
}

/*--- ic ---*/
td.ic img {
margin: 2px 2px 2px 0;
}

/*--- address ---*/
td.address p {
float: left;
width: 188px;
margin-top: 5px;
}

td.address ul {
float: right;
width: 55px;
}

td.address li {
display: table-cell;
vertical-align: middle;
}

td.address span {
display: none;
}

td.address a {
width: 55px;
height: 29px;
display: block;
}

td.address a {
background: url(/common/images/bt_dtl001.gif) top left no-repeat;
}

td.address a:hover {
background: url(/common/images/bt_dtl001.gif) bottom left no-repeat;
}

/*--- station/facilities name ---*/
td.sfName {
font-weight: bold;
}

/*--- errorMsg ---*/
div.errorMsg {
padding: 20px;
border: solid 1px #999;
}

div.errorMsg p {
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
color: #d0111b;
}

div.errorMsg dl {
font-size: 14px;
font-weight: bold;
}

div.errorMsg dt {
margin-right: 5px;
display: inline;
}

div.errorMsg dd {
display: inline;
}

/* *：物件詳細画面
========================================================================= */

/* 　d_detailMain
-------------------------------------------------------------------------*/
div#d_detailMain {
width: 940px;
margin: 0 auto;
text-align: left;	
}

div#d_detailMain h2{
margin-bottom: 10px;
}

/* 　2013.12.6追記
-----------------------*/
div#d_detailMain div.caution_txt{
border: solid 2px #f69292;
padding: 18px;
font-size: 14px;
margin-bottom: 20px;
line-height: 1.8em;
}

div#d_detailMain div.caution_txt strong{
color: #fe0000;
font-weight: bold;
font-size: 15px;
}


div#d_detailMain div.caution_txt ul li{
	list-style:none;
}



/* 　d_detailTop
-------------------------------------------------------------------------*/
div#d_detailTop {
border: solid 1px #ccc;
padding: 10px;
}

/*--- mankuInfo  ---*/
div#d_detailTop dl.mankuInfo {
width: 140px;
float: left;
margin-right: 10px;
}

div#d_detailTop dl.type01 { /* 空車 */
background: #0042a3;
}

div#d_detailTop dl.type02 { /* 満車 */
background: #cf1800;
}

div#d_detailTop dl.type03 { /* 混雑 */
background: #ff5a00;
}

div#d_detailTop dl.type04 { /* 不明 */
background: #9f9f9f;
}

div#d_detailTop dl.type05 { /* - */
background: #9f9f9f;
}

div#d_detailTop dl.mankuInfo dd {
display: block;
font-weight: bold;
font-size: 11px;
color: #fff;
text-align: center;
line-height: 1em;
margin-bottom: 4px;
}

/*--- name ---*/
div#d_detailTop div.parkDetail {
width: 450px;	
float: left;
margin-right: 10px;
}

div#d_detailTop div.parkDetail div.name {
margin-bottom: 7px;
border-bottom: #000 dotted 1px;
padding: 3px 0 8px 0;
}

div#d_detailTop div.parkDetail div.name h1.ttl {
font-size: 16px;
font-weight: bold;
width: 450px;	
float: left;
margin-right: 10px;
}


/*--- mapCode ---*/
div#d_detailTop div.mapCode {
border: #000 dotted 1px;
padding: 8px;
width: 145px;	
float: left;
}

div#d_detailTop div.mapCode p{
line-height: 1.4;
margin-bottom: 5px;
}

div#d_detailTop div.mapCode img {
vertical-align: -30%;
}

div#d_detailTop div.mapCode span {
font-weight: bold;
font-size: 12px;
}

/*--- address ---*/

div#d_detailTop div.parkDetail div.address p {
font-size: 12px;
width: 458px;	
float: left;
}

/*--- topBnr ---*/
div#d_detailTop div.parkDetail div.address div.topBnr {
width: 160px;
text-align: right;
float: right;
}

div#d_detailTop div.parkDetail div.address div.topBnr img {
margin-left: 10px;
}

/*--- btn ---*/
div#d_detailTop ul.btn {
width: 140px;	
float: right;
}

div#d_detailTop ul.btn span {
display: none;
}

div#d_detailTop ul.btn a {
display: block;
width: 140px;	
height: 29px;
}

div#d_detailTop ul.btn li.print {
margin-bottom: 6px;	
}

div#d_detailTop ul.btn li.print a {
background: url(/common/images/bt_print001.gif) top left no-repeat;
}

div#d_detailTop ul.btn li.print a:hover {
background: url(/common/images/bt_print001.gif) bottom left no-repeat;
}

div#d_detailTop ul.btn li.fav a {
background: url(/common/images/bt_fav002.gif) top left no-repeat;
*margin-top: -5px; /* ie7 */
}

div#d_detailTop ul.btn li.fav a:hover {
background: url(/common/images/bt_fav002.gif) bottom left no-repeat;
}


/*--- favText ---*/
p.favText {
color: #fe0000;
font-size: 10px;
text-align: right;
}

/* 　d_detailNavi
-------------------------------------------------------------------------*/
ul#d_detailNavi {
margin-top: 10px;
margin-bottom: 30px;
}

ul#d_detailNavi span {
display: none;
}

ul#d_detailNavi a {
display: block;
height: 45px;
}

ul#d_detailNavi li {
float: left;
}

ul#d_detailNavi li.navi001 a {
width: 153px;
background: url(/common/images/bt_detailNavi001.gif) 0 0 no-repeat;
}

ul#d_detailNavi li.navi001 a:hover {
background: url(/common/images/bt_detailNavi001.gif) 0 -45px no-repeat;
}

ul#d_detailNavi li.navi002 a {
width: 173px;
background: url(/common/images/bt_detailNavi001.gif) -153px 0 no-repeat;
}

ul#d_detailNavi li.navi002 a:hover {
background: url(/common/images/bt_detailNavi001.gif) -153px -45px no-repeat;
}

ul#d_detailNavi li.navi003 a {
width: 223px;
background: url(/common/images/bt_detailNavi001.gif) -326px 0 no-repeat;
}

ul#d_detailNavi li.navi003 a:hover {
background: url(/common/images/bt_detailNavi001.gif) -326px -45px no-repeat;
}

ul#d_detailNavi li.navi004 { /* gray out */
width: 163px;
height: 45px;
background: url(/common/images/bt_detailNavi001.gif) -550px -90px no-repeat;
}

ul#d_detailNavi li.navi004 a {
width: 163px;
background: url(/common/images/bt_detailNavi001.gif) -550px 0 no-repeat;
}

ul#d_detailNavi li.navi004 a:hover {
background: url(/common/images/bt_detailNavi001.gif) -550px -45px no-repeat;
}

ul#d_detailNavi li.navi005 { /* gray out */
width: 228px;
height: 45px;
background: url(/common/images/bt_detailNavi001.gif) -712px -90px no-repeat;
}

ul#d_detailNavi li.navi005 a {
width: 228px;
background: url(/common/images/bt_detailNavi001.gif) -712px 0 no-repeat;
}

ul#d_detailNavi li.navi005 a:hover {
background: url(/common/images/bt_detailNavi001.gif) -712px -45px no-repeat;
}

/* 　d_detail001
-------------------------------------------------------------------------*/
div#d_detail001 {
margin-bottom: 40px;	
}

div#d_detail001 div.d_parkingFac {
float: left;
width: 680px;
}

div#d_detail001 dl {
width: 680px;
border-bottom: #CCC dotted 1px;
display: table;
font-size: 12px;
}

div#d_detail001 dt {
width: 150px;
padding: 9px 0 9px 10px;
font-weight: bold;
display: table-cell; 
vertical-align: top;
*display:inline; /* ie7 */
*zoom:1; /* ie7 */
}

div#d_detail001 dd {
width: 520px;
display: table-cell;
padding: 9px 0;
vertical-align: top;
*display:inline; /* ie7 */
*zoom:1; /* ie7 */
}

div#d_detail001 dd img {
vertical-align: middle;
margin: 0 5px 3px 0;
}

div#d_detail001 dd ul.fac {
width: 520px;
}

div#d_detail001 dd ul.fac li {
float: left;
width: 173px;
}

div#d_detail001 dd ul.fac li.rental {
width: auto;
}

div#d_detail001 ul.info li {
list-style-type: none;
padding-left: 10px;
background: url(../images/ic_arrow006.gif) 0 0.6em no-repeat;
}

div#d_detail001 dd.parkinginfo {
color: #fe0000;
font-weight: bold;
}

div#d_detail001 div dd p {
margin-top: 3px;
}

div#d_detail001 div.d_parkingImg {
float: right;
width: 240px;
}

div#d_detail001 div p.attention {
margin: 5px 0 0 0;
font-size: 10px;
color: #fe0000;
line-height: 1.2em;
}

/* 　d_detail002
-------------------------------------------------------------------------*/
/*--------- d_tableDetail ---------*/
table.d_tableDetail {
border-collapse: collapse;
font-size: 12px;
margin-bottom: 40px;
}

table.d_tableDetail th {
width:18%;
border:solid 1px #ccc;	
background: #fcf8ad;
padding: 10px;
vertical-align: middle;
text-align: center;
}

table.d_tableDetail th.mainttl {
width:41%;
}

table.d_tableDetail th.ttl {
background: #ececec;
}

table.d_tableDetail th.subttl {
width:12%;
background: #ececec;
}

table.d_tableDetail tr.col1 {
background: #fff;
}

table.d_tableDetail td {
width:41%;
border:solid 1px #ccc;	
padding: 10px;
vertical-align: middle;
}

table.d_tableDetail p.red {
color: #fe0000;
font-weight: bold;
}

table.d_tableDetail span {
font-weight: bold;
}

table.d_tableDetail td img,
table.d_tableDetail th img{
vertical-align: middle;
margin: 0 5px 3px 0;
}

table.d_tableDetail .charge {
font-size: 120%;
}

table.d_tableDetail td.chargeIC {
width: 82%;
}

/*table.d_tableDetail td.chargeIC ul {
width: 730px;
}*/

table.d_tableDetail td.chargeIC ul li {
width: 182px;
float: left;
}

table.d_tableDetail td.bnr {
width: 70%;
vertical-align: middle;	
}

table.d_tableDetail td.bnr img {
margin: 0;
}

table.d_tableDetail td.bnr li {
float: left;
text-align: left;
width: 315px;
}

table.d_tableDetail td.bnr a {
float: left;
width: 180px;
vertical-align: middle;
}

table.d_tableDetail td.bnr p {
float: left;
width: 125px;
font-size: 11px;
padding: 0 5px;
line-height: 1.5;
}

/* 　d_detail003
-------------------------------------------------------------------------*/
div#d_detail003 {
margin-bottom: 40px;
font-size: 12px;
border-bottom: solid 1px #e4e4e4;
}

div#d_detail003 #d_detailMap {
width: 730px;
float: left;	
position: relative;
}

div#d_detail003 #d_detailMap .baloon {
background: #fdf684;
font-weight: bold;
}

/*div#d_detail003 #d_detailMap div.baloon {
position: absolute;
top: 95px;
left: 350px;
background: url(/common/images/bg_baloon001.png) top left no-repeat;
width: 269px;
padding-top: 26px;
}

div#d_detail003 #d_detailMap div.baloon div {
background: url(/common/images/bg_baloon003.png) bottom left no-repeat;
padding-bottom: 73px;
position: relative;
}

div#d_detail003 #d_detailMap ul {
background: url(/common/images/bg_baloon002.png) top left no-repeat;
padding: 0px 0 20px 0;
text-align: center;
}

div#d_detail003 #d_detailMap li.close {
position: absolute;
top: -20px;
right: 10px;
}

div#d_detail003 #d_detailMap li.ttl a {
background: #fdf684;
padding: 10px 5px;
font-weight: bold;
}*/

div#d_detail003 dl {
width: 200px;
float: right;
}

div#d_detail003 dl .times {
margin: 5px 0 15px 22px;
line-height: 1.6em;
*padding-left: 26px; /* ie7 */
*margin-left: 0; /* ie7 */

}

div#d_detail003 dl .times li {
list-style-type: decimal;
zoom: normal;
}

div#d_detail003 dl p.moretimes {
width: 200px;
padding: 0 4px;
margin-bottom: 20px;
}

div#d_detail003 dl p.moretimes span {
display: none;
}

div#d_detail003 dl p.moretimes a {
display: block;
width: 192px;
height: 35px;
background: url(/common/images/bt_map001.gif) top left no-repeat;
}

div#d_detail003 dl p.moretimes a:hover {
background: url(/common/images/bt_map001.gif) bottom left no-repeat;
}

div#d_detail003 dl .place {
margin: 5px 0 20px 3px;
line-height: 1.6em;
}

div#d_detail003 dl .place li {
list-style-type: none;
padding-left: 10px;
background: url(../images/ic_arrow006.gif) 0 0.6em no-repeat;
}

/* 　slider_wrapper
-------------------------------------------------------------------------*/
.slider_wrapper { 
width:839px; 
margin: 10px auto 40px; 
position: relative;
}
 
/* Tab */
.coda-nav ul { 
display:block; 
overflow:hidden; 
clear:both; 
border-left:1px solid #ccc; 
}

.coda-nav ul li { 
display:block; 
float:left; 
border-right:1px solid #ccc; 
/*background:#ddd;*/
}

.coda-nav ul li a { 
display:block; 
color:#999; 
text-decoration:none; 
padding:3px 7px; 
}
.coda-nav ul li a.current { color:#fff; background:#ccc; }
.coda-nav ul li a:hover { color:#fff; background:#058dc7; }
 
/* coda_slider */
ul.coda_slider {
margin: 0 0 0 17px;
width: 820px;
}

.coda_slider li { 
display: block; 
width: 405px; 
}

.coda_slider { 
position: relative; 
overflow: hidden; 
clear: both; 
}

.coda_slider li { 
float: left; 
}

.coda_slider .panel-container { 
position: relative 
}
 
/* Arrow */
.coda-nav-left { 
position: absolute;
top: 0;
left: 0;
background: #fff;
border: solid 1px #ccc;
}

.coda-nav-right { 
position: absolute;
top: 0;
right: 0;
background: #fff;
border: solid 1px #ccc;
}

.coda-nav-left a,
.coda-nav-right a { 
display: table-cell; 
width: 10px;
height: 98px;
padding: 0 2px;
vertical-align: middle;
*display: inline; /* ie7 */
*zoom:1; /* ie7 */
}

.coda-nav-left img,
.coda-nav-right img {  
*position: absolute; /* ie7 */
*top:15px; /* ie7 */ 
}

/* 　d_detail004
-------------------------------------------------------------------------*/
div#d_detail004 {
margin-bottom: 40px;
font-size: 12px;
border-bottom: solid 1px #e4e4e4;
}

div#d_detail004 dl {
border-top: solid 1px #e4e4e4;
border-bottom: solid 1px #fff;
display: table;
background: url(/common/images/bg_detailtxt001.gif) top left;
}

div#d_detail004 dt {
border-top: solid 1px #fff;
width: 120px;
padding: 10px 0 10px 10px;
display: table-cell;
*display:inline; /* ie7 */
*zoom:1; /* ie7 */
}

div#d_detail004 dd {
background: #fff;
width: 800px;
padding: 10px 0 10px 10px;
display: table-cell; 
vertical-align: top;
*min-height: 32px;
*display:inline; /* ie7 */
*zoom:1; /* ie7 */
}

div#d_detail004 ul.recommend {
margin-left: 6px;
}

div#d_detail004 ul.recommend li {
list-style: none;
padding-left: 8px;
}
 
/*--------- table.point ---------*/
table.point {
border-collapse: collapse;
margin-bottom: 30px;
line-height: 1.4em;
}

table.point .left {
text-align: left;	
}

table.point .right {
text-align: right;	
}

table.point .center {
text-align: center;	
}

table.point .nowrap {
white-space: nowrap;
}

table.point th {
border:solid 1px #ccc;	
/*background: #fcf8ad;*/
background: #ececec;
padding: 10px;
vertical-align: middle;
font-weight: bold;
font-size: 12px;
}

table.point tr.col1 {
background: #fff;
}

table.point th {
background: #fcf8ad;
font-weight: bold;
font-size: 12px;
text-align: center;
}

table.point td.blue {
background: #cbe1f9;
text-align: center;
}

table.point td.red {
background: #f9cbc6;
text-align: center;
}

table.point td.gray {
background: #ececec;
text-align: center;
}

table.point th.ttl {
background: #ececec;
}

table.point th.ttl_sub {
background: #fbfbfb;
}

table.point td {
border:solid 1px #ccc;	
padding: 10px;
text-align: right;
vertical-align: middle;
}

table.point span {
font-size: 10px;
display: block;
}

table.point td.bnr {
vertical-align: middle;	
}

table.point td.bnr li {
float: left;
text-align: left;
width: 325px;
/*background: #fc0;*/
}

table.point td.bnr a {
float: left;
width: 180px;
vertical-align: middle;
}

table.point td.bnr p {
float: left;
width: 135px;
font-size: 11px;
padding: 0 5px;
}

table.point td.station h3 {
font-weight: bold;
font-size: 110%;
margin-bottom: 10px;
}

table.point td p.lead {
margin-bottom: 15px;
}

table.point td.station ul.ph_strong li {
float: left;
display: block;
width: 379px;
*width: 378px;
margin-bottom: 10px;
}

table.point td.station ul.ph_strong li.one{
float: left;
display: block;
width: 840px;
*width: 839px;
margin-bottom: 10px;
}

table.point td.station ul.ph_strong li.mr15 {
margin-right: 15px;
}

table.point td.station ul.ph_strong li.last {
margin-bottom: 0;
}

table.point td.station ul.ph_strong li img {
float: left;
margin-right: 10px;
}

table.point td.station ul.ph_strong li p {
float: left;
padding: 3px 0;
width: 249px;
*width: 248px;
}

table.point td.station ul.ph_strong li.one p {
float: left;
padding: 3px 0;
width: 701px;
*width: 700px;
}


table.point td.station ul.ph_strong li a.arrow {
background:　url(/common/images/ic_arrow001.gif) center left no-repeat;
padding-left: 8px;
}


table.point td.station table.point_list th,
table.point td.station table.point_list td {
border-top: #ccc dotted 1px;
border-left: none;
border-right: none;
border-bottom: none;
}

table.point td.station table.point_list th {
background-color: #FFF;
vertical-align: top;
}

table.point td.station table.point_list li,
table.point td.public li {
margin-bottom: 10px;
padding-left: 10px;
background: url(../images/ic_arrow006.gif) 0 0.5em no-repeat;
}

table.point td.station table.point_list li.last,
table.point td.public li.last {
margin: 0;
}
table.point td.shape img {
margin-left: 5px;
}

table.point td.shape img:first-child {
margin: 0;
}

/* 　d_detail005
-------------------------------------------------------------------------*/
#d_detail005 {
padding-bottom: 24px;
margin-bottom: 50px;
background: url(/common/images/bg006.gif) bottom left no-repeat;	
}


#d_detail005 dl {
margin-top: 5px;
float: left;
width: 187px;
background: url(/common/images/bg004.gif) top left no-repeat;
}

#d_detail005 dl.end {
margin-top: 5px;
float: left;
width: 187px;
background: url(/common/images/bg005.gif) top left no-repeat;
}

#d_detail005 dt {
padding: 3px 0 0 21px;
height: 105px;
}

#d_detail005 dd {
padding: 0 0 0 18px;
width: 152px;
font-size: 11px;
line-height: 1.4em;
}

#d_detail005 dd img {
float: left;
width: 50px;
}

#d_detail005 dd a {
float: right;
width: 99px;
}


/* 　d_detail006
-------------------------------------------------------------------------*/
#d_detail006 {
font-size: 11px;
margin-bottom: 20px;
}

#d_detail006 dl {
float: left;
}

#d_detail006 dt {
height: 28px;
}

#d_detail006 span {
display: none;	
}

/*--------- cat1 ---------*/
#d_detail006 dl.cat1 {
width: 306px;
margin-right: 11px;
}

#d_detail006 dl.cat1 dd {
background: url(/common/images/bg007.gif) top left no-repeat;
width: 306px;
height: 95px;
display: table-cell;
vertical-align: middle;
*display:inline; /* ie7 */
*zoom:1; /* ie7 */
}

#d_detail006 dl.cat1 ul {
width: 276px;
height: 55px;
margin: auto;
*position: relative; /* ie7 */
}

#d_detail006 dl.cat1 li {
display: block;
*position: absolute; /* ie7 */ 
*top: 20px; /* ie7 */ 
*left: 0; /* ie7 */ 
}

#d_detail006 dl.cat1 a {
display: block;
width: 276px;
height: 55px;
background: url(/common/images/bt_print002.gif) top left no-repeat;
}

#d_detail006 dl.cat1 a:hover {
background: url(/common/images/bt_print002.gif) bottom left no-repeat;
}

/*--------- cat2 ---------*/
#d_detail006 dl.cat2 {
width: 306px;
margin-right: 11px;
}

#d_detail006 dl.cat2 dd {
background: url(/common/images/bg008.gif) top left no-repeat;
padding: 15px;
height: 65px;
width: 306px;
}

#d_detail006 dl.cat2 ul {
width: 276px;
}

#d_detail006 dl.cat2 li.qr {
float: left;
width: 65px;
}

#d_detail006 dl.cat2 li.text {
float: right;
width: 200px;
line-height: 1.4em;
}

/*--------- cat3 ---------*/
#d_detail006 dl.cat3 {
width: 306px;
}

#d_detail006 dl.cat3 dd {
background: url(/common/images/bg009.gif) top left no-repeat;
/*padding: 10px 10px;*/
width: 306px;
height: 95px;
display: table-cell;
vertical-align: middle;
*display:inline; /* ie7 */
*zoom:1; /* ie7 */
}

#d_detail006 dl.cat3 ul {
width: 276px;
height: 55px;
margin: auto;
*position: relative; /* ie7 */
}

#d_detail006 dl.cat3 li {
display: block;
*position: absolute; /* ie7 */ 
*top: 20px; /* ie7 */ 
*left: 0; /* ie7 */ 
}

#d_detail006 dl.cat3 a {
display: block;
width: 276px;
height: 55px;
background: url(/common/images/bt_mail002.gif) top left no-repeat;
}

#d_detail006 dl.cat3 a:hover {
background: url(/common/images/bt_mail002.gif) bottom left no-repeat;
}


/*--------- cat4 ---------*/
/*--- d_social ---*/
#d_detail006 dl.cat4 {
width: 156px;
}

#d_detail006 dl.cat4 dd {
background: url(/common/images/bg010.gif) top left no-repeat;
width: 156px;
height: 102px;
display: table-cell;
vertical-align: middle;

*position: relative; /* ie7 */ 
}

#d_detail006 dl.cat4 ul#d_social {
width: 110px;
margin: auto;
*position: absolute; /* ie7 */ 
*top: 30px; /* ie7 */ 
*left: 30px; /* ie7 */ 
}

#d_detail006 dl.cat4 ul#d_social li {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

#d_detail006 dl.cat4 ul#d_social li img {
display: block;
vertical-align: middle;
margin: auto;
}

a.fb-like {
display: block;
background: url(/common/images/ic_facebook001.gif) top left no-repeat #ECEEF5;
height: 20px;
padding-top: 0;
padding-left: 23px;
width: 47px;
text-decoration: none;
color: #3B59B8;
font-size: 11px;
}

a.fb-like:hover {
background: url(/common/images/ic_facebook001.gif) bottom left no-repeat #ECEEF5;
}

/* 　backLink
-------------------------------------------------------------------------*/
p.backLink {
padding-left: 15px;
background: url(../images/ic_arrow004.gif) center left no-repeat;
}

/* *：検索結果地図画面
========================================================================= */

/* 　d_mapMain
-------------------------------------------------------------------------*/
div#d_mapMain {
width: 940px;
margin: 0 auto;
padding-bottom: 15px;
text-align: left;
position: relative;
}

div#d_mapMain h1 {
background: url(/common/images/bg_ti001.gif) left bottom no-repeat;	
height: 41px;
margin-bottom: 16px;
padding: 8px 0 0 23px;
font-size: 20px;
font-weight: bold;
}

div#d_mapMain .top_bnr {
position: absolute;
top: 0;
right: 0;
}

div#d_mapMain .top_bnr02 {
position: absolute;
top: 0;
right: 210px;
}

div#d_mapMain h2 {
margin-bottom: 14px;
}

#d_mapTabs li.tab001, #d_mapTabs li.tab002 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
float: left;
}

/* d-cat001 （タイムズ検索がアクティブの場合） */
ul#d_cat001 {
background: url(/common/images/bg_tab001.png) bottom left no-repeat;	
margin-bottom: 20px;
}

ul#d_cat001 li a {
display: block;	
width: 215px;
}

ul#d_cat001 li.tab001 a {
background: url(/common/images/tab001.png) top left no-repeat;	
height: 53px;
}

ul#d_cat001 li.tab002 a {
background: url(/common/images/tab002.png) 0 -53px no-repeat;	
height: 44px;
}

ul#d_cat001 li.tab002 a:hover {
background: url(/common/images/tab002.png) 0 -97px no-repeat;	
height: 44px;
}

/* d_panel1 */
div.panel {
}

div.panel div.left {
float: left;
width: 200px;
font-size: 11px;
}

div.panel div.left div {
padding-left: 10px;
}

div.panel div.left h3 {
margin-bottom: 10px;	
}

div.panel div.left ul {
margin-bottom: 10px;
}

div.panel div.left li img {
margin: 0 4px 0 5px;
vertical-align: top;
}

div.panel div.left ul.icMap li {
width: 84px;
float: left;
margin-bottom: 10px;
}

div.panel div.left p {
color: #333;	
font-size: 11px;
line-height: 1.4em;
}

div.panel div.left p.icEx {
margin-bottom: 10px;
}

div.panel div.left p.icEx img {
margin: 0 2px;
vertical-align: -30%;
}
/* no_narrow */

.no_narrow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

div.panel div.left .no_narrow div.narrow_black {
opacity: 0.5;
filter: alpha(opacity=50); /* IE6、IE7対応 */
-moz-opacity: 0.5; /* Firefox1.5以前対応 */
background-color: #000;
height:100%;
width:180px;
margin: 0;
padding: 0;
}

div.panel div.left .no_narrow p.narrow_message {
position: absolute;
top: 30%;
left: 25px;
display: block;
height: 60px;
width: 120px;
background-color: #fff;
padding: 15px 10px;
border: #aaa solid 5px;
}

/*--------- right ---------*/
div.panel div.right {
float: right;
width: 730px;
position: relative;
}

/* arrow_box */
.arrow_box { 
width: 320px;
} 

.arrow_box > div {
	padding-top: 10px;
} 

/*.arrow_box dt p { 
font-weight: bold;
font-size: 11px;
padding-left: 5px;
}*/

.arrow_box table {
margin: 0 auto 15px auto;
}

.arrow_box table td.park_name {
width: 80%;
font-size: 120%;
padding: 5px 5px 3px 10px;
background: #fef9a3;
font-weight: bold;
vertical-align: middle;
}

.arrow_box table td.park_name a {
color: #333;
}

.arrow_box table td.park_name a:visited {
color: #333;
}

.arrow_box table td.park_name a:hover,
.arrow_box table td.park_name a:active {
text-decoration:none;
color: #333;
}
.arrow_box table td.park_num {
padding: 5px 10px 3px 5px;
background: #eee;
vertical-align: middle;
text-align: right;
}

.arrow_box dd { 
margin: 0 10px;
}

.arrow_box dd p { 
margin-bottom: 5px;
}

.arrow_box dd p img { 
margin-right: 5px;
}

.arrow_box dd a {
font-size: 11px;
}

.arrow_box dd ul {
padding-top: 10px;
}

.arrow_box dd ul li {
float: left;	
}

.arrow_box dd ul li.fav {
font-size: 11px;
font-weight: bold;
display: block;
height: 19px;
background-color: #fff;
border: #CCC solid 1px;
padding: 4px 6px 4px 4px;
vertical-align: middle;
}

.arrow_box dd ul li.fav img {
vertical-align: top;
margin: 1px 4px 0 0;
}

.arrow_box dd ul li a {
display: block;
height: 29px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.arrow_box dd ul li.detail a {
background: url(/common/images/bt_dtl001.gif) top left no-repeat;
width: 60px;
}

.arrow_box dd ul li.detail a:hover {
background: url(/common/images/bt_dtl001.gif) bottom left no-repeat;
}

.arrow_box dd ul li.storeInfo a {
background: url(/common/images/bt_store001.gif) top left no-repeat;
width: 89px;
}

.arrow_box dd ul li.storeInfo a:hover {
background: url(/common/images/bt_store001.gif) bottom left no-repeat;
}

div.panel div.right p.text {
margin-top: 20px;
color: #fe0000;	
font-size: 11px;
line-height: 1.4em;
}

/*.arrow_box a.close {
position: absolute;
top: 10px;
right: 10px;
}*/

/* arrow_box2 */
.arrow_box2 { 
width: 320px;
} 

.arrow_box2 div dl {
padding: 10px 0;
} 

.arrow_box2 dt { 
font-size: 120%;
margin: 0 auto 15px auto;
padding: 5px 10px 3px;
background: #d7ebf5;
font-weight: bold;
}

.arrow_box2 dd { 
margin: 0 10px;
}

.arrow_box2 dd p { 
margin-bottom: 5px;
}

.arrow_box2 dd p img { 
margin-right: 5px;
}

.arrow_box2 dd a {
font-size: 11px;
}

.arrow_box2 dd ul {
padding-top: 10px;	
}

.arrow_box2 dd ul li {
float: left;	
}

.arrow_box2 dd ul li a {
display: block;
height: 29px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.arrow_box2 dd ul li.detail a {
background: url(/common/images/bt_dtl001.gif) top left no-repeat;
width: 58px;
}

.arrow_box2 dd ul li.detail a:hover {
background: url(/common/images/bt_dtl001.gif) bottom left no-repeat;
}

.arrow_box2 dd ul li.storeInfo a {
background: url(/common/images/bt_store001.gif) top left no-repeat;
width: 84px;
}

.arrow_box2 dd ul li.storeInfo a:hover {
background: url(/common/images/bt_store001.gif) bottom left no-repeat;
}

/* arrow_box3 */
.arrow_box3 { 
width: 320px;
} 

.arrow_box3 dt {
font-size: 120%;
margin: 0 auto 0 auto;
padding: 5px 10px 3px;
background: #fef9a3;
font-weight: bold;
}

.arrow_box3 dt a {
color: #333;
}

.arrow_box3 dt a:visited {
color: #333;
}

.arrow_box3 dt a:hover,
.arrow_box3 dt a:active {
text-decoration:none;
color: #333;
}


/* arrow_box4 */
.arrow_box4 { 
width: 320px;
} 

.arrow_box4 dt {
font-size: 120%;
margin: 0 auto 0 auto;
padding: 5px 10px 3px;
background: #d7ebf5;
font-weight: bold;
}


/* map_box */
#map_box {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

.map_black {
opacity: 0.5;
filter: alpha(opacity=50); /* IE6、IE7対応 */
-moz-opacity: 0.5; /* Firefox1.5以前対応 */
background-color: #000;
width: 100%;
height: 100%;
}

.map_message {
font-size: 120%;
font-weight: bold;
position: absolute;
top: 245px;
left: 205px;
display: block;
height: 85px;
width: 280px;
background-color: #fff;
padding: 25px 15px;
border: #aaa solid 5px;
}

.map_message p {
margin-bottom: 15px;
}

.map_message a.close {
position: absolute;
top: 5px;
right: 5px;
display: block;
width: 13px;
height: 13px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background: url(/common/images/btn_baloon001.gif) top left no-repeat;
}

/*--------- bnr ---------*/
div.panel ul.bnr {
margin-top: 20px;
width: 940px;
}

div.panel ul.bnr li {
float: left;
margin-right: 20px;
}

/* cat002 （提携店情報がアクティブの場合） */

ul#d_cat002 {
background: url(/common/images/bg_tab002.png) bottom left no-repeat;	
margin-bottom: 20px;
}

ul#d_cat002 li a {
display: block;	
width: 215px;
}

ul#d_cat002 li.tab001 a {
background: url(/common/images/tab001.png) 0 -53px no-repeat;	
height: 44px;
}

ul#d_cat002 li.tab001 a:hover {
background: url(/common/images/tab001.png) 0 -97px no-repeat;	
height: 44px;
}

ul#d_cat002 li.tab002 a {
background: url(/common/images/tab002.png) top left no-repeat;	
height: 53px;
}



/*--------- tab003 / tab004 ---------*/
div.tab003, div.tab004 {
margin-bottom: 12px;
}



/* *：エラーページ
========================================================================= */

/* 　d_error
-------------------------------------------------------------------------*/
div#d_error {
width: 940px;
margin: 0 auto;
padding-bottom: 15px;
text-align: left;
position: relative;
}

div#d_error h1 {
background: url(/common/images/bg_ti001.gif) left bottom no-repeat;	
height: 41px;
margin-bottom: 16px;
padding: 8px 0 0 23px;
font-size: 20px;
font-weight: bold;
}

div#d_error p {
margin-bottom: 40px;
}

div#d_error li {
width: 78px;
height: 29px;
margin: 0 auto;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

div#d_error li a {
background: url(/common/images/bt_home001.gif) left top no-repeat;	
width: 78px;
height: 29px;
display: block;
}

div#d_error li a:hover {
background: url(/common/images/bt_home001.gif) left bottom no-repeat;	
}


/* *：no scriptメッセージ
========================================================================= */
div.noscript {
font-size: 16px;
font-weight: bold;
color: #FFF;
background-color: #C00;
padding: 15px 0;
}











/* **：CLEARFIX
========================================================================= */
/* float
-------------------------------------------------------------------------*/
.floL {float:left;}
.floR {float:right;}
.clear {clear: both;}

/* clearfix
-------------------------------------------------------------------------*/
.clearfix:after{
content:".";
display:block;
visibility:hidden;
height:0;
line-height:0;
clear:both;
overflow:hidden;
font-size:0.1em;
line-height:0;

}

/* IE7対応 */

*:first-child+html .clearfix { 
zoom: 1;
} 

/* */


/* *：１カ月定期
========================================================================= */

h2.monthly {
display: block;
background: url(/common/images/bg_ti002.gif) left 5pt no-repeat;
padding: 8px 0 0 15px;
font-size: 18px;
font-weight: bold;
line-height: 1em;
margin-bottom: 20px;
}

div.monthly_pass{
margin-bottom: 20px;
}
div.monthly_pass .txt{
width: 477px;
float: left;
margin-right: 20px;
}

div.monthly_pass .txt p.detail{
font-size: 14px;
line-height: 1.5em;
}

table.d_tableDetail p.maxlink,
div.monthly_pass .txt p.detail a{
padding: 0 3px 0 8px;
background: url(/common/images/ic_arrow001.gif) center left no-repeat;
}

/* リニューアル用調整
-------------------------------------------------------------------------*/
div#d_error {
width: 1000px;
margin: 20px auto;
padding: 30px;
background: #fff;
line-height: 1.7em;
}

div#d_error li a {
background: url(/common/images/bt_home001.gif) left top no-repeat;
width: 78px;
height: 29px;
display: block;
}

div#d_error p.button-cyan {
width: 220px;
height: 44px;
line-height: 40px;
margin: 0 auto;
text-align: center;
font-size: 13px;
}

