/* CSS Document */

/*アラートメッセージ部分追記0622*/
#alert_box{
width:800px;
height:auto;
text-align:center;
}

#alert_box_m{
width:800px;
height:auto;
background-image:url(../img/mypage/alert_box_m.gif);
background-repeat:repeat-y;
}

#alert_box_title_img{
margin-bottom:25px;
text-align:center;
}

.alert_box_text{
width:720px;
height:auto;
margin-left:auto;
margin-right:auto;
padding-left:50px;
padding-right:30px;
padding-bottom:20px;
font-size:18px;
line-height:28px;
color:#cc0033;
font-weight:800;
}
