/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* Base */
#header .site-title a,
#header .site-nav li a,
#footer .site-logo a,
#cpa-modal .close {
    -webkit-transition: opacity 150ms ease;
       -moz-transition: opacity 150ms ease;
         -o-transition: opacity 150ms ease;
            transition: opacity 150ms ease;
}
#header .site-title a:hover,
#header .site-nav li a:hover,
#footer .site-logo a:hover,
#cpa-modal .close:hover {
    opacity: .4;
}

/* Global */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS P Gothic", Arial, verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5em;
    position: relative;
    min-height: 100%;
    color: #2D2D2D;

    -webkit-font-smoothing: antialiased;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 147px;*/
	margin-bottom: 100px;

}

a {
    text-decoration: none;
    color: #4D4D4D;
}
a:hover,
a:focus {
    text-decoration: underline;
}

button {
    cursor: pointer;
}

a,
button {
    border: none;
    outline: none;
}

img {
    vertical-align: top;
}

/* Header */
#header {
    height: 93px;
    border-bottom: 2px solid #1C96DA;
    background-color: #FFF;
}

/* Header - Container */
#header .container {
    position: relative;
    overflow: hidden;
    width: 960px;
    height: 100%;
    margin: 0 auto;

    *zoom: 1;
}

/* Header - Site Title */
#header .site-title {
    position: absolute;
    top: 34px;
    left: 0;
}

#header .site-title a {
    display: block;
    overflow: hidden;
    width: 316px;
	height: 19px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 -88px;
}

/* Header - Site Navigation */
#header .site-nav {
    position: absolute;
    top: 38px;
    right: 0;
    text-align: right;
}

#header .site-nav li {
    display: inline-block;
    margin-left: 12px;
}
#header .site-nav li:after{
	content:url(../img/common/bg-navnav.png);
	top: -19px;
	left: 13px;
	position: relative;
	color: #298cc9;
}
#header .site-nav li a {
    display: block;
}

#header .site-nav .news {
    overflow: hidden;
    width: 52px;
    height: 12px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#header .site-nav .cpa {
    overflow: hidden;
    width: 92px;
    height: 12px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 -15px;
}

#header .site-nav .work {
    overflow: hidden;
    width: 54px;
    height: 12px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 -30px;
}

#header .site-nav .message {
    overflow: hidden;
    width: 79px;
    height: 12px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 -45px;
}

#header .site-nav .access {
    overflow: hidden;
    width: 50px;
    height: 12px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 -59px;
}
#header .site-nav .contact {
    overflow: hidden;
    width: 54px;
    height: 12px;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/sprite/common-01.png");
    background-repeat: no-repeat;
    background-position: 0 -73px;
}

/* Footer */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
	border-top: 1px solid #969696;
    /* Set the fixed height of the footer here */
    /*height: 100px;*/
}

/* Footer - Site Logo */
#footer .site-logo {
    width: 155px;
	float: right;

    *zoom: 1;
}

#footer .site-logo a {
    display: block;
    overflow: hidden;
    width: 155px;
    height: 54px;
    margin: 3px auto 21px auto;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    background-image: url("../img/common/logo-footer.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* Footer - Site Information */
#footer .site-info {
    /*height: 99px;*/
    padding-top: 20px;
    text-align: center;
    /*opacity: .45;*/
    color: #FFF;
    /*background-color: #161616;*/
	border-top:1px solid #fff;
	background-color: rgba(0, 0, 0, 0.65);
}

#footer .site-info .container {
    position: relative;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;

    *zoom: 1;
}

/* Footer - Contact */
#footer .contact {
    font-size: 14px;
	width:392px;
	color:#1c96da;
	text-align:left;
	line-height: 1.4;
	
	/*color:rgba(28, 150, 218, 2.3);*/
	
	/*-webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);*/
}

/* Footer - Copyright */
#footer .copyright {
    font-size: 11px;
	color:#1c96da;
	float:left;
	margin-top: 3px;
}

/* C.P.A Modal */
#cpa-modal {
    position: absolute;
    z-index: 200;
    top: 100px;
    right: 0;
    left: 0;
    width: 800px;
    height: 560px;
    margin: auto;
    background: transparent url("../img/common/cpa-modal.png") no-repeat 0 0;
}

#cpa-modal .close {
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url("../img/common/cpa-modal-close.png?1427112384") no-repeat 0 0;
}

/* C.P.A Modal Overlay */
#cpa-modal-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGNi2AyDTAxwQJAJAKzQA4qwRcwCAAAAAElFTkSuQmCC");
    background: rgba(0, 0, 0, .7);
}
