﻿@charset "utf-8";


body {
	-webkit-animation-name: delay;
	   -moz-animation-name: delay;
	    -ms-animation-name: delay;
	     -o-animation-name: delay;
	        animation-name: delay;
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	    -ms-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}

@keyframes delay {
	0% {
		opacity: 0;
	}
	25% {
		opacity: .25;
	}
	50% {
		opacity: .5;
	}
	75% {
		opacity: .75;
	}
	100% {
		opacity: 1;
	}
}

#wrapper {
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック","sans-serif";
	font-size: 14px;
	color: #999;
	width: auto;
	height: auto;
	margin: 0 3.5%;
}

#wrapper a {
	color: #999;
}

/*
	header
============================================================ */

#header {
	margin-top: 50px;
	margin-bottom: 200px;
}

h1 img {
	width: 250px;

}

#gNav {
	overflow: hidden;
	margin-top: 20px;
}

#gNav a {
	display: block;

	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999;
	font-size: 16px;
	width:100px; 
}

#gNav a:active {
	color: #666 !important;
	text-shadow: 0 -1px #f6f6f6;
}

/*
	MainContents
============================================================ */

#mainContainer > section {
	padding-top: 50px;
}

h2 {
	float: none;
	font-size: 22px;
}

h2 + div {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 300px;
	line-height: 20px;
}

h3 {
	padding-top: 3px;
	font-size: 18px;
}

#toTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

#toTop a:hover {
	opacity: 0.7;
	cursor: pointer;
}

/*
	Topics
============================================================ */

#topics dl {
	padding-top: 7px;
}

#topics dt {
	float: none;
	color: #ff0000;
}

#topics dt ~ dt {
	padding-top: 17px;
}

#topics dd a {
	text-decoration: underline;
}

/*
	about us
============================================================ */

#aboutUs dl dt,
#aboutUs dl dd {
	padding-top: 7px;
}

#aboutUs dl dt ~ dt,
#aboutUs dl dd ~ dd {
	padding-top: 47px;
}

#aboutUs dl dt {
	width: 135px;
	float: left;
}

#aboutUs dl dd {
	overflow: hidden;
}

#aboutUs dl dd:nth-last-of-type(2) em {
	padding-left: 1em;
}

/*
	Business
============================================================ */

#business div > section:first-child {
	margin-bottom: 100px;
}

#business section h3 + p {
	padding: 37px 0;
}

#business section > section {
	padding-top: 27px;
}

#business h4:before {
	content: "■";
	padding-right: 0.5em;
	color: #ff0000;
}

#business section section > ul,
#business section section > dl {
	padding-top: 10px;
	padding-left: 1.5em;
}

#business section section li {
	padding-top: 4px;
}

#business .SME dt:before {
	content: "・";
}

#business .SME dd {
	padding-top: 4px;
	padding-left: 14px;
	font-size: 12px;
}

#business #performance {
	padding-left: 2em;
	font-size: 12px;
}

#performance h4:before {
	content: none;
	padding-right: 0;
}

#business #performance dl {
	padding-top: 7px;
	padding-left: 0;
}

#performance dt ~ dt {
	padding-top: 10px;
}

#performance dd:before {
	content: ":";
	padding-right: 0.5em;
}

#performance small {
	display: block;
	padding-top: 7px
}

/*
	Message
============================================================ */

#message .mind {
	margin-bottom: 62px;
}

#message .mind dt {
	padding-top: 4px;
	font-size: 16px;
}

#message .mind dd {
	padding-top: 44px;
}

#message .mind li ~ li {
	padding-top: 4px;
}

#message .mind li:before {
	content: "■";
	padding-right: 0.5em;
	color: #ff0000;
}

#message p {
	padding-left: 1.5em;
}

#message blockquote {
	padding-left: 21px;
}

#message blockquote dl {
	padding-top: 43px;
	font-size: 0;
}

#message blockquote dt,
#message blockquote dd {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
}

#message blockquote dt:before {
	content: "※";
}
#message blockquote dt:after {
	content: "・・・";
}

#message blockquote span {
	display: block;
	line-height: 1;
}

/*
	contact
============================================================ */

#contact dl {
	padding-left: 1em;
}

#contact dt ~ dt,
#contact dd ~ dd {
	padding-top: 37px;
}

#contact dt {
	width: 120px;
	float: left;
}

#contact dd {
	overflow: hidden;
}

#contact dd a {
	text-decoration: underline;
}

#contact dd a:hover {
	color: #ff0000;
}

#contact section ~ section {
	margin-top: 100px;
}

#contact section ~ section div {
	margin-left: 1em;
	padding-top: 37px;
}

#contact section dl {
	padding-top: 37px;
}

#contact section ~ section dl {
	padding-left: 0;
}

#contact section p span {
	padding-left: 1em;
}

/*
	footer
============================================================ */

#footer {
	margin-top: 200px;
	margin-bottom: 33px;
	padding-top: 200px;
}

#footer small {
	font-size:12px;
	display: block;
}

#footer span {
	color: #ff0000;
}