/*
Theme Name:   default-white-lightbox
Theme URI:    http://cvp-web.net/img-portfolio/
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-w-lightbox/
*/



/* Common
---------------------------*/
body {
  color: #333;
  background-color: #001219;
  font-family: "ヒラギノ角ゴ 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: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}



/* #menu
---------------------------*/
#menu {
	float: left;
	width: 218px;
	background-color: #FFF;
}

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

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

#menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CACACA;
	width: 218px;
}

#menu ul li.selected {
}

#menu ul li a {
	text-decoration: none;
	background-image: url(../../../../lib/img/arrow01.png);
	background-repeat: no-repeat;
	background-position: 2px 14px;
	color: #333;
	display: block;
	font-size: 13px;
	padding-left: 18px;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
}

#menu ul li a:hover {
	text-decoration: none;
	background-image: url(../../../../lib/img/arrow01_on.png);
	color: #111;
	background-color: #F5F6F7;
}

#menu ul li.selected a {
	text-decoration: none;
	background-image: url(../../../../lib/img/arrow01_on.png);
	color: #3DABA8;
}

#menu ul li.selected a:hover {
	text-decoration: none;
	background-image: url(../../../../lib/img/arrow01_on.png);
	color: #111;
	background-color: #F5F6F7;
}


/* #content
---------------------------*/
#content {
	width: 660px;
	height: 500px;
	float: right;
	position: relative;
	padding-left: 40px;
}



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

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



#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: 1px solid #CCCCCC;
	background: #FFF;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 1px;
}

#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 #CCC;
  background: #FFF;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

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



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

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

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

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



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

#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 {
}
