﻿@charset "utf-8";


html {
	height:100%;
}

body {
	height:100%;
	text-align:left;
	color:#000;
	font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0;
	-webkit-text-size-adjust:100%;
	min-width:1000px;
}

a:hover img,
button:hover {
	opacity:0.8;
	-moz-opacity:0.8;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}


/*----------------------------------

header

----------------------------------*/
#wrapper > header:last-of-type {
	display: none;
}

header {
	height: 358px;
	/* background:url(../img/common/hd_bg.png) repeat-x; */
}

header .upper {
	padding-top: 7px;
	height: 60px;
}

header .upper h1 {
	float: left;
}

header .upper .inner > ul {
	float: left;
	padding-top: 13px;
}

header .upper .inner > ul li {
	float: left;
	position: relative;
	left: 137px;
}

header .upper .inner > ul li:first-of-type {
	padding-left: 68px;
	text-indent: -56789px;
}

header .upper .inner > ul li:first-of-type a {
	background: url(../img/common/hd_btn_size_s.png) no-repeat;
	text-indent: -56789px;
	display: block;
	width: 29px;
	height: 26px;
}

header .upper .inner > ul li:nth-of-type(2) {
	padding-left: 6px;
	text-indent: -56789px;
}

header .upper .inner > ul li:nth-of-type(2) a {
	background: url(../img/common/hd_btn_size_l.png) no-repeat;
	display: block;
	width: 29px;
	height: 26px;
}

header .upper .inner > ul li:nth-of-type(3),
header .upper .inner > ul li:nth-of-type(4),
header .upper .inner > ul li:nth-of-type(5) {
	padding-left: 13px;
}

header .upper .inner > ul li a {
	background-position: 0 top;
}

header .upper .inner > ul li a.current {
	background-position: 0 bottom;
}

header .upper .inner > p {
	float: right;
	padding-top: 13px;
}

header .main {
	clear: both;
	padding: 14px 0 0 0;
	background-color: #3fc2b8;
}

header .main .category {
	float: left;
	position: relative;
}

header .main .category > ul {
	padding-left: 33px;
}

header .main .category > ul > li {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

header .main .category > ul > li > a {
	opacity:1;
	-moz-opacity:1;
}

header .main .category > ul > li > a {
	height: 210px;
	width: 160px;
	text-indent: -56789px;
	display: block;
}

header .main .category > ul > li:nth-child(1) > a {
	background: url(../img/common/hd_main_btn_aviation.png) no-repeat center top;
}

header .main .category > ul > li:nth-child(2) > a {
	background: url(../img/common/hd_main_btn_railroad.png) no-repeat center top;
}

header .main .category > ul > li:nth-child(3) > a {
	background: url(../img/common/hd_main_btn_ship.png) no-repeat center top;
}

header .main .category > ul > li > a:hover {
	background-position: center bottom;
}

#category .appear + a {
	background-position: center bottom !important;
}

#category .panel {
	display: none;
	position: absolute;
	z-index: 10001;
	width: 846px;
	top:200px;
	left:0;
	border: 1px solid #007f84;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #fff;

}

#category .panel > div {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

#category .panel figure {
	background: #34b9af;
	width: 166px;
	padding: 2.8em 0;
}

#category .panel figure img {
	width: 84px;
	margin: 0 auto;
}

#category > ul > li:last-child figure {
	padding: 5.1em 0;
}

#category .panel nav {
	padding: 12px 0;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
}


#category .panel nav ul {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#category .panel nav ul li {
	border-bottom: solid 1px #dcdddd;
	padding:0 0 6px 30px;
	background: url(../img/common/hd_panel_ico_arrow.png) no-repeat left top;
	margin-top: 6px;
}

#category .panel nav ul li:last-child {
	border:none;
}

#category .panel.appear {
	display: block;
}


header .main .submenu {
	float: right;
	margin-bottom: 1em;
}

header .main .submenu .submenu-searchbox {
	margin-bottom: 10px;
}

header .main .submenu .submenu-searchbox form {
	width: 70%;
    margin: auto;
}

