@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
{
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */


body {
    font-size: 1.8em;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#header {
  padding: 10px 20px 20px;
}

#otherfunc {
  padding: 10px 20px 0px;
}

#footer {
  padding: 1em 0 1.5em;
  border-top: 1px solid #cccccc;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color:#92C45B;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}

/* -- 概要 -- */
.description {}

/* ---------------------------------------- #contents内の指定 */
      *.marginmarker {
      background-color: #ffff00;
      margin-left: .3em;
      margin-right: 0.3em;
      }
      *.largemarker {
      background-color: #D3D3D3;
      padding: 0.3em;
      margin-left: 0.3em;
      margin-right: 0.3em;
      }
      *.markerline {
      background-color: #ffff00;
      margin-left: 0.3em;
      margin-right: 0.3em;
      text-decoration: underline;
      }

/* -- 見出し -- */
h2,h3{
  font-size: 1.8em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h4{
    font-size: 1.4em;
    margin-bottom: 1.0em;
    margin-left: 1.0em;
    padding: 5px 0 5px 5px;
    border-left: 10px solid #000000;
}

h5{
    font-size: 1.2em;
    margin-bottom: 1.0em;
    margin-left: 1.0em;
    padding: 20px 0 5px 5px;
    border-left: 10px solid #000000;
}


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

#contents dd {
   font-size: 1.0em;
    margin-bottom: 2em;
}


#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 40px; }
#contents li { margin-bottom: 0.5em; }

font.title {
    font-size: 1.4em;    
}

img.s4 {
    border="1";
    width: 320px;
    height:480px;
}

img.p6 {
    border="1";
    width: 360px;
    height:640px;
}


/* --- 図、写真リストエリア --- */
ul.thumbnail {
width: 100%; /* リストエリアの幅 */
margin: 0;
padding: 30px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}


/* --- 項目内容 --- */
ul.thumbnail dl {
width:320px; /* 内容の幅 */
margin: 0 auto; /* 内容のセンタリング */
}

/* --- 写真エリア --- */
ul.thumbnail dt {
/* height: 102px; */ /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 5px; /* 写真エリアの下マージン */
}
ul.thumbnail dt img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
    margin: 0 0 3px; /* キャプションエリアのマージン（上、左右、下） */
    height: 6.5em; /* キャプションエリアの高さ */
    line-height: 120%;
    font-size:13px;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

img:after {
display: block;
content: attr(title);
}


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }
