@charset "UTF-8";
/* base
----------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, table, th, td, img, form, select, option, address, pre, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333;
  border: 0;
}

a {
  cursor: pointer;
}
a img {
  border: none;
}
a:link, a:visited {
  color: #003894;
  text-decoration: none;
}
a:hover, a:active {
  color: #003894;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

body {
  text-align: center;
  background: url(../cmnimg/body_bg.gif) repeat-x;
  background-position: center top;
}

/* container
----------------------------------------------------*/
#container {
  text-align: left;
  margin: 0 auto;
  width: 900px;
}

/* header
----------------------------------------------------*/
#header {
  position: relative;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#header_nav {
  position: absolute;
  top: 60px;
  right: 40px;
}
#header_nav ul {
  display: block;
}
#header_nav li {
  display: inline;
  list-style: none;
  margin-left: 10px;
  font-size: 1px;
  line-height: 1px;
}

/* contents
----------------------------------------------------*/
#contents {
  padding: 125px 0 20px;
}

.clear {
  display: block;
  clear: both;
}

#main_contents {
  float: right;
  width: 620px;
  margin: 25px 0 50px;
}

#main_contents_col {
  margin: 15px 5px;
}

#main_contents h1 {
  margin: 0 0 30px;
}
#main_contents h2 {
  margin: 5px 0 10px;
}
#main_contents h3 {
  margin: 40px 0 10px;
}
#main_contents p {
  font-size: 80%;
  line-height: 1.6;
}
#main_contents p.kyoka, #main_contents p.note {
  padding-top: 0.75em;
  font-size: 10px;
  line-height: 1.3;
}
#main_contents dl {
  font-size: 80%;
  line-height: 1.6;
  margin: 40px 0;
}
#main_contents dt {
  color: #8097bb;
  font-weight: bold;
}
#main_contents dd {
  margin: 0 0 20px;
}
#main_contents ul {
  margin: 0 0 0 20px;
}
#main_contents li {
  margin-bottom: 10px;
  font-size: 80%;
  line-height: 1.6;
}
#main_contents li span {
  margin-bottom: 10px;
  font-size: 85%;
}
#main_contents #corporate li {
  margin-bottom: 5px;
  font-size: 100%;
  line-height: 1.6;
}

img.img_left {
  float: left;
  padding: 0 10px 10px 0;
}
img.img_right {
  float: right;
  padding: 0 0 10px 10px;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

img.img_top {
  margin: 5px 0;
}
img.catch {
  margin: 5px 0 0;
}
img.image {
  margin: 15px 0 0;
}

#left_col {
  float: left;
  width: 250px;
  margin-top: 40px;
}

#right_col {
  float: right;
  width: 345px;
  margin-bottom: 30px;
}

#side_contents {
  float: left;
  width: 252px;
  margin: 30px 3px 50px;
}
#side_contents ul {
  margin-bottom: 25px;
}
#side_contents li {
  list-style: none;
  font-size: 1px;
  line-height: 1px;
}

/* footer
----------------------------------------------------*/
#footer {
  clear: both;
  position: relative;
  background: url(../cmnimg/footer_bg.gif) repeat-x;
  background-position: center top;
  width: 900px;
  height: 50px;
}

#footer_nav {
  position: absolute;
  top: 23px;
  left: 10px;
}
#footer_nav ul {
  display: block;
}
#footer_nav li {
  display: inline;
  list-style: none;
  margin-left: 15px;
  font-size: 1px;
  line-height: 1px;
}

#copyright {
  float: right;
  padding: 25px 20px;
  font-size: 57%;
}

/* top
----------------------------------------------------*/
#product {
  padding: 15px 0;
}
#product ul {
  display: block;
  padding: 4px 10px 4px 12px;
}
#product li {
  display: inline;
  list-style: none;
  margin: 3px;
  font-size: 1px;
  line-height: 1;
}

#home .pmark {
  float: right;
  margin-bottom: 30px;
  margin-right: 20px;
}

/* products
----------------------------------------------------*/
#main_contents table {
  float: right;
  margin: 5px 0 55px;
  font-size: 72%;
  line-height: 1.6;
  border-spacing: 0;
}
#main_contents table th, #main_contents table td {
  font-weight: normal;
  padding: 5px 12px;
}
#main_contents table tr.table_bg {
  background-color: #e1ecf3;
}
#main_contents table.w420 {
  width: 420px;
}
#main_contents table.w610 {
  width: 610px;
  margin: 60px 0 20px;
}

