@charset "utf-8";
/*
 * This Stylesheet was based on Yahoo! UI Library's Reset and Fonts CSS.
 * http://developer.yahoo.com/yui/reset/
 * http://developer.yahoo.com/yui/fonts/
 * http://developer.yahoo.net/yui/license.txt
*/
/* @group 要素ごとのスタイル */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  line-height: 1.41;
}

body * {
  word-break: break-all;
}

body {
  color: #000;
  background: #fff url(../img/header_bg.png) repeat-x top;
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', 'メイリオ UI', Meiryo, 'メイリオ', sans-serif;
  *font-size: small;
  *font: x-small;
  text-align: center;
}

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

table th {
  text-align: left;
}

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

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

fieldset {
  border: none;
}

legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0px;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,textarea,select {
  *font-size: 100%;
}

input.text,
textarea {
  border: 1px solid #ffac3e;
  color: #606060;
  background: #fff url(/images/common/textbox_bg.png) repeat-x top;
  font-family: 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', sans-serif;
  *font-family: Verdana, メイリオ, Meiryo, 'ＭＳ ゴシック', sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input.text {
  _height: 1.55em;  /* for Win IE6 */
}

input.email,
input.password,
input.num {
  ime-mode: inactive;
}

input.submit {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

input.button {
  cursor: pointer;
}

textarea {
  margin-bottom: 5px;
  line-height: 1.21;
  overflow: auto;
}

input.text:focus,
textarea:focus {
  color: #000;
  background: #fff;
}

select {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

p, ul, ol,
ul li,
ol li,
table,
table th,
table td {
  font-size: 100%;
}

p {
  line-height: 1.51;
}

dt {

}

li {
  line-height: 1.31;
}

table td ul,
table td ul li,
dl dd ul,
dl dd ul li {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

iframe {
  margin: 0;
  padding: 0;
  border: none!important;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 113%;
  font-weight: bold;
}

h2 a {
  display: block;
}

/* リンクカラー */
a,
a:link {
  color: #006;
}

a:visited {
  color: #15227c;
}

a:hover,
a:active {
  color: #0093e3;
}

/* テキスト選択時 */
::-moz-selection {
  color: #000;
  background: #ebd29f;
}

::selection {
  color: #000;
  background: #ebd29f;
}

/* @end 要素ごとのスタイル */



/* @group 共通 */
/* @group floating-clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* @end floating-clear */

.error {
  color: #f00;
}

.highlight {
  margin-right: 4px;
  padding: 0 3px;
  background: #ffec7f;
}

.topicpath {
  margin-bottom: 10px;
  padding-top: 8px;
}

.topicpath li {
  display: inline;
  font-size: 93%;
}

p.back {
  padding: 15px 0 0 0;
}

p.back a {
  padding-left: 20px;
  background: url(../img/prev.png) no-repeat 0 2px;
}

.section-lv1,
.section-lv2,
.section-lv3,
.section-lv4 {
  position: relative;
}

h1.title,
h2.title {
  padding: 3px 10px;
  border: 1px solid #fb8b0c;
  position: relative;
  color: #fff;
  background: #ff9e29 url(../img/title_bg.png) repeat-x top;
  font-size: 138.5%;
}

.title span {
  margin-left: 8px;
  font-size: 60%;
  vertical-align: text-top;
  *vertical-align: middle;
  line-height: 1.95;
}

.title .button {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 3;
  width: 131px;
  height: 20px;
  text-align: right;
}

ol ol.lower-roman li {
  margin-left: 26px;
  list-style-type: lower-roman;
}

/* @group ページ分割 */
div.pager {
     padding-bottom: 5px;
      width: 760px;
}

div.inner div.pager {
     width: 740px;
}

div.pager p.count {
     float: left;
      width: 400px;
       font-size: 85%;
}

div.pager p.count .num {
     font-size: 160%;
}

div.pager ul.pager {
     float: right;
      width: 220px;
       text-align: right;
}

ul.pager li {
     display: inline;
}

ul.pager li.prev {
     margin-right: 15px;
      background: url(../img/prev.png) no-repeat 0 50%;
       *background: url(../img/prev.png) no-repeat 0 1px;
}

ul.pager li.prev a,
ul.pager li.prev-disabled span {
     padding-left: 20px;
}

ul.pager li.next {
     background: url(../img/next.png) no-repeat 100% 50%;
      *background: url(../img/next.png) no-repeat 90% 1px;
}

ul.pager li.next a,
ul.pager li.next-disabled span {
     padding-right: 20px;
      *padding-right: 30px;
}

ul.pager li.prev-disabled,
ul.pager li.next-disabled {
     color: #ccc;
}

ul.pager li.prev-disabled {
     margin-right: 15px;
      background: url(../img/prev_disabled.png) no-repeat 0 2px;
       *background: url(../img/prev_disabled.png) no-repeat 0 1px;
}

ul.pager li.next-disabled {
     background: url(../img/next_disabled.png) no-repeat 100% 2px;
      *background: url(../img/next_disabled.png) no-repeat 90% 1px;
}

/* @end ページ分割 */

.documents h3 {
  margin-bottom: 7px;
  padding-left: 20px;
  background: url(../img/sq_yellow.png) no-repeat 0 4px;
}

.documents .section-lv3 {
  padding-bottom: 15px;
}

.documents p,
.documents dl,
.documents dt,
.documents dd,
.documents li {
  line-height: 1.81;
}

.documents ol,
.documents ul,
.documents p,
.documents dl {
  padding-bottom: 8px;
}

.documents ol ol,
.documents ul ul,
.documents ol ul,
.documents2 ul ol {
  margin-top: 5px;
  margin-bottom: 0;
}

.documents ol li {
  margin-left: 23px;
  list-style-type: decimal;
}
/* @end 共通 */

/* @group レイアウト */
/* 全てを囲むボックス #doc */
#doc {
  margin: 0 auto;
  position: relative;
  width: 760px;
  line-height: 1.51;
  text-align: left;
}

/* @group ヘッダ #header */
#header {
  position: relative;
  overflow: hidden;
  width: 760px;
  height: 82px;
  text-align: left;
}

/* ロゴ */
#site-title {
  float: left;
  width: 159px;
  height: 73px;
  position: relative;
  text-align: center;
}

#site-title a {
  display: block;
  text-decoration: none;
}

