﻿body {
	background-color: #f2f2f2;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 300;
	color: #333;
}
/* Paragraph & Typographic */

p {
	line-height: 28px;
	margin-bottom: 25px;
}
.centered {
	text-align: center;
}
/* Links */

a {
	color: #007073;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #007073;
	border-bottom: 5px #BDC3C7 solid;
}
#headerwrap h2 {
	margin-top: 0;
	color: #FFF;
	background-color: #007073;
	font-size: 17px;
	padding: 30px 0 10px;
	margin-bottom: 0;
}
#headerwrap h3 {
	color: #FFF;
	font-size: 40px;
}
#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}
#headerwrap p {
	text-align: left;
	color: white
}
#mainimg {
	background: #023454;
}

#flash-wrp {
	width: 100%;
	height: 450px;
	background: url(../img/main-bg.png) repeat;
	box-shadow: 0 5px 5px #CCCCCC;
	-moz-box-shadow: 0 5px 5px #CCCCCC;
	-webkit-box-shadow: 0 5px 5px #CCCCCC;
	margin-bottom: 30px;
	overflow: hidden;
}
#flash-wrp #flash {
	width: 998px;
	height: 450px;
	margin: 0 auto;
}
.theme-default .nivo-directionNav a {
	background: #4D4D6F !important;
}
/* intro Wrap */

#intro {
	padding-top: 50px;
}
#intro i {
	font-size: 80px;
	color: #007073;
}
#intro h3 {
	color: #57ADAF;
	font-weight: bold;
}
#intro span {
	color: #898989;
	font-size: 13px;
	display: block;
	margin-top: -15px;
}
#features {
	padding-top: 50px;
	padding-bottom: 50px;
}
#features .ac a {
	font-size: 20px;
	font-weight: bold;
}
#option {
	background: #FFFFFF;
	padding: 80px 0;
	text-align: center;
	border-top: #bdc3c7 solid 5px;
}
.introTxt .arrow {
	left: 50% !important;
}
.introTxt {
	display: block !important;
	position: relative !important;
	max-width: 100% !important;
	margin-left: 15px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: #EEE !important;
	margin-bottom: 15px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
}
.introTxt i {
	font-size: 120px !important;
	margin-top: 35px;
}
.introTxt h3 {
	color: #007073!important;
}
.introTxt h4 {
	font-size: 64px;
	color: #FF3F06;
	font-weight: bold;
}
.introTxt h4 small {
	font-weight: bold;
	font-size: 20px;
	color: #FF3F06;;
}
.popover.bottom {
    margin-top: 20px;
}
.popover.bottom > .arrow:after {
    border-bottom-color: #EEE !important;
}
/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 50px;
	padding-bottom: 50px;
}
#showcase h1 {
	color: white;
}
#footerwrap {
	background-color: #2f2f2f;
	color: #CCCCCC;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}
#footerwrap h3 {
	font-size: 28px;
	color: #CCCCCC;
}
#footerwrap p {
	color: #CCCCCC;
	font-size: 18px;
}
/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}
#c a {
	color: #5cb85c;
}
#c a:hover {
	color: #c0392b;
}
#c p {
	color: white
}
