@charset "utf-8";
/* $Id: style.css */

/**
 * --------------------------------------------------
 * Base
 * --------------------------------------------------
 */

/**
 * Based by YUI Library. (reset-fonts.css)
 * --------------------------------------------------
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.5.2
 * --------------------------------------------------
 */

/* Page body settings （ページ全体の設定） */

body {
  color: #333;
  line-height: 1.7;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

body,
div {
  margin:0;
  padding:0;
}

/* Texts settings （テキストの設定） */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  padding:0;
}

h1 {
  font-size: 138.5%;
}

h2 {
  font-size: 123.1%;
}

h3 {
  font-size: 108%;
}

h4,
h5,
h6 {
  font-size: 100%;
}

p {
  margin: 1em 0;
  padding:0;
}

pre {
  line-height: 1.22;
  overflow: auto;
  margin: 1em 0;
  padding: 0.35em 5px;
  border: 1px solid #ccc;
}

pre,
code {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
  background-color: #eee;
}

code {
  margin:0;
  padding:0;
  font-family: "Courier New", monospace;
  font-style: normal;
  font-weight: normal;
}

blockquote {
  margin: 1em 20px;
  padding: 0.35em 10px;
  border: 1px solid #ccc;
}

hr {
  height: 1px;
  border: none;
  background-color: #aaa;
}

address,
cite,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}

ins {
}

abbr,
acronym {
  font-variant: normal;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

kbd {
  margin: 0 0.3em 0 0;
  padding: 0 0.3em; 
  border: 1px solid #aaa;
  font-family: "Courier New", monospace;
  *font-size: 108%;
  line-height: 100%;
  background-color: #eee;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* Images settings （イメージの設定） */
img {
  border: 0;
  vertical-align: baseline;
}

/* Lists settings （リストの設定） */
ul,
ol,
li,
dl,
dt,
dd {
  padding:0;
}

ul,
ol {
  list-style-position: outside;
  margin: 1em;
}

dl {
  margin: 1em 0;
}

li,
dt,
dd {
  margin: 0;
}

li,
dt {
  margin-left: 10px;
}

dd {
  margin-left: 30px;
  margin-bottom: 0.35em;
}

li p,
li ul,
li ol,
li dl,
dd p,
dd ul,
dd ol,
dd dl {
  margin: 0.5em 0;
}

table ul,
table ol,
table dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* Tables settings （テーブルの設定） */
table {
  margin: 1em 0;
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-style: normal;
  font-weight: normal;
}

th,
td {
  margin:0;
  padding: 0.2em 10px;
}

/* Forms and fields settings （フォームの設定） */
form {
  margin: 0;
  padding: 0;
}

fieldset,
legend {
  margin:0;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.5em 10px;
  border: 1px solid #aaa;
}

legend {
  padding: 0 10px;
}

legend,
legend a {
  color: #333;
}

input,
textarea,
select {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
}

input,
textarea {
  margin:0;
}

input {
  padding:0;
}

textarea {
  padding: 2px;
  padding-right: 0;
}

/* Objects settings （オブジェクトの設定） */
object,
embed {
  margin: 1em 0;
}

/**
 * --------------------------------------------------
 * common
 * --------------------------------------------------
 */

table,
tbody,
tr,
th,
tbody th,
td {
  border: none;
}

table.table-after-p {
  margin: -2em 0 2em 0;
}

table.table-border th,
table.table-border td {
  border: 1px solid #000;
  padding: 5px;
}

table.table-no-border th,
table.table-no-border td {
  padding-left: 0;
  vertical-align: top;
}

table.table-th-color th {
  background-color: #f7f6f5;
}

table.table-bottom-margin {
  margin-bottom: 2em;
}

table.table-width-100 {
  width: 100%;
}

div.float-clear {
  clear: both;
}

div.error,
tr.error {
  background-color: #fcc;
  border: 1px solid #d77;
}

.break-url {
  word-wrap: break-word;
  word-break: break-all;
}

.item-list .pager {
  margin: 0;
}

.item-list .pager li {
  margin: 0 0.9em 0 0;
  padding: 0;
}

span.breadcrumb {
  margin: 0 0 0 -0.3em;
}

ul.dot-arrow {
  list-style-image: url(images/list.gif);
}

div.whitedb-form-item-inline .form-item .form-item {
  display: inline;
  padding-right: 15px;
}

div.whitedb-form-item-inline .form-item .form-item label {
  white-space: nowrap;
}

div.wdb-form-float{
  padding: 0 0 0 1em;
  float:left;
}

div.wdb-form-clear-float{
  padding: 0 0 0 1em;
  clear: both;
}

.form-item input[type="checkbox"].error,
.form-item input[type="radio"].error {
  outline: 2px solid red;
  -moz-appearance: none;
}

textarea {
  border : 1px solid #ccc;
}

table.list td,
table.list th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div.no-result {
  margin: 1em 0 2em 0;
  font-size: 16px; /* 124%; */
  font-weight: bold;
}

div.notice-message {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 11px; /* 85%; */
  color: #55AA00;
}

h2 {
  font-size: 19px; /* 147%; */
  margin: 0 0 10px 0;
  padding: 0.3em 0 0.3em 7px;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}

div.node-story h3,
div.node-page h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 15px; /* 116%; */
  border-left: 4px solid #000;
  border-bottom: 1px dashed #ccc;
}

div.messages {
  line-height: 1.22;
  overflow: auto;
  margin: 0 0 1em 0;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.messages.status,
div.messages.status pre {
  border: 2px solid #FFBB00;
  background-color: #fffacd;
}

div.messages.error {
  background-color: #fcc;
  border: 2px solid #d77;
}

div.social-flike {
  width: 120px;
  float:left;
}

div.social-gplus {
  width: 80px;
  float:left;
}

div.social-hb {
  width: 130px;
  float:left;
}

div.social-tw {
  width: 100px;
  float:left;
}

div.favorite {
  float: right;
  margin: 0 10px 0 0;
}

div.favorite a {
  font-size: 14px; /* 110%; */
  color: #fff;
  background-color: #000;
  display:block;
  width:160px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 8px;         /* CSS3 */
  -moz-border-radius: 8px;    /* Firefox */
  -webkit-border-radius: 8px; /* Safari,Chrome */
  text-shadow : none;
}

div.favorite a:hover {
  text-shadow: 1px 1px 10px #ffffff, -1px -1px 10px #ffffff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

/**
 * Tab
 * --------------------------------------------------
 */

/**
 * body
 * --------------------------------------------------
 */
body {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: left;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

div#global-navi,
div#header,
div#middle,
div#footer {
  margin-left:auto;
  margin-right:auto;
  padding: 0 10px;
  width: 1010px;  /* 995px */
  text-align:left;
}

div#global-navi-wrapper,
div#middle-wrapper,
div#change-layout,
div#dev-sign {
  margin: 0;
  padding: 0;
  min-width: 1030px; /* 1015px */
}

div#middle-wrapper {
  padding-bottom: 1em;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div#dev-sign {
  height: 50px;
  background-color: #ff4500;
}

/**
 * Header
 * --------------------------------------------------
 */

div#global-navi-wrapper {
  padding-top: 5px;
  background-color: #000;
  color: #fff;
}