#site-title img {
  display: block;
}

.total-count {
  padding-top: 25px;
  float: right;
  text-align: right;
}

.total-count,
.total-count em {
  line-height: 1;
  color: #c60;
  font-weight: bold;
}

.total-count em .num {
  margin-right: 3px;
  font-size: 182%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;
  letter-spacing: -1px;
}

.inner {
  padding: 10px;
  border: 1px solid #cecece;
  border-top: none;
  position: relative;
  background: #fdfdfd url(../img/section_bg.png) repeat-x top;
}

.inner.documents {
  padding: 12px;
}

/* @end ヘッダ #header */

/* @group フッタ #footer */
p.current-page {
  margin: 0;
  padding: 7px 0;
  color: #ccc;
  text-align: right;
}

#footer {
  margin: 0;
  padding: 15px 0 14px 0;
  clear: both;
  background: #ffec7f;
  text-align: center;
}

#footer div.clearfix {
  margin: 0 auto;
  width: 760px;
  text-align: left;
}

address#recruit {
  padding-top: 5px;
  display: block;
  float: left;
  width: 162px;
  height: 13px;
  font-size: 93%;
}

#footer ul {
  margin-bottom: 6px;
  float: right;
  width: 560px;
  text-align: right;
}

#footer ul li {
  display: inline;
  font-size: 93%;
}

address#mtl {
  display: inline;
}

address#mtl img {
  vertical-align: middle;
}

/* @end フッタ #footer */
/* @end レイアウト */

/* @group 検索結果 */
#search-function {
  margin-bottom: 12px;
}

#search-function dt {
  margin-right: 13px;
  float: left;
  width: 63px;
}

#search-function dd {
  padding-top: 3px;
  float: left;
  width: 660px;
}

#search-function dd li {
  float: left;
  height: 27px;
  background: url(../img/result/function_bg.png) repeat-x top;
  margin-bottom: 5px;
  *white-space: nowrap;
}

