@charset "utf-8";

*,*:before,*:after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
html,body,section,div,p,a,span,img,iframe,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,table,tbody,tr,th,td{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  font-weight:normal;
  font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
p{line-height:160%;}
a{cursor:pointer;}
img{width:100%; vertical-align:top;}
table{border-collapse:collapse; border-spacing:0;}
input,select,textarea{font-size:16px;font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;}
textarea{resize:vertical;}
input[type=file]{font-size:13px;}
button,input[type=button],input[type=submit],input[type=file],input[type=file]{cursor:pointer;}
