﻿/**
 * .wrap
**/

html, body {
	min-width: 1000px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}



/**
 * header
**/

header {
	width: 100%;
	border-top: solid 1px #b5b5b6;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

header .wrapper {
	height: 100px;
}

header .logo {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
}

header .navi {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 163px;
	top: 50%;
	margin-top: -14px;
	list-style: none;
}

header .navi li {
	margin: 0;
	margin-right: 40px;
	padding: 0;
	float: left;
	font-size: 1.2rem; 
/*	font-size: 1.2rem; */
	font-weight: bold;
	font-style: italic;
}

header .navi li:last-child {
	margin-right: 0;
}

header .navi .lineup:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_lineup.png") no-repeat center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}

header .navi .contact:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_contact.png") no-repeat center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}

header .navi .estimate:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_estimate.png") no-repeat center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}

header .navi .technical:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_technical.png") no-repeat center center;
	background-size: contain;
	width: 35px;
	height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}

header .logoAdmag {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
}



/**
 * .visual
**/

.visual {
	margin: 101px 0 0;
	padding: 0;
	background: #96d2d1;
}

.visual h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 42px;
	top: 38px;
	color: #fff;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 700;
}

.visual .img01 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
}

.visual .img02 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 35px;
	top: 135px;
}



/**
 * .outline
**/

.outline {
	margin: 10px 0 0;
	text-align: right;
	font-size: 1.2rem;
	font-style: italic;
}



/**
 * nav
**/

nav {
	width: 346px;
	height: 354px;
	background: url("../images/bg_nav.png") no-repeat center center;
	margin: 25px auto 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

nav ul li {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	position: absolute;
}

nav ul li.SimplifiedSelection {
	top: 0;
	left: 50%;
}

nav ul li.ExpertGuide {
	top: 97px;
	right: 0;
}

nav ul li.ProcessGuard {
	top: 257px;
	left: 50%;
}

nav ul li.MaintenanceManager {
	top: 257px;
	left: 0;
}

nav ul li.DataMobility {
	top: 97px;
	left: 0;
}

nav ul li.AdvancedFlexibility {
	top: 0;
	left: 0;
}

nav ul li a {
	display: block;
	position: relative;
	text-decoration: underline;  
}
/* */
nav ul li.SimplifiedSelection a {
	color: #0060ff;
}
/* */
nav ul li a:hover {
	text-decoration: none;  
}

nav ul li.SimplifiedSelection a, 
nav ul li.ProcessGuard a, 
nav ul li.MaintenanceManager a, 
nav ul li.AdvancedFlexibility a {
	width: 173px;
	height: 97px;
}

nav ul li.ExpertGuide a, 
nav ul li.DataMobility a {
	width: 55px;
	height: 160px;
}

nav ul li a:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: absolute;
}

nav ul li.SimplifiedSelection a:before {
	background-image: url("../images/ico_circle_01.png");
	width: 138px;
	height: 91px;
	left: 0;
	bottom: 0;
}

nav ul li.ExpertGuide a:before {
	background-image: url("../images/ico_circle_02.png");
	width: 44px;
	height: 165px;
	right: 0;
	bottom: 0;
}

nav ul li.ProcessGuard a:before {
	background-image: url("../images/ico_circle_03.png");
	width: 148px;
	height: 102px;
	left: 0;
	bottom: 0;
}

nav ul li.MaintenanceManager a:before {
	background-image: url("../images/ico_circle_04.png");
	width: 138px;
	height: 91px;
	right: 0;
	top: 0;
}

nav ul li.DataMobility a:before {
	background-image: url("../images/ico_circle_05.png");
	width: 44px;
	height: 165px;
	left: 0;
	top: 0;
}

nav ul li.AdvancedFlexibility a:before {
	background-image: url("../images/ico_circle_06.png");
	width: 148px;
	height: 102px;
	right: 0;
	top: 0;
}

nav ul li.SimplifiedSelection a:hover:before {
	background-image: url("../images/ico_circle_01_on.png");
}

