@charset "utf-8";
/* CSS Document */
#wrap{
background-image: none;
margin-right: auto;
margin-left: auto;
}
#cont {
width: 660px;
}
.popupText{
margin-bottom: 30px;
padding-left: 30px;
}
h4{
margin-bottom: 32px;
}
.popupBox{
width: 550px;
border: 1px dotted #27ADEC;
margin-left: 30px;
margin-bottom: 20px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
}
h5{
margin-bottom: 20px;
padding-left: 29px;
}
.bold{
font-weight: bold;
color: #3366B1;
}
#popupCloseBtn{
text-align: center;
margin-bottom: 50px;
padding-top: 20px;
}
.popupList{
padding-left: 30px;
width: 630px;
}
.popupList li{
float: left;
width: 300px;
margin-bottom: 10px;
padding-right: 10px;
}
.popupBoxHeight{
height: 320px;
line-height: 2.2em;
}
.popupListText{
padding: 15px;
width: 268px;
border: 1px solid #CCC;
margin-top: 1px;
}
.popupBoxBottom{
margin-bottom: 15px;
}
.popupTextHeight{
line-height: 2em;
}