@charset "UTF-8";
/*
 * foobar_artist.css
 * ======================================================
 *
 * INDEX
 * 
 * 1. Reset
 * 2. Base Settings
 * 3. Header Settings
 * 4. Footer Settings
 * 5. Top page Settings
 * 6. Other page Settings 
 *
 *
 * ======================================================
 * 
 */
/* ------------------------------------------------------
 * 1. Reset
 * --------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

/* ------------------------------------------------------
 * 2. Base Settings
 * --------------------------------------------------- */
.clearfix:after, header.topHd .topHdInner:after, header.secHd .secHdInner nav ul:after, .topCnt .topCntInner:after, .topCnt .topCntInner dl.info:after, .secCnt dl.info:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

.imgHover a img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition: 0.2s ease-out;
}

.imgHover a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: white;
  font-size: 14px;
  line-height: 1.6em;
  background: #b79ac7;
}

/* ------------------------------------------------------
 * 3. Header Settings 
 * --------------------------------------------------- */
header.topHd {
  width: 100%;
  min-width: 1024px;
  height: 450px;
  border-bottom: 1px solid white;
}
header.topHd .topHdInner {
  width: 1024px;
  margin: 0 auto;
}
header.topHd .topHdInner h1 {
  float: left;
  width: 512px;
}
header.topHd .topHdInner h1 img {
  width: 286px;
  display: block;
  margin: 55px auto 0 auto;
}
header.topHd .topHdInner .topNav {
  float: left;
  width: 511px;
  height: 450px;
  border-left: 1px solid white;
}
header.topHd .topHdInner .topNav nav {
  margin: 55px 0 0 15px;
}
header.topHd .topHdInner .topNav nav ul li {
  margin-bottom: 10px;
}

header.secHd {
  width: 100%;
  min-width: 1024px;
  height: 117px;
  padding-top: 15px;
}
header.secHd .secHdInner {
  width: 100%;
  border-bottom: 1px solid white;
}
header.secHd .secHdInner h1 {
  margin: 0 auto 17px auto;
  text-align: center;
}
header.secHd .secHdInner nav {
  width: 994px;
  height: 28px;
  margin: 0 auto;
  position: relative;
}
header.secHd .secHdInner nav ul {
  position: absolute;
  bottom: -3px;
  left: 0;
}
header.secHd .secHdInner nav ul li {
  margin-right: 52px;
  float: left;
}
header.secHd .secHdInner nav ul li a img,
header.secHd .secHdInner nav ul li a:hover img {
  background: rgba(255, 255, 255, 0.01);
}
header.secHd .secHdInner nav ul li:last-child {
  margin-right: 0;
}

/* ------------------------------------------------------
 * 4. Footer Settings 
 * --------------------------------------------------- */
footer {
  width: 100%;
  border-top: 1px solid white;
  text-align: center;
}
footer p {
  height: 14px;
  padding: 15px 0;
}
footer p img {
  vertical-align: top;
}

/* ------------------------------------------------------
 * 5. Top page Settings 
 * --------------------------------------------------- */
.topCnt {
  width: 994px;
  margin: 0 auto;
  min-height: 300px;
  padding: 15px 15px;
}
.topCnt h2 {
  margin-bottom: 15px;
}
.topCnt .topCntInner .sideL,
.topCnt .topCntInner .sideR {
  width: 50%;
  float: left;
}
.topCnt .topCntInner dl.info {
  margin-bottom: 5px;
}
.topCnt .topCntInner dl.info dt {
  width: 140px;
  float: left;
}
.topCnt .topCntInner dl.info dd {
  width: 357px;
  float: left;
}

/* ------------------------------------------------------
 * 6. Other page Settings 
 * --------------------------------------------------- */
.secCnt {
  width: 994px;
  margin: 0 auto;
  min-height: 500px;
  padding: 50px 15px;
}
.secCnt h2 {
  margin-bottom: 25px;
}
.secCnt dl.info {
  margin-bottom: 5px;
}
.secCnt dl.info dt {
  width: 140px;
  float: left;
}
.secCnt dl.info dd {
  width: 854px;
  float: left;
}
.secCnt .cmpName {
  vertical-align: middle;
}
.secCnt .ceo {
  margin-top: 40px;
}
