/*ƒŒƒCƒAƒEƒg*/
#wrap{
margin: 20px auto;
width: 530px;
text-align: left;
color: #333;
background: #fff;
}
/*Še•”•ª*/
#foot{
width: 530px;
background: #5F707A;
border-top: 1px solid #DFDFDF;
text-align: center;
color:#ddd;
}
/*•¶ŽšE•¶Í*/
#main p{
font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
//font-size: 20px;
line-height:160%;
/*letter-spacing:-0.125em;*/
letter-spacing:-0.05em;
}
/*old*/
#side{
float: left;
width: 200px;
}
.space{ clear:left; }
#rap{
margin:20px auto;
width:530px;
text-align: left;
color:#333;
border: 3px solid #dcdcdc;
background:#FFFFFF;
}
#header-home{
background: url(../header-simple.jpg);
width: 530px;
height: 30px;
}

body { margin: 0; padding: 0; color: #222; font-size : 16px; font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif; }

.header { width: 100%; max-width: 960px; margin: 0 auto; padding: 30px 0 0; }
h1 { margin: 0; padding: 0 10px 10px; font-size: 24px; }
p.resizeimage img{
	width:100%;
	max-width: 100%;
	height: auto;}
.main {
  clear: both;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 30px;
  background: #FFF;
  text-align: left;
}

#menu{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  font-size:13px;
}
#menu li{
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #444;
}
#toggle{ 
 display: none;
}
#footmenu{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#footmenu ul {
	list-style-type:none;
}
#footmenu li{
	float: left;
	margin:0 16px 0 0;
	display:block;
}
#footmenu li a{
  text-decoration: none;
  color: #000;
}
#footmenu li a:hover{
 	background: #444;
	color: #FFF;
}
#footmenu:after
{
	content: "";
	display: block;
	clear: both;
}
#footmenu p
{
	text-decoration: none;
	color:#ffffff;
	font-size:16px;
	line-height:120%;
}


.koumoku{
	font-size:140%;
}
.sousin-button{
	font-size:160%;
	color:#FFFFFF;
	border-radius:10px;
	background-color:#ff7f00;
	padding:5px 10px;
}
input.chara-big{
	font-size:160%;
}
textarea.chara-big{
	font-size:160%;
}


@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}
/*ƒ{ƒ^ƒ“*/
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
	font-size: 130%;
    color: #FFF;
    background: #FFA500;/*Fe70010*/
//    background: #03A9F4;/*Fe70010*/
    border: solid 1px #0f9ada;/*üF*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:active {/*‰Ÿ‚µ‚½‚Æ‚«*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}


/*H2ƒ^ƒO*/
h2 {
padding: 0.5em;/*•¶ŽšŽü‚è‚Ì—]”’*/
color: #79a7d9;/*•¶ŽšF*/
/*color: #494949;*//*•¶ŽšF*/
background: #d8dbd9;/*”wŒiF*/
/*background: #fffaf4;*//*”wŒiF*/
border-left: solid 5px #4f85a6;/*¶üiŽÀü ‘¾‚³ Fj*/
/*border-left: solid 5px #ffaf58*/;/*¶üiŽÀü ‘¾‚³ Fj*/
}