#search-function dd li.x,
#search-function dd li.match {
  background-image: none;
}

#search-function dd li.match {
  padding-left: 5px;
  padding-top: 5px;
  height: 22px;
  _height: 27px;
  font-weight: bold;
}

#search-function dd li strong {
  padding: 5px 0 5px 10px;
  display: block;
  float: left;
  background: url(../img/result/function_left.png) no-repeat left top;
}

#search-function dd li a {
  padding: 5px 7px 5px 4px;
  _padding: 5px 5px 5px 4px;  /* 20090728 add */
  display: block;
  float: left;
  background: url(../img/result/function_right.png) no-repeat right top;
}

ul.result {
  width: 760px;
}

ul.result li.item {
  margin: 0 10px 10px 0;
  padding-bottom: 10px;
  border: 1px solid #cecece;
  float: left;
  width: 373px;
  background: #fdfdfd url(../img/section_bg.png) repeat-x top;
}

ul.result li.even {
  margin-right: 0!important;
}

ul.result li .overview {
  margin: 0 10px 6px 10px;
  padding: 9px 0 10px 0;
  background: url(../img/dot_gray.png) repeat-x bottom;
  _margin-left: 0;
}

ul.result li .overview div.info {
  margin-left: 11px;
  float: right;
  width: 242px;
  _width: 235px;
}

ul.result li h2 {
  margin-bottom: 7px;
  line-height: 1.21;
  font-size: 116%;
}

ul.result p.description {
  margin-bottom: 9px;
  line-height: 1.38;
  font-size: 93%;
}

ul.result li .overview a.figure {
  margin-bottom: 9px;
  display: block;
  float: right;
  width: 100px;
  height: 100px;
  overflow: hidden;  /* toshi_i added */
}

ul.result li table.result-info {
  margin: 0 10px 10px 10px;
  width: 352px;
}

table.result-info th {
  padding: 3px 3px 3px 4px;
  width: 40px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  vertical-align: top;
}

table.result-info td {
  padding: 3px 10px 3px 0;
  font-size: 12px;
  vertical-align: top;
}

table.result-info tr.menu a {
  margin-right: 3px;
}

/* 0件の場合 */
div.inner.empty {
  margin-bottom: 40px;
  padding: 30px 0 40px 0;
  border-top: 1px solid #cecece;
  text-align: center;
}

div.inner.empty p.empty {
  font-size: 153.9%;
}

/* @group エリア絞り込み(thickbox内) */
p.caption {
  margin-bottom: 20px;
  padding-top: 3px;
}

table.area {
  width: 547px;
}

table.area th {
  padding: 3px 8px 4px 5px;
  font-weight: bold;
  vertical-align: top;
  width: 90px;
}

table.area td {
  padding: 3px 5px 4px 4px;
  vertical-align: top;
}

table.area tr.odd th,
table.area tr.odd td {
  background: #f2f2ef;
}

dl.area dt {
  margin-bottom: 3px;
  font-weight: bold;
}

dl.area dd {
  margin-bottom: 13px;
}

/* @end エリア絞り込み(thickbox内) */

/* @end 検索結果 */

/* @group 店舗ページ */
h1#shop-title {
  padding: 10px 0 20px;
  font-size: 182%;
}

ul#shop-nav {
  margin-bottom: 13px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
  width: 750px;
  _width: 760px;
  height: 30px;
  background: url(../img/shop/shop_nav_bg.png) repeat-x bottom;
}

ul#shop-nav li {
  margin: 0 7px 0 0!important;
  float: left;
  width: 120px!important;
  height: 30px!important;
  position: relative;
  overflow: hidden;
}

ul#shop-nav li a,
ul#shop-nav li a:hover {
  display: block;
  width: 120px!important;
  height: 30px!important;
  overflow: hidden;
  text-decoration: none;
}

ul#shop-nav li a span {
  display: none;
}

li#shop-top {
  width: 120px!important;
  background: url(../img/shop/nav.png) no-repeat 0 -30px;
}

li#shop-top a {
  background: url(../img/shop/nav.png) no-repeat 0 0;
}

