@charset "UTF-8";
/************************************
CSSファイルは直接編集しない！
SCSSを編集、コンパイルしてください。
*************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body, body.ec, body.hp, body.web, body.all, body.ecg {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  background: url(../img/com_bg.gif) center 0 repeat-y #f7f7f7;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.ec {
  background: url(../img/com_bg_ec.gif) center 0 repeat-y #e9e6f6;
}

body.hp {
  background: url(../img/com_bg_hp.gif) center 0 repeat-y #fee8e9;
}

body.web {
  background: url(../img/com_bg_web.gif) center 0 repeat-y #ecfbf8;
}

body.all {
  background: url(../img/com_bg_all.gif) center 0 repeat-y #fff7e0;
}

body.ecg {
  background: url(../img/com_bg_ecg.png) center 0 repeat-y #c9e7ff;
}

html, body, body.ec, body.hp, body.web, body.all, body.ecg {
  height: 100%;
}

a {
  color: #000000;
}
a:link, a:visited {
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -100px;
}

#push {
  height: 100px;
}

footer {
  height: 60px;
}

/*********************************
header
*********************************/
header {
  width: 920px;
  margin: 0 auto;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #eeeeee;
}
header #siteName {
  font-size: 26px;
  line-height: 1em;
  float: left;
}
header #siteName a {
  color: #000000;
}
header #siteName a:link, header #siteName a :visited, header #siteName a:hover, header #siteName a :active {
  text-decoration: none;
}
header #shiseidoLogo {
  float: right;
}

/*********************************
footer
*********************************/
footer {
  width: 920px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  border-top: 1px solid #eeeeee;
  font-size: 12px;
}

/*********************************
content
*********************************/
#content {
  width: 920px;
  margin: 30px auto 30px auto;
}

/********************************
見出し
*********************************/
.pageTitle {
  background: #767676;
  padding: 5px 10px;
  font-size: 24px;
  line-height: 1.3em;
  color: #ffffff;
}

.ec .pageTitle {
  background: #7575d1;
}

.hp .pageTitle {
  background: #ff5050;
}

.web .pageTitle {
  background: #00cc99;
}

.all .pageTitle {
  background: #ffba00;
}

.ecg .pageTitle {
  background: #0000ff;
}

.middleHeadline {
  background: #f7f7f7;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.middleHeadline .closeTxtLink {
  margin-top: -1.5em;
}

.ec .middleHeadline {
  background: #d6d6f2;
}

.hp .middleHeadline {
  background: #ffc5c5;
}

.web .middleHeadline {
  background: #ddfff6;
}

.all .middleHeadline {
  background: #ffe8ab;
}

.ecg .middleHeadline {
  background: #69bbff;
}

/********************************
パラグラフ
*********************************/
.pBasic {
  margin-bottom: 20px;
}

/********************************
ボックス
*********************************/
.mBox {
  width: 70%;
}

.sBox {
  width: 50%;
}

/********************************
角丸のボックス
*********************************/
.radiusBox {
  border: 1px solid #d5d5d5;
  background: #fff;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 5px #c4c4c4;
  -webkit-box-shadow: 0 0 5px #c4c4c4;
  box-shadow: 0 0 5px #c4c4c4;
}
.radiusBox .middleHeadline {
  position: relative;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0px 0px;
}

/********************************
角丸のボックス
*********************************/
.squareBox {
  border: 1px solid #d5d5d5;
  background: #fff;
}

/********************************
ブロックの基本マージン
*********************************/
.block {
  margin-bottom: 20px;
}

.blockL {
  margin-bottom: 40px;
}

/********************************
ボックスの内側
*********************************/
.innerBox {
  padding: 10px 20px;
}

/********************************
フォントサイズ
*********************************/
.fontSizeNomal {
  font-size: 14px !important;
  line-height: 24px !important;
}

.fontSizeM {
  font-size: 16px !important;
  line-height: 24px !important;
}

.fontSizeS, .brandIconList .brandIconBox .brandName {
  font-size: 12px !important;
  line-height: 24px !important;
}

