@charset "utf-8";
/*----------------------------------------------------


	File Name: base.css
	Style Info: リセット・基本設定


----------------------------------------------------*/


/*----------------------------------------------------

	▼リセット

----------------------------------------------------*/
html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

input { padding:0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

h1 {
	width: auto;
	font-size:18pt;
}

h1.popup {
	width: 750px;
	height: 70px;
	text-align:center;
	padding-top: 15px;
	margin-bottom:0;
}

#contents h1{
	margin:0 auto 10px;
	padding: 10px 0;
	font-size:24pt;
	font-weight: normal;
	background:none;
}
h2 {
	margin-bottom:5px;
	padding: 10px 5px;
	font-size:18pt;
	font-weight: normal;
	background:none;
	border-left:6px solid #ff6600;
}
/*
h2.viewname:after{
	content:"";
	position:absolute;
	left:-6px;
	bottom:-5px;
	display:block;
	width:100%;
	border-bottom:2px solid #aaa;
}
*/
h2.title_travel_info_top {
	background: #663300 no-repeat left top;
	margin-bottom:0px;
	text-indent:0px;
	height: 30px;
	width:100%;
	font-size: 11pt;
	line-height: 31px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}


h2.title_main_infomation {
	position: relative;
	background: #663300 no-repeat left top;
	width:100%;
	margin-bottom:0px;
	text-indent:0px;
	height: 30px;
	font-size: 11pt;
	line-height: 31px;
	font-weight: bold;
	word-break: break-all;
	text-align: center;
	box-sizing: border-box;
}

h2.title_base_red {
	background:url(/image/files/000000596.gif) no-repeat left top;
}

h2.title_base_blue {
	background:url(/image/files/000000593.gif) no-repeat left top;
}

h2.title_base_brown {
	background:url(/image/files/000000594.gif) no-repeat left top;
}

h2.title_base_green {
	background:url(/image/files/000000595.gif) no-repeat left top;
}

h2.title_img {
	margin-bottom:20px;
	font-size:110%;
	width:750px;
	padding-left:0px;
}

h2.title_jikenbo {
	background:url(/image/files/000000600.gif) no-repeat left top;
	height:50px;
	line-height:50px;
	text-indent:25px;
	color:#663300;
}

h2.title_jikenbo_index {
	background:url(/image/files/000000584.gif) no-repeat center top;
	width:650px;
	height:46px;
	color:#666;
	text-indent:-9999px;
	margin:0 auto;
}

h2.title_nobg {
	font-size: 120%;
	line-height:140%;
	text-align: center;
	color:#333333;
	height:30px;
	line-height:30px;
}

h3 {
	font-size: 120%;
	line-height:140%;
	margin-bottom: 20px;
	text-align: center;
}

h3.h3_bar {
	font-size: 120%;
	line-height:140%;
	border-bottom: #999999 solid 1px;
	text-align:left;
	margin-bottom:10px;
	padding:0 0 3px 10px;
}


h3.title_blue {
	border-left:8px solid #ccc;
	background-color:#003366;
	font-weight:bold;
	font-size: 110%;
	text-align:left;
	margin-bottom:10px;
	padding:3px 0 3px 10px;
	color: #fff;
}


h3.title_video {
	text-align: left;
	padding-left: 5px;
	border-bottom:3px solid #ccc;
	margin-bottom: 10px;
}

h3.title_video img {
	margin-bottom:10px;
}

h4 {
	font-weight:bold;
	font-size: 110%;
	padding:3px 0 3px 10px;
	margin-bottom:10px;
}

h4.bg_cyan {
	background-color:#B7E4F9;
	border-left:8px solid #0099CC;
}

h4.bg_blue {
	background-color:#99ccff;
	border-left:8px solid #003399;
}

h4.bg_green {
	background-color:#DEFECF;
	border-left:8px solid #006600;
}

h4.bg_yellow {
	background-color:#FFFF99;
	border-left:8px solid #FF6600;
}

h4.bg_red {
	background-color:#ffcccc;
	border-left:8px solid #990000;
}

h4.title_bar {
	font-size: 100%;
	padding:3px 0 3px 18px;
	border-bottom:1px dotted #666;
	background:url(/image/files/000000547.gif) no-repeat 5px 8px;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	padding:0 10px 10px 10px;
}

.tebiki h5 {
	margin-top:20px;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	font-weight: normal;
	text-align: left;
}

ul {
	list-style: none;
}

ol {
	padding-left: 30px;
	margin-bottom: 10px;
}

fieldset,img {
	border: 0;
	vertical-align:bottom;
}

img.icon  {
	padding:0 4px 2px 4px;
}


/*----------------------------------------------------

	▼基本設定

----------------------------------------------------*/

body {
	background-color:#fff;
	color: #333;
	font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
	line-height: 150%;
	text-align: center;
	overflow-x:hidden;
}
input,button{
	font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

em,strong {
	font-weight: bold;
}

select option {
	padding : 0 5px;
}

/*----------リンク----------*/

/*
a:link,
a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #663300;
	text-decoration: underline;
}
*/


a:link    { color: #0066cc; text-decoration: underline; }
a:visited { color: #550099; text-decoration: underline; }
a:hover,a:active   { color: #fff; background:#000099; text-decoration: underline; }


/*----------------------------------------------------

	▼区切り線

----------------------------------------------------*/

hr {
	margin-bottom:15px;
}


/*----------------------------------------------------

	▼カスタム

----------------------------------------------------*/

.line1{
	margin:5px auto;
	padding:0;
	border:none;
	border-bottom:2px solid #aaa;
}
.userid .nav a{
	color:#fff;
}
.logstatus a{
	color:#fff;
}

