a,abbr,address,article,aside,body,button,canvas,caption,
datalist,dd,details,div,dl,dt,em,fieldset,figcaption,figure,footer,form,
h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,keygen,
label,legend,menu,nav,object,ol,p,pre,
section,select,small,span,strong,summary,table,td,th,time,ul {
    margin:0;
    padding:0;
    font-size:100%;
}
ol,ul {
    list-style:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption,th{
    text-align:left;
}
td,th{
    empty-cells:show;
}
fieldset,img{
    border:0;
}
img{
    vertical-align:top;
}
label{
    margin:0 1.5em 0 .5em;
}
input,keygen,select{
    vertical-align:middle;
}
input[type="radio"],
input[type="checkbox"]{
    margin-right: 7px;
}
sub{
    margin:0 .1em;
    font-size:.688em;
    vertical-align:0;
}
sup{
    margin:0 .4em;
    font-size:.688em;
    vertical-align:.5em;
}
article,aside,canvas,datalist,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{
    display:block;
}
cite,em{
    font-style:normal;
}
button{
    border:none;
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
}
html{
    font-size: 62.5%;
}
body{    
    height:100%;
    line-height:1.6;
    color:#000;
    font-size:1.6em;
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ", sans-serif;
}
a{
    background:transparent;
    color:#82169d;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
textarea{
    margin:0;
    padding:5px;
    font-size:100%;
}
iframe{
    border:none;
}