@charset "UTF-8";
/* CSS Document */
/*
============================================================
* popup_n.css
==========================================================*/

/* 個人情報の利用目的・取り扱いについて */
#p_container{
  width:650px;
  margin:0 auto;
}

#p_header{
  height:52px;
  overflow:hidden;
}
#ci{
  float:left;
  padding:14px 0 0 10px;
}
.closeBtn{
  float:right;
  padding:11px 7px 0 0;
}





#p_wrapper{
  border:7px solid #eeeeee;
  width:606px;
  padding:12px 15px 30px;
}
.p_wrapper{
  padding:25px 22px;
  overflow:hidden;
}

.title_pri{
  background:#38b5d5;
  padding:5px 20px;
  font-size:16px;
  color:#FFF;
  font-weight:bold;
}

.p_tit{
  font-weight:bold;
  color:#2ba295;
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:2px #54cae8 solid;
}
.p_wrapper2{
  padding:15px 22px 25px;
}

.p_tit2{
  background:#f2f2f2;
  display:block;
  font-weight:bold;
  margin-bottom:10px;
  padding:3px 5px;
}
.p_tit2 span{
  border-left:3px solid #2ba295;
  padding-left:5px;
}

a.lk_question{
  background:url(/topics/imgs/year_end/icon_q.gif) no-repeat 0 2px;
  color:#11A7D7;
  text-decoration:underline;
  padding-left:17px;
}
a.lk_question:hover{
}

.alertRedTxt{
  color: #FF0000;
}
.alertRedTit{
  background:url(/use/imgs/lk_caution.gif) no-repeat 0 2px;
  font-weight:bold;
  color: #FF0000;
  margin-bottom:4px;
  padding-left:17px;
}

.yearendAlert{
  margin:auto 40px;
}



.p_left01{
  width:500px;
  float:left;
  margin-right:15px;
}
.p_left02{
  float:left;
  margin-right:15px;
}

/* ビジネススクール スクール地図 */
.mapInfo {
  margin-bottom: 20px;
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.mapInfo th {
  text-align: left;
  width: 10%;
  vertical-align: top;
}
.mapInfo td {
  vertical-align: top;
}
.p_wrapper .data #map {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}
/*SS_WEB_MNT-4685 2020.03.27ここから修正*/
/* マイページ利用規約 */
#mypage_terms .table02 {
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin: 10px auto;
  border-collapse: collapse;
}
#mypage_terms .table02 tr:nth-child(2n+1) {
  background: #f0f0f0 none repeat scroll 0 0;
}
#mypage_terms .table02 td {
  text-align: center;
  width: 95px;
}
#mypage_terms .table02 th {
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  width: 250px !important;
}
#mypage_terms .table02 th, #mypage_terms .table02 td {
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 10px;
  background: none !important;
  padding: 5px !important;
  font-size: 12px !important;
}
/*SS_WEB_MNT-4685 2020.03.27ここまで修正*/
