/*
Theme Name:   default-black-lightbox
Theme URI:    http://img-portfolio.com/
Description:  lightbox.jsを使用。背景色・黒。
Version:      1.0
Author:       TANAKA Hirihito by CVP
Author URI:   http://cvp-web.net/
Sample URI:   http://img-portfolio.com/demo/pc-b-lightbox/
*/



/* Common
---------------------------*/
body {
  color: #FFF;
  background: #000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic","Osaka", Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 80%;
  text-align: center;
}

html>/* */body {
  font-size: 75%;
}

body {
  font-size: 75%;
}

* {
  margin : 0;
  padding: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
  margin: 0;
  padding:0;
  height: 0;
  width: auto;
  visibility: hidden;
}



/* #container
---------------------------*/
#container {
  text-align: left;
  width: 950px;
  margin: 0 auto;
}



/* #header
---------------------------*/
#header {
  width: 950px;
  margin-bottom: 15px;
}

#header h1 {
  float: left;
  width: 450px;
  padding-top: 15px;
}

#header h1 img {
  border: none;
}

#header p {
  float: right;
  width: 100px;
  padding-top: 25px;
  text-align: right;
}



/* #menu
---------------------------*/
#menu {
  float: left;
  width: 200px;
}

#menu ul {
  list-style-type: none;
}

#menu ul li {
  line-height: 1.5em;
  margin-bottom: 1em;
}

#menu ul li.selected {
}

#menu ul li a {
  text-decoration: none;
  color: #999;
}

#menu ul li a:hover {
  text-decoration: none;
  color: #FFF;
}

#menu ul li.selected a {
  text-decoration: none;
  color: #FFF;
}

#menu ul li.selected a:hover {
  text-decoration: none;
  color: #FFF;
}



/* #content
---------------------------*/
#content {
  width: 730px;
  height: 480px;
  float: right;
  position: relative;
}



/* #thumb
---------------------------*/
#thumb {
  width: 730px;
  height: 480px;
  position: absolute;
}

#thumb .thumb-dir {
  display: none;
}

#thumb .thumb-dir h2 {
  font-size: 21px;
  margin-bottom: 5px;
}

#thumb .thumb-dir .thumb-list {
  height: 450px;
}

#thumb .thumb-dir .thumb-list ul {
  display: none;
}

#thumb .thumb-dir .thumb-list ul.selected {
  display: block;
}

#thumb .thumb-dir .thumb-list ul li {
  float: left;
  display: block;
  border: solid 1px #333;
  background: #FFF;
  margin-right: 8px;
  margin-bottom: 8px;
}

#thumb .thumb-dir .thumb-list ul li dl {
  margin: 0;
  padding: 0;
  border: none;
}

#thumb .thumb-dir .thumb-list ul li dl dt {
  margin: 0;
  padding: 0;
  border: none;
}

#thumb .thumb-dir .thumb-list ul li dl dt a {
  text-align: left;
  overflow: hidden;
}

#thumb .thumb-dir .thumb-list ul li dl dt a img {
  border: none;
}

#thumb .thumb-dir .thumb-list ul li dl dd {
  margin: 0;
  padding: 0;
  border: none;
  display: none;
}

#thumb .thumb-dir .thumb-pager {
  clear: both;
}

#thumb .thumb-dir .thumb-pager ul {
}

#thumb .thumb-dir .thumb-pager ul li {
  float: left;
  display: block;
  border: solid 1px #333;
  background: #000;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

#thumb .thumb-dir .thumb-pager ul li.selected {
  border: solid 1px #666;
  background: #333;
}



/* #loader
---------------------------*/
#loader {
  width: 730px;
  height: 240px;
  position: absolute;
  display: none;
}

#loader .main-loader {
  width: 100px;
}

#loader .main-loader p.img {
  width: 100px;
  margin-bottom: 10px;
  border: solid 1px #333;
}

#loader .main-loader p.txt {
  width: 100px;
  text-align: center;
}



/* #footer
---------------------------*/
#footer {
  width: 950px;
  margin-top: 50px;
  margin-bottom: 15px;
}

#footer address {
  text-align: center;
  font-style: normal;
}



/* #profile
---------------------------*/
#profile {
  color: #000;
}

#profile .inner {
  padding: 30px;
}

#profile p.close {
  float: right;
  text-align: right;
  width: 30px;
}

#profile dl.txt {
  float: right;
  width: 370px;
}

#profile dl.txt dt {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

#profile dl.txt dd.mail {
  margin-bottom: 15px;
}

#profile dl.txt dd.description {
  margin-bottom: 15px;
}

#profile div.link {
  width: 152px;
  float: left;
}

#profile div.link p {
  margin-bottom: 10px;
  border: solid 1px #CCC;
}

#profile div.link ul {
  margin-bottom: 10px;
  list-style-type: none;
}

#profile div.link ul li {
  display: inline;
  margin-right: 5px;
}

#profile div.link ul li img {
  border: none;
}



/* #overlay
---------------------------*/
#overlay {
}
