html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight:normal;
    vertical-align:baseline;
}
main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
ul,ol{
    list-style:none;
}
img{
    vertical-align:bottom;
}
.clearfix:after{
    visibility:hidden;
    display:block;
    content:" ";
    clear:both;
    height:0;
}
a{
    position:relative;
    color:#2f94d6;
}
a:hover{
    top:1px;
    left:1px;
}
select,textarea,input,button{
    color:#333;
    font-size:13px;
    line-height:24px;
    letter-spacing:1.5px;
    padding:2px 10px;
    font-family:'EB Garamond','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,serif;
}
input[type="text"]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type="submit"]{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
body{
    overflow-x:hidden;
    line-height:22px;
    word-break:break-all;
    margin:0;
    padding:0; 
    font-size:13px;
    font-family:'EB Garamond','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,serif;
    letter-spacing:1px;
    color:#333;
    overflow-x:hidden;
}
.wrapper{
    width:80%;
    margin:20px auto;
    max-width:600px;
}
.top{
    text-align:center;
    margin:0 auto;
    margin-bottom:-50px;
    max-width:380px;
}
.image{
    margin-left:-20px;
}
header{
    background:#fff;
    padding:10px;
    top:-260px;
    position:relative;
    margin-left:-30px;
    margin-right:-30px;
}
header h1{
    font-size:40px;
    color:#2f94d6;
}
header h1 span{
    font-size:12px;
    margin-left:8px;
    color:#333;
}
header p{
    margin-bottom:0 !important;
}
header p a{
    color:#aaa;
    font-size:15px;
    text-decoration:none;
    margin-right:3px;
}
.bread{
    margin-bottom:-30px;
}
.bread li{
    display:inline;
}
.bread li:after{
    content:">";
    margin-left:5px;
}
.bread li:last-child:after{
    content:"";
}
h2{
    text-align:center;
    font-size:20px;
    padding:3px 10px;
    color:#fff;
    background:#2f94d6;
    margin-top:40px;
    margin-bottom:25px;
}
h3{
    margin:40px 0 4px 0;
    font-size:18px;
}
h3:before{
    content:"●";
    color:#2f94d6;
    font-size:13px;
    margin-right:5px;
}
.wrapper p{
    margin-bottom:15px;
}
textarea{
    width:90%;
    border-radius:3px;
    border:1px solid #ccc;
    display:block;
    margin:0 auto;
}
.balloon{
  position:relative;
  display:inline-block;
  padding:0 15px;
  width:auto;
  min-width:85px;
  height:28px;
  line-height:26px;
  color:#2f94d6;
  text-align:center;
  background:#fff;
  border:1px solid #2f94d6;
  z-index:9999;
    border-radius:3px;
    font-size:16px;
    top:60px;
    left:110px;
}
.balloon:before{
  content:"";
  position:absolute;
  top:12px; left:-10px;
  margin-top:-9px;
  display:block;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:11px 11px 11px 0;
  border-color:transparent #fff transparent transparent;
  z-index:0;
}
.balloon:after{
  content:"";
  position:absolute;
  top:12px; left:-12px;
  margin-top:-10px;
  display:block;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:12px 12px 12px 0;
  border-color:transparent #2f94d6 transparent transparent;
  z-index:-1;
}
footer,#copyright{
  text-align:center;
}