div#global-navi {
  font-size: 12px; /* 92%; */
  height: 1.3em;
}

div#global-navi ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#global-navi li{
  margin: 0 1em 0 0;
  float: left;
}

div#header-message{
  float: left;
}

div#header-message h1 {
  font-size: 12px;  /* 92% * 100%, 100%; */
  font-weight: normal;
  color: #fff;
  line-height: 1;
}

div#header-message a {
  color: #fff;
  text-decoration: none;
}

div#log-in-out{
  text-align: right;
  float: right;
  line-height: 1;
}

div#log-in-out a {
  color: #fff;
  text-decoration: none;
}

div#log-in-out a:hover {
  text-decoration: underline;
}

div#header{
  margin-top: 4px;
  background-color: #fff;
  color: #000;
}

div#site-info{
  width: 980px;
  height: 70px;
  margin: 5px 0 0 0;
}

div#logo {
  margin: 0px 0px 0px 0px;
  float: left;
}

div#logo a {
  font-family: 'Baumans', cursive;
  font-size: 60px; /* 462%; */
  color: black;
  text-decoration: none;
  line-height: 1.1;
}

div#logo a:visited {
  color: black;
  text-decoration: none;
}

div#header-search {
  padding: 18px 0 0 125px;
  float: left;
}

div#menu-area {
  padding: 0 0 10px 0;
  /* border-bottom: 2px solid #000; */
}

ul#main-menu {
  list-style: none;
  text-align: center;
  margin: 0;
}

ul#main-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

ul#main-menu a{
  color: #000000;
  display:block;
  width:159px;
  height: 25px;
  text-decoration: none;
}

ul#main-menu a:visited {
  color: #000;
  text-decoration: none;
}

ul#main-menu a:active {
  color: #000;
}

ul#main-menu a:hover {
}

ul#main-menu a.main-menu-en {
  font-family: 'Tienne', serif;
  font-size: 16px; /* 124%; */
}

ul#main-menu a.main-menu-jp {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 14px; /* 108%; */
  font-weight: 200;
  padding: 3px 0 0 0;
  margin: 0 0 -3px 0;
}

/**
 * block
 * --------------------------------------------------
 */

div.block {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#sidebar-left div.block {
  margin: 0px 0 10px 0px;
}

div#sidebar-right div.block {
  margin: 0px 0px 10px 0;
}

div#wide-right div.block {
  margin: 0px 0px 10px 5px;
}

div#node-top div.block {
  margin: 0 0 10px 0;
}

div.block-title {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px; /* 124%; */
  color: #000;
  line-height: 28px;
  background-color: #fff;
  padding: 0px 0px 0px 8px;
  border-bottom: 1px solid #000;
}

div.block-title-jp {
  font-size: 14px; /* 108%; */
}

div.block-body {
  padding: 5px 0 0 0;
  font-size: 12px; /* 93%; */
}

div.block-body a {
  color: #000;
  text-decoration: none;
}

div.block-body a:hover {
  text-decoration: underline;
}

/**
 * Left
 * --------------------------------------------------
 */
div#sidebar-left{
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 0 0 0;
  width: 182px;  /* 165px; */
}

/**
 * Right
 * --------------------------------------------------
 */
