/* charaset */
@charset "utf-8";

/*=========================================================*/
/*  　メニューバーＣＳＳ設定                               */
/*=========================================================*/

/*------------------------------------------------*/
/*   メニューバー画像                             */
/*------------------------------------------------*/
a, a:hover, a:active, a:focus {
	outline:0; font-weight:normal;
}

.positioner {
	position:relative;
	height: 33px;      /*---ＭＥＮＵバー画像の縦幅---*/
        width: 1000px;     /*---ＭＥＮＵバー画像の横幅---*/
	margin: 0 auto;
	text-align: left;
}

/*------------------------------------------------*/
.menuHolder {
	background: url("http://www.pinokio.jp/NetService/Rsv/img/bg_menu.png") no-repeat left top; height: 33px; position: absolute; z-index: 100;
}

/*------------------------------------------------*/
ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

ul.ulTop {
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 31px;
	text-align: center;
	width: 125px;
	zoom: 1;
}
ul.ulTop a {
	color: #fff;
	text-decoration: none;
}

ul.ulTop li.liTop {
	float: left;
	width: 250px; /* ulTop x 2 */
	margin: -32767px -125px 0 0;
}
ul.ulTop li.liTop a.aTop {
	position: relative;
	z-index: 50;       /* １ */
	display: block;
	float: left;
	width: 125px;
	margin-top: 32767px;
}
ul.ulTop li.liTop a.aTop:hover,
ul.ulTop li.liTop a.aTop:focus,
ul.ulTop li.liTop a.aTop:active {
	margin-right:1px;
}
ul.sub {
	background: url("http://www.pinokio.jp/NetService/Rsv/img/bg_subMenu.png") no-repeat 0px 24px;
	float: left;
	padding: 25px 0px 0px;
	margin: 0;
	list-style: none;
	margin-top: -25px;
}
ul.sub li {
	background: url("http://www.pinokio.jp/NetService/Rsv/img/bg_subMenuItem.png") no-repeat left top;
	line-height: 31px;
	vertical-align: top;
	height: 31px;
}
ul.sub li.firstChild {
	background-image: none;
}

ul.sub li.lastChild {
	background-image: url("http://www.pinokio.jp/NetService/Rsv/img/bg_subMenuItemLast.png");
}
ul.sub li a {
	float: left;
	width: 125px;
	clear: left;
	/* background 必須←って書いてるけど謎。 */
	background: url(dm.png) left top no-repeat;
	position: relative;
	z-index: 500;    /* ３ */
}
ul.sub li a.last {
	/* null */
}

ul.sub li a.last:hover,
ul.sub li a.last:focus,
ul.sub li a.last:active {
	text-decoration: underline;
}

ul.sub a:hover,
ul.sub a:focus,
ul.sub a:active {
	text-decoration: underline;
	margin-right: 1px;
}

/*=========================================================*/
/*  タイトル画像　  　ＣＳＳ設定                           */
/*=========================================================*/

span.img {
	margin: 0px 60px;
	width: 880px;
	height: 120px;
}
div.img {
	margin: 0px 60px; width: 880px; height: 120px;
}
div.content {
	width: 320px; float: right; display: none;
}
div.content a {
	color: rgb(119, 119, 119); text-decoration: none;
}
div.navigation a {
	color: rgb(119, 119, 119); text-decoration: none;
}
div.content a:focus {
	text-decoration: underline;
}
div.content a:hover {
	text-decoration: underline;
}
div.content a:active {
	text-decoration: underline;
}
div.controls {
	height: 25px; margin-top: 5px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	height: 400px; clear: both; position: relative; z-index: 10;
}
div.loader {
	background-position: center; left: 0px; top: 0px; width: 320px; height: 400px; position: absolute; background-image: url("loader.gif"); background-repeat: no-repeat;
}
div.slideshow {
	
}
div.slideshow span.image-wrapper {
	left: 0px; top: 0px; display: block; position: absolute;
}
div.slideshow a.advance-link {
	width: 320px; height: 400px; text-align: center; line-height: 10px; display: block;
}
div.slideshow a.advance-link:hover {
	text-decoration: none;
}
div.slideshow a.advance-link:active {
	text-decoration: none;
}
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	border: 1px solid rgb(204, 204, 204); vertical-align: middle;
}
div.caption-container {
	height: 75px; clear: left; position: relative;
}
span.image-caption {
	left: 0px; top: 0px; width: 320px; display: block; position: absolute;
}
div.caption {
	width: 320px; height: 450px; padding-top: 13px; padding-left: 20px; margin-top: 20px; position: relative; background-repeat: no-repeat;
}
div.image-title {
	font-size: 1.4em; font-weight: bold;
}
div.info-detail {
	padding-top:17px;
}
dl.detail {
	margin:0px;
}
dl.detail dt {
  clear: left;
  float: left;
  width: 104.5px;
  padding-left: 5px;
  font-size: 9.5pt;
}

