@charset "utf-8";
/*
Theme Name:  ONE STEP WEB
Theme URI:  
Description:  
Version:  1.0
Author:  Masataka Eto
Tags:  
*/
/* Initialization
===================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  font-size: 90%;
  line-height: 160%;
  color: #333; }

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

navul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix {
  width: 100%; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.relative {
  position: relative; }

/* Common
===================================================== */
body {
  background: #9fb568;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.rap {
  width: 920px;
  margin: 0 auto; }

.float_right {
  float: right; }

.font_or {
  color: orange; }

/* Line
===================================================== */
#line {
  background: #f1f1f1;
  padding: 5px 0;
  color: #666; }
  #line .rap {
    text-align: center; }

/* Header
===================================================== */
#siteHead {
  background: #fff;
  padding: 20px 0; }

/* Navi
===================================================== */
#siteNav {
  background: #7bae29;
  padding: 2px 0; }
  #siteNav ul {
    border-right: 1px solid #699422;
    border-left: 1px solid #b3d07a;
    height: 71px;
    list-style: none; }
  #siteNav li {
    border-left: 1px solid #699422;
    border-right: 1px solid #b3d07a;
    width: 151px;
    height: 71px;
    float: left; }
  #siteNav li:last-child {
    width: 153px; }
  #siteNav li a {
    width: 151px;
    height: 71px;
    float: left; }
  #siteNav li a img {
    float: left; }
  #siteNav li.sn1 a {
    background: url(img/sn01_on.png) no-repeat; }
  #siteNav li.sn2 a {
    background: url(img/sn02_on.png) no-repeat; }
  #siteNav li.sn3 a {
    background: url(img/sn03_on.png) no-repeat; }
  #siteNav li.sn4 a {
    background: url(img/sn04_on.png) no-repeat; }
  #siteNav li.sn5 a {
    background: url(img/sn05_on.png) no-repeat; }
  #siteNav li.sn6 a {
    background: url(img/sn06_on.png) no-repeat; }

#siteNav:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #bdd78c;
  position: absolute;
  top: 1px;
  left: 0; }

#siteNav:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bdd78c;
  position: absolute;
  bottom: 1px;
  left: 0; }

/* Main Img
===================================================== */
#mainImg {
  height: 340px; }

#mainImg img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -900px; }

/* Content
===================================================== */
#content {
  padding: 30px 0 60px;
  background: url(img/content_bg.png) white repeat-x; }

/* Main
===================================================== */
#main {
  width: 580px;
  min-height: 500px;
  padding: 19px;
  float: left;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
  #main h2 {
    padding: 20px 10px 25px;
    margin-bottom: 20px;
    color: #555;
    font-size: 120%;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #b1c887;
    position: relative;
    background: white;
    background: -moz-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: -webkit-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: -o-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: -ms-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: linear-gradient(180deg, white 0%, whitesmoke 100%); }
    #main h2 .more {
      position: absolute;
      top: 15px;
      right: 15px; }
  #main h2:first-letter {
    font-size: 160%;
    color: #85b535; }
  #main h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 2px;
    left: 0;
    background: #acc088;
    -webkit-background-size: 10px 10px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #acc088), color-stop(0.25, #acc088), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #acc088), color-stop(0.75, #acc088), color-stop(0.75, white), color-stop(1, white)); }
  #main .paragraph {
    margin-bottom: 70px; }
  #main .paragraph:last-child {
    margin-bottom: 30px; }
  #main .cluster {
    padding: 0 10px;
    margin-bottom: 10px; }
    #main .cluster p {
      color: #777;
      margin-bottom: 15px; }
    #main .cluster .list {
      list-style: none; }
      #main .cluster .list li {
        border-bottom: 1px dashed #ccc; }
      #main .cluster .list a {
        padding: 10px;
        display: block;
        text-decoration: none; }
        #main .cluster .list a p {
          text-indent: 0;
          font-size: 80%;
          margin: 3px 0 0;
          color: #999;
          width: 470px;
          float: left;
          padding-left: 20px; }
        #main .cluster .list a p span {
          font-weight: bold;
          margin-left: 10px; }
        #main .cluster .list a .list_1 {
          background: url(img/info_arrow.png) 0 5px no-repeat; }
        #main .cluster .list a .list_2 {
          background: url(img/blog_arrow.png) 0 5px no-repeat; }
        #main .cluster .list a .list_1 span {
          color: #ff873c; }
        #main .cluster .list a .list_2 span {
          color: #70c5ff; }
        #main .cluster .list a img {
          float: left;
          margin-right: 5px; }
        #main .cluster .list a h3 {
          font-weight: normal;
          font-size: 105%;
          color: #666; }
      #main .cluster .list li:hover {
        background: url(img/listbg.png); }

/* Sub
===================================================== */
#sub {
  width: 280px;
  float: right; }

/* Footer
===================================================== */
#siteFoot {
  background: #b3d477;
  background: -moz-linear-gradient(90deg, #b3d477 0%, #c4db99 100%);
  background: -webkit-linear-gradient(90deg, #b3d477 0%, #c4db99 100%);
  background: -o-linear-gradient(90deg, #b3d477 0%, #c4db99 100%);
  background: -ms-linear-gradient(90deg, #b3d477 0%, #c4db99 100%);
  background: linear-gradient(180deg, #b3d477 0%, #c4db99 100%);
  border-top: 1px solid #aac37b; }

#copy {
  font-size: 80%;
  letter-spacing: 0.1em;
  padding: 5px 0;
  color: #d9e7bb;
  text-align: center; }

/* Footer Navigation
===================================================== */
#footNav {
  border-bottom: 1px solid #a2ba75;
  padding: 30px 0; }
  #footNav ul {
    width: 620px;
    list-style: none;
    float: left; }
    #footNav ul li {
      background: url(img/foot_arrow.png) 0 6px no-repeat;
      width: 185px;
      padding-left: 15px;
      margin: 5px 0;
      float: left; }
      #footNav ul li a {
        font-weight: bold;
        color: #fff;
        text-decoration: none; }
      #footNav ul li a:hover {
        color: #677930; }

/* Footer
===================================================== */
#about_area {
  border-top: 1px solid #d9e9bc;
  padding: 30px 0;
  text-align: center; }

/* Inner Contents
===================================================== */
#content .inner .intro_text {
  color: #777;
  margin-bottom: 50px; }
#content .inner .box {
  margin-bottom: 50px; }
  #content .inner .box h3 {
    color: #333;
    font-size: 110%;
    padding: 10px 0 10px 18px;
    margin-bottom: 10px;
    border: 3px double #ccc;
    position: relative;
    background: white;
    background: -moz-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: -webkit-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: -o-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: -ms-linear-gradient(90deg, white 0%, whitesmoke 100%);
    background: linear-gradient(180deg, white 0%, whitesmoke 100%); }
  #content .inner .box h3:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #acc088;
    -webkit-background-size: 10px 10px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #acc088), color-stop(0.25, #acc088), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #acc088), color-stop(0.75, #acc088), color-stop(0.75, white), color-stop(1, white)); }