div#sidebar-right {
  float: right;
  margin: 10px 0 0 10px;
  padding: 0 0 0 0;
  width: 182px;
}

div#wide-right {
  float: right;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 340px;
  border-left: 1px solid #ccc;
}

/**
 * Main
 * --------------------------------------------------
 */
body.one-side div#content {
  width: 626px;
  float: left;
  margin: 20px 0 0 0;
}

body.both-sides div#content {
  width: 626px;
  float: left;
  margin: 10px 0 0 0;
}

body.no-side div#content {
  width: 980px;
  margin: 10px auto 0px auto;
}

div.node-box {
  min-height: 400px;
}

div#mission {
}

div#node-top {
}

div.tabs {
}

div#node-wrapper {
}

body.content-other div#node-wrapper {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#node-bottom {
}



/**
 * Footer
 * --------------------------------------------------
 */
 
div#footer{
}

div#return-navi {
  text-align: right;
}

div#footer-region {
}

div#footer-links {
  text-align: center;
}

div#secondary-links{
  text-align: center;
}

div#secondary-links ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#secondary-links li{
  margin: 0 1em 0 0;
  float: left;
}

div#footer-message {
  text-align: center;
}

div#footer-message a {
  color: black;
  text-decoration: none;
}

div#footer-message a:visited {
  color: black;
  text-decoration: none;
}

div#change-layout {
  margin: 5px 0;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #000;
}

div#change-layout span {
  margin: 0 10px; 0 0;
  padding: 2px 5px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;         /* CSS3 */
  -moz-border-radius: 4px;    /* Firefox */
  -webkit-border-radius: 4px; /* Safari,Chrome */
}

/**
 * Module 独自レイアウト
 * --------------------------------------------------
 */

/**
 * Brand
 * --------------------------------------------------
 */

body.content-brand div.title-wrapper,
div.node-brand-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.brand-social-top {
  margin: 0 0 10px 0;
}

div.brand-social-bottom {
  padding-bottom: 5px;
}

/* 旧お気に入り */
div.brand-favorite {
  float: right;
  margin: 0 10px 0 0;
  text-align: right;
  width: 160px;
}

div.brand-changed {
  float: right;
  text-align: right;
}

hr.brand-hr {
  clear: both;
}

table.brand-info,
table.brand-info tbody,
table.brand-info th,
table.brand-info td {
  border: 0px none #ccc;
}

table.brand-info {
  margin: 0 0 0.5em 0.5em;
  float: right;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  table-layout: fixed;
  width: 23em;
}

table.brand-info th {
  padding: 0 0.5em;
  width: 7em;
  background-color: #f7f6f5;
  border-bottom: 1px dashed #ccc;
}

table.brand-info td {
  border-bottom: 1px dashed #ccc;
}

div.brand-description {
  margin: 0 0 0 0;
  padding: 0;
  display: table-cell;
}

div.brand-description p {
  margin: 0 0 5px 0;
  padding: 0;
}

div.node-brand h3 {
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 15px; /* 116%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div.node-brand-part p {
  margin: 0;
  padding: 0 0.5em;
}

div.brand-part-link {
  margin: 0 0.5em 0 0;
  text-align: right;
}

div.brand-group ul {
  margin: 0 0 0 1.5em;
}

div.brand-history table,
div.brand-history table tbody,
div.brand-history table tr,
div.brand-history table th,
div.brand-history table td {
  margin: 0;
  padding: 0;
  border: 1px none #000;
  vertical-align: top;
}

div.brand-history table {
  margin: 0 0.5em;
  width: 97%;
}

div.brand-history table td.year {
  width: 4em;
}

div.brand-history table td.year-jp {
  width: 5em;
}

div.brand-history table td.event {
  padding: 0 0 0 0.5em;
}

div.brand-item p {
  margin-bottom: 0.5em;
}

div.brand-shop-list-info {
  margin: 0 0 1em 0;
}

div.brand-shop-list dl {
  margin: 0.5em 0 0.5em 3em;
}

div.brand-shop-list dd {
  margin: 0.1em 0 0.5em 2.3em;
  line-height: 1.4;
}

div.brand-admin-memo {
  margin: 0 0 10px 0;
  padding: 5px;
  border: 2px solid #FB0;
  background-color: #fdd35c;
}

div.brand-admin-memo p {
  margin: 0;
  padding: 0;
}

div#brand-twitter-twitter {
  margin: 0 0 0 5px;
}

div#brand-twitter-twitter h3 {
  border: 0px none #000;
}

/**
 * Brand Search
 * --------------------------------------------------
 */
body.content-brand-search div.title-wrapper,
div.brand-search-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

dl.brand-search-results,
dl.brand-search-results dt {
  margin: 0;
  padding: 0;
}

dl.brand-search-results dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}

table#brand-search-initial-links-kana {
  margin: 5px 0;
  padding: 0 0 0 0;
}

table#brand-search-initial-links-alphabet,
table#brand-search-initial-links-alphabet tr,
table#brand-search-initial-links-alphabet th,
table#brand-search-initial-links-alphabet td,
table#brand-search-initial-links-alphabet tbody {
  border: 0px none #000;
}

table#brand-search-initial-links-alphabet td a {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: block;
  width: 3em;
  color: #000;
  font-size: 15px; /* 115%; */
  text-decoration: none;
  text-align: center;
  background-color: #f7f6f5;
}