header:first-of-type .main .submenu ul:first-of-type {
	float: left;
	margin-right: 30px;
}

header:first-of-type .main .submenu ul:last-of-type {
	float: right;
}


header .main .submenu #keywords {
	-webkit-border-top-left-radius: 8px !important;/* for Safari and Chrome */
	-moz-border-top-left-radius: 8px !important; /* for Firefox */
	border-top-left-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;/* for Safari and Chrome */
	-moz-border-bottom-left-radius: 8px !important; /* for Firefox */
	border-bottom-left-radius: 8px !important;
	height: 29px !important;
	width: calc(100% - 59px) !important;
	border-left: solid 1px #ccc !important;
	border-top: solid 1px #ccc !important;
	border-bottom: solid 1px #ccc !important;
	padding:0 10px !important;
	background: #fff !important;
}

header .main .submenu input,
header .main .submenu button,
header .overlay .search input,
header .overlay .search  button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
}

header .main .submenu #searchBtn {
	float: right;
	cursor: pointer;
	margin-top:0px;
	margin-right:0;
}

header .main .submenu #searchBtn img {
    height: 31px;
    width: auto;
}

header .main .submenu li {
	margin-bottom: 13px;
	clear: both;
}

header:first-of-type .main .submenu li img {
	width: 200px;
}

header #global {
	clear: both;
	position: relative;
	background-color: #007F84;
}

header #global .inner {
	position: relative;
}

header #global li {
	float: left;
	width: 166px;
}

header #global ul li:last-child {
	width: 170px;
}

header #global .inner > ul > li > a {
	height: 67px;
	text-indent: -56789px;
	opacity:1;
	-moz-opacity:1;
	display: block;
}

header #global .inner > ul > li:nth-child(1) > a {
	background: url(../img/common/hd_gnav_about.png) no-repeat top;
}

header #global .inner > ul > li:nth-child(2) > a {
	background: url(../img/common/hd_gnav_digest.png) no-repeat top;
}

header #global .inner > ul > li:nth-child(3) > a {
	background: url(../img/common/hd_gnav_information.png) no-repeat top;
}

header #global .inner > ul > li:nth-child(4) > a {
	background: url(../img/common/hd_gnav_news.png) no-repeat top;
}

header #global .inner > ul > li:nth-child(5) > a {
	background: url(../img/common/hd_gnav_effort.png) no-repeat top;
}

header #global .inner > ul > li:nth-child(6) > a {
	background: url(../img/common/hd_gnav_application.png) no-repeat top;
}

header #global .inner > ul > li a:hover {
	background-position: bottom;
}

header #global .inner > ul > li .appear + a {
	background-position: center bottom !important;
}

#global .panel {
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 10002;
	width: 1000px;
	top:67px;
	left:0;
}

#global .inner > ul > li:nth-of-type(1) .panel .arrow {
	position: absolute;
	left:  75px;
	top:0;
}

#global .inner > ul > li:nth-of-type(2) .panel .arrow {
	position: absolute;
	left:  239px;
	top:0;
}

#global .inner > ul > li:nth-of-type(3) .panel .arrow {
	position: absolute;
	left:  405px;
	top:0;
}

#global .inner > ul > li:nth-of-type(4) .panel .arrow {
	position: absolute;
	left:  571px;
	top:0;
}

#global .inner > ul > li:nth-of-type(5) .panel .arrow {
	position: absolute;
	left:  737px;
	top:0;
}

#global .inner > ul > li:nth-of-type(6) .panel .arrow {
	position: absolute;
	left:  905px;
	top:0;
}

#global .panel > div {
	border: 1px solid #007f84;
	margin-top: 14px;
}

#global .panel figure {
	background: #007f84;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height:184px;
}

#global li:first-of-type .panel figure  {
	height:198px;
}

body.l #global li:first-of-type .panel figure  {
	height:210px;
}

#global .panel nav {
	float: left;
	padding: 20px 0;
}

#global .panel nav ul {
	float: left;
	width: 254px;
	margin-left: 20px;
}

