@charset "utf-8";

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/* Clearing */

.clear:before, .clear:after,.cf:before,.cf:after, hr:before, hr:after,
#contwrap:before, #contwrap:after, #clientBox:before, #clientBox:after,
#clientLt:before, #clientLt:after {
	content:"";
    display:table;
}
.clear:after, .cf:after, #contwrap:after, #clientBox:after, #clientLt:after {
	clear: both;
}


/* COMMON STYLE
---------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

hr {
	clear:both;
	border:0;
	border-top: 1px dashed #CCC;
	height: 1px;
}

a {
  color:#06C;
  text-decoration:none;
}

a:hover { color: #009993; }

a:hover img,
input[type=button]:hover,
input[type=submit]:hover { opacity:0.8; }

p {
  margin:0 0 20px 0;
}

p.endSnt { margin-bottom:50px; }

.alC { text-align:center; }
.alR { text-align:right; }

.imgR {
  float:right;
  margin:0 0 15px 15px;
}


/* BASE LAYOUT
---------------------------------------------------------------------- */

body {
  background:url(../images/main_bg.jpg);
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#contwrap {
  width:970px;
  margin:0 auto;
  background-color:#FFF;
  padding:40px 15px 40px 15px;
}

#pageTop{
	position:fixed;
	right:25px;
	bottom:100px;
	text-align:center;
}

.cmnList {
  margin:0 0 20px 15px;
}

.cmnList li {
  list-style:none;
  background:url(../images/lt_ccl_grn.png) left 5px no-repeat;
  padding:0 0 0 15px;
  margin:0 0 7px 0;
}

#contttl h1 {
  width:970px;
  font-weight:normal;
  margin:0 auto;
  font-size:35px;
  color:#FFF;
  padding:82px 15px 40px 15px;
}

.aboutH1 {
  background:url(../images/about_h1.jpg) no-repeat center center;
  background-size:100% auto;
}

.clientH1 {
  background:url(../images/client_h1.jpg) no-repeat center center;
  background-size:100% auto;
}

.contactH1 {
  background:url(../images/contact_h1.jpg) no-repeat center center;
  background-size:100% auto;
}

.techinfoH1 {
  background:url(../images/techinfo_h1.jpg) no-repeat center center;
  background-size:100% auto;
}

h2 {
  font-size:24px;
  margin:0 0 20px 0;
}

.aboutH2 {
  background:url(../images/about_sttl.gif) left bottom no-repeat;
}

.clientH2 {
  background:url(../images/client_sttl.gif) left bottom no-repeat;
}

.contactH2 {
  background:url(../images/contact_sttl.gif) left bottom no-repeat;
}

h3 {
  font-size:18px;
  margin:0 0 20px 0;
}

.aboutH3 {
  color: #006A65;
  background-color: #D1EDEC;
  border-radius: 4px;
  padding: 10px;
}


/* TABLE LAYOUT
---------------------------------------------------------------------- */

#contactTbl, #aboutTbl {
  width:100%;
  border-top:1px solid #d0d0d0;
}

#contactTbl th, #contactTbl td, #aboutTbl th, #aboutTbl td {
  padding:15px;
  border-bottom:1px solid #d0d0d0;
}

#contactTbl th {
  background-color:#EFEFEF;
  width:20%;
  text-align:left;
}

#aboutTbl th {
  width:20%;
  text-align:left;
}

#contactTbl td span {
    margin-top: 5px;
    font-size: 12px;
    display: block;
}

.contactFin {
  margin-bottom:150px;
}

#formbtn_confirm, #formbtn_revision, #formbtn_send {
  	width: 250px;
    height: 48px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
}

#formbtn_confirm {
    background-image: url(../images/btn_confirm.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 30px auto 40px;
}

#formbtn_revision {
    background-image: url(../images/btn_back.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 50px;
    float: left;
}

#formbtn_send {
    background-image: url(../images/btn_send.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
}

#formbtn_back-send {
    width: 600px;
    margin: 40px auto 60px;
}

#formbtn_back-send input {
    margin:0 20px;
}

#formbtn_back-send input:hover {
    cursor: pointer;
}

input[type="text"] {
    height: 26px;
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid #d0d0d0;
    width:78%;
}

textarea {
    font-size: 14px;
    border: 1px solid #d0d0d0;
    padding:5px;
}


.errBox {
	background-color:#FBE9EF;
	padding:5px 10px;
	margin:10px 0;
	color:#CC0000;
}

.errMsg {
	color:#CC0000;
	margin: 0 0 5px 0;
}


/* HEADER
---------------------------------------------------------------------- */

header {
  background-color:#FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
}

header .headwrap {
  width:970px;
  margin:0 auto;
  position:relative;
  height:70px;
}

header .logo {
  position:absolute;
  top:10px;
  left:20px;
}

header nav ul {
  position:absolute;
  top:20px;
  right:10px;
}