table#brand-search-initial-links-alphabet td a:hover {
  background-color: #a1d8e6;
}

table#brand-search-initial-links-kana,
table#brand-search-initial-links-kana tr,
table#brand-search-initial-links-kana th,
table#brand-search-initial-links-kana td,
table#brand-search-initial-links-kana tbody {
  border: 0px #ffffff none;
  padding: 3px 7px;
}

table#brand-search-initial-links-kana td a {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  display: block;
  width: 3em;
  color: #000;
  font-size: 15px; /* 115%; */
  text-decoration: none;
  text-align: center;
  background-color: #f7f6f5;
}

table#brand-search-initial-links-kana td a:hover {
  background-color: #a1d8e6;
}

div#brand-search-initial-links-change {
  font-size: 15px; /* 115%; */
}

div#brand-search-initial-links-change ul {
  margin: 0 0 0 10px;
}

div#brand-search-initial-links-change ul li {
  margin: 0 2em 0 0;
  padding: 0 0 0 0.5em;
  list-style: none;
  background: url(images/list.gif) 0 48% no-repeat;
  float: left;
}

ul.brand-search-block {
  padding: 0 0 0 5px;
  list-style: none;
}

ul.brand-search-block li {
  margin: 0;
  padding: 0;
}

/**
 * Shop
 * --------------------------------------------------
 */

body.content-brand-shop div.title-wrapper,
div.shop-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.shop-social-top {
  padding-bottom: 5px;
}

div.shop-part {
}

div.shop-part h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 15px; /* 116%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div.shop-part p {
  margin: 0 0 0.5em 0;
}

div#shop-part-article p {
  margin: 0;
}

div.shop-part dl {
  margin: 0 0 0 4em;
  line-height: 1.4;
}

div.shop-part dd {
  margin: 0 0 0.2em 2.3em;
}

div.shop-search-link {
  margin: 0 0 10px 0;
  text-align: right;
}

table.shop-info,
table.shop-info tr,
table.shop-info th,
table.shop-info td,
table.shop-info tbody {
  border: 0px #ffffff none;
}

table.shop-info {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  table-layout: fixed;
  margin: 0px 0 0 0;
}

table.shop-info th,
table.shop-info td {
  border-bottom: 1px dashed #ccc;
}

table.shop-info th {
  width: 5em;
  background-color:#f7f6f5;
}

table.shop-info p {
  margin: 0;
  padding: 0;
}

table.shop-info.closed,
table.shop-info.closed th,
table.shop-info.closed td {
  background-color: #c0c0c0;
}

div.closed-notice {
  color: red;
  font-size: 26px; /* 200%; */
  font-weight: bold;
}

div#shop-part-brand-desc {
}

div.shop-part-brand-desc-title {
  margin: 0 0 0.5em 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

div#shop-map {
  width: 590px;
  height: 480px;
  margin: 0.5em auto;
}

div#shop-twitter-twitter {
  margin: 0 0 0 5px;
}

div#shop-twitter-twitter h3 {
  border: 0px none #000;
}

div.shop-item-link {
  margin: 0 20px 0 0;
  text-align: right;
}

/**
 * Shop Search
 * --------------------------------------------------
 */

body.content-brand-search-shop div.title-wrapper,
div.brand-search-shop-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.brand-search-shop-part {
}

div.brand-search-shop-part h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 16px; /* 124%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div.brand-search-shop-result-title {
  margin: 1em 0 0 0;
}

div.brand-search-shop-result-title table,
div.brand-search-shop-result-title table tbody,
div.brand-search-shop-result-title table tr,
div.brand-search-shop-result-title table th,
div.brand-search-shop-result-title table td {
  margin: 0;
  padding: 0;
  border: none;
}

div.brand-search-shop-result-title table {
  width: 100%;
}

div.brand-search-shop-result-title table th {
  width: 95px;
}

div.brand-search-shop-brand-desc {
}

div.brand-search-shop-brand-desc-title {
  margin: 0 0 0.5em 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

div.brand-search-shop-candidates {
  border: 2px solid #FB0;
}

div.brand-search-shop-candidates ul {
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
  font-size: 12px; /* 93%; */
}

div.brand-search-shop-candidates li {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

div.brand-search-shop-info {
  border: 2px solid #FB0;
}

div.brand-search-shop-info p {
  margin: 0;
  padding: 0;
}

div.brand-search-shop-results {
  margin: 1em 0;
}

div.brand-search-shop-result-note {
  line-height: 1;
}

table.brand-shop-search-result,
table.brand-shop-search-result tbody,
table.brand-shop-search-result th,
table.brand-shop-search-result td {
  border: 1px solid #ccc;
  padding: 6px 5px;
}

table.brand-shop-search-result {
  margin: 0;
  table-layout: fixed;
  width: 100%;
  line-height: 1.2;
}

table.brand-shop-search-result th {
  width: 55px;
  font-size: 12px; /* 93%; */
  background-color: #f7f6f5;
}

div.brand-search-shop-suggest-brand {
  margin: 0 0 0 20px;
}

div.brand-search-shop-suggest-brand span {
  margin: 0 1em 0 0;
  font-size: 14px; /* 108%; */
  font-weight: bold;
}

div.brand-search-shop-part dl {
   margin: 0 0 20px 50px;
}

div.brand-search-shop-part p {
  margin: 0;
}

div.brand-search-shop-no-result-message-body {
  margin: 0 0 2em 0;
  font-size: 16px; /* 124%; */
  font-weight: bold;
}

div.brand-search-shop-notice-dealer {
}

/**
 * --------------------------------------------------
 * Common search
 * --------------------------------------------------
 */
div#whitedb-common-search {
  margin: 0:
  padding: 0;
  float right;
}