#global .panel nav ul li {
	padding:0 0 6px 30px;
	background: url(../img/common/hd_panel_ico_arrow.png) no-repeat left top;
	width: 224px;
	margin-top: 8px;
}

#global .panel nav ul li:last-child {
	border:none;
}

#global .panel.appear {
	display: block;
}

.curtain:before {
	content:" ";
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0
}

.curtain.appear:before {
	display: block;
	z-index: 400;
}

@media screen and (min-width: 641px) {
	.menu-btn {
		display: none;
	}

}

/*----------------------------------

contents

----------------------------------*/
#contents {
	clear: both;
	padding: 30px 0 60px;
	position: relative;
}

#contents .ico {
	display: inline;
	vertical-align: text-top;
	padding: 0 4px;
}

#contents .new {
	color: #ff0000;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.6rem;
}

#contents h1 {
	background: url(../img/common/cnt_ico_circle.png)no-repeat;
	font-size: 3rem;
	border-bottom: solid 1px #00a99d;
	padding: 0 0 15px 34px;
	line-height: 1;
}

#contents #second {
	width: 1000px;
	margin: 0 auto;
}

#second .pankuzu {
	padding-bottom: 30px;
}

#contents a img {
	display: inline-block;
}


/*----------------------------------

footer

----------------------------------*/
footer {
	clear: both;
	padding:128px 0 56px 0;
	background:#007f84 url(../img/common/ft_bg.png) no-repeat top center;
	color: #fff;
	font-size: 1.4rem;
	position: relative;
}

footer #pagetop {
	position:fixed;
	bottom:56px;
	right:20px;
}

footer #pagetop a {
	width:60px;
	display:block;
}

footer > section {
	width: 1000px;
	margin: 0 auto;
}

footer > section > ul li {
	float: left;
	padding-right: 15px;
}

footer > section > div:first-of-type {
	clear: both;
	padding-top: 26px;
	display: flex;
	display:-webkit-box;/* for Android */
	display:-ms-flexbox;/* for IE10 */
	display: -webkit-flex;/* for safari（PC) */
}

footer > section > div:first-of-type nav {
	padding:6px 15px 0 15px;
	border-left: solid 1px #49c9c0;
	width: 219px;
}

footer > section > div:first-of-type nav h1 {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1.6rem;
}

footer > section > div:first-of-type nav h1:not(:nth-of-type(1)) {
	padding-top: 20px;

}

footer > section > div:first-of-type nav li {
	background: url(../img/common/ft_arrow.png) no-repeat 0 4px;
	padding:0 0 2px 14px;
}

footer > section > div:first-of-type nav dl {
	padding-top: 20px;
}

footer > section > div:first-of-type nav dd {
	padding-top: 10px
}

footer > section > nav ul {
	margin-top: 30px;
	text-align: center;
}

footer > section > nav ul li {
	display:inline-block;
	padding:0 16px;
	line-height: 1;
}

footer > section > nav ul li:not(:first-child) {
	border-left: solid 1px #fff;
}

footer > section > p {
	text-align: center;
	padding-top: 10px;
}

footer > section > div:last-of-type {
	display: none;
}




