@charset "Shift_JIS";
/* ■■■■■■　　最終更新　160608h　　■■■■■ */

/*
濃　　#ffd2d2
普通  #ffeeee
薄　　#ffefef
極薄　　#fff9f9
*/

/* ---------- 使っているファイル名
		xxxx.html		 ---------- */



/* ---------- 使っているファイル名
		/susume/hogohoushin.html		 ---------- */

.kojinjouhou li{
	margin-left: 0px;
}


/* ---------- 使っているファイル名
		/nb/guideline.html		 ---------- */

.guideline_inyou{
  font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″,“Hiragino Mincho ProN”,“メイリオ”, Meiryo, serif;
  padding: 5px 0 5px 2%;
  margin: 30px 0 0 1%;
  border-left : 6px solid #dcdcdc ;
  line-height: 130%;
}
.guideline_comment{
  padding-left: 2%;
  margin:  3px 0 30px 1%;
  border-left : 6px double #ffd2d2 ;
  font-size : 12pt ;
  line-height: 150%;
}

/* ---------- 使っているファイル名
		faq.html drkashiku_q_and_a.html kokuchiqanda.html		 ---------- */

.q{
  margin-top:10px ;
  padding-left:25px ;
  background-image : url(../img/faq1.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.a{
  padding: 0 0 15px 25px ;
  background-image : url(../img/faq2.gif);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom : 1px solid #ffd2d2 ;
}

/* ---------- 使っているファイル名
		yuuryousd.html tokumei.html		 ---------- */
.yu-2{
	height: 165px;
	background: url(../img/header-message2.gif) center bottom no-repeat;
	text-align: center;
  font-size : 13pt ;
}
.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* ---------- 使っているファイル名
		sitemap	 ---------- */

#sitemap {


}

/* ■■■■■■　　スマホ縦　■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 480px) {
p .q{
  margin-top:10px ;
  padding-left:25px ;
  background-image : url(../img/faq1.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.a{
  padding: 0 0 15px 25px ;
  background-image : url(../img/faq2.gif);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom : 1px solid #ffd2d2 ;
}
}