@charset "utf-8";

/************************************************
 import css
************************************************ */
@import url("./reset.css");
@import url("./common.css");
@import url("./contents.css");
@import url("./table.css");
@import url("./bloc.css");
@import url("./bloc_alpha.css");
@import url("./popup.css");

@import url("./print.css");


/************************************************
 初期設定をつぶす
************************************************ */
body {
  letter-spacing: 0;
}

#header {
  width: auto;
}

#container {
  background: none;
  width: auto;
}

#footer {
  width: auto;
}

#undercolumn {
  background-color: #FFFFFF;
  padding: 20px;
  width: 700px;
}

#undercolumn h2.title {
  background: none;
  border-top: none;
  color: #333333;
  padding: 0;
  font-size: 24px;
}

#item table.tbType03 td {
  border-right: none;
  border-bottom: none;
}

#item table.tbType02 th, #item table.tbType02 td {
  border-right: none;
  border-bottom: none;
}

.area350 {
  width: 350px;
}

#windowcolumn {
  height: auto;
}

.ptop input[type="text"]{
  border: none;
  padding: 0;
}

#mypage_his table,
#mypagecolumn table,
#cart table,
#undercolumn table{ 
  border-top: 1px solid #CCCCCC !important;
  border-left: 1px solid #CCCCCC !important;
  margin-bottom: 20px;
}

#cal table th {
  padding: 0;
}

#cart #buy_list .td_none {
  border-top: none;
  border-left: none;
}

#cart h2 {
  background: none;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #222222;
}

div#complete_area {
    margin-bottom: 0;
    padding-bottom: 20px;
}


#about th, #about td,
#mate th, #mate td,
#flow th, #flow td,
#order th, #order td {
  padding: 0;
}

#popular li {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 128px;
}
#popular li img {
  width: 128px;
  height: 73px;
}

#error .body {
  padding-top: 30px;
}
#error .message_area {
    border: 1px solid #CCCCCC;
    margin: 0 auto 30px;
    padding: 30px;
    text-align: center;
    width: 80%;
}
#error .message_area .error {
    padding: 120px 0;
}