div#whitedb-common-search .form-item,
div#whitedb-common-search .form-radios {
  margin: 0;
  padding: 0;
}

div#whitedb-common-search-keyword {
  float: left;
}

div#whitedb-common-search-keyword input[type="text"] {
  min-height: 34px;
  border: 2px solid rgb(110, 110, 110);
  box-sizing: border-box;
  padding: 6px 4px;
}

div#whitedb-common-search-subject {
  margin: 8px 0 0 10px;
  float: left;
}

div#whitedb-common-search-subject .form-item {
  display: inline;
  padding-right: 5px;
}

div#whitedb-common-search-subject .form-item label {
  white-space: nowrap;
}

div#whitedb-common-search-submit {
  margin: 3px 0 0 10px;
  float: left;
}

div#whitedb-common-search-submit input[type="submit"] {
  margin: 0;
  padding: 0 0 0 3px;
  min-height: 28px;
  width: 4em;
  letter-spacing: 3px;
}

/**
 * --------------------------------------------------
 * Item
 * --------------------------------------------------
 */

body.content-item div.title-wrapper,
div.item-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.item-social-top {
  padding-bottom: 5px;
}

/* 旧お気に入り */
div.item-favorite {
  float: right;
  margin: 0 10px 0 0;
  text-align: right;
  width: 160px;
}

table.item-info,
table.item-info tbody,
table.item-info th,
table.item-info td {
  border: 0px none #ccc;
}

table.item-info {
  margin: 0 1em 0 1em;
  float: right;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  table-layout: fixed;
  width: 300px;
  _width: 280px;
  word-break: break-all;
}

table.item-info th {
  width: 6em;
  background-color: #f7f6f5;
  border-bottom: 1px dashed #ccc;
}

table.item-info td {
  border-bottom: 1px dashed #ccc;
}

table.item-info td.price {
  line-height: 1.2;
  padding: 5px 10px;
}

table.item-info td.price span.price {
  font-size: 14px; /* 108%; */
  font-weight: bold;
}

div.item-image {
  float: left;
  width: 269px;
}

div.item-image-main {
  margin: 30px 0 0 0;
  height: 260px;
  text-align: center;
}

div.item-image-main img {
  max-width: 250px;
  max-height: 250px;
  _height: 200px;
}

div.item-image-thumbnail {
  margin: 20px 0 0 0;
  text-align: center;
}

div.item-image-thumbnail img {
  float left;
  margin: 0 0px 0 0;
  border: 1px solid #ccc;
  max-width: 48px;
  max-height: 75px;
  _height: 50px;
}

div.item-link-button {
  width: 100%;
  text-align: center;
}

div.item-links,
div.item-desc,
div.item-brand-desc,
div.item-rank {
  margin: 0 1em 1em 0;
  float: right;
  width: 300px;
}

div.item-desc-title,
div.item-brand-desc-title,
div.item-rank-title {
  margin: 0 0 0.5em 0;
  padding: 0 0.2em;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

div.item-links {
  margin-top: 1em;
}

div.item-links ul {
  margin: 0;
}

div.item-desc p {
  margin: 0;
}

div.item-rank ul {
  margin: 0;
}

div.item-rank ul li {
  list-style-image: url(images/list.gif);
}

div.item-rank ul li img {
  margin: 0 0.2em;
  padding: 0;
  width: 17px;
  vertical-align: text-top;
}

div.item-part h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.3em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 16px; /* 124%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div.item-part {
}

div.item-part p {
  margin: 0;
}

div.item-search-links {
  margin: 0;
}

div.item-notice-message {
  margin: 3em 0 0 0;
  padding: 5px 0 0 0;
  font-size: 11px; /* 85%; */
  color: #000000;
  clear: both;
}

/**
 * --------------------------------------------------
 * Item Search
 * --------------------------------------------------
 */

body.content-item-search div.title-wrapper,
div.item-search-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.item-search-part-wrapper div.item-search-part-wrapper {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 0px none #ccc;
  border-radius: 0px;         /* CSS3 */
  -moz-border-radius: 0px;    /* Firefox */
  -webkit-border-radius: 0px; /* Safari,Chrome */
}

div.search-result-title {
  border: 2px solid #FFBB00;
}

div.item-search-part-wrapper h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 16px; /* 124%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div#whitedb-item-search-form-category {
  margin: 0 0 1em 0;
}

div.search-result-title table,
div.search-result-title table tbody,
div.search-result-title table tr,
div.search-result-title table th,
div.search-result-title table td {
  margin: 0;
  padding: 0;
  border: none;
}

div.search-result-title table {
  width: 100%;
}

div.search-result-title table th {
  width: 95px;
}

div.search-result-title table td.cancel {
  width: 130px;
}

div.item-search-brand-desc {
}

div.item-search-brand-desc-title {
  margin: 0 0 0.5em 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

div.search-results-brand-candidates {
  border: 2px solid #FFBB00;
  font-size: 12px; /* 93%; */
}