.fontSizeL {
  font-size: 24px !important;
  line-height: 24px !important;
}

/********************************
ボタン
*********************************/
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  background: #000000;
  min-width: 10em;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 18.2px;
  line-height: 1.3em;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn:link, .btn :visited, .btn:hover, .btn :active {
  text-decoration: none;
}
.btn.btnMaxW {
  display: block;
  padding: 10px 20px;
}
.btn.ecBtn {
  background: #7575d1;
}
.btn.hpBtn {
  background: #ff5050;
}
.btn.webBtn {
  background: #00cc99;
}
.btn.allBtn {
  background: #ffba00;
}
.btn.sBtn {
  font-size: 14px !important;
  line-height: 1.2em !important;
  padding: 5px 10px;
}
.btn.ecgBtn {
  background: #0000ff;
}

.btn:hover {
  background: #b3b3b3;
}

/********************************
テーブル
*********************************/
.tableBasic {
  width: 100%;
}
.tableBasic td, .tableBasic th {
  border: 1px solid #d5d5d5;
  padding: 5px 10px;
}
.tableBasic tr.toggleTarget {
  display: none;
}
.tableBasic th {
  background: #f7f7f7;
  white-space: nowrap;
  text-align: center;
}
.tableBasic td.dowonloadCell {
  width: 12%;
  white-space: nowrap;
}

.dottedSeparator {
  padding-top: 20px;
  border-top: 1px dotted #767676;
}

/********************************
コモンパーツ
*********************************/
.headLogin {
  margin-bottom: 30px;
}
.headLogin .loginInfo {
  padding: 5px 10px;
  background: #f7f7f7;
}

/********************************
ニュースリスト
*********************************/
.newsList li, .ec .newsList li, .hp .newsList li, .web .newsList li, .all .newsList li, .ecg .newsList li {
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.newsList li .newsDate {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 120px;
  padding-left: 20px;
  vertical-align: top;
}
.newsList li .newsText {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 760px;
}
.newsList li .newsText .newsIcon, .newsList li .newsText .attentionIcon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  min-width: 5em;
  background: #767676;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
  margin-right: 5px;
  text-align: center;
  line-height: 1em;
}

.ec .newsList li .newsText .newsIcon, .ec .newsList li .newsText .attentionIcon {
  background: #7575d1;
}
.ec .newsList li .newsText .attentionIcon {
  background: #a91318;
}

.hp .newsList li .newsText .newsIcon, .hp .newsList li .newsText .attentionIcon {
  background: #ff5050;
}
.hp .newsList li .newsText .attentionIcon {
  background: #a91318;
}

.web .newsList li .newsText .newsIcon, .web .newsList li .newsText .attentionIcon {
  background: #00cc99;
}
.web .newsList li .newsText .attentionIcon {
  background: #a91318;
}

.all .newsList li .newsText .newsIcon, .all .newsList li .newsText .attentionIcon {
  background: #ffba00;
}
.all .newsList li .newsText .attentionIcon {
  background: #a91318;
}

.ecg .newsList li .newsText .newsIcon, .ecg .newsList li .newsText .attentionIcon {
  background: #0000ff;
}
.ecg .newsList li .newsText .attentionIcon {
  background: #a91318;
}

/********************************
formGroup
*********************************/
.formGroup {
  margin-bottom: 20px;
}
.formGroup .formHead {
  float: left;
  margin-right: 20px;
}
.formGroup .formInput {
  float: left;
}

/********************************
brandIconList
*********************************/
.brandIconList {
  width: 970px;
  overflow: hidden;
}
.brandIconList .brandIconBox {
  width: 152px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.brandIconList .brandIconBox .logoImg {
  border: 1px solid #767676;
}
.brandIconList .brandIconBox .brandName {
  text-align: center;
}

/********************************
ログイン
*********************************/
.loginLeft,
.loginRight {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.loginLeft {
  text-align: right;
  width: 8em;
  padding-right: 10px;
}

.loginRight input {
  width: 200px;
}
