@charset "UTF-8";

/*-----------------------------------

CSS Information

File name:			modal.css

-----------------------------------*/
/*=モータルウィンドウ=*/
/*=サブウィンドウ共通=*/
#mw_window {width:100%;height:100%;display:none;position:relative;z-index:20000;}
#mw_window .background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images_asp/common/transparent75_k.png);background-repeat:repeat;}
#mw_window .modal{position: fixed;z-index:10000;top:100px;margin:0 auto;text-align:center;}
#mw_window .outer{/*position: fixed;*/padding:10px;background-color:#FFF;position:relative;margin:0 auto;display:inline-block;box-shadow:0 0 6px rgba(0,0,0,0.4);}
#mw_window .outer .mw_close_btn {position:absolute;width:50px;height:50px;overflow:hidden;}
#mw_window .outer .mw_close_btn img {top:0;left:0;position:absolute;cursor:pointer;}
#mw_window .outer .mw_close_btn:hover img {top:-50px;}
#mw_window .content{text-align:center;width:640px;}
#mw_window .content .image_box{min-height:510px;display:inline-block;}
#mw_window .content .image_box p{text-align:left;padding:5px;font-size:14px;line-height:140%;}
#mw_window ul.mw_ctrl {position:absolute;width:100%;} 
#mw_window ul.mw_ctrl,
#mw_window ul.mw_ctrl li {margin:0;paddin:0;box-shadow:0 0 6px rgba(0,0,0,0.4);}
#mw_window ul.mw_ctrl li {list-style:none;background-image:url(/images_asp/common/transparent75_k.png);background-repeat:repeat;width:50px;text-align:center;position:absolute;vertical-align:middle;cursor:pointer;}
#mw_window ul.mw_ctrl li.mw_prev {left:-55px;}
#mw_window ul.mw_ctrl li.mw_next {right:-55px;}
