/* --------------------------------------------------
Ver.20160313
Copyright (C) 2011-2013 sorw.net. All Rights Reserved.
-------------------------------------------------- */
/* --- reset plus begin --- */
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  border: 0px;
}

/* pre auto new line */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* --- reset plus end --- */
/* --- general setting begin --- */
body {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}
a:link {
  color: #006699;
}
a:visited {
  color: #006699;
}
a:active {
  color: #cc6633;
}
a:hover {
  color: #cc6633;
}

div {
  font-family: sans-serif;
  /* font-size: small; */
  font-size: small;
  letter-spacing: 0.1em;
  color: #707070;
}

.center {
  text-align: center;
}
/* --- general setting end --- */

/* ----------------------------------------
        page design
---------------------------------------- */
body {
  /* background-image: url(../img/background.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#wrap {
  width: 770px;
  margin: 0 auto 0 auto;
}

/* ------------------------------
        header and menu
------------------------------ */
header {
  padding: 60px 0px 60px 20px;
}

h1 {
  font-size: large;
  font-weight: normal;
}

#globalNavi {
  text-align: center;
}

#globalNavi ul li {
  margin: 30px auto 0px auto;
}

#globalNavi ul .contact {
  margin: 60px auto 160px auto;
}

/* ------------------------------
        Contents
------------------------------ */
section {
  margin: 0px auto 240px auto;
}

#contact {
  margin: 0px auto 360px auto;
}

section h2 {
  padding: 40px 0px 0px 15px;
  font-weight: bold;
  font-size: medium;
}

section p {
  line-height: 1.6;
  margin: 15px 20px 0px 80px;
}

section .text {
  /* white-space: pre; */
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  clear: both;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 20px 0px 0px 80px;
  padding: 0px 60px 0px 0px;
}

section .back {
  width: 730px;
  text-align: right;
  font-size: x-small;
  margin: 40px 0px 0px 0px;
}

/* ------------------------------
        Android Apps/Firefox Add-ons
------------------------------ */
.screenCapture {
  margin: 40px 0px 0px 50px;
}

.captureImage {
  margin: 0px 5px 0px 0px;
}

.icon {
  margin: 20px 0px 0px 40px;
}

.app {
  padding: 10px 10px 5px 80px;
}

.app dt {
  float:left;
  width: 100px;
  line-height: 1.8;
}

.app dd {
  line-height: 1.8;
}

.precaution {
  margin: 5px 0px 15px 0px;
  font-size: x-small;
}

/* ------------------------------
        Contact
------------------------------ */
.addr {
  margin: 20px 0px 0px 0px;
}


/* ------------------------------
        footer
------------------------------ */
footer {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