li#shop-top a:hover {
  background: url(../img/shop/nav.png) no-repeat 0 -60px;
}

li#shop-photos {
  background: url(../img/shop/nav.png) no-repeat -120px -30px;
}

li#shop-photos a {
  background: url(../img/shop/nav.png) no-repeat -120px 0;
}

li#shop-photos a:hover {
  background: url(../img/shop/nav.png) no-repeat -120px -60px;
}

li#shop-map {
  background: url(../img/shop/nav.png) no-repeat -240px -30px;
}

li#shop-map a {
  background: url(../img/shop/nav.png) no-repeat -240px 0;
}

li#shop-map a:hover {
  background: url(../img/shop/nav.png) no-repeat -240px -60px;
}

li#shop-menu {
  background: url(../img/shop/nav.png) no-repeat -360px -30px;
}

li#shop-menu a {
  background: url(../img/shop/nav.png) no-repeat -360px 0;
}

li#shop-menu a:hover {
  background: url(../img/shop/nav.png) no-repeat -360px -60px;
}

table.info {
  margin-bottom: 20px;
  width: 727px;
}

table.info th,
table.info td {
  padding: 6px 0 9px 10px;
  vertical-align: top;
  line-height: 1;
}

table.info tr.description th,
table.info tr.description td {
  line-height: 1.41;
  font-size: 93%;
}

.wrapper {
  position: relative;
  clear: both;
}

.section-lv3.data {
  padding: 9px;
  border: 1px solid #cecece;
  background: #fdfdfd url(../img/section_bg_2.png) repeat-x top;
}

.section-lv3.data .title {
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.section-lv3.data p.description {
  margin-bottom: 14px;
  padding-bottom: 10px;
  background: url(../img/dot_gray.png) repeat-x bottom;
  font-size: 85%;
}

.section-lv3.data table.data-coming-soon {
  color: #999;
  font-size: 0.9em;
  height: 100px;
  width: 100%;
  text-align: center;
}

.section-lv3.data h3 {
  font-size: 12px;
  line-height: 1.46;
}

.section-lv3.data h3 strong {
  display: block;
  font-size: 20px;
}

.section-lv3.data p.type {
  font-weight: bold;
  font-size: 11px;
}

ol.ranking li {
  margin-left: 17px;
  padding: 0 0 8px 29px;
}

li.r1 {
  background: url(../img/shop/ranking/1.png) no-repeat 0 0;
}

li.r2 {
  background: url(../img/shop/ranking/2.png) no-repeat 0 0;
}

li.r3 {
  background: url(../img/shop/ranking/3.png) no-repeat 0 0;
}

li.r4 {
  background: url(../img/shop/ranking/4.png) no-repeat 0 0;
}

li.r5 {
  background: url(../img/shop/ranking/5.png) no-repeat 0 0;
}

li.r6 {
  background: url(../img/shop/ranking/6.png) no-repeat 0 0;
}

li.r7 {
  background: url(../img/shop/ranking/7.png) no-repeat 0 0;
}

li.r8 {
  background: url(../img/shop/ranking/8.png) no-repeat 0 0;
}

li.r9 {
  background: url(../img/shop/ranking/9.png) no-repeat 0 0;
}

li.r10 {
  background: url(../img/shop/ranking/10.png) no-repeat 0 0;
}

#expect,
#action {
  margin-bottom: 10px;
  float: left;
  width: 344px;
  _width: 364px;
}

#action {
  float: right;
}

#expect ol.ranking li,
#action ol.ranking li {
  margin-left: 2px;
  padding-bottom: 5px;
}

#expect .section-lv4,
#action .section-lv4 {
  margin-bottom: 10px;
  padding: 0 0 17px 0;
  background: url(../img/dot_gray.png) repeat-x bottom;
}

#expect .section-lv4.last,
#action .section-lv4.last {
  padding-bottom: 2px;
  background-image: none;
}

#expect .title {
  border-bottom: 1px solid #e4191e;
  background: url(../img/shop/expect.png) no-repeat right top;
}

#expect .title p.type {
  color: #900;
}

#expect h4,
#action h4 {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../img/sq_red.png) no-repeat 1px 4px;
  letter-spacing: 1px;
}