dl.detail dd {
  margin-left: 104.5px;
  font-size: 11pt;
}
dl.detail dd.price {
  margin-left: 104.5px;
  font-size: 13pt;
}

div.bikou {
	margin-left:4px;
	width:280px;
	font-size: 9pt;
}
div.image-icons
{
	margin-top:8px;
	margin-bottom:8px;
}
div.image-icon {
	top: 170px; position: absolute;
}
div.image-desc 
{
	padding-top:4px;
	padding-bottom:4px;
}
span.aka {
	color: rgb(255, 0, 0);
}
span.ao {
	color: rgb(51, 102, 255);
}
div.navigation {
	
}
ul.thumbs {
	margin: 0px; padding: 0px; clear: both;
}
ul.thumbs li {
	list-style: none; margin: 5px 10px 5px 0px; padding: 0px; float: left;
}
div.cap {
	text-align: center;
}
a.thumb {
	padding: 2px; border: 1px solid rgb(204, 204, 204); display: block;
}
ul.thumbs li.selected a.thumb {
	background: rgb(255, 153, 204);
}
a.thumb:focus {
	
}
ul.thumbs img {
	border: none; display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 11px; margin-bottom: 12px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a {
	padding: 4px 7px 2px; border: 1px solid rgb(204, 204, 204); margin-right: 2px; float: left; display: block;
}
div.pagination span.current {
	padding: 4px 7px 2px; border: 1px solid rgb(204, 204, 204); margin-right: 2px; float: left; display: block;
}
div.pagination span.ellipsis {
	padding: 4px 7px 2px; border: 1px solid rgb(204, 204, 204); margin-right: 2px; float: left; display: block;
}
div.pagination a:hover {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
div.pagination span.current {
	border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); font-weight: bold; background-color: rgb(0, 0, 0);
}
div.pagination span.ellipsis {
	padding: 5px 0px 3px 2px; border: currentColor;
}
div.message 
{
	margin-left:60px;
	margin-right:60px;
	text-align:left;
}
table.search
{
	display: block;
	width:880px;
	list-style: none;
	padding: 4px;
	border: 4px double #AAAAAA;
	text-align: center;
	margin-left:60px;
	margin-right:60px;
}
table.search tr
{
	clear: both;
}
table.search tr td
{
	padding: 2px;
	display: block;
	float: left;
}
table.search tr td.searchCol1
{
	display: block;
	width:70px;
	text-align: left;
}
table.search tr td.searchCol2
{
	display: block;
	width:450px;
	text-align: left;
}
table.search tr td.searchCol3
{
	display: block;
	width:auto;
	text-align: right;
}


/*=========================================================*/
/*  袴／フォトギャラリー　ＣＳＳ設定                       */
/*=========================================================*/

/*-------画像表示エリアの設定　限定--------------------*/

div.contents-h  {  width: 880px;  }

div.photo  {
       width: 280px;
       height: 355px;
       float: left;
       text-align: left;
}

div.contents  {
	width: 600px;
	float: left;
	margin-bottom: 50px;
}

div.title  {
       width: 600px;
       height: 50px;
}

div.table1  {
       width: 205px;
       float: left;
}

div.table2  {
       width: 190px;
       float: left;
}

table#table-01 {
    width: 190px;
    border: 1px #c6c6c6 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 3px;
    border: #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    font-size: 13px;
    height: 40px;
}
table#table-01 td {
    padding: 3px;
    border: 1px #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 13px;
    height: 35px;
}

/*-------画像表示エリアの設定　全店舗------------------*/

div.title2  {
       width: 880px;
       height: 40px;
}

