@charset "utf-8";
/* CSS Document */

/** {margin: 0; padding: 0; outline: 0;}*/

/*最小限のタグのみリセット*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}

hr {margin: 0;}

/**********
 main setting
***********/

/*----html body-----*/
html {
  height: 100%;
  line-height: 1.5;
  min-width: 280px;
  overflow-y:scroll;
}

body {
  background-color: #F5F5F5;
}

/*-------link-------*/
a:link,
a:visited {
  color: #02365B;
  font-weight: bold;
}
a:hover {
  color: #F60;
}


/*-------clear-------*/
.clear {
	clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*-------inner-------*/
.inner {
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  width: 900px;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}
/*head inner*/
.subMenu .inner {
	margin: 0 auto;
	padding: 0;
}

.subMenu {
 	position: fixed;
  height: 70px;
  background-color: #F5F5F5;
  top: 0;
}

/*-------section-------*/
.section {
  margin: 0 auto;
  min-width: 900px;
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

/*------contents--------*/

.contents {
  line-height: 1.5;
}

/*-----footer------*/

footer {
  background-image: url(../img/bk-footer.png);
  background-repeat: repeat-x;
  background-position: bottom;
  color: #333;
	padding: 0 0 0 0;
	position: relative;
  text-align: left;
  width: 100%;
}

#foot-info {
  clear: both;
  padding-bottom: 35px;
}

.foot-info-left {
  float: left;
  width: 200px;
}
.foot-info-right {
  float: left;
}

#foot-copy {
  padding: 35px 0 0 0;
  margin: 0 auto;
  width: 900px;
}
#foot-message {
  float: right;
  position: relative;
}
#foot-message img {
  position: absolute;
  top: -150px;
  left: -180px;
  
}


.copyright {
  padding-top: 5px;
}

#foot-copy a:link,
#foot-copy a:hover {
  color: #333;
  text-decoration: none;
}

/**********
 h size
***********/
h1 {
  font-size: 300%; /*16px 300%*/
 	letter-spacing: -1px;
  line-height: 1;
}
h2 {
  font-size: 180%;
  line-height: 1.3333;
  text-align: left;
}

h3 {
  font-size: 125%; /*16px 150%*/
  line-height: 1.5;
}

hgroup h2,h4,h5,h6 {
  font-size: 100%; /*16px 300%*/
  line-height: 1.5;
}

/**********
 header
***********/

/*-----header------*/

#headlogo {
  float: left;
  padding-top: 15px;
  width: 80px;
}

/*-----menu------*/

/*menu-box*/
#re-menu {
  padding: 15px 0 0 0;
  float: right;
}

#re-menu:after {
  clear: both;
}

/*fix box*/
.subMenu {
  min-width: 280px;
  width: 100%;
  z-index: 1000;
  box-shadow:0 -10px 10px 10px rgba(0,0,0,.2);
}

#re-menu li {
  list-style-type: none;
  float: left;
  margin-left: 10px;
}
#head-home a {
  display: block;
  width: 100px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url(../img/btn_home.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#head-home a:hover {
	background-position: 0 bottom;
}


#head-item a {
  display: block;
  width: 120px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url(../img/btn_software.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#head-item a:hover {
	background-position: 0 bottom;
}

#head-about a {
  display: block;
  width: 100px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url(../img/btn_company.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#head-about a:hover {
	background-position: 0 bottom;
}


#head-inquiry a {
  display: block;
  width: 100px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url(../img/btn_inquiry.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#head-inquiry a:hover {
	background-position: 0 bottom;
}


#head-privacy a {
  display: block;
  width: 140px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url(../img/btn_privacy.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#head-privacy a:hover {
	background-position: 0 bottom;
}
/**********
 contents setting
***********/

/*----- sections---------*/
/*index image*/
.sTop {
  background-image:url(../img/bk_main_img.png);
  background-repeat:no-repeat;
  background-position: center top;
  background-color:#02365B;
  padding: 0;
  margin-top: 70px;
}
.sTop .inner {
	padding: 0;
}

.sTop h2 {
  font-size: 100%;
  line-height: 1;
  text-align: left;
}

.sTop img {
  vertical-align: bottom;
}


/*section contents*/
.contents {
  background-color: #fff;
}
.service-row {
  display: table;
  width: 900px;
}

.service-box {
  display:table-cell;
  width: 300px;
}
.service-box h3 {
  color: #02365B;
  font-weight: bold;
  font-family: "メイリオ", Meiryo;
  text-align: center;
}

