@charset "UTF-8";

body {
	
}



/********** Global Navigation **********/
.paradeiser {
	background: #555;
}

.paradeiser a {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #CFD1D1;

}
.paradeiser a:hover {
	color: #FF1B02;
	background: #FEC2BC;
}

.paradeiser_icon_canvas .fa {
	color: #419bb9;
}
nav > a > h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/***********************************************************************************

                                    Top Page

************************************************************************************/
/********** Top page middle area image **********/
.mid-image {
	width: 100%;
	position: relative;
	background: url(../img/bg4.png) no-repeat left top;
	background-size: 100% auto;
}
.mid-image:before {
	content:"";
	display: block;
	padding-top:33.85%;
  
}
.mid-image h2 {
	position: absolute;
	margin: auto;
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 300px;
height: 200px;
}
.mid-image p {
	position: absolute;
	margin: auto;
	top: 4em;
left: 0;
right: 0;
bottom: 0;
}

/********** Top page section1 **********/
.toppage1 > h1, .toppage3 > h2, .toppage3 > h1 {
	margin-top: 2em;
	margin-bottom: 2em;
	color: #1F6FA9;
/*text-shadow:
  0px 0px 1px #aaa,
  0px 0px 5px #aaa,
  0px 0px 6px #aaa;*/
  text-shadow:1px 1px 2px #9c9,2px 2px 4px #030;
}
.lead-message, .mid-message, .bottom-message {
	display: table;
	padding-bottom: 2em;
}
.mid-message {
	padding-top: 3em;
}
.bottom-message {
	padding-top: 1em;
}
.lead-img, .mid-img, .bottom-img {
	display: table-cell;
	vertical-align: middle;
}
.lead-text, .mid-text, .bottom-text {
	display: table-cell;
	vertical-align: middle;
}
.lead-message, .mid-message, .bottom-message {
	width: 90%;
	margin: 0 auto;
}
.lead-text, .mid-text, .bottom-text {
	padding-left: 1em;
}
.flow1, .graph1 {
	margin: 0 auto;
	max-width: 90%;
	margin-bottom: 3em;
}
.graph1 {
	margin-bottom: 1em;
}
.bottom-mark {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
	.lead-message, .mid-message, .bottom-message {
		width: 75%;
		margin: 0 auto;
	}
	.lead-text, .mid-text, .bottom-text {
		padding-left: 2em;
	}
	.flow1 {
		max-width: 75%;
	}
	.graph1 {
		max-width: 60%;
	}
}

/********** Top page section4 **********/
.box {
	position: relative;
	padding: 0;
	margin: 0 auto;
}
.box h4 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}
.box img {
	margin: 0 auto;
}

/********** Top page section4 **********/
.toppage4 {
	background: url(../img/bg6.png); 
	background-size: cover;
	padding-bottom: 3.5em;
}
.welcome-text h2 {

	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	background: #2d78cc;
	width: 7em;
	border-radius: 3px;
}
.welcome-text h2:hover {
	
}
.welcome-text h2 a {
	display: block;
	color: #fff;
}
.welcome-text h2 a:hover {
	text-decoration: none;
	color: #8bbef7;
}
.welcome-text p {
	width: 90%;
	color: #faba6e;
	padding-top: 2em;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.welcome-text p {
		width: 75%;
		margin: 0 auto;
	}
}
/***********************************************************************************

                                    Article

************************************************************************************/
/********** pageheader **********/
.pageheader {
	background: url(../img/bg5.png);
	background-size: cover;

}
.pageheader h2 {
	padding-top: 2em;
	padding-bottom: 2em;
	color: #fff;
	text-shadow: 0 0 10px #fff;
	letter-spacing: 0.25em;
}
.pagecontents .service {
	padding: 1em;
	margin: 1.5em auto;
	border: 1px solid #ccc;
	background: #FCFCFC;
}
.pagecontents h3 {
	padding-bottom: 4px;
	border-bottom: 1px solid #2d78cc;
}
h4.no1 {
	background: url(../img/num1.jpg) no-repeat;
}
h4.no2 {
	background: url(../img/num2.jpg) no-repeat;
}
h4.no3 {
	background: url(../img/num3.jpg) no-repeat;
}
h4.no4 {
	background: url(../img/num4.jpg) no-repeat;
}
h4.no5 {
	background: url(../img/num5.jpg) no-repeat;
}
h4.no6 {
	background: url(../img/num6.jpg) no-repeat;
}
h4.no1, h4.no2, h4.no3, h4.no4, h4.no5, h4.no6 {
	background-size: contain;
	padding-left: 40px;
}
@media screen and (min-width: 768px) {
	.pagecontents h3 {
		margin-top: 2.5em;
	}
}
.pagecontents h3 .fa {
	padding-right: 0.5em;
	color: #2d78cc;
}

