﻿/*
Theme Name: Catalog Theme
Theme URI : http://www.www.www
description: This is my brand theme.
*/

/* 基本 */
html {
 height: 100%;
}

body {
 height: 100%;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 color: #808080;
}

a {
  color: #808080;
}

h3 {
  color: #808080;
}

/*  */
div#catalog{
  max-width:  800px;
  margin: 0 auto;
}

/*  */
div#catalogb{
  max-width:  790px;
  margin: 0 auto;
}

/* コード */
.imgtopr{
  width: 111px;
  margin-top: -25px;
}

/* 一覧写真 */
.photo1all{
  width: 150px;
  height:250px;
  margin-right: 5px;
}

/* 詳細写真 */
.photo1{
  height:120px;
  margin-right: 5px;
}

.photo1d{
  margin-bottom: 10px;
  text-align: center;
}


/* TOPへ戻る */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
.page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.page-top a:hover {
  text-decoration: none;
  background: #999;
}