@charset 'utf-8';

/* =============== ********** [reset style] ********** ================= */
/*   normalize.css(customized)    */
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

/*
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
*/

/*
 * Addresses margins handled incorrectly in IE6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    /* vertical-align: baseline; Deleted [Akaboshi]  */ /* 3 */
    /* *vertical-align: middle; Deleted [Akaboshi]  */  /* 3 */
}

input[type="text"],
textarea {
    padding:2px; /*  ADDETED [Akaboshi] */
}

select {
    padding:1p; /*  ADDETED [Akaboshi] */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*   end - normalize.css(customized)    */



p {
	margin:0;
	padding:0;
}

div {
	overflow:hidden;
	height:auto;
}

ul, li {
	overflow:hidden;
	margin:0;
	padding:0;
	height:auto;
	list-style:none;
}

dl,dt,dd {
	margin:0;
}

a {
	cursor:pointer;
}


input[type="text"],
input[type="password"],
textarea,
select {
	border:1px solid #666;
}


input[type="radio"] {
	vertical-align:middle;
	position:relative;
	top:-2px;
}

input[type="checkbox"] {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0 3px 0 0;
}
/* =============== end - ********** [reset style] ********** ================= */

/* =============== ********** [base style] ********** ================= */
html {
	font-size:62.5%;
}

body {  
	color:#000;
	font-size:14px;
	font-family:'メイリオ','Meiryo','Helvetica','Arial',sans-seif;
	line-height:1.6;
/*	background:url(../images/bg01.png) no-repeat -580px 300px,
url(../images/bg02.png) no-repeat right -750px bottom 300px;*/
}

/* -------------------- container STYLE -------------------- */
#container {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	height:auto;
	border-top:7px solid #006ed5;
}
/* -------------------- end - container STYLE -------------------- */

/* -------------------- heaer STYLE -------------------- */
#header {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	height:auto;
	background:url(../images/header_bg.png) repeat-x 0 bottom;
}

#header .innerFrame {
	box-sizing:border-box;
	width:1000px;
}

#header .logoFrame {
	vertical-align:bottom;
	width:245px;
}

#header h1,
#header .h1 {
	position:relative;
	margin:0;
	padding:0;
}

#header  .logoFrame h1:before,
#header  .logoFrame .h1:before {
	content:"";
	display:block;
	overflow:hidden;
	width:225px;
	height:13px;
	background:#fff;
	position:absolute;
	left:10px;
	bottom:0;
	z-index:1;
	transform:skew(-45deg,0);
}

#header .logoFrame a {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0 auto;
	width:165px;
	height:57px;
	z-index:10;
}

#header .inqFrame {
	overflow:hidden;
	text-align:right;
	padding:18px 0 30px;
	padding-right:10px;
}

#header .inqFrame .tel,
#header .inqFrame .btn_mail {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}

#header .inqFrame .tel p {
	margin-bottom:2px;
}

