﻿@charset "utf-8";

.htitle {margin:15px 0 5px;font-size:1.214em;}
.sparkling-modal-overlay {background:rgba(0,0,0,0.5)}
.sparkling-modal-frame {border:1px solid #333;box-shadow:rgba(0, 0, 0, 0.2) 0 0 10px;background-color:#fff}
.sparkling-modal-title {position:relative;padding:10px 15px;padding-right:40px;font-size:1.214em;color:#333}
.sparkling-modal-title span {font-size:1.61em;padding:5px;float:left;line-height:20px}
.sparkling-modal-close {position:absolute;top:0;right:0px;cursor:pointer;width:40px;height:40px;transition:background 0.2s}
.sparkling-modal-close:hover,.sparkling-modal-close:active {background-color:#f4f4f4}
.sparkling-modal-content {padding:15px}
.i-close {position:relative;width:100%;height:100%;transform:rotate(45deg)}
.i-close-h {position:relative;top:50%;left:50%;width:19px;height:1px;margin-left:-9px;background-color:#555;}
.i-close-v {position:relative;top:50%;width:1px;height:19px;margin-top:-10px;left:50%;background-color:#555;}
