@charset "utf-8";

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

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

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
@media only screen and (min-device-width: 760px)
    and (max-device-width: 8192px){
  body {
    font-size: 0.85em;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0;
    margin: 0;
  }

/* ---------------------------------------- レイアウトに関する指定 */

  #wrapper {
    text-align: left;
    margin: 1em auto 0;
    width: 800px;
    border: 1px solid #cccccc;
  }
}

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

/* 実質700px */
#contents { padding: 0 50px 2em; }

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


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

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.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.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

#contents h4 {
   margin-left:20px;
   margin-bottom:2px;
   padding: 5px 0 5px 5px;
   font-weight:bold;
   font-size:14px;
   border-left:5px solid #333;
}

#contents h5 {
   margin-left:20px;
   margin-bottom:2px;
   padding: 5px 0 5px 5px;
	font-weight:bold;
	font-size:14px;
}

h3{ margin-top: 2.5em; }

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

img.s4 {
    border:1;
    width: 160px;
    height:240px;
}
img.p6 {
    border:1;
    width: 180px;
    height:320px;
}


/* -- 文字 -- */
#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 { margin-bottom: 2em; }


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




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

/* --- リスト項目 --- */
ul.thumbnail li {
width: 40%; /* 項目の幅 */
float: left;
}

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

/* --- 写真エリア --- */
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; }