#header .inqFrame .btn_mail {
	position:relative;
	margin-left:15px;
	padding:7px 25px 7px 55px;
	width:auto;
	line-height:1.2;
	color:#fff;
	font-weight:bold;

	background:#539de3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#539de3), color-stop(50%,#86b938), color-stop(51%,#6aa710), color-stop(100%,#026fd5));
	background: -webkit-linear-gradient(top, #539de3 0%, #026fd5 100%);
	background: -moz-linear-gradient(top, #539de3 0%, #026fd5 100%);
	background: -o-linear-gradient(top, #539de3 0%, #026fd5 100%);
	background: -ms-linear-gradient(top, #539de3 0%, #026fd5 100%);
	background: linear-gradient(top, #539de3 0%, #026fd5 100%);
	border:1px solid #005bb0;
	text-shadow:-1px -1px 0 rgba(0,0,0,.2);
	text-decoration:none;
}

#header .inqFrame .btn_mail:before {
	content:"";
	display:block;
	overflow:hidden;
	width:31px;
	height:22px;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-11px;
	background:url(../images/ico_mail.png) no-repeat 0 0;
}

#header .inqFrame .btn_mail:after {
	content:"";
	display:block;
	overflow:hidden;
	width:8px;
	height:8px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:rotate(45deg);
}

#header .inqFrame .btn_mail:hover {
	filter:alpha(opacity=70);
	opacity:.7;
}

/* -------------------- end -  heaer STYLE -------------------- */

/* -------------------- main STYLE -------------------- */
.content {
	margin:0 auto;
	padding:0;
	height:auto;
	min-height:400px;
}

/* -------------------- end - main STYLE -------------------- */

/* -------------------- contents STYLE -------------------- */
h2 {
	margin:0;
/*	font-size:1.5rem; */
	font-size:1.7em;
}

h3 {
	margin:0;
/*	font-size:1.4rem; */
	font-size:1.5em;
}

h4 {
	margin:0;
/*	font-size:1.3rem; */
	font-size:1.2em;
}

.innerFrame {
	box-sizing:border-box;
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	height:auto;
}

.section {
	clear:both;
	position:relative;
	margin:0 0 50px;
}

.section.top {
	margin-top:0;
}

.section.btm,
.section:last-child {
	margin-bottom:0;
}

.section.undr {
	margin-top:25px;
}

.section.undr2 {
	margin-top:30px;
}

.section .undr {
	margin-top:60px;
}

.section .undr2 {
	margin-top:20px;
}

/* -------------------- end -  contents STYLE -------------------- */


/* -------------------- footer STYLE -------------------- */
#footer {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	height:auto;
	background:#eff5fa;
	text-align:center;
}

#footer .tbl {
	margin:0 auto;
	padding:70px 0 65px;
	width:auto;
	text-align:left;
}

#footer .tbl .txt {
	padding-left:50px;
	font-size:110%;
}

#footer .copy {
	clear:both;
	padding:10px 0;padding:20px 0;
	background:#006ed5;
	color:#fff;
	font-size:.9em;
}
/* -------------------- end -  footer STYLE -------------------- */
/*
.pageTop {
	position:relative;
	overflow:hidden;
	margin:10px auto;
	clear:both;
	width:1000px;
	height:auto;
}

.pageTop a {
	position:relative;
	display:block;
	float:right;
	margin:0;
	width:auto;
	height:auto;
	padding:0 18px 0 0;
	font-size:1.2rem;
	color:#00395c;
}

.pageTop a:link,
.pageTop a:visited {
	color:#333;
}

.pageTop a:before {
	display:block;
	content:' ';
	position:absolute;
	top:0;
	right:0;
	width:14px;
	height:14px;
	margin:2px 0 0 3px;
	background:#5b829d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pageTop a:after {
	display:block;
	content:' ';
	position:absolute;
	top:3px;
	right:3px;
	border:4px solid transparent;
	border-bottom-color:#fff;
	width:0;height:0;
}
*/


.pageTop a {
	position:fixed;
	right:20px;
	bottom:20px;
	line-height:1;
	cursor:pointer;
	z-index:100;
	background-color:rgba(0,0,0,0.8);background:#006ed5;
	box-sizing:border-box;
	border:2px solid #fff;
	text-align:center;
	padding-top:28px;
	width:90px;
	height:90px;
	line-height:1;
	color:#fff !important;
	font-size:9px;
	font-weight:300;
	text-decoration:none !important;
	border-radius:300px;
	transition: all 0.25s ease;
}

