@charset "utf-8";

/*----------*/

#contents  p.description{
		margin:0 20px 15px;
	}
#contents  p.description em{
		color:#F0261D;
		font-weight:bold;
	}
	
/*------------------------------
		AREA SEARCH PAGE
------------------------------*/
.stores .section .col1{
	float:left;	
	width:663px;
	}

.stores .section .col2{
	float:right;
	width:248px;
	height:253px;
	background:transparent url(../stores/img/storelist-bg.gif) top left no-repeat;
	}
.stores #contents .section .col2 h3{
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	background-color:transparent;
	border-width:0;
	}
.stores .section .col2 p{
	padding:5px 0 0;
	margin:0 25px 3px;
	font-weight:bold;
	border-top:1px solid #ddd;
	}
.stores .section .col2 p.type01{color:#FF6600;}
.stores .section .col2 p.type02{color:#F0261D}
.stores .section .col2 p.type03{color:#003399;}
.stores .section .col2 p span{
	margin-left:24px;
	font-size:10px;
	color:#666;
	font-weight:normal;
	}
.stores .section .col2 p.input{
	text-align:right;
	padding-top:15px;
	border-top:1px solid #ddd;
	}
	
	
/*------------------------------
		RESULT PAGE
------------------------------*/
.stores .section-result{
	width:910px;
	margin-left:20px;
	}
	
#contents .section-result p.description{
		margin:0 0 15px;
	}	
	
	
.stores .search-condition{
	padding:6px 10px;
	margin-bottom:15px;
	background-color:#e8e8e8;
	border-left:5px solid #ccc;
	}
.stores #contents h3{
	padding:2px 14px;
	margin-bottom:20px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#FFCC00;
	border:1px solid #FFB12A;
	}
	
.stores #contents table.pager,
.stores #contents table.result{
	width:100%;
	}
.stores #contents table.pager{
	border:1px solid #dedede;
	}
.stores #contents table.pager td{
	padding:15px;
	background-color:#e8e8e8;
	border:0;
	}
.stores #contents table.pager td.pnav{
	width:300px;
	text-align:right;
	}
.stores #contents table.result th{
	font-size:14px;
	}
.stores #contents table.result th,
.stores #contents table.result td{
	padding:8px 12px;
	border:1px solid #dedede;
	vertical-align:top;
	}
.stores #contents table.result td.store-addr{
	width:300px;
	}

.stores #contents table.result tr.store-name{
	text-align:left;
	background-color:#eeeeee;
	color:#333333;
	font-size:12px;
	}

/*------------------------------
		DETAIL PAGE
------------------------------*/
	
.stores #contents table.detail{
	margin-bottom:20px;
	}
.stores #contents table.ttl,
.stores #contents table.detail{
	width:100%;
	}
.stores #contents table.ttl h3{
	margin:0;
	padding:0;
	background-color:transparent;
	border:0;
	font-size:16px;
	color:#002067;
	}
.stores #contents table.ttl th{
	border:1px solid #dedede;
	border-right:0;
	padding:12px;
	}
.stores #contents table.ttl td{
	border:1px solid #dedede;
	border-left:0;
	padding:12px;
	}

.stores #contents table.detail th,.stores #contents table.detail td{
	padding:12px;
	border:1px solid #dedede;
	vertical-align:top;
	}
.stores #contents table.ttl th,.stores #contents table.ttl td{
	vertical-align:middle;
	}
	
	
.stores #contents table.detail th{
	background-color:#e8e8e8;
	}
.stores #contents table.detail th span{
	color:#F0261D;
	}

.stores #contents td#storemap{
	padding:0;
	}

.stores #contents table.detail td.imgs img{
	padding:5px;
	border:1px solid #ccc;
	margin:5px;
	}
