@charset "utf-8";
/* CSS Document */

* {
	/* [disabled]outline: none; */
}

body {
    font-size: 14px;
    *font-size: small;
    *font: x-small;
	color: #333333;
	font-family: "UD Shin Go Light JIS2004","UD Shin Go Light","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}


table {
    font-size: inherit;
    font: 100%;
}



#container {
	width: 100%;
}


/*----------header----------*/

#header_bg {
	width: 100%;
	background: url(../images/hedder_bg.png) repeat-x;
	height: 148px;
	z-index: 800;
	position: relative;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	margin: 0 auto;
}

h1 {
	width: 281px;
	height: 40px;
	position: absolute;
	top: 26px;
}

/*----------header_nav----------*/
#header_nav {
	position: absolute;
	top: 20px;
	right: 123px;
	width: 300px;
}

#header_nav li{
	display: block;
	float: right;
	font-size: 86%;
}

#header_nav li a{
	display: block;
	background: url(../images/arrow_01.gif) 0 center no-repeat;
	padding-left: 10px;
	margin-left: 13px;
}

/*----------header_size&search----------*/
#header #tool {
	position: absolute;
	top: 50px;
	right: 123px;
}
	
#header #tool #header_font_title {
	float: left;
	margin: 0 7px 0 0;
}

#header #tool #header_font_title img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

#header #tool #header_font_set {
	float: left;
}

#header #tool #header_font_set li {
	float: left;
	cursor: pointer;
}

#header #tool #header_search {
	float: left;
	margin-left: 15px;
	_padding-top: 0;
	_padding-bottom: 0;
}

#header #tool #header_search .search_box {
	font-size: 100%;
	font-weight: normal;
	color: #b4b4b4;
	width: 152px;
	border: solid 1px #d9d9d9;
	height: 18px;
	_height: 18px;
	padding-left: 5px;
	line-height:20px;
}

#header #tool #header_search .search_img {
	margin-left: -5px;
}


#header #header_iso {
	position: absolute;
	top: 11px;
	right: 5px;
}

#header #header_iso img{
	margin-right: 15px;
	margin-bottom: 3px;
	border: solid 1px #d3d3d3; /* 色：lightgray */
	border-radius: 2px;
	/*--影設定
	box-shadow: 0 0px 5px -1px rgba(0,0,0,0.2);
	　影設定--*/
}


/*---------------gnav---------------*/
#gnav {
	position: absolute;
	top: 98px;
	/top: 97px;
	left: 0;
}

#dropmenu{
	padding: 0;
	width: 965px;
}

#dropmenu li{
	position: relative;
	float: left;
	width: 192px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dropmenu li a{
	display: block;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 86%;
	font-weight: bold;
	text-decoration: none;
}

#dropmenu li ul{
	list-style: none;	
	margin: 0;
	padding: 0;
}

#dropmenu li:last-child ul{
	width: 100%;
}

#dropmenu li ul li{
	overflow: hidden;
	width: 188px;
	height: 0;
	color: #333333;
	background: #ffffff;
	border-right: #e72c26 2px solid;
	border-left: #e72c26 2px solid;
}

#dropmenu li ul li a{
	padding: 14px 15px;
	background: #ffffff;
	text-align: left;
	font-size: 86%;
	font-weight: normal;
	line-height: 1.4em;
	background: url(../images/dot_line.gif) repeat-x left bottom;
}

#dropmenu li:hover > a{
	background: #e0e0e0;
	color: #333333;
}

#dropmenu > li:hover > a{
	background: #ffffff;
}

#dropmenu li:hover ul li{
	overflow: visible;
	height: 100%;
	background: #ffffff;
}

#dropmenu li:hover ul li.last-child a{
	background-image: url(../images/line_red.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


/*---------------contents---------------*/

#contents {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}

/*---------------contents---------------*/


/*---------------breadcrumb---------------*/

#breadcrumb {
	margin: 30px 0 15px 0;
}

#breadcrumb li {
	float: left;
	font-size: 86%;
	line-height: 1.1em;
}

#breadcrumb li a:link,
#breadcrumb li a:visited {
	color: #e72f2a;
	text-decoration: underline;
}

#breadcrumb li a:hover,
#breadcrumb li a:active {
	text-decoration: underline;
}