.pageTop a:before {
	content:"";
	display:block;
	width:25px;
	height:25px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	margin:0 auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.pageTop a:hover {
	filter:alpha(opacity=70);
	opacity:.7;
	padding-top:24px;
}



/* =============== ********** end - [base style] ********** =================*

/* ================= ********** [common style] ********** =================== *
/* ------------------ HyperText Modules -------------------*/
a,a:link {
	color:#338ec3;
	/* text-decoration:underline; */
	text-decoration:none;
}

a:hover {
	color:#7cbee4;
	text-decoration:underline;
}

a:visited {
	color:#338ec3;
	/* text-decoration:underline; */
	text-decoration:none;
}

a.black:link {
	color:#222;
}

a.black:visited {
	color:#222;
}

a.black:hover {
	color:#2b84b4;
}

a[href^="tel:"] {
    pointer-events: none;
}

.tbl {
	box-sizing:border-box;
	display:table;
	width:100%;
}

.tbl .td {
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
}

img {
    display:block;
}

.bld {
	font-weight:bold;
}

.font_l {
	font-size:120%;
}

.font_s {
	font-size:90%;
}

/* ------------------ end - HyperText Modules ------------------- */

/* =============== ********** [top style] ********** ================= */
/* ------------------ visualFrame STYLE ------------------- */
.visualFrame {
	position:relative;
	overflow:hidden;
	height:auto;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#86b938), color-stop(51%,#6aa710), color-stop(100%,#dcebfa));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dcebfa 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #dcebfa 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dcebfa 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dcebfa 100%);
	background: linear-gradient(top, #ffffff 0%, #dcebfa 100%);
}


.visualFrame .innerFrame {
/*	width:1200px; */
	overflow:visible;
}

.visualFrame img {
	position:relative;
	top:0;
	z-index:1;
	margin:0 auto;
	margin-right:-100px;
/*	width:100%;width:auto; */
	height:auto;min-height:420px;
	margin-right:-400px;
}

.visualFrame .catchWrap {
	box-sizing:border-box;
	position:absolute;
	left:20px;
	left:50%;
	top:52px;
	width:auto;
	/*width:1200px;margin-left:-600px; */
	width:1000px;width:900px;
	margin-left:-500px;margin-left:-450px;
	height:420px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	z-index:10;
}

.visualFrame .catchWrap .catch01{
	position:relative;
	top:0;
	left:0;
	width:362px;
	height:167px;/*left:50px; */
	background:url(../images/catch1.png) no-repeat 0 0;
}

.visualFrame .catchWrap .catch02{
	position:relative;
	top:30px;
	left:0;/*left:50px; */
	width:475px;
	height:107px;
	background:url(../images/catch2.png) no-repeat 0 0;
}
/* ------------------ end - visualFrame STYLE ------------------- */

/* ------------------ introFrame STYLE ------------------- */
.introFrame {
	padding:70px 0;
}

.introFrame .pointSection {
	text-align:center;
}

.introFrame .pointSection .title {
	display:inline-block;
	position:relative;
	margin:10 auto;
	padding:0 50px;
	width:auto;
	font-size:24px;
	letter-spacing:.05em;
}

.introFrame .pointSection .title:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:2px;
	width:30px;
	height:2px;
	background:#006ed5;
	transform:rotate(45deg);
}

.introFrame .pointSection .title:after {
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:2px;
	width:30px;
	height:2px;
	background:#006ed5;
	transform:rotate(-45deg);
}


.introFrame .pointSection .title span {
	font-size:35px;
	color:#006ed5;
}

.introFrame .pointList {
	margin:55px auto;
}

.introFrame .pointList li {
	position:relative;
	overflow:visible;
}

.introFrame .pointList li span {
	overflow:hidden;
	display:block;
	margin:0 auto;
	width:33.333%;
	min-width:212px;
	min-height:212px;
	text-indent:100%;
	white-space:nowrap;
}

.introFrame .pointList li.point01 span {
	background:url(../images/img_point01.png) no-repeat center center;
}

.introFrame .pointList li.point02 span {
	background:url(../images/img_point02.png) no-repeat center center;
}

.introFrame .pointList li.point03 span {
	background:url(../images/img_point03.png) no-repeat center center;
}

.introFrame .pointList li:before {
	content:"";
	display:block;
	position:absolute;
	right:-15px;
	top:50%;
	margin-top:-1px;
	width:30px;
	height:2px;
	background:#006ed5;
}


.introFrame .pointList li:after {
	content:"";
	display:block;
	position:absolute;
	right:-1px;
	top:50%;
	margin-top:-15px;
	width:2px;
	height:30px;
	background:#006ed5;
}

.introFrame .pointList li:last-child:before,
.introFrame .pointList li:last-child:after {
	display:none;
}

.introFrame .caseSection {
	margin:80px auto 0;
	max-width:96%;
}

.introFrame .caseSection .img {
	padding-top:10px;
	padding-left:30px;
}

.introFrame .caseList li {
	padding:28px 0 22px 50px;
	font-size:21px;
/*	font-weight:bold; */
	border-bottom:2px dotted #006ed5;
	background:url(../images/ico_check.png) no-repeat 8px 30px;
}

/* ------------------ end - introFrame STYLE ------------------- */

/* ------------------ contactFrame STYLE ------------------- */
.contactFrame {
	position:relative;
	padding:60px 0 45px;
	background:url(../images/bg00.gif) repeat 0 0;
	text-align:center;
	color:#fff;
	overflow:hidden;
}

.contactFrame:before {
	display:block;
	content:' ';
	position:absolute;
	top:0;
	left:50%;
	margin-left:-40px;
	width:0;
	height:0;
	border:40px solid transparent;
	border-top-color:#fff;
}

.contactFrame:after {
	display:block;
	content:' ';
	position:absolute;
	top:120px;
	left:-720px;
	width:1147px;
	height:800px;
/*	background:url(../images/bg03.png) no-repeat 0 0; */
	z-index:1;

}

.contactFrame .title {
	margin:20px auto 0;
	padding:0;
	overflow:hidden;
	font-size:60px;
	font-weight:bold;
	letter-spacing:.05em;
}

.contactFrame p {
	margin:0;
	font-size:30px;
	font-weight:bold;
	letter-spacing:.05em;
}

.contactFrame .btnWrap {
	position:relative;
	padding:5px 0;
}

.contactFrame .btnWrap:before {
	content:"";
	display:block;
	overflow:hidden;
	width:195px;
	height:153px;
	position:absolute;
	left:13px;
	top:3px;
	background:url(../images/img_truck.png) no-repeat 0 0;
	z-index:10;
}

.contactFrame .btnWrap:after {
	content:"";
	display:block;
	overflow:hidden;
	width:193px;
	height:162px;
	position:absolute;
	right:10px;
	top:0;
	background:url(../images/img_bike.png) no-repeat 0 0;
	z-index:10;
}

.contactFrame .btn_contact {
	position:relative;
	box-sizing:border-box;
	display:block;
	margin:20px auto;
	padding:30px 15px 26px 40px;
	max-width:534px;
	height:auto;
	line-height:39px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color: #132c4e;
	background:#ffd200;
	font-size: 32px;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
}

.contactFrame .btn_contact span {
	display:block;
	text-align:center;
}

.contactFrame .btn_contact span img {
	display:block;
	margin:5px auto 0;
}

.contactFrame .btn_contact:before {
	content:"";
	display:block;
	overflow:hidden;
	width:49px;
	height:35px;
	position:absolute;
	left:36px;
	top:50%;
	margin-top:-18px;
	background:url(../images/ico_mail_l.png) no-repeat 0 0;
}

.contactFrame .btn_contact:after {
	content:"";
	display:block;
	overflow:hidden;
	width:17px;
	height:30px;
	position:absolute;
	right:36px;
	top:50%;
	margin-top:-15px;
	background:url(../images/arrow01.png) no-repeat 0 0;
}


.contactFrame .btn_contact:hover {
/*	filter:alpha(opacity=70);
	opacity:.7;*/
	background:#ffb400;
}

.contactFrame .btn_priceTbl {
	position:relative;
	display:block;
	margin:36px auto 0;
	padding:15px 10px 12px;
	width:180px;
	line-height:1.3;
	font-size:1.2em;
	color:#fff;
	border:1px solid #fff;
	text-decoration:none;
	letter-spacing:.05em;
}

.contactFrame .btn_priceTbl:before {
	content:"";
	display:block;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-5px;
	width:10px;
	height:10px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(45deg);
}

.contactFrame .btn_priceTbl:hover {
/*	filter:alpha(opacity=70);
	opacity:.7;*/
	background:rgba(255,255,255,.2);

/*
	background:#ffb400;
	color:#132c4e;
*/
}
/* ------------------ end - introFrame STYLE ------------------- */

/* ------------------ detailFrame STYLE ------------------- */
.detailFrame {
	padding:30px 0 45px;
	text-align:center;
}

.detailFrame .title {
	padding-top:110px;
	font-size:30px;
	font-weight:normal;
	background:url(../images/ico_truck.png) no-repeat center 0;
}

.detailFrame .detailWrap {
	margin:30px auto;
}

.detailFrame .detailWrap dl {
	box-sizing:border-box;
	overflow:hidden;
	margin:15px auto 30px;
	padding:44px 30px 42px;
	width:86%;
	height:auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #006ed5;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1479d8+0,1479d8+50,006ed5+51,006ed5+100 */
	background: #1479d8; /* Old browsers */
	background: -moz-linear-gradient(-7deg, #1479d8 0%, #1479d8 50%, #006ed5 51%, #006ed5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-7deg, #1479d8 0%,#1479d8 50%,#006ed5 51%,#006ed5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(173deg, #1479d8 0%,#1479d8 50%,#006ed5 51%,#006ed5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1479d8', endColorstr='#006ed5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);
	text-align:left;
}

.detailFrame .detailWrap dl:last-child {
	margin-bottom:0;
}

.detailFrame .detailWrap dl dt,
.detailFrame .detailWrap dl dd {
	position:relative;
	display:inline-block;
	padding-left:50px;
	text-align:left;
}

.detailFrame .detailWrap dl dt {
	width:56%;
}

.detailFrame .detailWrap dl dt:before {
	content:"";
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	background:#72afe8;
	border-radius:100%;
}

.detailFrame .detailWrap dl dt:after {
	content:"";
	display:block;
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	left:12px;
	top:50%;
	margin-top:-7px;
	border:7px solid transparent;
	border-left:9px solid #fff;
}

.detailFrame .detailWrap dl dd:before {
	content:"";
	display:block;
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	left:12px;
	top:50%;
	margin-top:-7px;
	border:7px solid transparent;
	border-left:9px solid #fff;
}
/* ------------------ end - detailFrame STYLE ------------------- */

/* ------------------ aboutFrame STYLE ------------------- */
.aboutFrame {
	margin-bottom:130px !important;
	padding:90px 0 110px;
	background:url(../images/bg_about.png) repeat-x center 0;
	color:#fff;
	text-align:center;
}

.aboutFrame .title {
	position:relative;
	padding-bottom:10px;
	font-size:24px;
}

.aboutFrame .title:after {
	content:"";
	display:block;
	margin:0 auto;
	width:98px;
	height:3px;
	background:#fff;
}

.aboutFrame .tbl {
	margin:30px auto 0;
	width:auto;
}


.aboutFrame .tbl .txt {
	padding-left:60px;
}

.aboutFrame .tbl .img img {
	border:8px solid rgba(255,255,255,.2);
}

.aboutFrame ul {
	text-align:left;
}

.aboutFrame li {
	margin:12px 0;
}

.aboutFrame li .hd {
	position:relative;
	display:inline-block;
	width:130px;
}

.aboutFrame li .hd:before {
	content:"";
	display:block;
	overflow:hidden;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-4px;
	margin-right:5px;
	padding-right:15px;
	width:0;
	height:0;
	border:4px solid transparent;
	border-left-color:#fff;
}

/* ------------------ end - aboutFrame STYLE ------------------- */

/* =============== ********** end - [top style] ********** ================= */

/* =============== ********** [lower style] ********** ================= */
.pg_lower .content {
	padding:30px 0 60px;
	line-height:1.8;
	font-size:15px;
}

.pg_lower .content .innerFrame {
	width:970px;
}

.pg_lower .pgTitle {
	box-sizing:border-box;
	position:relative;
	margin:10px auto 30px;
	padding-left:38px;
	padding-top:3px;
	line-height:1.3;
/*	width:1000px; */
	width:970px;
	font-size:38px;
	font-weight:normal;
	letter-spacing:.05em;
}

.pg_lower .pgTitle:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-14px;
	width:28px;
	height:28px;
	overflow:hidden;
	border-radius:100%;
	background:#147ad9;
}

.pg_lower .pgTitle:after {
	content:"";
	display:block;
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-6px;
	width:0;
	height:0;
	overflow:hidden;
	border:6px solid transparent;
	border-left:7px solid rgba(255,255,255,.8);
}

.pg_lower h2 {
	position:relative;
	margin:15px 0 25px;
	padding:14px 20px 10px 32px;
	background:#147ad9;
	color:#fff;
	font-weight:normal;
	/*background:#d2ebff;
	color:#002250;*/
	line-height:1.3;
	border-radius:4px;
	letter-spacing:.05em;
}

.pg_lower h2:after {
	content:"";
	display:block;
	position:absolute;
	left:16px;
	top:50%;
	margin-top:-5px;
	width:0;
	height:0;
	overflow:hidden;
	border:5px solid transparent;
/*	border-left:6px solid #147ad9; */
	border-left:6px solid #fff;
}

.pg_lower h2 span {
	display:inline-block;
	position:relative;
	top:-2px;
	margin-left:10px;
	padding:4px 15px 2px;
	font-size:0.8em;
	border:1px solid rgba(255,255,255,.8);
	vertical-align:middle;
	border-radius:3px;
}

.pg_lower h1 + article:first-of-type h2:first-child {
	margin-top:0 !important;
}

.pg_lower h3 {
	margin:30px 0 30px;
	padding:12px 20px 8px;
	line-height:1.3;
	background:#d2ebff;
	font-weight:normal;
	border-radius:4px;
	letter-spacing:.08em;
}

.pg_lower .section + .section h3:first-child {
	margin-top:0;
}

.pg_lower ul {
	margin:10px;
}

.pg_lower ul li {
	position:relative;
	margin:10px 0;
	padding-left:12px;
}

.pg_lower ul li:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:7px;
	width:0;
	height:0;
	border:4px solid transparent;
	border-left:5px solid #006ed5;
}


