@charset "utf-8";
/* CSS Document */

/* common */
html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset,
section, hgroup, nav, article, aside, header, footer {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

section, hgroup, nav, article, aside, header, footer {
	display: block;
} 

img {
	border: none;
	vertical-align: bottom;
} 

ul li, ol li {
	list-style-type: none;
}

/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

.clfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}
/* End hide from IE-mac */

body {
	background: #333;
	text-align: center;
	color: #333;
	font-family:Arial;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

/* header */
header {
	width: 100%;
	background: url(../images/main_ttl_bg.jpg) no-repeat center top;
}

header h2 {
	width: 100%;
	border-bottom: solid 1px #676767;
}

/* gps */
section.gps {
	width: 100%;
	padding: 12px 0 15px 0;
	text-align: center;
	border-top: solid 1px #333;
	border-bottom: solid 1px #676767;
	background: -moz-linear-gradient(top, #656565, #343434);
	background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#343434));　
	background: linear-gradient(linear, left top, left bottom, from(#656565), to(#343434));
}

section.gps a {
	display: block;
	width: 290px;
	margin: 0 auto;
	padding: 10px 0 7px 0;
	color: #333;
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 1px #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/icon_gps.png) no-repeat 22px center, url(../images/arw01.png) no-repeat 269px center, -moz-linear-gradient(top, #FBFBFB, #D3D3D3);
	background: url(../images/icon_gps.png) no-repeat 22px center, url(../images/arw01.png) no-repeat 269px center, -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D3D3D3));　
	background: url(../images/icon_gps.png) no-repeat 22px center, url(../images/arw01.png) no-repeat 269px center, linear-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D3D3D3));
}

/* keywords */
section.keywords {
	width: 100%;
	padding: 10px 0 15px 0;
	text-align: center;
	border-top: solid 1px #333;
	border-bottom: solid 1px #676767;
	background: -moz-linear-gradient(top, #656565, #343434);
	background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#343434));
	background: linear-gradient(linear, left top, left bottom, from(#656565), to(#343434));
}

section.keywords dl {
	width: 290px;
	margin: 0 auto;
	text-align: left;
}

section.keywords dl dt {
	padding: 2px 0 8px 32px;
	background: url(../images/icon_keywords.png) no-repeat 3px top;
	color: #FFF;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 0 0 1px #CCC;
}

section.keywords dl dd {
	display: table;
	width: 290px;
}

section.keywords dl dd span {
	display: table-cell;
	vertical-align: middle;
}

section.faq dl dd span:last-of-type {
	text-align: right;
}

section.keywords dl dd input[type="text"] {
	width: 218px;
	margin: 0 auto 0 0;
	padding: 7px 5px 3px 8px;
	color: #999;
	font-size: 14px;
	line-height: 1.1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

section.keywords dl dd input[type="submit"] {
	width: 58px;
	margin: 0 0 0 auto;
	padding: 6px 0;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #FBFBFB, #D3D3D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D3D3D3));
	background: linear-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D3D3D3));
}

section.keywordsResults {
	position: relative;
	margin: -6px 0 0 0;
	padding: 10px 0;
	background: #333;
	border-top: dotted 1px #666;
	border-bottom: solid 1px #676767;
	text-align: center
}

section.keywordsResults ul {
	width: 290px;
	margin: 0 auto;
	text-align: left;
}

section.keywordsResults ul li {
	float: left;
	margin: 0 5px 8px 0;
}

section.keywordsResults ul li a {
	display: block;
	padding: 7px 10px 6px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 1px #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #F2E0B8, #DEB452);
	background: -webkit-gradient(linear, left top, left bottom, from(#F2E0B8), to(#DEB452));
	background: linear-gradient(linear, left top, left bottom, from(#F2E0B8), to(#DEB452));

}

/* area */
section.area {
	width: 100%;
	padding: 10px 0 5px 0;
	text-align: center;
	border-top: solid 1px #333;
	border-bottom: solid 1px #676767;
	background: -moz-linear-gradient(top, #656565, #343434);
	background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#343434));
	background: linear-gradient(linear, left top, left bottom, from(#656565), to(#343434));
}

section.area dl {
	width: 290px;
	margin: 0 auto;
	text-align: left;
}

section.area dl dt {
	padding: 2px 0 8px 32px;
	background: url(../images/icon_area.png) no-repeat 4px top;
	color: #FFF;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 0 0 1px #CCC;
}

section.area dl dd select {
	width: 220px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 8px;
	color: #333;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

section.areaResults {
	position: relative;
	width: 100%;
	margin: -6px 0 0 0;
	padding: 10px 0;
	background: #333;
	border-top: dotted 1px #666;
	border-bottom: solid 1px #676767;
	text-align: center
}

section.areaResults dl {
	width: 290px;
	margin: 0 auto;
	text-align: left;
}

section.areaResults dl dt {
	padding: 0 0 8px 0;
	color: #DEB350;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 0 0 1px #CCC;
}

section.areaResults dl dd ul li {
	float: left;
	margin: 0 5px 8px 0;
}

section.areaResults dl dd ul li a {
	display: block;
	padding: 7px 10px 6px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 1px #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #F2E0B8, #DEB452);
	background: -webkit-gradient(linear, left top, left bottom, from(#F2E0B8), to(#DEB452));
	background: linear-gradient(linear, left top, left bottom, from(#F2E0B8), to(#DEB452));
}

/* footer */
footer {
	width: 100%;
	padding: 12px 0 14px 0;
	border-top: solid 1px #000;
	text-align: center;
	background: -moz-linear-gradient(top, #1F1F1F, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#1F1F1F), to(#333));
	background: linear-gradient(linear, left top, left bottom, from(#1F1F1F), to(#333));
}

footer p.copyright {
	display: table;
	margin: 0 auto;
	padding: 0 0 0 20px;
	background: url(../images/copyright.png) no-repeat left center;
	color: #CCC;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 0 0 1px #CCC;
}