@charset   "UTF-8";

/**************************************/
/*             div#header             */
/**************************************/


#header h1 {
  color:#6F86A3;
  float : left;
  font-size : 11px;
}



#nav-drawer {
    float : right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-top:5px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*右に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（左へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}






#nav-content ul{ 
float:left;
margin: 20 0 0 0; 
padding :0; 
list-style: none; 
}
#nav-content li{ 
padding :0; 
margin:0; 
}
#nav-content li a{
display: block;
padding: 2px 0px 3px 18px;
color:#3e3f5b;
width: 330px;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px dotted #666666;
font-size: 14px;
}







.l1 img,.l1s img{width:83px; height:48px;float : left}
.l11 img{width:83px; height:48px;float : left;margin:10 0 0 10;}
.l2 img{width:200px; height:48px;}
.l22 img{width:200px; height:48px;margin:10 0 0 0;}


.memo_14 {
  font-size : 11px;
}


#top_s img{width:223px; height:157px;
}

.puromo{
  float:left;
  margin-right:5px;
}


#coment P{
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
  font-weight: 700;
  line-height:40px;
   margin-top:15px;
  color : #3e3f5b;
}


#header_info H2{
  font-size : 150%;
  font-weight : bold;
  margin : 5px 0px 0px 0px;
  color : #92b14e;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
  font-weight: 700;
}
.memo_12 {
  font-size : 12px;
}


.memo_13 {
  font-size : 13px;
}

.info_mg{
  vertical-align:middle;
}

#header_info dt{
  font-size : 12px;
  font-weight : bold;
  float : left;
  color : #92b14e;
  margin-left : 0px;
  width : 30px;
}

#header_info dd{
  font-size : 16px;
  font-weight : bold;
  color : #92b14e;
}

.pr{
  position: relative;
}

.info_p{
  font-size : 12px;
  color : #3e3f5b;
  font-weight: normal;
}



.pr-p{
  position: absolute; top: 35px; left: 30px; width: 240px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
  font-weight: 700;
  color : #fc4497;
  font-size: 20px;
  text-align : center;
}

#pr A:hover{
  color : #3e3f5b;
}


