@charset "utf-8";

* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body {
  /*font-family: Verdana,Helvetica,Geneva,Arial,sans-serif;*/
  font-family: Meiryo,Osaka,Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #543;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #eee;
  text-align: center;
  background-image: url(img/naruse.gif);
  background-attachment: fixed;
  /*-webkit-text-size-adjust: 100%;*/
}
img {
  border: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
h2 {
  font-family: 'Buenard', serif;
  margin-bottom: 10px;
}
h3 {
  font-size: 13px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 20px;
}

th,td {
  font-size: 13px;
}
a {
  text-decoration: none;
}
a:link {
  color: #336;
}
a:visited {
  color: #636;
}
a:hover {
  color: #966;
  text-decoration: underline;
}
hr {
  border: 1px solid #ccc;
  height: 1px;
}

#container {
  width: 1000px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

#head {
  width: 1000px;
  height: 180px;
  text-align: center;
}

#logo {
  width: 800px;
  height: 180px;
  /*float: center;*/
  text-align: center;
  margin: 0 auto;
}

#content {
}

#col_main {
  width: 600px;
  padding: 8px 0px 8px 8px;
  margin: 8px 0px 8px 8px;
  float: left;
  background-color: white;
}

#col_sub {
  width: 350px;
  float: right;
  padding: 8px 8px 8px 0px;
  margin: 8px 8px 8px 0px;
  background-color: white;
}

#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content {
  zoom: 1;
}

#foot {
  font-size: 11px;
  text-align: center;
  padding: 8px 8px 8px 8px;
}

