@charset "utf-8";

body {
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
    color:#333333;
    background-color:#ff3366;
    line-height:1.4;
    -webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

* {
    list-style:none;
    padding:0px;
    margin:0px;
}

a {
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(200,200,555,.6);
}

a:link {color:#333333;}
a:visited {color:#333333;}

img {
    border:none; /* このborderは不可欠 */
    vertical-align:top;
}

select {
    padding: 2px 4px;
}

textarea {
    font-size: 90%;
    resize: both;
    padding: 4px;
    border-radius: 0;
}

input[type="text"], input[type="email"], input[type="password"] {
   /*-webkit-appearance: none;*/
   border-radius: 0;
   padding: 2px 4px;
   font-size: 96%;
}