div.item-search-result-suggest {
  margin-top: 50px;
}

div.search-result-link {
  margin: 0 20px 0 0;
  text-align: right;
}

div.item-search-keyword-text {
  margin: 0 10px 0 0;
  float: left;
}

div.item-search-keyword-submit {
  padding: 1em 0 0 0;
}

div.item-search-wrapper {
  min-height: 600px;
}

div.item-search-results {
  margin: 0 0 1em 0;
  padding: 0;
}

div.item-search-results-rank-desc {
  float: right;
}

div.item-search-results-rank-desc ul {
  margin: 0;
  padding: 0;
}

div.item-search-results-rank-desc li {
  margin: 0 0 0 1em;
  padding: 0;
  list-style: none;
  font-size: 12px;
  float: left;
}

div.item-search-results-rank-desc li img {
  margin: 0;
  padding: 0;
  width: 13px;
}

table.item-search-result,
table.item-search-result tbody,
table.item-search-result th,
table.item-search-result td {
  border: 0px none #ccc;
}

table.item-search-result {
  float: left;
  width: 190px;
  margin: 10px 5px 0 5px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  font-size: 11px; /* 85%; */
  line-height: 1.2;
  table-layout: fixed;
  position: relative;
}

table.item-search-result td{
  padding: 2px 0px;
}

table.item-search-result td.image{
  height: 140px;
}

table.item-search-result img {
  max-height: 135px;
  max-width: 160px;
  _height: 100px;
}

table.item-search-result div.item-search-result-rank {
  position: absolute;
  top: 0px;
  right: 0px;
}

img.item-search-result-rank-image {
  display: block;
  margin: 0 0 5px 0;
}

table.item-search-result td.price {
  padding: 3px 0 0 0px;
  font-size: 13px; /* 85% * 125%, 125%; */
  font-weight: bold;
  line-height: 1;
}

table.item-search-result td.no-price {
  padding: 5px 0 0 0;
  font-weight: bold;
  line-height: 1;
}

img.price-exemption {
  position: relative;
  top: 1px;
}

table.item-search-result td.url{
  color: grey;
}

table.item-search-result-small {
  margin: 0 0 0 1em;
  padding: 0;
  width: 89px;
  _width: 80px;
}

table.item-search-result-small td.image{
  height: 80px;
}

table.item-search-result-small img {
  max-height: 75px;
  max-width: 85px;
  _height: 60px;
}

div.item-search-part-article p {
  margin: 0;
}

div.item-search-side-menu-title,
div.item-search-side-menu-top-title {
  margin: 5px 0 5px 0;
  padding: 7px 0 7px 5px;
  font-size: 13px; /* 93% * 110%, 108%; */
  font-weight: bold;
  line-height: 1.1;
  border-left: 4px solid #000; /* #2B618F; */
  border-bottom: 1px dashed #ccc;
}

.item-search-side-menu-current {
  background-color: #FFBB00;
  font-weight: bold;
}

div.item-search-side-menu-part {
  margin: 0 0 10px 0;
  padding: 0;
}

div.item-search-side-menu-part ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.item-search-side-menu-part li {
  margin: 0;
  padding: 0 0 0 0.5em;
}

div.item-search-category-list {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 11px; /*  93% * 91%, 91%; */
}

div.item-search-side-menu-part li.item-search-category-list-level1 {
  padding: 0 0 0 0.5em;
}

div.item-search-side-menu-part li.item-search-category-list-level2 {
  padding: 0 0 0 1em;
}

div.item-search-side-menu-part li.item-search-category-list-level3 {
  padding: 0 0 0 2em;
}

div.item-search-side-menu-items {
  height: 5px;
  overflow: hidden;
  text-align: center;
}

div.item-search-side-menu-item {
  margin: 0 0 10px 0;
}

div.item-search-side-menu-item img {
  max-width: 100px;
  max-height: 100px;
  _height: 70px;
  border: 1px solid #ccc;
}

div.item-search-side-menu-item .brand-name {
  margin: 2px 0 0 0;
  *margin: 0 0 0 0;
  padding: 0;
  font-size: 9px; /* 93% * 75%, 75%; */
  line-height: 1.2;
  color: #808080;
}

div.item-search-side-menu-item-link {
  padding: 0 0 0px 0;
  /* border-bottom: 1px solid #ccc; */
}

div.item-search-center-block-link {
  margin: 5px 10px 0 0;
  padding: 0;
  text-align: right;
  text-decoration: underline;
}

img.item-search-result-in-text {
  margin: 0 1em 0 0;
  max-height: 135px;
  max-width: 160px;
  _height: 100px;
}

/**
 * --------------------------------------------------
 * Survey
 * --------------------------------------------------
 */

div.whitedb-survey-list-item {
  margin: 0;
  padding: 10px 5px;
  border-bottom: 1px dashed #ccc;
  vertical-align: bottom;
  clear: both;
}

div.whitedb-survey-list-item a {
  text-decoration: none;
}

