/* For IE7 */
*:first-child+html #container {
   z-index: 8001;
}
*:first-child+html #content {
   position: relative;
   z-index: 4990;
}

.selectModal {
   display: none;
   position: fixed;
   width: 500px;
   background-color: #fff;
   padding: 20px 20px 25px;
   z-index: 20002;
}
.selectModalHead {
   color: #305282;
   font-size: 23px;
   line-height: 1.4;
   border-bottom: 1px solid #305282;
   margin-bottom: 12px;
   padding-bottom: 10px;
   text-align:left;
}
.selectModalContents {
   color: #040101;
   font-size: 16px;
   text-align: left;
   line-height: 1.4;
   margin-bottom: 20px;
   padding: 0 20px;
}
.selectModalButtonBlock {
   width: 400px;
   margin-left: 160px;
}
.selectModalButtonBlock:after {
   content: ".";
   height: 0;
   clear: both;
   display: block;
   visibility: hidden;
}
.selectModalButton {
   width: 180px;
}
.selectModalButton > a {
   display: block;
   color: #fff;
   font-size: 23px;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   padding: 8px 0;
}
.selectModalButton > a:hover {
   opacity: 0.7;
   filter : alpha(opacity=70);
   -ms-filter : alpha(opacity=70);
}
.selectModalButton.yes {
   text-align:center;
}
.selectModalButton.yes > a {
   background-color: #ee8903;
}
.selectModalButton.no > a {
   background-color: #a8a8a8;
}
.selectModalOverlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 120%;
   background-color: #000;
   z-index: 20001;
   opacity: 0.7;
}