/* price page STYLE */
.pg_price .asideFrame dl {
	margin:0 5px 20px;
}

.pg_price .asideFrame dl:last-child {
	margin-bottom:0;
}

.pg_price .asideFrame dt {
	margin:0 0 10px;
	padding-left:8px;
	padding-top:1px;
	line-height:1.3;
	color:#006ed5;
	font-weight:bold;
/*	font-size:20px; */
	font-size:18px;
	border-left:4px solid #006ed5;
}

.pg_price .asideFrame dd {
	padding-left:12px;
	padding-bottom:30px;
}

.pg_price .asideFrame dd ul {
	margin:10px 0 0;
	padding:15px 20px;
	font-size:0.9em;
	background:#f5f5f5;
	border:1px solid #e3e3e3;
}

.pg_price .section .innerFrame {/*width:1600px;*/}

.pg_price .priceFrame .tblWrap {
	box-sizing:border-box;
	position:relative;
	overflow-x:scroll;
/*	width:1000px; */
	width:970px;
/*	padding-bottom:16px; */
}

.pg_price .priceFrame table {
	box-sizing:border-box;
	border-collapse:collapse;
	width:100%;width:1900px;
}

.pg_price .priceFrame th,
.pg_price .priceFrame td {
	padding:4px 5px 2px;
	line-height:1.2;
	border:1px solid #ccc;
	font-size:14px;
}

.pg_price .priceFrame th {
	background:#e1f2ff;
}

.pg_price .priceFrame tr:first-child th {
	padding:7px 5px 5px;
}
.pg_price .priceFrame td {
	text-align:right;
}

.pg_price .priceFrame .bg {
	background:#ffd200;
}
/* end - price page STYLE */
/* =============== ********** end - [lower style] ********** ================= */