/* ClearFix */
.clearfix:after
{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix
{display:inline-block;}
/* Hide from IE-mac \*/
*html .clearfix
{ height:1%;}
.clearfix
{ display:block;}
/* End hide form IE-mac */

.block {
  text-align:left;

  border-style: solid;
  border-width: 20px;
  -moz-border-image: url("img/border.gif") 20 repeat;
  -webkit-border-image: url("img/border.gif") 20 repeat;
  -o-border-image: url("img/border.gif") 20 repeat;
  border-image: url("img/border.gif") 20 repeat;

  margin-bottom: 16px;
}

/*
.frame{
	background:url("img/frame_tl.gif") left top no-repeat;
	text-align:left;
	zoom:1;
}
.frame-br{
	background:url("img/frame_br.gif") right bottom no-repeat;
}
.frame-tr{
	background:url("img/frame_tr.gif") right top no-repeat;
}
.frame-bl{
	background:url("img/frame_bl.gif") left bottom no-repeat;
}
.frame-inner{
	padding:20px;
}
*/

dl.tweet {
  font-size: 12px;
}

dl.tweet dt {
  float: left;
  width: 6.5em;
  padding-top: 6px;
  padding-bottom: 5px;
}

dl.tweet dd {
  margin-left: 0em;
  padding-top: 5px;
  padding-left: 6.5em;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  word-break: break-all;
}

.date {
  font-weight: bold;
  color: #930;
  font-size: 12px;
}

.geo {
  color: #369;
  font-size: 12px;
  float: right;
  padding-right: 1em;
}

.tw {
  font-size: 12px;
}

.icon {
  padding: 4px;
}

.new:after {
  content: 'NEW!';
  display: inline-block;
  background: #c30;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 0.5em;
}

.button {
  text-decoration: none;
  padding: 10px;
  color: #543 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
  background-image: linear-gradient(to bottom, #f8f8f8, #e8e8e8);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.button:hover {
  text-decoration: none;
  color: #876 !important;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
  border:1px solid #ddd;
}
.button:active {
  text-decoration: none;
  color: #765 !important;
  background: #ddd;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}

.button_lg {
  font-size: 14px;
  width:100%;
  text-decoration: none;
  padding: 10px;
  color: #ffe !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  font-weight: bold;
  background-color: #88c8f8;
  background-image: -webkit-linear-gradient(top, #88c8f8, #78b8d8);
  background-image: linear-gradient(to bottom, #88c8f8, #78b8d8);
  border: 1px solid #999;
  border-radius: 10px;
}
.button_lg:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #98d8ff;
  background-image: -webkit-linear-gradient(top, #98d8ff, #88c8e8);
  background-image: linear-gradient(to bottom, #98d8ff, #88c8e8);
  border: 1px solid #888;
}
.button_lg:active {
  text-decoration: none;
  color: #ddd !important;
  background: #5898b8;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}

.block ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

.error {
  color: red;
}
.error ul {
  margin-left: 20px;
}

.link {
  font-size: 90%;
  padding-top: 6px;
  /*text-align: right;*/
  border-top: 1px dashed #ccc;
}

.link img {
  vertical-align: middle;
}

table.form {
  width: 100%;
}

.submit {
  text-align: center;
}

.inputbutton {
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
}

.key {
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
}

.value {
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-text-size-adjust: 100%;
}

td.value {
  padding-right: 1em;
}

.item {
  margin-left: 10px;
  padding-bottom: 10px;
}

.item .cover {
  margin-right: 10px;
  float: left;
}
.item .cover img {
  border: 1px solid #ccc;
}

.item .desc {
  padding-top: 40px;
}
.item .name {
  font-weight: bold;
}
.item .info {
/*
  text-align: right;
  margin-right: 55px;
  */
}
.price {
  text-align: center;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 10px;
}
/*.item */.btn_link {
  text-align: center;
  margin-top: 10px;
  font-size: 90%;
  /*
  text-align: right;
  margin-right: 10px;
  */
}
/*.item */.btn_link img {
  vertical-align: middle;
}
.item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.num {
  width: 2em;
}
.number {
  text-align: right;
  padding-right: 4px;
}

.absmiddle img {
  vertical-align: middle;
  border: 1px solid #ccc;
}

table.list {
  width: 100%;
  padding-bottom: 20px;
}

.list th.key {
  text-align: center;
}

input.name {
  width: 10em;
}
input.zip {
  width: 7em;
}
input.medium {
  width: 20em;
}
input.phone {
  width: 10em;
}
input.email {
  width: 20em;
}

.item_detail {
  margin-bottom: 20px;
}

.item_detail .code {
  font-size: 60%;
}

.item_detail .jacket {
  margin-left: 5px;
  width: 300px;
  float: left;
}

.item_detail .jacket img.cover {
  width: 300px;
  border: 1px solid #ccc;
}

.item_detail .desc {
  width: 220px;
  float: right;
}

.item_detail .desc li {
  margin-left: 2em;
}
.item_desc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.openclose {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
}

#navi {
  margin-top: 10px;
  text-align: center;
}

#navi a, #s7 strong {
  margin: 0 5px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none
}
#navi a.activeSlide {
  background: #fcc;
}
#navi a:focus {
  outline: none;
}

.live {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.strong {
  font-weight: bold;
}

.extra-strong {
  color:red;
}

.desc {
  margin-left: 2em;
}
.abstract {
}
.abstract .title {
  /*font-size: 20px;
  text-align: center;
  text-decoration: underline;
  */
  font-weight: bold;
  padding-bottom: 10px;
}
.abstract .description {
  /*font-size: 18px;*/
  margin-left: 2em;
}

.abstract .description dl {
  /*font-size: 100%;*/
  padding-bottom: 20px;
}

.abstract .description dl dt {
  float: left;
  width: 5em;
  padding-top: 1px;
  padding-bottom: 1px;
}

.abstract .description dl dd {
  margin-left: 0em;
  padding-left: 5em;
  padding-top: 1px;
  padding-bottom: 1px;
}
.nowrap {
  white-space: nowrap;
}

.OneBitInsert {
  margin-left: 4px;
  vertical-align: middle;
}

embed {
  margin-top: 5px;
  width:15px;
  height:15px;
  padding:2px;
  background-color: #ccc;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  webkit-border-radius: 2px;
}
a:hover img.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

