div.portal a {
  color: #036;
  text-decoration: none;
}
div.portal a:hover {
  color: #c00;
}
div.portal div.top,
div.portal div.left,
div.portal div.center,
div.portal div.right {
  float: left;
  overflow: hidden;
}
div.portal div.left {
  width: 170px;
  margin-right: 10px;
}
div.portal div.top {
  width: 770px;
/*  height: 285px; */
  height: 310px;
/*  background: #eee;*/
}
div.portal div.center {
  width: 410px;
  margin-right: 10px;
}
div.portal div.center div.box {
  margin: 10px 0 0 0;
  border: 1px solid #39f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
div.portal div.center div.box h3 {
  background: #39f no-repeat left;
  background: -webkit-linear-gradient(top, #0167cd, #39f);
  background: -moz-linear-gradient(top, #0167cd, #39f);
  background: -o-linear-gradient(top, #0167cd, #39f);
  background: -ms-linear-gradient(top, #0167cd, #39f);
  background: linear-gradient(to bottom, #0167cd, #39f);
  border-bottom: 1px solid #92c9ff;
  height: 41px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
div.portal div.center div.box h3 a {
  display: block;
  padding: 0 0 0 60px;
  height: 41px;
  color: #fff;
  line-height: 40px;
  display: bloxk;
}
div.portal div.center div.box.information h3 a {
  background: url("../img/box_information_icon.png") no-repeat 10px;
}
div.portal div.center div.box.tv h3 a {
  background: url("../img/box_tv_icon.png") no-repeat 15px;
}
div.portal div.center div.box.buyer h3 a {
  background: url("../img/box_buyer_icon.png") no-repeat 17px;
}
div.portal div.center div.lastPicture {
  float: right;
  width: 180px;
  padding: 10px;
  text-align: center;
}
div.portal div.center div.lastPicture p {
  margin: 3px 0;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
div.portal div.center ul.news {
  margin: 10px 0 10px 30px;
}
div.portal div.center ul.news li {
  margin: 4px 0;
  font-size: 12px;
  list-style: square;
}
div.portal div.center ul.news br {
  display: none;
}
div.portal div.center div.information {
  overflow: hidden;
}
div.portal div.center div.information p.lastUpdate {
  font-size: 11px;
  color: #666;
  margin: 10px 5px -5px 10px;
}
div.portal div.center div.buyer ul li {
  margin: 10px;
  white-space: nowrap;
}
div.portal div.center div.buyer div.pic,
div.portal div.center div.buyer div.body {
  display: inline-block;
  vertical-align: middle;
}
div.portal div.center div.buyer div.pic {
  width: 85px;
  margin-right: 4px;
}
div.portal div.center div.buyer div.body {
  white-space: normal;
  width: 290px;
}
div.portal div.center div.buyer h4 {
  font-size: 14px;
  font-weight: bold;
}
div.portal div.center div.buyer p {
  font-size: 12px;
}
div.portal div.right {
  width: 350px;
}
div.portal div.right div.recruit {
  margin: 10px 0 0 0;
}
div.portal div.right div.recruit ul {
  margin: 2px 0 0 0;
  background: #39f;
  overflow: hidden;
}
div.portal div.right div.recruit ul li {
  height: 40px;
  width: 174px;
  float: left;
}
div.portal div.right div.recruit ul li.new {
  border-right: 1px solid #9cf;
}
div.portal div.right div.recruit ul li.part {
  border-left: 1px solid #369;
}
div.portal div.right div.recruit ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  text-align: center;
  width: 174px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: 1px 1px #999;
}
div.portal div.right div.recruit ul li a:hover {
  background: #36f;
}
div.portal div.right div.monthly {
  margin: 10px 0 0 0;
}
div.portal div.right div.selection {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  border: 1px solid #636;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
div.portal div.right div.selection h3 {
  background: -webkit-linear-gradient(top, #cf6fcf, #fff, #fff);
  background: -moz-linear-gradient(top, #cf6fcf, #fff, #fff);
  background: -o-linear-gradient(top, #cf6fcf, #fff, #fff);
  background: -ms-linear-gradient(top, #cf6fcf, #fff, #fff);
  background: linear-gradient(to bottom, #cf6fcf, #fff, #fff);
  height: 41px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
div.portal div.right div.selection h3 a {
  display: block;
  padding: 0 0 0 45px;
  height: 41px;
  color: #333;
  line-height: 40px;
  display: bloxk;
  background: url("../img/selection_icon.png") no-repeat 2px 2px;
}
div.portal div.right div.selection ul {
  padding-left: 12px;
}
div.portal div.right div.selection ul li h4 a{
  white-space: normal;
}
div.portal div.right div.selection ul li {
  float: left;
  width: 103px;
  padding: 0 5px 0 0;
  text-align: center;
}
div.portal div.right div.selection ul div.pic {
  margin: 0 auto 2px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 1px solid #666;
}
div.portal div.right div.lotSearch {
  margin: 10px 0 0 0;
}
div.portal div.left div.banZone p {
  margin: 10px 0 0 0;
}
div.portal div.left div.linkList {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border: 1px solid #39f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e5ffff;
}
div.portal div.left div.linkList ul li {
  font-size: 14px;
  line-height: 100%;
  margin: 6px 0;
  padding: 0 0 0 15px;
  background: url("../img/linklist_circle.png") no-repeat left top;
}
div.portal div.left div.linkList ul.child li {
  background: url("../img/linklist_arrow.png") no-repeat left top;
  padding: 0 0 0 13px;
}
div.portal div.left div.myPage {
  border: 1px solid #39f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ff9;
}
div.portal div.left div.myPage div.header {
  background: none;
  margin: 10px 5px 5px;
  padding: 0 0 0 26px;
}
div.portal div.left div.myPage div.header p {
  font-size: 11px;
}
div.portal div.left div.myPage div.header h2 {
  font-size: 11px;
  width: auto;
  height: auto;
  background: none;
  border: 0;
  text-indent: 0;
  padding: 0;
  margin: 0;
}
div.portal div.left div.myPage div.header h2 strong {
  font-size: 14px;
}
div.portal div.left div.myPage div.header.men {
  background: url("../img/mypage_icon_men.png") no-repeat left;
}
div.portal div.left div.myPage div.header.women {
  background: url("../img/mypage_icon_women.png") no-repeat left;
}
div.portal div.left div.myPage div.page {
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}
div.portal div.left div.myPage div.goMyPage {
  margin: 5px;
}
div.portal div.left div.myPage div.myShop {
  margin: 5px;
  padding: 8px 0;
  background: #06c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
div.portal div.left div.myPage div.myShop h3 {
  font-size: 12px;
}
div.portal div.left div.myPage div.myShop h4 {
  margin: 5px 0 5px 0;
  font-size: 14px;
}
div.portal div.left div.myPage div.myShop p.paper a {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  display: block;
  width: 138px;
  height: 26px;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px #000;
  background: url("../img/mypage_button_paper.png");
}
div.portal div.left div.myPage div.goMyPage h3 a {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  display: block;
  width: 158px;
  height: 26px;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px #000;
  background: url("../img/mypage_button_go.png");
}
div.portal div.left div.myPage div.data {
  font-size: 12px;
  margin: 5px;
  padding: 8px 0;
  background: #06c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  line-height: 100%;
  text-align: center;
}
div.portal div.left div.myPage div.weather div.today {
  margin: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ccc;
  overflow: hidden;
}
div.portal div.left div.myPage div.weather div.today h3 {
  font-size: 12px;
  padding: 8px 0;
  line-height: 100%;
  text-align: center;
}
div.portal div.left div.myPage div.weather div.today h4 {
  height: 94px;
  width: 100%;
  overflow: hidden;
  text-indent: 200%;
  background: #cff;
  background: -webkit-linear-gradient(top, #cff, #9acdff);
  background: -moz-linear-gradient(top, #cff, #9acdff);
  background: -o-linear-gradient(top, #cff, #9acdff);
  background: -ms-linear-gradient(top, #cff, #9acdff);
  background: linear-gradient(to bottom, #cff, #9acdff);
}
div.portal div.left div.myPage div.weather div.laundry h3 {
  font-size: 12px;
  margin: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ccc;
  padding: 8px 0;
  line-height: 100%;
  text-align: center;
}
div.portal div.left div.myPage div.weather div.laundry ol {
  width: 163px;
  height: 29px;
  margin: 0 auto;
  padding: 0 0 10px 7px;
  background: url("../img/mypage_laundry_star_bg.png") no-repeat center top;
}
div.portal div.left div.myPage div.weather div.laundry ol li {
  background: url("../img/mypage_laundry_star.png") no-repeat center;
  width: 31px;
  height: 29px;
  text-indent: 200%;
  overflow: hidden;
  float: left;
}

/* +2019.07.23 テキスト掲載システム対応 */
div.portal div.admin_info {
  border: 1px solid #dc143c;
  width: 768px;
  float: left;
  overflow: hidden;
/*  height: 100px; */
  background: #fff;
  margin-bottom: 5px;
}
div.portal div.admin_info h3 {
  font-size: 24px;
/*  -webkit-border-radius: 1px;*/
/*  border-radius: 1px;        */
  background: #dda0dd;
  padding: 8px 0;
  line-height: 100%;
  text-align: center;
}

div.portal div.admin_info pre {
  font-size: 24px;
  margin: 5px;
  padding: 8px 0;
  line-height: 100%;
  text-align: center;
  background: #fff;
  white-space: pre-wrap ;

}
/* -2019.07.23 テキスト掲載システム対応 */