nav ul li.ExpertGuide a:hover:before {
	background-image: url("../images/ico_circle_02_on.png");
}

nav ul li.ProcessGuard a:hover:before {
	background-image: url("../images/ico_circle_03_on.png");
}

nav ul li.MaintenanceManager a:hover:before {
	background-image: url("../images/ico_circle_04_on.png");
}

nav ul li.DataMobility a:hover:before {
	background-image: url("../images/ico_circle_05_on.png");
}

nav ul li.AdvancedFlexibility a:hover:before {
	background-image: url("../images/ico_circle_06_on.png");
}

nav ul li a:after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	width: 35px;
	height: 35px;
	position: absolute;
}

nav ul li.SimplifiedSelection a:after {
	background-image: url("../images/ico_01.png");
	left: 1px;
	top: 1px;
}

nav ul li.ExpertGuide a:after {
	background-image: url("../images/ico_02.png");
	left: 9px;
	top: 8px;
}

nav ul li.ProcessGuard a:after {
	background-image: url("../images/ico_03.png");
	left: 109px;
	top: 6px;
}

nav ul li.MaintenanceManager a:after {
	background-image: url("../images/ico_04.png");
	left: 140px;
	top: 92px;
}

nav ul li.DataMobility a:after {
	background-image: url("../images/ico_05.png");
	left: 8px;
	top: 116px;
}

nav ul li.AdvancedFlexibility a:after {
	background-image: url("../images/ico_06.png");
	left: 45px;
	top: 44px;
}

nav ul li.SimplifiedSelection a:hover:after {
	background-image: url("../images/ico_01_on.png");
}

nav ul li.ExpertGuide a:hover:after {
	background-image: url("../images/ico_02_on.png");
}

nav ul li.ProcessGuard a:hover:after {
	background-image: url("../images/ico_03_on.png");
}

nav ul li.MaintenanceManager a:hover:after {
	background-image: url("../images/ico_04_on.png");
}

nav ul li.DataMobility a:hover:after {
	background-image: url("../images/ico_05_on.png");
}

nav ul li.AdvancedFlexibility a:hover:after {
	background-image: url("../images/ico_06_on.png");
}

nav ul li a > span {
	position: absolute;
	width: 120px;
}

nav ul li.SimplifiedSelection a > span {
	left: 43px;
	top: -3px;
}

nav ul li.ExpertGuide a > span {
	left: 52px;
	top: 6px;
}

nav ul li.ProcessGuard a > span {
	left: 148px;
	top: 5px;
}

nav ul li.MaintenanceManager a > span {
	left: 38px;
	top: 67px;
}

nav ul li.DataMobility a > span {
	left: -65px;
	top: 111px;
}

nav ul li.AdvancedFlexibility a > span {
	left: -37px;
	top: 41px;
}

nav ul li a > span > span {
	display: block;
	margin-top: 2px;
	font-size: 1rem;
}




/**
 * .history
**/

.history {
	height: 350px;
	background: url("../images/bg_history.png") no-repeat;
	position: relative;
	margin-top: -140px;
	pointer-events: none;
}

.history h2 {
	margin: 0;
	padding: 100px 0 0;
	font-size: 3.6rem;
	font-weight: 200;
	color: #5c6f6b;
	line-height: 1;
}

.history h2 strong {
	font-size: 3.2rem;
	font-weight: 400;
	font-style: italic;
	color: #333;
	letter-spacing: 0.2rem;
}

.history > p {
	font-size: 1.5rem;
	color: #5c6f6b;
	letter-spacing: 1rem;
}

.history ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.history ol li {
	position: absolute;
	top: -500px;
	left: -500px;
}

.history ol li.history1955 {
	top: 268px;
	left: 70px;
}

.history ol li.history1983 {
	top: 268px;
	left: 198px;
}

.history ol li.history1988 {
	top: 268px;
	left: 290px;
}

.history ol li.history1994 {
	top: 268px;
	left: 373px;
}

