@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
}
body {
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 100%;
	word-break: break-all;
	margin: 0;
	padding: 30px;
}
a {
	-webkit-tap-highlight-color: rgba(255,184,136,0.3);
}
a:link {
	color: #0089e4;
	text-decoration: none;
	background: none;
	outline: none;
}
a:visited {
	color: #0089e4;
	text-decoration: none;
	background: none;
	outline: none;
}
a:hover {
	color: #ffb400;
	background: none;
	outline: none;
}
img {
	-ms-interpolation-mode: bicubic;
}
div,dl,dt,dd,p,blockquote,th,td,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
table{
	border-spacing: 0;
	font-size: inherit;
	font: 100%
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents {
	min-width: 700px;
	max-width: 1000px;
	margin: 0 auto;
}
/* =========================================================
input, textarea
========================================================= */
input[type="text"] {
	border: 1px solid #cccccc;
	padding: 4px;
}
input[type="text"]:focus {
	outline: none;
	border: 1px solid #ffcc33;
	background-color: #fafafa;
}
.text-large {
    width: 360px;
}
/* =========================================================
header
========================================================= */
#header {
	margin-bottom: 35px;
}
#header h1 {
	background-image: url(/img/logo_vivinavi.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 10px;
	height: 70px;
}
/* 25th anniversary logo
#header h1 {
	background-image: url(/img/logo_25th.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 10px;
	height: 89px;
}
*/
#header h1 span {
	display: none;
}
#header p {
	font-size: 100%;
	text-align: center;
	line-height: 137%;
	margin-bottom: 8px;
}
/* =========================================================
navigation
========================================================= */
#navigation {
	border: 2px solid #ff6600;
	border-radius: 3px;
	background-color: #f7f6f5;
	padding: 15px;
	margin-bottom: 50px;
}
#navigation dl {
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
#navigation dt {
	display: table-cell;
	color: #ff6600;
	font-size: 95%;
	font-weight: bold;
	padding-right: 8px;
	white-space: nowrap;
}
#navigation dd {
	display: table-cell;
	width: 100%;
}
#navigation dd input[type="submit"] {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	background-color: #ff6600;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 1px;
	padding: 8px;
}
#navigation dd input[type="submit"]:hover {
	background-color: #fcc800;
}
/* =========================================================
result
========================================================= */
#result {
	margin: -30px 0 35px 0;
}
#result .location {
	clear: both;
	margin-bottom: 5px;
}
#result .location h3 {
	color: #ffffff;
	background-color: #ff6600;
	font-weight: bold;
	padding: 8px 10px;
}
#result .location div {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 11px solid #ff6600;
	margin: 0 0 0 10px;
}
#result .frame {
	background-color: #f7f6f5;
	padding: 15px 15px 15px 25px;
	display: flex;
}
#result ul {
	flex-grow: 1;
	flex-basis: 0;
	padding: 0;
	list-style-type: none;
	margin: -6px 0;
}
#result li {
	position: relative;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	padding: 0 0 0 16px;
	margin: 12px 0;
}
#result li a {
	display: block;
	color: #000000;
	font-size: 95%;
	margin-right: 20px;
	border-bottom: 1px solid transparent;
}
#result li a:hover {
	border-bottom: 1px solid #ff6600;
}
#result li::after {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 6px;
	height: 6px;
	border: 2px solid #ff6600;
	border-radius: 100%
}
#result li a span.new {
	display: inline-block;
	font-size: 11px;
	color: #ff3399;
	background-color: #ffff66;
	margin-left: 6px;
}
#result li a span.rcmmd {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/img/icon_vivichan_small.png);
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: 4px 0;
	background-color: #fff;
	margin: 0;
	width: 40px;
	height: 18px;
}
/* =========================================================
area
========================================================= */
#area {
	background-image: url(/img/bg_map.gif);
	background-repeat: no-repeat;
	background-position: 50% 300px;
	margin-bottom: 20px;
}
#area h2 {
	position: relative;
	color: #ff6600;
	font-size: 110%;
	text-align: center;
	margin-bottom: 15px;
}
#area h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	text-align: left;
	background-image: url(/img/icon_vivichan.png);
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-color: #fff;
	margin: 0;
	padding: 15px 10px 10px 60px;
}
#area h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ff8533;
}
#area .world {
	text-align: center;
	background-color: #fff4ec;
	padding: 20px;
	margin-bottom: 25px;
}
#area .world:hover {
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;
	zoom:1;
}
#area .world a {
	display: block;
	color: #000000;
	line-height: 137%;
}
#area .world span {
	font-weight: bold;
	color: #ff6600;
}
#area .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 100%;
}
#area .box {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
#area .box:first-child {
	padding: 0 20px 0 0;
}
#area .box:last-child {
	padding: 0 0 0 20px;
}
#area .box h3 {
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}
#area .box ul {
	list-style-type: none;
	padding: 0;
	margin: 12px 0 20px 0;
}
#area .box li {
	position: relative;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	padding: 0 0 0 16px;
	margin: 10px 0;
	white-space: nowrap;
}
#area .box li.in {
	margin-left: 1em;
}
#area .box li:hover {
	border-bottom: 1px solid #ff6600;
}
#area .box li::after {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 6px;
	height: 6px;
	border: 2px solid #ff6600;
	border-radius: 100%
}
#area .box li .tab {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/img/icon_arrow.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
	margin: 0 0 0 4px;
	width: 13px;
	height: 13px;
}
#area .box li .tab span {
	display: none;
}
#area .box li a {
	display: inline-block;
	color: #000000;
	font-size: 95%;
}
#area .box li a span.new {
	display: inline-block;
	font-size: 11px;
	color: #ff3399;
	background-color: #ffff66;
	margin-left: 6px;
}
#area .box li a span.rcmmd {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/img/icon_vivichan_small.png);
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: 4px 0;
	background-color: #fff;
	margin: 0;
	width: 40px;
	height: 18px;
}
#area .jpn {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#area .jpn .jpn-box {
	display: table-cell;
	vertical-align: top;
}
#area .jpn .jpn-box:first-child ul {
	margin-right: 5px;
}
#area .jpn .jpn-box:nth-child(2) ul {
	margin-top: 28px;
}
#area .jpn .jpn-box li {
	white-space: nowrap;
}
/* =========================================================
banner
========================================================= */
#banner {
	text-align: center;
	margin-bottom: 20px;
}
#banner img {
	border: 0;
	text-decoration: none;
	vertical-align: bottom;
}
/* =========================================================
footer
========================================================= */
#footer {
	text-align: center;
	padding-bottom: 20px;
}
#footer a {
	color: #333333;
}
#footer div {
	background-image: url(/img/logo_vividnavigation.png);
	background-size: auto 73px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 auto 5px auto;
	height: 73px;
}
#footer p {
	font-size: 75%;
	line-height: 126%;
}
