/* ==========================================
   image.css
========================================== */

img{

    border-radius:8px;
}

/* ---------- 入力画像 ---------- */

.preview{

    width:400px;

    max-width:100%;

    height:auto;
}

/* ---------- crop ---------- */

.crop{

    width:200px;

    max-width:100%;

    height:auto;
}

/* ---------- 結果 ---------- */

.result{

    width:400px;

    max-width:100%;

    height:auto;
}

/* ==========================================
   地図（仮）
========================================== */

#map{

    width:100%;

    height:350px;

    margin-top:10px;

    border:2px solid #dddddd;

    border-radius:12px;
}