@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2014年4月14日 */
/* last updated:2014年12月08日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
 * overflow-x:hidden;
	_overflow: auto;
	position: relative;
}
html, body {
	width: 100%;
	min-height: 100%;
}
body {
	min-width: 1320px;
	height: 100%;
	overflow-x: hidden;
	font-size: 13px;
 *font-size:82%;
	font-family: futura, futura-pt, century gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333;
	background: #fff;
}
/*------------Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
------------------------------------------------*/

a {
	color: #333;
	text-decoration: underline;
}
a[href^=tel],a:hover {
	text-decoration: none;
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
p {
	line-height: 1.6;
}
/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
	list-style: none;
	zoom: 1;
	overflow: hidden;
}
/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
dl, dt, dd {
	zoom: 1;
	overflow: hidden;
}
/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
legend {
	display: none;
}
/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: middle;
}
object {
	vertical-align: middle;
	outline: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 100%;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
hr {
	display: none;
}
/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body, *:first-child + html br {
	letter-spacing: 0;
}
/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */

#wrap {
}
/* --------------------------------------
		102 header
-------------------------------------- */
header {
	height: 74px;
	background: url(../images/common/common_header_bg.png) repeat-x left top;
	padding: 0 10px 0 15px;
	margin-bottom: -5px;
	position: relative;
	z-index: 5;
}
header .logo {
	float: left;
	padding: 8px 0 0;
}
.header_catch {
	display: none;
}
header nav {
	float: right;
	border-right: 1px solid #EDEDED;
	margin-top: 20px;
}

@media screen and (min-width: 641px) {
header nav {
	display: block!important
}
}
header nav li {
	float: left;
	border-left: 1px solid #EDEDED;
}
header nav li a {
	display: block;
	height: 48px;
	color: #00455F;
	text-align: center;
	text-decoration: none;
	padding: 11px 28px 0;
	margin-bottom: 0px;
	line-height: 1.3;
	letter-spacing: 0.25em;
}
header nav li .en {
	display: block;
	font-size: 8px;
	font-weight: normal;
	color: #A1A0A0;
	letter-spacing: 0.18em;
}
header nav li a:hover {
	color: #fff;
	background: #006A81
}
header nav li a:hover .en {
	color: #fff;
}
header nav li:nth-of-type(1) a:hover, #company header nav li:nth-of-type(1) a, #company header nav li:nth-of-type(1) .en {
	background: #006A81;
	color: #fff;
}
header nav li:nth-of-type(2) a:hover, #service header nav li:nth-of-type(2) a, #service header nav li:nth-of-type(2) .en {
	background: #72cb57;
	color: #fff;
}
header nav li:nth-of-type(3) a:hover, #works header nav li:nth-of-type(3) a, #works header nav li:nth-of-type(3) .en {
	background: #6db7df;
	color: #fff;
}
header nav li:nth-of-type(4) a:hover, #contact header nav li:nth-of-type(4) a, #contact header nav li:nth-of-type(4) .en {
	background: #F07600;
	color: #fff;
}
header nav li:nth-of-type(5) a:hover, #information header nav li:nth-of-type(5) a, #information header nav li:nth-of-type(5) .en {
	background: #002f5f;
	color: #fff;
}
.menuTrigger {
	display: none;
}
/* --------------------------------------

		104 footer
-------------------------------------- */
footer {
	min-width: 1320px;
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #00455F;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	z-index: 3;
}
/* --------------------------------------
		105 other
-------------------------------------- */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.rollover {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.trp {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.trs {
	opacity: 1;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.trs:hover {
	opacity: 0.7;
}
.F-6 {
	font-family: futura, futura-pt, century gothic, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	-webkit-text-size-adjust: 100%;
}
/*
** slick
*/
.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 4px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button:before {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #6DB7DF;
}
