@charset "utf-8";
/*WEBフォント用*/
@font-face {
font-family: "flopdesign-kana";
src: url("./fonts/flopdesign-kana.eot");
src: url("./fonts/flopdesign-kana.eot?#iefix") format("embedded-opentype"),
url("./fonts/flopdesign-kana.woff") format("woff"),
url("./fonts/flopdesign-kana.ttf") format("truetype");
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
form {
  margin:0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family:"flopdesign-kana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P",sans-serif ;
  background-color: #9c985d;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
}

a,a:hover,a:active {
  color: #333;
}

/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
  max-width: 640px;
  margin:0 auto;
}

h1 {

}

h2 {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color:#6f6905;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .3em;
}
section {
  margin: 0 5px; 
}
section#listsec{ background:#FFF;}
section p {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  line-height: 1.5em;
}

section a.btn {
  display: inline-block;
  color: #fff;
  background-color: #299a0b;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 5px;
}
section ul li.user_list {
  display: inline-block;
  width: 49%;
  padding: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}

section ul li form div.trimming {
 /* width: 150px;*/
  height: 150px;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
   /*--- 表示領域が480px以上の場合に適用するスタイル ---*/
   section ul li form div.trimming {
    /* width: 120px;*/
    height: 120px;
  }
}

section ul li form div.trimming img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 5px;
}
section ul li form li {
  margin: 5px;
  padding: 5px;

}
section ul li form li img.icon {
  width: 20px
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
section ul li form li a {
  display: inline-block;
}

.ad_list article {
  /*margin-bottom: 5px;*/
/*  padding: 5px;*/
  background-color: #fff;
  border-radius: 5px;

}
.ad_list article a div div {
  float: none!important;
  width: 35%;
}
.ad_list article a div span {
  margin-top: 20px;
  width: 63%;
}
.ad_list article a div div,.ad_list article a div span {
	display: inline-block;
	vertical-align: top;
}

.pager {
  text-align: center;
  margin-bottom: 10px;
}
.pager a {
  display: inline-block;
  padding: 10px;
  margin:5px;
  border-radius: 5px;
  background-color: #92940e;
  color: #fff;
}
footer {
  text-align: center;
  padding: 20px;
}
.contact iframe {
  width: 100%;
  height: 600px;

}
.contact iframe html {
  border:none;
}
#save-load-layer {
  display: none;
}

table.link_btn td{ width:50%; text-align:center;}
.link_btn img{ width:90%;}


/*公式アカウント*/

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

.purplebox {
	padding:0px;
	border:solid 0px #fbeaff;
	background-color:#fbeaff;
	margin-bottom:10px;
}

.redbox {
	padding:0px;
	border:solid 0px #ef5350;
	background-color:#ffebee;
	margin-bottom:10px;
}

.bluebox {
	padding:0px;
	border:solid 0px #eafcff;
	background-color:#eafcff;
	margin-bottom:10px;
}


div.resizeimage img { width: 100vw; }

.demo2{
    width: 100%;
    margin: 0 auto;
}
.demo2-1{
    width: 25%;
    float: left;
}
.demo2-2{
    width: 25%;
    float: left;
}
.demo2-3{
    width: 25%;
    float: left;
}

.demo2-4{
    width: 25%;
    float: left;
}