div.whitedb-survey-list-item a:hover {
  text-decoration: underline;
}


div.whitedb-survey-list-item h3 {
  font-size: 17px; /* 131%; */
  margin: 0 1em 0  0;
}

div.whitedb-survey-list-message {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}

div.whitedb-survey-list-message h3 {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 5px;
  font-size: 14px; /* 110%; */
}

div.whitedb-survey-block-title {
  font-weight: bold;
}

/**
 * --------------------------------------------------
 * Article
 * --------------------------------------------------
 */

body.content-article div.title-wrapper,
div.whitedb-article-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.whitedb-article-social-top {
  padding-bottom: 5px;
}

div.whitedb-article-social-bottom {
  padding-bottom: 5px;
}

div.whitedb-article-main-image {
  text-align: center;
}

div.whitedb-article-main-image img {
  margin: 10px 0;
  max-width: 450px;
  max-height: 300px;
  _height: 250px;
}

div.whitedb-article-body {
  margin: 0;
  padding: 10px;
}

div.whitedb-article-body p {
  margin: 0 0 2em 0;
}

div.whitedb-article-body h3 {
  margin: 0 0 0.5em 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  font-size: 17px; /* 131%; */
  border-left: 4px solid #2B618F;
  border-bottom: 1px dashed #ccc;
}

div.whitedb-article-date {
  text-align: right;
}

div.whitedb-article-related {
  margin: 1em 0 0 0;
}

div.whitedb-article-related-title {
  padding: 0.2em 0.5em;
  font-size: 16px;
  font-weight: bold;
}

div.whitedb-article-related ul {
  margin: 0 0 0 1em;
  font-size: 14px;
}

div.whitedb-article-related-other {
  margin: 0.2em 0 0 1em;
}

div.whitedb-article-tags {
}

div.whitedb-article-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.whitedb-article-tags li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

div.whitedb-article-part h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 16px; /* 124%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div.whitedb-article-part {
}

/**
 * --------------------------------------------------
 * Article list
 * --------------------------------------------------
 */

body.content-article-list div.title-wrapper,
div.whitedb-article-list-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.whitedb-article-list-part-wrapper p {
  margin: 0;
  paddig: 0;
}

div.whitedb-article-list-item {
  clear: both;
}

div.whitedb-article-list-item-left {
  margin: 0 20px 0 0;
  width: 220px;
  overflow: hidden;
  float: left;
}

div.whitedb-article-list-item-right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table-cell;
}

div.whitedb-article-list-item-left img {
  margin: 0;
  padding: 0;
  max-width: 220px;
  max-height: 220px;
  _width: 200px;
}

div.whitedb-article-list-item a {
  text-decoration: none;
}

div.whitedb-article-list-item a:hover {
  text-decoration: underline;
}

div.whitedb-article-list-item-right h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 17px; /* 131%; */
  line-height: 1.3;
}

div.whitedb-article-list-item-right p {
  margin: 0;
  padding: 0;
}

div.whitedb-article-list-item-tag {
  margin: 10px 0 0 0;
  padding: 0;
}

div.whitedb-article-list-message {
}

ul.whitedb-article-block-side {
  margin: 0 0 0 15px;
  padding:0;
  list-style-image: url(images/list.gif);
}

ul.whitedb-article-block-side li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #ccc;
}

ul.whitedb-article-block-side li.last {
  border-bottom: none;
}

div.whitedb-article-list-center-item {
  margin: 0;
  padding: 10px 0 5px 0;
  border-bottom: 1px dashed #ccc;
  clear: both;
}

div.whitedb-article-list-center-item.last {
  border-bottom: none;
}

div.whitedb-article-list-center-item-left {
  margin: 0 5px;
  padding: 0;
  float: left;
  width: 100px;
  min-height: 100px;
  text-align: center;
}

div.whitedb-article-list-center-item-left img {
  max-width: 100px;
  max-height: 120px;
  _width: 100px;
}

div.whitedb-article-list-center-item-right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table-cell;
}

div.whitedb-article-list-center-item-right-title a {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
}

div.whitedb-article-list-center-item-right p {
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.5;
}

div.whitedb-article-list-center-link {
  margin: 5px 10px 0 0;
  padding: 0;
  text-align: right;
  text-decoration: underline;
}

/**
 * --------------------------------------------------
 * News
 * --------------------------------------------------
 */

body.content-news div.title-wrapper,
div.whitedb-news-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.whitedb-news-social-top {
  padding-bottom: 5px;
}

div.whitedb-news-social-bottom {
  padding-bottom: 5px;
}

div.whitedb-news-main-image {
  text-align: center;
}

div.whitedb-news-main-image img {
  margin: 10px 0;
  max-width: 450px;
  max-height: 300px;
  _height: 250px;
}

div.whitedb-news-body {
  margin: 0;
  padding: 10px;
}

div.whitedb-news-body p {
  margin: 0 0 2em 0;
}

div.whitedb-news-body h3 {
  margin: 0 0 0.5em 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  font-size: 17px; /* 131%; */
  border-left: 4px solid #2B618F;
  border-bottom: 1px dashed #ccc;
}

div.whitedb-news-date {
  text-align: right;
}

div.whitedb-news-tags {
}

div.whitedb-news-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.whitedb-news-tags li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

