@charset "Shift_JIS";

@import 'base.css';
@import 'sub.css';

/* サービスステーション検索 */

div#Header{
  background:none;
}

h1{
	margin-bottom:30px;
  zoom:1;
}
h1:after {
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}

h1 span.flt_right{
  width:250px;
  font-family:"A-OTF 新ゴ Pro B", sans-serif;
  font-size:14px;
  color:#000;
}
h1 span.flt_right span.red{
  font-family:"AXIS Std H", sans-serif;
  font-size:24px;
  color:#FF3333;
}
h1 span.flt_right span.network{
  font-size:20px;
}

table{
	width:726px;
	margin-bottom:24px;
}
table th,
table td{
	vertical-align:top;
}

table td.leftcontent{
	width:391px;
}
table td.rightcontent{
	width:304px;
}

table th input,
table td input,
table th img,
table td img{
	vertical-align:middle;
}

table th input.text,
table td input.text{
	width:200px;
	ime-mode:active;
}
table th input[type='text'],
table td input[type='text']{
	width:200px;
	ime-mode:active;
}


h3{
/*
	font-size:15px;
	font-family:"AXIS Std M", sans-serif;
	font-weight:normal;
	background:url(../img/sss_t3.jpg) no-repeat left top;
	padding:12px 12px;
	height:16px;
	line-height:1;
*/
	margin-bottom:12px;
}
table td.content h3{
/*	background:url(../img/sss_t2.jpg) no-repeat left top;*/
}