/*----------------------------------
------------------------------------
------------------------------------

smartphone

------------------------------------
------------------------------------
----------------------------------*/
@media screen and (max-width: 640px) {

	body {
		background:none;
		min-width:320px;
	}

	img{
		max-width:100%;
		height: auto;
		width:auto;
	}

	a, a img {
		-webkit-transition:none;
		transition:none;
	}

	a:hover, a:hover img {
		opacity:1;
	}

	#wrapper {
		width:100%;
		margin:0;
	}



	/*----------------------------------

	header

	----------------------------------*/
	#wrapper > header {
		position: relative;
		height:auto;
	}

	#wrapper > header:last-of-type {
		display: block;
	}

	#wrapper > header:first-of-type {
		display: none;
	}

	#wrapper > header:last-of-type h1 {
		padding: 30px 0 30px 18px;
		background: #fff;
	}

	#wrapper > header:last-of-type h1 a {
		width: 50%;
		display: block;
	}

	#wrapper > header:last-of-type .main {
		clear: both;
		background: #3fc2b8;
		padding: 20px;
	}

	#wrapper > header:last-of-type .main .category {
		float: none;
	}

	#wrapper > header:last-of-type .main .category ul {
		display: flex;
		display:-webkit-flex;/* for Android */
		justify-content: space-between;
		-webkit-justify-content:space-between;
		padding-left: 0;
	}

	#wrapper > header:last-of-type .main .category li {
		float: none;
		margin: 0;
	}

	#wrapper > header:last-of-type .main .category > ul > li {
		padding: 0;

	}

	#wrapper > header:last-of-type .main .category li:nth-of-type(2) {
		padding:0 5%;
	}

	#wrapper > header .main .category li a {
		padding: 0;
		height:auto;
		width: auto;
		text-indent: 0;
	}


	#wrapper > header:last-of-type .main .submenu {
		float: none;
		padding-top: 22px;
	}

	#wrapper > header:last-of-type .main .submenu li {
		margin:0 auto;
		max-width: 482px;
		margin-top: 1rem;
	}

	.overlay_appear
	{
		overflow: hidden;
		height:100%;
	}

	/* OPEN / CLOSE BTNS */

	.menu-btn {
		position: absolute;
		top: 28px;
		right: 18px;
		
		z-index: 98;
		display: inline;
	}

	.menu-btn a {
		display: inline-block;
		text-decoration: none;
		width: 29px;
		height: 29px;
		/* safari hack */
	}

	.menu-btn a.btn-open {
		background: url(../img/common/sp/hd_btn_menu.png) no-repeat;
		background-size: 29px;
	}

	.menu-btn a.btn-close {
		background: url(../img/common/sp/hd_btn_close.png) no-repeat;
		background-size: 29px;
	}


	.overlay_appear
	{
		overflow: hidden;
		height:100%;
	}

	.menu-btn {
		position: absolute;
		top: 28px;
		right: 18px;

		z-index: 98;
		display: inline;
	}

	.menu-btn a {
		display: inline-block;
		text-decoration: none;
		width: 29px;
		height: 29px;
		/* safari hack */
	}

	.menu-btn a.btn-open {
		background: url(../img/common/sp/hd_btn_menu.png) no-repeat;
		background-size: 29px;
	}

	.menu-btn a.btn-close {
		background: url(../img/common/sp/hd_btn_close.png) no-repeat;
		background-size: 29px;
	}

	.overlay {
		position: fixed;
		top: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #3fc2b8;
		-webkit-overflow-scrolling: touch; 
		font-size: 1.4rem;
	}

	.overlay > nav {
		margin:20px 18px;
	}

	.overlay > .search {
		margin:20px 18px;
	}

	.overlay > .search dl {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
	}

	.overlay > .search #keywords {
		-webkit-border-top-left-radius: 4px;
		-moz-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		height: 40px;
		border-left: solid 1px #ccc;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		padding:0 5px;
		background: #fff;
		width: 80%;
	}

	.overlay > .search #keywords input {
		height: 100%;
		width: 100%;
		height: 89%;
		width: 102%;
		margin-left: -6px;
		margin-top: -1px;}

	.overlay > .search #searchBtn {
		padding: 0;
		line-height: 1;
		width: 20%;
		background: #025ea9;
		-webkit-border-top-right-radius: 4px;
		-moz-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		box-shadow:0px 1px 0px 0px #012f54;
		-moz-box-shadow:0px 1px 0px 0px #012f54;
		-webkit-box-shadow:0px 1px 0px 0px #012f54;
		height: 41px;
		position: relative;
	}

	.overlay > .search #searchBtn button {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -7px;
	}

	.overlay > .search #searchBtn img {
		width: 14px;
		height: 40px;
	}

	.overlay > p {
		margin: auto 18px;
	}

	.overlay nav:nth-of-type(1) li:not(:first-of-type) {
		border-top: solid 1px #fff;
		max-width: 570px;
	}

	.overlay nav:nth-of-type(2) li {
		margin-top: 5px;
	}

	.overlay nav:nth-of-type(2) li a  {
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		display: block;
	background: #fff;
	padding: 10px;
	color: #000;
	background:#fff url(../img/common/sp/hd_arrow.png) no-repeat 96% 50%;
	background-size: 9px 16px;
	}

	.overlay nav:nth-of-type(3) ul {
		display: flex;
		display:-webkit-flex;/* for Android */
		justify-content: space-between;
		-webkit-justify-content:space-between;
		margin-top: 20px;
	}

	.overlay nav:nth-of-type(3) li {
		width: 100%;
		text-align: center;
	}

	.overlay nav:nth-of-type(3) li:first-of-type {
		margin-right: 10px;
	}

	.overlay nav:nth-of-type(3) li a	{
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		display: block;
		background: #fff;
		padding: 10px;
		color: #000;
	}

	.overlay > div:last-of-type {
		margin: auto 18px 20px 18px;
	}

	.overlay > div:last-of-type a.btn-close {
		color: #fff;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		background: #007f84;
		text-align: center;
		padding: 10px;
		display: block;
	}


	.curtain.appear:before {
		display: none;
	}

	/*----------------------------------

	contents

	----------------------------------*/
	#contents {
		clear: none;
		padding: 30px 18px;
	}

	#contents h1 {
		font-size: 1.5rem;
		background-size: 18px;
		padding: 2px 0 8px 22px;
	}

	#contents .new {
		padding-left: 10px;
		font-size: 1rem;
	}

	.inner,
	#second {
		width: auto !important;
	}



	/*----------------------------------

	footer

	----------------------------------*/
	footer {
		padding:0 0 28px 0;
		background-color: #fff;
		background-image: none;
		margin-top:0;
		font-size: 1.2rem;
	}

	footer #pagetop {
		position:static;
		bottom:0;
		right:0;
		float: right;
		padding-right: 18px;
	}

	footer #pagetop a {
		width:30px;
		display:block;
	}

	footer > section {
		width: auto;
		margin: 0;
		padding-top: 50px;
	}

	footer > section > ul {
		display: flex;
		display:-webkit-flex;/* for Android */
		padding: 0 18px;
	}

	footer > section > ul li {
		float: none;
		padding: 0;
	}

	footer > section > ul li:nth-child(odd) {
		float: none;
		padding-right: 10px;
	}

	footer > section > div:last-of-type {
		padding-top: 20px;
	}

	footer > section > div:first-of-type {
		display: none;
	}

	footer > section > div:last-of-type {
		display: block;
	}

	footer > section > div:last-of-type nav {
		padding:0;
		border-left:none;
	}

	footer > section > div:last-of-type nav li {
		background: none;
		padding: 0;
		border-top:solid 1px #12989d;
	}

	footer > section > div:last-of-type nav li:last-of-type {
		border-bottom:solid 1px #12989d;
	}

	footer > section > div:last-of-type nav li a {
		display: block;
		background:#007f84 url(../img/common/sp/ft_arrow.png) no-repeat right;
		background-size: 8px 14px;
		background-position: 94% 50%;
		padding: 14px 18px;
	}

	footer > section > nav a {
		color:#565656 !important;
		font-size: 1.1rem;
	}

	footer > section > nav ul li {
		text-align: left;
		display: block;
		padding-bottom:10px;
	}

	footer > section > nav ul li:last-child {
		padding-bottom: 0;
	}

	footer > section > nav ul li a:link,
	footer > section > nav ul li a:hover,
	footer > section > nav ul li a:active,
	footer > section > nav ul li a:visited
	{
		color: #1F4C9F !important;
	}

	footer > section > p:first-of-type {
		color: #565656;
		font-size: 0.9rem;
		padding-top: 24px;
	}

	footer > section > p:last-of-type {
		color: #565656;
		font-size: 0.6rem;
		padding-top: 6px;
	}
	}
}