div.comment  {
      width: 880px;
      height: 25px;
      text-align: left;
      font-size: 13px;
}

div.photo2  {
       width: 310px;
       height: 370px;
       float: left;
       text-align: left;
}

div.photo3  {
       width: 260px;
       height: 370px;
       float: left;
       text-align: left;
}

p.text  {
       width: 260px;
       text-align: center;
}

div.table3  {
       width: 310px;
       height: 70px;
       float: left;
}

div.table4  {
       width: 260px;
       height: 70px;
       float: left;
}

table#table-02 {
    width: 260px;
    border: 1px #c6c6c6 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 td {
    padding: 10px;
    border: 1px #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    line-height: 120%;
    font-size: 13px;
    height: 35px;
}

/*=========================================================*/
/*  モーニング／フォトギャラリー　ＣＳＳ設定               */
/*=========================================================*/

/*-------画像表示エリアの設定　----------------------------*/

div.photo_m  {
	width: 290px;
	height: 450px;
	float: left;
	text-align: left;
}

div.table_m  {
	width: 300px;
	float: left;
}

div.table_mr  {
	width: 300px;
	float: right;
}

p.text_m  {
	width: 270px;
	text-align: center;
}

table#table-03 {
    width: 300px;
    border: 1px #c6c6c6 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-03 td {
    padding: 3px;
    border: 1px #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    font-size: 13px;
    line-height: 180%;
}

td.color  { background: #d8ebf0 !important ; }

#costume-morning .cc-info-left p ,
#costume-morning .cc-info-right p ,
#costume-morning .cc-info-right p span ,
#costume-morning ul {
  font-size: 1.1em;
}
#costume-morning .cc-info-left p,
.td_bk {
	background-color: #d8ebf0;
}

/*-------サイズ一覧表　------------------------------------*/

table#table-04 {
    width: 880px;
    border: 1px #c6c6c6 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-04 th {
    padding: 10px;
    border: #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    background: #d8ebf0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    font-size: 13px;
}

table#table-04 td {
    padding: 10px;
    border: 1px #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 13px;
}

td.left  {
    padding-left: 20px !important;
    text-align: left !important ;
}

/*=========================================================*/
/*  タキシード／フォトギャラリー　ＣＳＳ設定               */
/*=========================================================*/

/*-------画像表示エリアの設定　限定--------------------*/

div#tuxedo  {	width: 880px;}

div.photo_t  {
  width: 225px;
  height: 281px;
  margin-right: 13px;
  margin-bottom: 25px;
  float: left;
}

div.contents_t  {
  width: 642px;
  height: 306px;
  float: left;
}

div.title_t  {
  width: 642px;
  margin-bottom: 15px;
}

div.table_t  {
  width: 153px;
  margin-right: 10px;
  float: left;
}

div.table_t2  {
  width: 153px;
  float: left;
}

table#table-05 {
    width: 153px;
    border: 1px #c6c6c6 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-05 th {
    padding: 3px;
    border: #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    font-size: 12px;
    height: 30px;
}
table#table-05 td {
    padding: 5px;
    border: 1px #c6c6c6 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    line-height: 120%;
    font-size: 11px;
    height: 30px;
}

/*-------画像表示エリアの設定　えんび------------------*/

div.title_t2  {
       width: 880px;
			 margin-bottom: 15px;
}

div.photo_t2  {
       width: 225px;
       float: left;
			 margin-right: 20px;
}

.photo_t2 p {
       margin-top: 10px;
}

div.txd {
       width: 368px;
       border: 1px #c6c6c6 solid;
       border-spacing: 0;
       padding: 10px;
       text-align: left;
       line-height: 150%;
       font-size: 13px;
			 float: left;
}

div#page_t {
	width: 880px;
	padding: 30px 60px;
	background-color: #fff;
	margin: 0 auto;
	border-color: #ddd;
	border-style: none solid none;
	border-width: medium 1px;
}

div#page a,
div#page_t a {
	cursor: default;
}


/*-------クリア--------------------------------------------*/
.clear { clear:both; }

/*-------特選フォントカラー：サムネ------------------------*/
span.aka {
        color: #ff0000;
}

/*-------特選フォントカラー：表示画像----------------------*/
span.ao {
        color: #3366ff;
}