/*---------------breadcrumb---------------*/



/*---------------content_area---------------*/

#content_area {
	width: 735px;
	float: right;
	font-size: 100%;
}

#content_area02 {
	width: 960px;
	font-size: 100%;
}


/*---------------content_area---------------*/


/*---------------snav---------------*/

#snav {
	width: 192px;
	float: left;
	margin-bottom: 150px;
}

#snav li div {
	background: url(../images/dot_line02.gif) repeat-x left bottom;
	background-color: #f7f7f7;
	width: 192px;
}

#snav li div.last {
	border-bottom: #e3e3e3 1px solid;
	background-image: none;
}

#snav li div a:link,
#snav li div a:visited {
	display: block;
	padding: 15px 10px 15px 20px;
	font-size: 86%;
	color: #000000;
	line-height: 1.1em;
	text-decoration: none;
	background-image: url(../images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.6em;
}

#snav li div a:hover {
	color: #000000;
	background-color: #e0e0e0;
}


#snav li div a.active {
	color: #000000;
	background-color: #e0e0e0;
	font-weight: bold;
}

#snav li.active div a:link,
#snav li.active div a:visited {
	font-weight: bold;
	color: #224b8e !important;
}


#snav li div.location_list a:link,
#snav li div.location_list a:visited {
	display: block;
	padding: 15px 20px 15px 38px;
	font-size: 86%;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
	background-image: none;
	text-indent: -1em;
}

#snav div.snav_navilink{
	text-align: center;
}

#snav div.snav_hakuyoukougyoukai {
	text-align: center;
}

#snav div.snav_exinfo_head{
	margin: 30px 0px 5px;
}

#snav .snav_btn,
#snav a.snav_btn,
#snav button.snav_btn{
	width: 175px;
	font-size: 90%;
	line-height: 1.3em;
	position: relative;
	display: inline-block;
	padding: 10px 3px 10px 3px;
	margin: 0px auto 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #212529;
	border-radius: 0.2rem;
}

#snav .snav_btn--highwaytechno,
#snav a.snav_btn--highwaytechno{
	border: 1px solid #ff0000;
	color: #212529;
	 background-color: #ffe5e5;
}

#snav .snav_btn--highwaytechno:hover,
#snav a.snav_btn--highwaytechno:hover{
	border: 1px solid #ff0000;
	color: #212529;
	background-color: #fbc1c1;
}


/*---------------snav---------------*/


/*---------------page-top---------------*/

.pTop_box {
	position: relative;
}

#pTop {
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 99999;
}

/*---------------page-top---------------*/


/*---------------footer---------------*/

#footer {
	background: url(../images/footer_bg.gif) repeat-x;
	background-color: #e4e4e4;
}

#footer #f_nav {
	background-color: e4e4e4;
}

#footer #f_nav .fnav_content {
	width:960px;
	margin: 0 auto;
}

#footer #f_nav .fnav_content li {
	width: 192px;
	margin: 20px 0 0 0;
	float: left;
	background: url(../images/footer_line1.gif) right repeat-y;
}

#footer #f_nav .fnav_content li.line_r_none {
	background: none;
}

#footer #f_nav .fnav_content li dl dt {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0 17px;
}

#footer #f_nav .fnav_content li dl dd {
	margin-top:14px;
	font-size: 86%;
	background: url(../images/arrow_01.gif) 19px 0.5em no-repeat;
	padding: 0 0 0 29px;
}


#footer #f_nav .fnav_content li.li05 {
	width: 960px;
	float: left;
	margin: 30px 0 0 0;
	padding: 20px 0;
	background: url(../images/footer_line2.gif) 0 0 repeat-x;
	position: relative;
	overflow: hidden;
}

#footer #f_nav .fnav_content li.li05 dl {
	position: relative;
	left: 50%;
	float: left;
}

#footer #f_nav .fnav_content li.li05 dl dd {
	background: url url(../images/arrow_01.gif) 0px center no-repeat;
	padding: 0 0 0 28px;
	margin: 0 20px 0 0;
	position: relative;
	left: -50%;
	float: left;
}

#footer #copy {
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #eeeeee;
}

#footer #copy p {
	color: #000000;
	padding: 15px 0;
}

/*---------------footer---------------*/

/*clearfix*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}