#action h4 {
  background: url(../img/sq_green.png) no-repeat 1px 4px;
}

#action .title {
  border-bottom: 1px solid #6c0;
  background: url(../img/shop/action.png) no-repeat right top;
}

#action .title p.type {
  color: #690;
}

table.graph th,
table.graph td {
  padding: 4px 0 5px 2px;
  line-height: 1;
  font-size: 12px;
}

table.graph td {
  padding: 4px 0 5px 16px;
}

table.income th {
  width: 75px;
}

table.age th {
  width: 60px;
}

div.graph {
  position: relative;
  height: 110px;
  text-align: center;
}

#expect-gender-1,
#action-gender-1 {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 30px;
  text-align: left;
}

#expect-gender-2,
#action-gender-2 {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 35px;
  text-align: right;
}

#menu-list {
  padding: 4px!important;
  _padding: 4px 0!important;
  border: none!important;
}

#menu-list .title {
  padding-right: 40px;
  border-bottom: 1px solid #f90;
  background: url(../img/shop/click_ranking.png) no-repeat right top;
}

#menu-list .title h3 {
  float: left;
  width: 370px;
}

#menu-list .title p.type {
  margin: 0;
  padding: 14px 0 0 0;
  float: right;
  color: #c74918;
}

#menu-list div.section-lv4 {
  margin-bottom: 10px;
  padding-top: 5px;
}

#menu-list h4 {
  margin-bottom: 14px;
  padding-left: 6px;
  border-left: 5px solid #f90;
  font-size: 108%;
}

#menu-list ul.menu {
  margin-left: 15px;
}

#menu-list ul.menu li {
  margin: 0 20px 12px 0;
  float: left;
  width: 330px;
}

#menu-list ul.menu li dl {
  padding-left: 14px;
  background: url(../img/sq_yellow_s.png) no-repeat 0 5px;
}

#menu-list ul.menu li dt {
  margin-bottom: 3px;
  font-weight: bold;
}

#menu-list ul.menu li p.comment,
#menu-list ul.menu li p.price {
  margin-bottom: 2px;
  line-height: 1.35;
  font-size: 93%;
}

#menu-list ul.menu li p.price span.num {
  font-family: Georgia;
  font-size: 116%;
}

#menu-tags {
  margin: 0;
  padding: 7px 15px 15px 10px;
  background: #fef9ec;
}

#menu-tags h3 {
  margin-bottom: 5px;
  padding-left: 6px;
  border-left: 5px solid #f90;
  font-size: 108%;
}

#menu-tags p {
  margin-bottom: 6px;
  font-size: 93%;
}

ul.tags li {
  margin-right: 5px;
  display: inline;
}

/* @group 店舗写真 */
table.gallery {
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

table.gallery td {
  padding: 15px 9px;
  width: 23%;
}

/* @end 店舗写真 */

/* @group 店舗地図 */
div.map {
  padding: 0;
  text-align: center;
}

#map_canvas {
  margin: 0;
  width: 100%;
  height: 460px;
}
/* @end 店舗地図 */
/* @end 店舗ページ */

/* @group よくある質問 */
#questions {
  margin-bottom: 40px;
}

#faq h3 {
  margin-bottom: 10px;
  letter-spacing: 2px;
}

#faq h4 {
  margin-bottom: 10px;
  padding: 1px 3px;
  border-bottom: 1px solid #fff2a6;
  font-weight: normal;
  font-size: 100%;
}

#faq ul.q {
  margin-bottom: 15px;
}

#faq ul.q li {
  margin-left: 10px;
  padding: 0 0 0 20px;
  background: url(../img/q.png) no-repeat 0 5px;
}

#faq dl {
  margin-left: 10px;
}

#faq dl dt {
  margin-bottom: 3px;
  padding: 0 0 0 20px;
  background: url(../img/q.png) no-repeat 0 4px;
  font-weight: bold;
}

#faq dl dd {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  background: url(../img/a.png) no-repeat 0 5px;
  line-height: 1.54;
}

#faq dd ul {
  padding-top: 9px;
}