div.whitedb-news-part h3 {
  font-family: 'Tienne', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0 0 5px 0;
  padding: 0.2em 0 0.2em 5px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  font-size: 16px; /* 124%; */
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
}

div.whitedb-news-part {
}

/**
 * --------------------------------------------------
 * News list
 * --------------------------------------------------
 */

body.content-news-list div.title-wrapper,
div.whitedb-news-list-part-wrapper {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div.whitedb-news-list-part-wrapper p {
  margin: 0;
  paddig: 0;
}

div.whitedb-news-list-item {
  clear: both;
}

div.whitedb-news-list-item-left {
  margin: 0 20px 0 0;
  width: 220px;
  overflow: hidden;
  float: left;
}

div.whitedb-news-list-item-right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table-cell;
}

div.whitedb-news-list-item-left img {
  margin: 0;
  padding: 0;
  max-width: 220px;
  max-height: 220px;
  _width: 200px;
}

div.whitedb-news-list-item a {
  text-decoration: none;
}

div.whitedb-news-list-item a:hover {
  text-decoration: underline;
}

div.whitedb-news-list-item-right h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 17px; /* 131%; */
  line-height: 1.3;
}

div.whitedb-news-list-item-right p {
  margin: 0;
  padding: 0;
}

div.whitedb-news-list-item-tag {
  margin: 10px 0 0 0;
  padding: 0;
}

div.whitedb-news-list-message {
}

ul.whitedb-news-block-side {
  margin: 0 0 0 15px;
  padding:0;
  list-style-image: url(images/list.gif);
}

ul.whitedb-news-block-side li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #ccc;
}

ul.whitedb-news-block-side li.last {
  border-bottom: none;
}

div.whitedb-news-list-center-item {
  margin: 0;
  padding: 10px 0 5px 0;
  border-bottom: 1px dashed #ccc;
  clear: both;
}

div.whitedb-news-list-center-item.last {
  border-bottom: none;
}

div.whitedb-news-list-center-item-left {
  margin: 0 5px;
  padding: 0;
  float: left;
  width: 100px;
  min-height: 100px;
  text-align: center;
}

div.whitedb-news-list-center-item-left img {
  max-width: 100px;
  max-height: 150px;
  _width: 100px;
}

div.whitedb-news-list-center-item-right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table-cell;
}

div.whitedb-news-list-center-item-right-title a {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
}

div.whitedb-news-list-center-item-right p {
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.5;
}

div.whitedb-news-list-center-link {
  margin: 5px 10px 0 0;
  padding: 0;
  text-align: right;
  text-decoration: underline;
}

/**
 * AdSenseレイアウト
 * --------------------------------------------------
 */

div#adsense-right,
div#adsense-right-2 {
  margin: 0 0 10px 0;
  padding: 10px;
  _padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#adsense-right-label,
div#adsense-right-label-2,
div#adsense-left-label,
div#adsense-left-link-label {
  margin: 0 0 1em 0;
  font-size: 12px; /* 93%; */
}

div#adsense-node-bottom,
div#adsense-node-bottom-2 {
  margin: 10px 0 0 0;
  padding: 10px;
  width: 336px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#adsense-node-bottom-2 {
  width: 606px;
}

div#adsense-node-bottom-2 div#adsense-node-bottom-left {
  margin: 0 5px 0 0;
  float: left;
}

div#adsense-node-bottom-label {
  margin: 0 0 5px 0;
  font-size: 12px; /* 93%; */
}

div#adsense-node-top {
  margin: 0 0 0 0;
}

div#adsense-node-top-link {
  margin: 0 0 -8px 0;
}

div#adsense-node-top-label {
  margin: -8px 0 0 0;
}

div#adsense-left {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#adsense-left-link-wrapper {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#adsense-left-link {
  margin: 0;
}

div#adsense-right-link {
  margin: 10px 0 0 0;
}

div#adsense-footer-link {
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #2B618F;
}

div#adsense-top-banner-wrapper {
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}

div#adsense-top-banner {
  padding: 10px;
  width: 795px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

div#adsense-top-banner-link {
  margin: 0.5em 0 0 0;
}

div#adsense-top-banner-label {
  font-size: 12px; /* 93%; */
  margin: 0px 0px 0px 3px;
}

div.adsense-right-rectangle {
  margin: 0 0 10px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div.adsense-right-rectangle-label {
  margin: -8px 0 0 0;
}

div.left-wide-skyscraper,
div.right-wide-skyscraper {
  margin: 30px 0 0 4px;
  text-align: center;
}

/**
 * Other
 * --------------------------------------------------
 */

table#company-info ,
table#company-info th,
table#company-info td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table#company-info th {
  background-color: #f7f6f5;
}

div#group-site {
  text-align: center;
}

div#group-site img {
  vertical-align: middle;
}

div#group-site a {
  text-decoration: none;
}

div.featured-brands ul li {
  margin: 0;
  list-style: none;
}

div.featured-brands ul li a {
  padding: 0 0 0 10px;
  background: url(images/list.gif) 0 5px no-repeat;
}

div.featured-brands-1{
  width: 50%;
  float: left;
}

table#admin-dblog td,
table.dblog-event td {
  word-wrap: break-word;
  word-break: break-all;
}