header nav ul li {
  width:153px;
  height:30px;
  float:left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

header nav ul li a {
  display:block;
  width:153px;
  height:30px;  
}

header nav ul li.home a {
  background:url(../images/main_nav.gif) 0 0;
}

header nav ul li.about a {
  background:url(../images/main_nav.gif) -153px 0;
}

header nav ul li.client a {
  background:url(../images/main_nav.gif) -306px 0;
}

header nav ul li.contact a {
  background:url(../images/main_nav.gif) -459px 0;
  border-right:1px solid #B0B6BD;
}

header nav ul li.home:hover a, header nav ul li.home a.current {
  background:url(../images/main_nav.gif) 0 -30px;
}

header nav ul li.about:hover a, header nav ul li.about a.current {
  background:url(../images/main_nav.gif) -153px -30px;
}

header nav ul li.client:hover a, header nav ul li.client a.current {
  background:url(../images/main_nav.gif) -306px -30px;
}

header nav ul li.contact:hover a, header nav ul li.contact a.current {
  background:url(../images/main_nav.gif) -459px -30px;
}


/* FOOTER
---------------------------------------------------------------------- */

footer {
  background-color:#009A94;
  padding:15px 0;
  width:970px;
  margin:0 auto;
}

footer p {
  color:#FFF;
  width:970px;
  margin:0 auto;
  text-align:center;
  font-size:11px;
}


/* TOPPAGE
---------------------------------------------------------------------- */

#mainslider { padding-top:70px; }
  
.topContL {
  width:480px;
  float:left;  
}

.topContR {
  width:435px;
  float:right; 
}

.topContL h1, .topContR h2, .topContR h3 { margin:0 0 20px 0; }

.topAbout {
  background:url(../../images/topimg_ph.jpg) no-repeat;
  padding:140px 0 0 0;
}

.topBnrL {
  width:235px;
  float:left;
}

.topBnrR {
  width:235px;
  margin-left:245px;
}

.topNews {
  height:170px;
  overflow:auto;
  margin:0 0 20px 0;
}

.techInfo { margin:40px 0; }

.topNews dt, .techInfo dt {
  background-color:#AFCD3B;
  color:#FFF;
  font-size:11px;
  width:100px;
  text-align:center;
  float:left;
  padding:3px 0;
  margin:0 0 14px 0;
}

.topNews dd, .techInfo dd {
  width:305px;
  margin: 0 0 15px 110px;
}

.techInfo dd {
  width:550px;
}

.techInfoBtn {
  margin-bottom:30px;
}

.topContact #gMap {
	width:220px;
	height:152px;
	border:1px solid #DDD;
}

.topContact .companyDtl {
  width:205px;
  float:right;
}

.topContact p { margin-bottom:12px; }

.topContact .companyName {
  font-weight:bold;
  font-size:16px;
}


/* ABOUT
---------------------------------------------------------------------- */

.aboutAgency {
   margin:0 0 50px 0;
}

.aboutAgency li {
  list-style:none;
  float:left;
  width:300px;
  height:150px;
  margin:0 15px 20px 0;
  
}
.aboutAgency li.rt { margin-right:0; }

.aboutAgency li a {
  display:block;
  width:298px;
  height:150px;
  position:relative;
  color:#FFF;
  border:1px solid #d0d0d0;
}

.aboutAgency li a:hover { opacity:0.8; }

.aboutAgency li.ag01 a { background:url(../../about/images/agent_img01.jpg) no-repeat; }
.aboutAgency li.ag02 a { background:url(../../about/images/agent_img02.jpg) no-repeat; }
.aboutAgency li.ag03 a { background:url(../../about/images/agent_img03.jpg) no-repeat; }
.aboutAgency li.ag04 a { background:url(../../about/images/agent_img04.jpg) no-repeat; }
.aboutAgency li.ag05 a { background:url(../../about/images/agent_img05.jpg) no-repeat; }
.aboutAgency li.ag06 a { background:url(../../about/images/agent_img06.jpg) no-repeat; }
.aboutAgency li.ag07 a { background:url(../../about/images/agent_img07.jpg) no-repeat; }

.aboutAgency li a span.product {
  position: absolute;
  top: 0;
  left: 0;
  width: 296px;
  background-color: rgba(0, 154, 148, 0.8);
  padding:3px 5px;
}

.aboutAgency li a span.company {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align:right;
  width: 296px;
  background-color: rgba(0, 0, 0, 0.8);
  padding:3px 5px;
}


/* CLIENT
---------------------------------------------------------------------- */

#clientBox { margin: 0 0 100px 0; }

#clientBox .clientInfo {
  width:230px;
  float:left;
  text-align:center;
}

#clientBox .clientInfo h2 {
  text-align:center;
  padding-bottom:5px;
  margin:0 0 5px 0;
  border-bottom:3px solid #E1E4E6;
}

#clientBox .clientInfo .enName {
  font-size:24px;
  color:#B0B6BD;
  margin:0 0 20px 0;
}

#clientBox .clientDetail {
  width:680px;
  margin-left:245px;
  padding-left:15px;
  border-left:1px dotted #B0B6BD;
}

#clientLt {
  width:903px;
  margin: 0 0 80px 20px;
  border-top:1px solid #17979A;
  border-left:1px solid #17979A;
}

#clientLt li {
  float:left;
  list-style:none;
  border-bottom:1px solid #17979A;
  border-right:1px solid #17979A;
}

#clientLt li a {
  display:block;
  width:450px;
  padding:12px 0px 12px 20px;
  background:url(../images/lt_ccl_blu.png) no-repeat 7px center #FFF;
  color:#000;
  position:relative;
}
/*
#clientLt li a:hover {
  background:url(../images/lt_ccl_lgrn.png) no-repeat 7px center #E1E4E6;
}
*/

#clientLt li a img {
  position: absolute;
  right: 10px;
}

#clientLt li a.tescar img {
  top: 7px;
  right: 22px;
}

#clientLt li a.sip img {
  top: 12px; 
}

#clientLt li a.colcrete img, #clientLt li a.mincon img {
  top: 4px; 
}

#clientLt li a.bulroc img {
  top: 6px;
  right: 15px;
}

#clientLt li a.mandels img {
  top:5px;
}

#clientLt li a.junttan img {
  top: 12px; 
}

#clientLt li a.ppv-finland img {
  top: 14px; 
}
