@charset "utf-8";
/* CSS Document */

body{
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

h1{
font-size:1.5em;
}

.main{
padding:30px;
}

.main p{
line-height:2.5em;
padding:0 0 30px 0;
}