#faq dd ul li {
  margin-left: 2px;
  padding-left: 15px;
  background: url(../img/sq_yellow_s.png) no-repeat 0 7px;
}

/* @end よくある質問 */

/* @group プライバシーポリシー */
#policy {
  margin: 10px 0 18px 0;
  padding: 14px 17px 4px 17px;
  *padding: 12px 17px 12px 17px;
  background: #fffada;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#policy li {
  margin-bottom: 5px;
  position: relative;
  line-height: 1.41;
  font-size: 93%;
}

#policy span {
  margin: 0 10px 5px 0;
  padding: 2px 0 3px 0;
  border: 1px solid #febe50;
  display: block;
  position: relative;
  float: left;
  width: 50px;
  color: #fff;
  color: #ff9e29;
  background: #fff;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

p.signature {
  float: right;
  line-height: 1.61;
  text-align: right;
}

dl.additional-clause li {
  line-height: 1.61;
  font-size: 93%;
}

#privacy-mark {
  margin: 5px 20px 0 0;
  float: left;
}
/* @end プライバシーポリシー */

/* @group トップページ body#top */
body#top {
  background: url(../img/top_bg.png) repeat-x center top;
}

#top #doc {
  width: 892px;
  text-align: center;
}

#top #header {
  width: 892px;
  height: 450px;
}

#top #site-title {
  position: absolute;
  top: 0;
  left: 66px;
  float: none;
  width: 361px;
  height: 247px;
  overflow: hidden;
}

#top h1 {
  margin: 0;
  padding: 0;
}

#top p.description {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 362px;
  left: 66px;
  text-align: left;
}

#top .total-count {
  margin: 0;
  padding: 0;
  float: none;
  text-align: center;
  position: relative;
  top: -12px;
  width: 361px;
  z-index: 2;
}

#top #search {
  position: absolute;
  top: 0;
  right: 0;
  width: 428px;
  height: 398px;
  background: url(../img/top_search_bg.png) no-repeat right top;
  text-align: left;
}

#top form {
  padding: 36px 0 0 103px;
}

#top form h2 {
  margin-bottom: 17px;
}

#top form dl {
  margin-bottom: 5px;
}

#top form dt {
  float: left;
  clear: left;
  width: 54px;
  height: 40px;
  line-height: 1;
  font-size: 131%;
  font-weight: bold;
  letter-spacing: 4px;
}

#top form dd {
  float: left;
  width: 230px;
  height: 40px;
  line-height: 1;
  font-size: 13px;
}

#top form ul.clearfix li {
  margin-right: 7px;
  display: inline;
}

#top form input[type=radio] {
  margin-right: 3px;
}

#top form select {
  padding-left: 4px;
  width: 158px;
  height: 22px;
  font-size: 13px;
}

#top form option {
  padding: 1px 2px;
}

#top #contents {
  margin: 0 auto;
  width: 760px;
  text-align: left;
}

#top .primary,
#top .secondary {
  margin: 0 0 27px 0;
  border: 1px solid #cecece;
  position: relative;
  width: 346px;
  height: 145px;
  float: left;
  background: #fdfdfd url(../img/section_bg.png) repeat-x top;
}

#top .secondary {
  float: right;
}

#top .primary h2,
#top .secondary h2 {
  position: absolute;
  top: 17px;
  left: 136px;
  width: 188px;
  z-index: 2;
}

#top .primary p,
#top .secondary p {
  position: absolute;
  top: 48px;
  left: 136px;
  width: 188px;
  z-index: 3;
}

#top .primary p.image,
#top .secondary p.image {
  position: absolute;
  top: 20px;
  left: 8px;
  width: 113px;
  height: 100px;
  z-index: 0;
}

#top .watching {
  margin: 0 0 1px 0;
  padding: 10px 15px;
  border: 4px double #390;
  clear: both;
}

#top .watching h2 {
  margin: 0 20px 0 0;
  float: left;
  font-size: 93%;
}

#top .watching ul {
  display: inline;
}

#top .watching ul li {
  margin-right: 10px;
  display: inline;
}

#top #watching-function {
  margin-bottom: 25px;
  border: 4px double #e41b20;
}
/* @end トップページ body#top */