.pagecontents .dbox {
}
.pagecontents .inbox {
	margin: 0.5em;
	padding: 1em;
	background: #eee;
	border: 1px solid #ccc;
}
.pagecontents .inbox p {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
	.pagecontents .inbox {
		height: 235px;
	}
}
.pagecontents {
	margin-bottom: 3em;
}
/******************************* spec page ********************************/
.pagecontents h3 span.small {
	padding-left: 0.5em;
	font-size: 0.5em;
}
dl.spec {
	margin-top: 2em;
	margin-left: 1em;
}
dl.spec dt {
	margin-bottom: 0.5em;
}
dl.spec dd {
	margin-left: 1em;
	margin-bottom: 0.4em;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}
img.spec {
	margin-top: 2em;
}
.specpage table.spec-table {
	display: table;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 1px solid #ddd;
	font-size: 14px;
}
.specpage .table tr {
    display: table-row;
}
.specpage .table th {
    padding: 10px 20px;
    background: #F5F5F5;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    text-align: center;
    color: #262626;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.specpage .table td {
    padding: 10px 20px;
    background: #fff;
    text-align: left;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    vertical-align: middle;
    color: #262626;
}
.specpage .table .cell-vertical {
    width: 1em;
    padding: 0 15px;
    line-height: 1.1;
    white-space: normal;
    text-align: center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
/******************************* owner page ********************************/
@media screen and (min-width: 768px) {
	.pagecontents .service {
		width: 75%;
	}
}
.ownerpage .table {
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 14px;
}
.ownerpage .table>tbody>tr>td {
	padding: 1em;
}
.ownerpage tr.green {
	background: #cafdcf;
}
.ownerpage tr.blue {
	background: #cadcfd;
}
.ownerpage td.edge {
	border-right: 1px solid #eee;
	width: 10em;
	font-size: 16px;
	text-align: center;
}
.ownerpage .welcome-text h2 {
	font-weight: normal;
	margin-bottom: 1em;
	width: 13em;
}
/******************************* contact page ********************************/
.formpage h4 {
	font-size: 16px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
dl.inq {
	padding-right: 1em;
}
dl.inq, .formpage .form-control, .formpage .btn {
	font-size: 14px;
}
dl.inq dt, dl.inq dd {
	padding-left: 0.5em;
	border-left: 1px solid #ddd;
}
dl.inq dd {
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
}
/******************************* privacy page ********************************/
.privacy dl {
	background: #eee;
	border: 1px solid #ddd;
	padding: 1em;
	margin-top: 2em;
	font-size: 14px;
}
.privacy dt {
	font-weight: normal;
	color: #2d78cc;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
.privacy dd {
	padding-top: 10px;
}
/********** Footer **********/
footer .footer-contents img {
	max-width: 30%;
}
footer .footer-contents{
	background: #111;
}
.footer-contents dl {
	margin-top: 1em;
	padding-bottom: 1em;
}
.footer-contents dl dt {
	color: #da5a21;
	padding: 1em 1em 0;
	font-weight: normal;
	font-size: 0.95em;
}
.footer-contents dd a {
	color: #555;
	padding: 0 0 1em 2em;
	font-size: 0.9em;
}
.footer-contents dl.more dd a {
	padding-left: 1em;
}
.footer-contents a:hover {
	color: #FF1B02;
	text-decoration: none;
}
.logo-box {
	margin-top: 4em;
	text-align: center;
}
