@charset "UTF-8";
/* ////////////////////////////////////////
Reset by Blueprint
//////////////////////////////////////// */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin:0; padding:0; border:0; font-style:inherit; font-size:100%; vertical-align:baseline;
}

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

caption, th, td{
text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after{
content:"";
}

blockquote, q{
quotes:"" "";
}

a img{
border:none;
}

/* ////////////////////////////////////////
YUI Font CSS 
//////////////////////////////////////// */
body {
font:13px/1.231;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
}

/**
* Nudge down to get to 13px equivalent for these form elements
*/ 
select,
input,
button,
textarea {
font:99%;
}

/**
* To help tables remember to inherit
*/
table {
font-size:inherit;
font:100%;
}

/**
* Bump up IE to get to 13px equivalent for these fixed-width elements
*/
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* ////////////////////////////////////////
Settings
//////////////////////////////////////// */
body {
padding: 20px;
text-align: center;
background:#fff;
color: #000;
line-height:2;
font-size:77%;
font-family:"Georgia", Times New Roman, serif;
}

img { vertical-align: bottom; border: none;
}

a {
cursor:pointer;
color:#999;
text-decoration: none;
}

a:link { }
a:visited { }
a:hover,
a:active {
color:#ec1c24;
text-decoration:none;

}

a:focus{
outline:none;
}

p {
padding: 0px 0px 0.5em;
}


a:hover img { 
filter:alpha(opacity=50); 
-moz-opacity:0.50;
-khtml-opacity: 0.5;
opacity:0.50;
transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-webkit-transition:all 0.4s ease-in-out;
}

.hover { }
.heightLine { }

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

.clearfix {
zoom: 100%; 
}

/* ////////////////////////////////////////
Module
//////////////////////////////////////// */
.bn,
.last {
border:none !important;
}

.left {
float:left;
}

.right {
float:right;
}

.pix {
font-size:9px;
line-height:1em;
font-family:ProFont, Monaco, Verdana, Lucida, Arial, Helvetica, Sans-serif;
}

/* ////////////////////////////////////////
common
//////////////////////////////////////// */

/* text------------------------------*/
h4 {
/*Artist Profile等*/
font-size: 1em;
font-weight: bold;
font-style: italic;
padding: 15px 0px;
}

/* image------------------------------*/
#main img {
border: 1px solid #ccc;
}

/*.btn------------------------------*/
.btn {
display: block;
width: 233px;
padding: 5px 0px;
line-height: 1em;
color: #fff !important;
background: #d7e8e1;
}

.btn span {
padding: 0px 5px;
}

.btn:hover {
background: #ec1c24;
color: #fff;
}

/*ボタン：book一覧*/
a .btn-link-more-shop {
display: block;
padding: 5px;
line-height: 1em;
background: #d7e8e1;
color: #fff !important;

}

a:hover .btn-link-more-shop {
background: #ec1c24;
color: #fff !important;
}

/*ボタン：ページトップ*/
.btn-link-top {
background: #1a1a1a;
font-size: 0.9em;
}

.btn-link-top:hover {
background: #666;
}

/* Edit this entry------------------------------*/
p.edit {
padding: 30px 0px;
}

/* ////////////////////////////////////////
layout
//////////////////////////////////////// */
.wrapper {
width: 975px;
margin: 0px auto;
text-align: left;
}

#main {
float: left;
width: 725px;
}

/* #footer------------------------------*/
#footer {
padding-top: 100px;
}

#footer p {
padding-top: 15px;
font-size: 0.9em;
font-style: italic;
}

/* ////////////////////////////////////////
#lang
//////////////////////////////////////// */
#lang {
padding-bottom: 80px;
}

#lang ul {
list-style: none;
}

#lang ul li.en {
float: left;
}

#lang ul li.ja {
float: right;
padding-top: 8px;
}

/* ////////////////////////////////////////
#sidebar
//////////////////////////////////////// */
#sidebar {
float: right;
width: 232px;
}

#sidebar #navi h1{
float: right;
width: 81px;
text-align: right;
}

#sidebar #navi ul {
list-style: none;
}

#sidebar #navi ul li {
float: right;
width: 24px;
text-align: right;
}

/* #related------------------------------*/
#sidebar #related {
padding-top: 40px;
}

#sidebar #related h2 {
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}

#sidebar #related h2 a {
display: block;
width: 100%;
text-align: center;
padding: 34px 0px;
}

#sidebar #related ul {
list-style: none;
}

#sidebar #related ul li a {
font-style: italic;
display: block;
padding: 15px 0px;
text-align: center;
border-bottom: 1px solid #000;
color: #000;
}

#sidebar #related ul li a:hover {
color: #999;
}

/* ////////////////////////////////////////
.page
//////////////////////////////////////// */
.page {	
}

.page .page-img {	
padding-bottom: 25px;
}

.page h2 {	
font-size: 2em;
line-height: 1;
padding-bottom: 40px;
}

.page img {
border: 1px solid #ccc;
}
/* ////////////////////////////////////////
#news
//////////////////////////////////////// */
#news {
}

#news .entry {
border-bottom: 1px dotted #ccc;
margin-bottom: 40px;
}

/* ////////////////////////////////////////
#book
//////////////////////////////////////// */
#book .list {
}

#book .list div {
float: left;
width: 245px;
padding-bottom: 45px;
}

#book .list div img {
border: none !important;
}

#book .list a {
display: block;
width: 233px;
}

#book .list div.last {
width: 233px;
}

#book .list div strong {
display: block;
width: 233px;
padding: 15px 0px;
}

/* ////////////////////////////////////////
.entry
//////////////////////////////////////// */
.entry {
padding-bottom: 30px;
}

.entry .date {
display: block;
padding-bottom: 15px;
font-size: 0.9em;
font-style: italic;
color: #666;
}
/* .entry-img ------------------------------*/
.entry-img {
padding-bottom: 40px;
}

.entry-img ul {
list-style: none;
	
}

/* .entry-content ------------------------------*/
/*タイトル*/
.entry h2 {
font-size: 1.4em;
line-height: 1;
}

/*サブタイトル*/
.entry h2 span {
font-size: 0.8em;
display: block;
padding: 10px 0px 0px;
}

/*スペック*/
.entry h3 {
font-weight: normal;
line-height: 1;
padding: 10px 0px 0px;
}

.entry-content {
padding: 30px 0px;
}

.entry-content img {
border: none !important;
}

.entry p {
padding-bottom: 1em;
}


/*stripViewer------------------------------*/
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

.ldrgif { border: none !important; margin-bottom: 200px; }
/*core classes*/ 
#mygalone li img {
border: none;
cursor: pointer;
}

.stripViewer {  
position: relative; 
overflow: hidden;  
border: 1px solid #ccc;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
padding-bottom:20px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a { 
font: bold 10px; 
text-align: center; 
line-height: 22px; 
background: #d7e8e1; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #ec1c24; 
color: #fff; 
} 