.service-img {
  margin: 0 auto;
  text-align: center;
}

.service-msg {
  text-align: left;
  padding: 1em;
}


/**********
 software setting
***********/


.co-software {
  background-color: #fff;
}
.software-row {
  display: block;
  width: 900px;
}

.software-box {
  display: block;
  width: 900px;
}
.software-box h3,
.software-box h4 {
  color: #02365B;
  font-weight: bold;
  font-family: "メイリオ", Meiryo;
  text-align: center;
}

.software-img {
  margin: 0 auto;
  text-align: center;
}

.software-msg {
  text-align: center;
  padding: 1em;
}

.co-software hr {  
    border: 0;
    height: 1px;
    margin-bottom : 15px;
    background-image: -webkit-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,0.75), rgba(200,200,200,0));
    background-image:    -moz-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,0.75), rgba(200,200,200,0));
    background-image:     -ms-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,0.75), rgba(200,200,200,0));
    background-image:      -o-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,0.75), rgba(200,200,200,0));
}

/**********
 company setting
***********/


.co-company {
  background-color: #fff;
}
.company-row {
  display: block;
  width: 900px;
}

.company-box {
  display: table;
  margin-bottom: 10px;
}

.company-index {
  display: table-cell;
  text-align: right;
  width: 200px;
}

.company-index p {
  display: block;
  padding-right: 20px;
}
.company-text {
  border-left: 1px solid #02365B;
  display: table-cell;
  width: 700px;
}
.company-text p {
  display: block;
  padding-left: 20px;
}

/**********
 contact setting
***********/


.co-contact {
  background-color: #fff;
}
.contact-row {
  display: block;
  width: 900px;
}

.indication {
  text-align: center;
  padding-bottom: 15px;
}
h4.indication {
  color: #02365B;
}

.contact-cell {
  display: table;
  margin-bottom: 10px;
}

.contact-title {
  display: table-cell;
  text-align: right;
  width: 200px;
}

.contact-title p {
  display: block;
  padding-right: 20px;
}
.contact-text {
  border-left: 1px solid #02365B;
  display: table-cell;
  width: 700px;
}
.contact-text p {
  display: block;
  padding-left: 20px;
}

.required {
  color: #C00;
}
.ex {
  padding-left: 20px;
  font-size: small;
  color: #999;
}

.co-contact input[type="text"],
.co-contact input[type="usermail"] {
  width: 400px;
}
.co-contact textarea {
  min-height: 100px;
  resize: vertical;  
  overflow: auto;  
  width: 400px;
}


#submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover  {
  opacity: 0.8;
}

.su_button {
	width: 240px;
  background-color: #006699;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	padding: 10px 0;
}

.co_button {
	width: 140px;
  background-color: #006699;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	padding: 10px 0;
}

.p_button  {
  width: 300px;
  background-color: #006699;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	padding: 10px 0;
}

.co_button_back {
	width: 140px;
  background-color: #ccc;
	background: -moz-linear-gradient(top,#ddd 0%,#ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	border: 1px solid #DDD;
	color:#333;
	padding: 10px 0;
}


/**contact privacy**/
.info_privacy {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
.info_privacy h4 {
  color: #02365B;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right:550px;
  text-decoration: underline;
}
.info_privacy h5 {
  padding-top: 20px;
  padding-bottom: 5px;
  text-decoration: underline;
}
.info_privacy_text {
  border: 1px solid rgb(169, 169, 169);
  font-size: 90%;
  height: 200px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: auto;
  padding: 10px;
}

.info_privacy_text p {
  padding-left: 20px;
  padding-right: 20px;
}
.info_privacy_text .privacy-text-r {
  text-align: right;
}

.info_privacy_text ul {
  list-style-type: none;
  padding-left: 40px;
  padding-right: 40px;
}

.info_privacy_text dl {
  padding-left: 40px;
  padding-right: 40px;
}

.info_privacy_text dt {
  color: #02365B;
  font-weight: bold;
  padding-top: 10px;
}
.info_privacy_text dd {
  padding-left: 20px;
}
.text_space_bottom {
  padding-bottom: 5px;
}

/**contact php**/
.formTable {
  border-collapse: separate;
  border-spacing: 10px;
}
.formTable th {
  text-align: right;
  width: 200px;
  padding-right: 10px;
}
.formTable td {
  border-left: 1px solid #02365B;
  padding-left: 10px;
}