﻿/* pc */
.wrap{
  overflow: hidden;
  width: 930px;
/*  width: 100%; */
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.more::before{
	content: "屁理屈無しの自由工房";
}
.main{
  float: right;
  width: 700px;
  height: auto;
  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","MS PGothic"; font-size: 110%;
}
.side-menu{
  float: left;
  width: 220px;
}
iframe{
  height: 1500px;
  width: 220px;
  scrolling: no;
  border: 0;
  style: border:none; 
  frameborder: 0
}

/* スマホ　*/
@media screen and (max-width: 800px) {
{
}
.wrap{
    width: auto;
}
.main{
    float: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.side-menu{
    /*　floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
h7 {
  clear: both;
}
}