@charset "UTF-8";
/**
 * 詳細ポップアップ用のCSS。
 */

.cursor_pointer { cursor:pointer; }

div#mask { position:absolute; background-color:#000; z-index:40; }
div#detail { position:absolute; background-color:#fff; z-index:50; }
.detail_size { width:500px; }

div#detail { text-align:left; border:3px solid #ccc; }
div#detail div.inner { padding:10px; text-align:center;}
div#detail h2 {font-weight:bold; font-size:1.3em; border-bottom:1px solid #E1729A; background-color:#F5DDE6; width:460px;}
div#detail h2 {color:#4E3B34; text-align:center; padding-bottom:10px;}
div#detail p.text {text-align:left; margin-bottom:10px;}