.history ol li.history1995 {
	top: 268px;
	left: 450px;
}

.history ol li.history2003 {
	top: 268px;
	left: 540px;
}

.history ol li.history2009 {
	top: 246px;
	left: 663px;
}

.history ol li.history2012 {
	top: 188px;
	left: 750px;
}

.history ol li.history2017 {
	top: 110px;
	left: 845px;
}

.history ol li h3 {
	padding-left: 7px;
	margin-top: 2px;
	font-size: 1rem;
	font-weight: 700;
	color: #5c6f6b;
}

.history ol li p {
	padding-left: 7px;
	font-size: 1rem;
	color: #5c6f6b;
}

.history ol li p.year {
	padding-left: 0;
	font-size: 1.3rem;
	font-weight: 700;
	font-style: italic;
	color: #5c6f6b;
}

.history ol li.history2017 h3 {
	margin-top: 0;
	font-size: 1.5rem;
	color: #23504f;
}

.history ol li.history2017 p {
	text-indent: -0.5em;
}

.history ol li.history2017 p.year {
	text-indent: 0;
	font-size: 1.6rem;
	font-weight: 700;
	color: #5c6f6b;
}



/**
 * .content
**/

.content {
	margin: 50px 0;
	padding: 0;
	background: #d4ecea;
	position: relative;
}

.content:before {
	content: "";
	width: 100%;
	height: 247px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1;
}

.content h2 {
	position: absolute;
	top: 15px;
	left: 35px;
	color: #058d5b;
	font-size: 3.4rem;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1rem;
	z-index: 2;
}

.content h3 {
	position: absolute;
	top: 78px;
	left: 210px;
	font-size: 2.4rem;
	font-weight: 300;
	z-index: 2;
}

.content p {
	position: absolute;
	top: 125px;
	left: 210px;
	padding-right: 50px;
	font-size: 1.5rem;
	z-index: 2;
}

.content img.ico {
	position: absolute;
	top: 95px;
	left: 78px;
	z-index: 2;
}



/**
 * .lineup
**/

.lineup h2 {
	margin: 0;
	padding: 0 0 5px;
	border-bottom: solid 10px #d4ecea;
	font-size: 3rem;
	font-weight: 700;
	font-style: italic;
	color: #326263;
}

.lineup h2:before {
	content: url("../images/ico_lineup.png");
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 30px;
}

.lineup p {
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}

.lineup-item {
	clear: both;
	overflow: hidden;
	list-style: none;
	margin: 10px 0 0;
}

.lineup-item > li {
	float: left;
	width: 50%;
	padding: 0 30px;
}

.lineup-item > li:first-child {
	border-right: solid 2px #d4ecea;
}

.lineup-outline {
	margin: 10px 0;
	list-style: none;
	font-size: 1.4rem;
}

.lineup-outline li:before {
	content: "-";
	margin-right: 5px;
}

.lineup p.more {
	text-align: right;
}

.lineup p.image {
	margin: -20px 0 0 20px;
}

.lineup p.image img:first-child {
	margin-right: 30px;
}

.lineup p.estimate {
	margin: 40px 0 30px;
	text-align: center;
}

.lineup p.technical {
	margin: 30px 0 100px;
	text-align: center;
}



/**
 * .toPageTop
**/

.toPageTop {
	position: fixed;
	width: 100%;
	bottom: 60px;
	z-index: 1000;
	pointer-events: none;
}

.toPageTop p {
	float: right;
	pointer-events: auto;
}

@media (max-width: 1000px) {
	.toPageTop .wrapper {
		width: 100%;
	}
}



/**
 * footer
**/

footer {
	margin: 50px 0 0;
	padding: 10px 0;
	border-top: solid 1px #848383;
	font-size: 1.1rem;
	font-weight: 400;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: dotted 1px #848383;
}

footer ul li:first-child {
	padding-left: 0;
}

footer ul li:last-child {
	border: 0;
}

footer p {
	text-align: right;
	letter-spacing: 0.2rem;
	color: #999;
}