dl#powershot_text1 {
  float: left;
  width: 285px;
}
dl#powershot_text2 {
  float: right;
  width: 285px;
}

#phamtom {
  position: relative;
}

dl#phamtom_text {
  position: absolute;
  top: 50px;
  right: 50px;
}

#system #main_contents {
  margin: 25px 0 0;
}

p#note {
  font-size: 65%;
  color: #666;
  margin: 60px 0 0px;
}

/* corporate
----------------------------------------------------*/
table#corporate {
  width: 610px;
  margin: 0 5px;
  border-top: 1px solid #ccc;
  font-size: 80%;
  line-height: 1.6;
  border-spacing: 0;
}
table#corporate th {
  vertical-align: top;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 10px 12px;
  white-space: nowrap;
}
table#corporate td {
  border-bottom: 1px solid #ccc;
  padding: 10px 12px;
}

/* contact
----------------------------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  /* textareaはheight指定 */
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
textarea:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

input[type=submit] {
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
}
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.privacy-box {
  padding: 10px;
  width: 100%;
  height: 300px;
  overflow: auto;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.checkbox-privacy {
  margin-top: 2em;
}

label, input[type=checkbox] {
  font-size: 100%;
  font-weight: normal;
  cursor: pointer;
}

#onit_add {
  margin: 0 10px 30px;
  padding-bottom: 20px;
  font-size: 90%;
  border-bottom: solid 1px #ccc;
}

.mail {
  margin: 0 10px 80px;
}
.mail p {
  margin-bottom: 2em;
}

.btn-mail input {
  margin: 50px auto 0;
  display: block;
  width: 500px;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  background: #999;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  opacity: 0.5;
  pointer-events: none;
}
.btn-mail.active input {
  opacity: 1;
  pointer-events: inherit;
}
.btn-mail.active input:hover {
  background: #003894;
}

form {
  margin: 0 0 30px;
}
form h1 {
  padding: 5px 0 10px 20px;
}

fieldset {
  border: none;
  font-size: 100%;
  line-height: 2;
}
fieldset p {
  margin: 0 0 10px;
  padding: 0;
}
fieldset p.contact-form input {
  margin: 0;
  padding: 3px;
  font-size: 100%;
}

label {
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  color: #8097bb;
  font-weight: bold;
}

p span {
  color: #8097bb;
  font-weight: bold;
}

input.checkbox {
  margin: 5px 5px 0 10px;
  padding: 0;
  background: transparent;
  border-style: none;
}
input.checkbox1 {
  margin: 20px 5px 0 0;
  padding: 0;
  background: transparent;
  border-style: none;
}

label.catalog {
  display: inline;
  height: 5px;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: normal;
}

fieldset#catalog_box {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  padding: 15px 20px 30px;
}
fieldset p.add input {
  width: 300px;
  margin: 0;
  padding: 3px;
}

p#thanks_text {
  color: #3b3c70;
  font-weight: bold;
  font-size: 120%;
  margin: 30px;
}

/* privacy
----------------------------------------------------*/
.caution {
  margin-top: 1em;
  font-size: 75% !important;
}

#main_contents .privacy {
  margin: 0 5px 80px;
}
#main_contents .privacy h2.title {
  margin-bottom: 1em !important;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
#main_contents .privacy p {
  margin-bottom: 2em;
}
#main_contents .privacy ul, #main_contents .privacy ol {
  margin-bottom: 40px !important;
}
#main_contents .privacy table {
  margin-bottom: 1em;
  width: 100%;
  float: none;
  clear: both;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
#main_contents .privacy th {
  text-align: left;
  font-weight: bold;
}
#main_contents .privacy th, #main_contents .privacy td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#main_contents .contact-form {
  margin-top: 10px;
  padding: 20px 25px;
  border: solid 1px #ccc;
}
#main_contents .contact-form h3 {
  margin-top: 0;
}
#main_contents .contact-form p {
  margin-bottom: 0;
}

#privacy .privacymark {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 20px 25px;
  background: #f5f5f5;
}
#privacy .pmark {
  float: left;
  margin-right: 50px;
}
#privacy .privacymark p {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

/*# sourceMappingURL=default.css.map */
