@charset "utf-8";

/* ==========================================================================
   Basic
   ========================================================================== */
/* Fonts
   -------------------------------------------------------------------------- */
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

body {
  font-size: 0.875em;
  line-height: 1.6em;
  color: #212121;
  background: url(../img/common/bg_header.png) 0 0 repeat-x;
}
strong { font-weight: bold; }
img { max-width: 100%; }
td img, th img { vertical-align: middle; }
p {
  margin: 0 0 1em 0;
}

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



/* ==========================================================================
   Common
   ========================================================================== */

.minimini, #page-content .minimini {
  font-size: 0.775em;
}
.mini, #page-content .mini {
  font-size: 0.875em;
}
#page-content p.mini {
  margin-bottom: 0;
}
#page-content p.message {
  color: #294b85;
  font-size: 1.2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfd0;
}
#page-content p.top {
  margin-bottom: 5px;
}
span.bg-blue {
  background-color: #319DD0;
  color: #FFFFFF;
  padding: .1em .3em;
}
.page {
  margin-bottom: 2em;
}
.block {
  margin-bottom: 1.2em;
}
.attention {
  color: #FF0000;
}
.attentiontip {
  color: #0044CC;
}
.weak {
  color: #787878;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.arrow {
  background: url(../img/icon/arrow_r_s_blue.png) left center no-repeat;
  padding-left: 1em;
}

.move-to-top {
  text-align: right;
}
a.hover-opacity:hover, .hover-opacity a:hover,
input[type=image].hover-opacity:hover, .hover-opacity input[type=image]:hover,
img.hover-opacity:hover, .hover-opacity img:hover
{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


/* List
   -------------------------------------------------------------------------- */
ul.list {
  margin: 0 0 10px 0;
  padding: 0px;
}
ul.list ul {
  margin: 0 0 10px 1em;
  padding: 0px;
}
ul.list li {
  list-style: none;
  padding: 0;
  margin: 0 0 3px;
}
ul.list li.indent, ul.list ul li.indent {
  text-indent: -1em !important;
  padding: 0 0 0 1em !important;
}
ul.list li.indent2, ul.list ul li.indent2 {
  text-indent: -2em !important;
  padding: 0 0 0 2em !important;
}
ul.list li.indent3, ul.list ul li.indent3 {
  text-indent: -3em !important;
  padding: 0 0 0 3em !important;
}


/* Table
   -------------------------------------------------------------------------- */
div.table table, table.table, table.form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  text-align: left;
  border-top: 1px solid #e1e1e1;
  border-right: 1px none #e1e1e1;
  border-bottom: none;
  border-left: 1px solid #e1e1e1;
  margin-top: 0px;
  margin-bottom: 15px;
}
div.table th, div.table td, table.table th, table.table td, table.form th, table.form td {
  font-size: 12px;
  margin: 0px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
div.table th, table.table th, table.form th {
  border-top: none;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: none;
  background: #eef7ff;
  font-weight: bold;
  vertical-align: middle !important;
}
div.table th, table.table th {
  text-align: center;
}
table.form th {
  text-align: left;
  //width: 20%;
}
div.table td, table.table td, table.form td {
  border-left-style: none;
  border-left-width: 1px;
  border-top: none;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: middle !important;
  background: #FFF;
}
div.table td, table.table td, table.form td.align-center {
  text-align: center;
}
table.form td, div.table td.align-left {
  text-align: left;
}
#page-content table.form p {
  margin-bottom: .3em;
}


/* Breadcrumbs
   -------------------------------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 1em;
  font-size: 0.8em;
  color: #6f7c84;
}
.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 2em;
}
.breadcrumbs li:after {
  content: " > ";
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs a {
  color: #6f7c84;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #b50c1f;
  text-decoration: underline;
}


/* headlines
   -------------------------------------------------------------------------- */
h1#page-title {
  margin-bottom: 2em;
}
#page-content h2.title, #page-race-detail h2.title, #popup h2.title, .title_contact {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  color: #1371b5;
  border-bottom: 1px solid #319DD0;
  padding-bottom: 0.1em;
}

#page-content div.covid19-link-span {
  font-size: 1.4em;
  margin-bottom: 1.5em;
  padding-bottom: 0.1em;
}
#page-content a.covid19-link:visited {
  color: blue;
}
#page-content a.covid19-link {
  text-decoration: underline;
}


/* Form
   -------------------------------------------------------------------------- */
.btn_area {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}
.btn_area li {
    padding-right: 10px;
    display: inline;
}
input[type='text'],
input[type='password'],
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box550 {
    width: 550px;
}
.box-max {
    width: 100%;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}



/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}



/* ==========================================================================
   Layout
   ========================================================================== */
#contents {
  margin: 0 auto;
  width: 950px;
}


/*
 * The layout when there is only one sidebar, the right one.
 */

.sidebar-first #main {
  float: left;
  width: 730px;
  margin-left: 0px;
  margin-right: -750px;
}

.sidebar-first #sidebar-first {
  float: left;
  width: 200px;
  margin-left: 750px;
  margin-right: -950px;
}


/*
 * The layout when there are two sidebars.
 */

.two-sidebars #main {
  float: left;
  width: 520px;
  margin-left: 215px;
  margin-right: -750px;
}
.two-sidebars #sidebar-first {
  float: left;
  width: 200px;
  margin-left: 750px;
  margin-right: -950px;
}
.two-sidebars #sidebar-second {
  float: left;
  witdh: 200px;
  margin-left: 0px;
  margin-right: -215px;
}



/* ==========================================================================
   Header
   ========================================================================== */
#header {
  height: 66px;
  position: relative;
  margin-bottom: 30px;
  background: url(../img/common/header_base.png) center top no-repeat;
}
.front #header {
  height: 325px;
}
#header-misc {
  width: 938px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -469px;
  z-index: 9999;
  background: url(../img/common/header.png) center top no-repeat transparent;
}
h1#logo, div#logo {
  position: absolute;
  top: 0;
  left: 15px;
  width: 460px;
  height: 60px;
}
h1#logo a, div#logo a {
  display: block;
  width: 460px;
  height: 60px;
  text-indent: -9999em;
}
#header-links {
  position: absolute;
  top: 10px;
  left: 510px;
  width: 230px;
}
#header-links li {
  float: left;
  width: 100px;
}
#header-links li a {
  font-size: 0.875em;
  color: #30366d;
  background: url(../img/icon/arrow_head_menu.png) left center no-repeat;
  text-decoration: none;
  padding-left: 15px;
}
#header-links li a:hover, #header-links li a:active {
  color: #b50c1f;
  text-decoration: underline;
}
#header-login {
  position: absolute;
  top: 8px;
  left: 705px;
  width: 230px;
}
#header-login p {
  color: #FFF;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#header-login p span {
  padding-left: 18px;
  background: url(../img/icon/icon_user.png) left center no-repeat;
}
#header-login ul {
  text-align: center;
}
#header-login li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}



/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  color: #6f7c84;
}
#footer a {
  color: #6f7c84;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  color: #b50c1f;
  text-decoration: underline;
}
#footer-menu-wrapper {
  padding: 20px 0;
  background: #f2f5f7;
}
#footer-menu {
  width: 800px;
  margin: 0 auto;
}
.footer-menu-group {
  float: left;
  margin-left: 100px;
}
.footer-menu-group h3 {
  font-weight: bold;
  color: #294b85;
}
.footer-menu-group p {
  margin-bottom: 0;
}
.footer-menu-group.first {
  margin-left: 0;
}
.footer-menu-group.second {
  margin-left: 30px;
}
.footer-menu-group.third {
  margin-left: 60px;
}
.footer-menu-group.last {
  float: right;
  margin-left: 0;
}
.footer-menu-group ul {
  font-size: 0.875em;
}
#footer-address {
  width: 950px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 0.7em;
}
#footer-address ul {
  float: left;
  margin-left: 75px;
}
#footer-address li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #6f7c84;
}
#footer-address li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footer-address p {
  float: right;
}
#footer-move-to-top {
  width: 950px;
  margin: 0 auto;
}
#footer-move-to-top p {
  margin-bottom: 0;
}



/* ==========================================================================
   Front Page
   ========================================================================== */
#block-news .block-title-wrapper {
  position: relative;
}
#block-news .block-title-wrapper a {
  display: block;
  position: absolute;
  top: 7px;
  right: 9px;
  width: 114px;
  height: 17px;
}
#block-news .block-contents {
  max-height: 440px;
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #319DD0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#block-news .block-contents ul {
  max-height: 440px;
  padding: 0 10px 0 0;
  overflow: auto;
}
#block-news ul li {
  padding: 15px;
  border-bottom: 1px solid #dfdfd0;
}
#block-news ul li .date {
  font-size: 0.85em;
  float: left;
}
#block-news ul li .title {
  font-size: 0.85em;
  font-weight: bold;
  color: #30366d;
  margin-left: 80px;
}
#block-news ul li .title a {
  color: #30366d;
}
#block-news ul li .body {
  font-size: 0.7em;
  line-height: 1.4em;
  margin-left: 80px;
}

/* Slideshow
   -------------------------------------------------------------------------- */
#front-slide, #front-slide-fix {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -475px;
  width: 940px;
}
#front-slide, #front-slide-fix-nike {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -475px;
  width: 940px;
}
.camera_target {
  border: 5px solid #dfdfd0;
}
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  height: 10px;
  width: 10px;
  margin: 15px 5px 0;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  height: 6px;
  width: 6px;
  left: 2px;
  top: 2px;
}
#front-slide-fix div {
  border: 5px solid #dfdfd0;
  width: 100%;
}
#front-slide-fix-nike div {
  border: 5px solid #dfdfd0;
  width: 100%;
}


/* ==========================================================================
   Race
   ========================================================================== */
h1#race-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}
#race-image-main {
  padding: 5px;
  background: #dfdfd0;
}
#race-description {
  border: 1px solid #dfdfd0;
  margin-bottom: 3em;
  padding: 2em 1.5em 0;
  height: 540px;
  overflow: auto;
  position: relative;
}

#page-race-detail h3.title, #page-content h3.title {
  clear: both;
  font-size: 14px !important;
  line-height: 1.4;
  color: ;
  font-weight: bold;
  margin: 0 0 10px 0 !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
#page-race-detail p, #page-content p {
  margin: 0 0 15px 0;
}
.sectionOutline {
  clear: both;
  position: relative;
  padding-bottom: 3em;
}
dl.dl_Outline {
  border-top: 1px dotted #dfdfd0;
  position: relative;
  margin: 0;
  padding: 0;
}
dl.dl_Outline dt {
  position: absolute;
  left: 0px;
  margin: 9px 0 0 0;
  padding: 0;
}
dl.dl_Outline dd {
  margin: 0;
  padding: 9px 0 10px 90px;
  border-bottom: 1px dotted #dfdfd0;
}
div.btn-area {
  margin: 2em 0;
}
div.btn-area ul {
  text-align: center;
}
div.btn-area li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#race-entry-list th.name {
  width: 50%;
}
#race-entry-list th.price {
  width: 25%;
}
#race-entry-list th.action {
  width: 25%;
}
.volunteer-youkou-menu {
  margin-bottom: 1em;
}
.volunteer-youkou-link {
  width: 18em;
  float: left;
}
.volunteer-youkou-menu span {
  float: left;
}
ol.numbered-list {
  list-style-type: decimal;
  padding: 0 1.0em 0 3.0em;
}



/* ==========================================================================
   Entry
   ========================================================================== */
#entry-kiyaku-text {
  border: 1px solid #dfdfd0;
  max-height: 200px;
  overflow: auto;
}

.btn-clear-member {
  padding: .3em 1em;
}
#grp_entry_area_toggle_wrapper {
  margin: 2em 0;
}



/* ==========================================================================
   Regist
   ========================================================================== */
#regist-kiyaku-text {
  padding: 1em;
  width: 700px;
}
.recommend-env-list {
  border: 1px solid #dfdfd0;
  padding: 1em;
}
.recommend-env-list ul {
  width: 45%;
  float: left;
}



/* ==========================================================================
   My Page
   ========================================================================== */
#mypage-navigation {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #dfdfd0;
}
#mypage-navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
  padding-left: 20px;
  background: url(../img/icon/arrow_faq.png) left center no-repeat;
}
#mypage-navigation li a.selected {
  font-weight: bold;
}
#mypage-navi-message {
  color: #FF0000;
  border: 1px solid #dfdfd0;
  padding: 1em;
  margin-bottom: 1em;
}


/* ==========================================================================
   Contents
   ========================================================================== */
/* FAQ
   -------------------------------------------------------------------------- */
#page-faq #page-content dt, #page-guide #page-content h3.title {
  padding: 0.5em 1em !important;
  margin-bottom: 0.5em;
  background: #f2f5f7;
}
#page-faq #page-content dt {
  padding-left: 3.5em !important;
  background: url(../img/icon/icon_faq_q.png) 1em center no-repeat #f2f5f7;
}
#page-faq #page-content dt:hover {
  background: url(../img/icon/icon_faq_q.png) 1em center no-repeat #319DD0;
  color: #fff;
}
#page-faq #page-content dt.fix:hover {
  background: url(../img/icon/icon_faq_q.png) 1em center no-repeat #f2f5f7;
  color: #212121;
}
#page-faq #page-content dd {
  padding: 0.8em 0 3em 3.5em;
  background: url(../img/icon/icon_faq_a.png) 1em 0.5em no-repeat;
}
#page-faq #page-content dd p:last-child, #page-guide #page-content div.guide-item-body p:last-child {
  margin-bottom: 0;
}
#page-content .move-to-top {
  font-size: 0.875em;
  clear: both;
}
#page-content .move-to-top a {
  position: relative;
  padding-right: 1.4em;
  color: #6f7c84;
  text-decoration: none;
}
#page-content .move-to-top a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3em;
  border-style: inset;
  border-width: 0 0.5em 0.8em 0.5em;
  border-bottom-color: #6f7c84;
  border-right-color: transparent;
  border-left-color: transparent;
}
#page-content .move-to-top a:hover,
#page-content .move-to-top a:active {
  color: #b50c1f;
  text-decoration: underline;
}
#faq-menu, #guide-menu {
  padding-left: 2em;
  margin-bottom: 3em;
}
#faq-menu li, #guide-menu li {
  padding-left: 20px;
  background: url(../img/icon/arrow_faq.png) left center no-repeat;
}


/* Guide
   -------------------------------------------------------------------------- */
#page-guide #page-content h4 {
  font-weight: bold;
  color: #294b85;
  border-bottom: 1px dotted #319DD0;
  padding: 0.5em 0;
}
#page-guide #page-content #guide-team-entry h4 {
  border-bottom: none;
}
#page-guide #page-content div.guide-item-body {
  padding: 0.5em 0 3em 3em;
}
.guide-item-body li {
  clear: both;
  position: relative;
}
.guide-item-body li .text {
  float: left;
  width: 320px;
  margin-left: 2em;
  padding: 0.5em 0 1em;
}
.guide-item-body ul .text {
  width: 294px;
}
.guide-item-body ul ul .text {
  width: 268px;
}
.guide-item-body li .image {
  float: right;
  width: 320px;
  padding: 0.5em 0 1em;
}
.guide-item-body li .image img {
  border: 1px solid #dfdfd0;
  margin-bottom: .3em;
}
.guide-item-body li p {
  padding: 0.5em 0 1em 2em;
}
.guide-item-body ul {
  margin-top: 1em;
  margin-left: 1.5em;
}
.guide-item-body ul.list {
  margin: 0 0 10px 0;
}
#page-guide #page-content .guide-item-body ul h4 {
  background: #f2f2f2;
  padding-left: .5em;
  border: none;
}
#page-guide #page-content .guide-item-body ul ul h4 {
  background: transparent;
  border-bottom: 1px dotted #319DD0;
  padding: 0.5em 0;
}
.guide-item-note {
  padding: 1em 1.5em;
  margin-bottom: 1em;
  border: 1px solid #dfdfd0;
}
.guide-item-note dt {
  font-weight: bold;
  margin-bottom: .5em;
}
.guide-item-note dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #dfdfd0;
}
.guide-item-note dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#guide-volunteer-p-5-1-2 {
  margin-top: 260px;
}
#guide-volunteer-p-5-1-3 {
  margin-top: 240px;
}
#guide-volunteer-p-5-2-2 {
  margin-top: 420px;
}
#guide-volunteer-p-5-2-3 {
  margin-top: 220px;
}
#guide-volunteer-p-5-3-2 {
  margin-top: 320px;
}
#guide-volunteer-p-5-3-3 {
  margin-top: 20px;
}
#guide-volunteer-org-5-2 {
  margin-top: 320px;
}
#guide-volunteer-org-5-3 {
  margin-top: 200px;
}

/* Sitemap
   -------------------------------------------------------------------------- */
.sitemap-links {
  padding-left: 2em;
}
.sitemap-links li {
  line-height: 2em;
  padding-left: 20px;
  background: url(../img/icon/arrow_faq.png) left center no-repeat;
}
#page-sitemap .left-column {
  float: left;
  width: 48%;
}
#page-sitemap .right-column {
  float: right;
  width: 48%;
}


/* Privacy policy
   -------------------------------------------------------------------------- */
#page-privacy #page-content p {
  margin-left: 1em;
  margin-right: 1em;
  text-indent: 1em;
}
#page-privacy #page-content p:last-child {
  margin-bottom: 0;
}
#page-privacy #page-content p.contact {
  text-indent: 0;
}
#page-privacy #page-content p.contact a {
  background: url(../img/icon/arrow_r_s_blue.png) left center no-repeat;
  padding-left: 1em;
  color: #319DD0;
}
#page-privacy #page-content ol {
  margin-left: 2.5em;
  margin-right: 1em;
}
#page-privacy #page-content ol li {
  list-style-type: decimal;
}


/* News
   -------------------------------------------------------------------------- */
#page-news #page-content ul {
}
#page-news #page-content ul li {
  padding: 2em 1em;
  border-bottom: 1px solid #dfdfd0;
}
#page-news #page-content ul li:first-child {
  padding-top: 0;
}
#page-news #page-content ul li .date {
}
#page-news #page-content ul li .title {
  font-size: 1.1em;
  font-weight: bold;
  color: #30366d;
  margin-bottom: 1em;
}
#page-news #page-content ul li .body {
  margin-left: 2em;
}
#page-news #page-content ul li .body li {
  padding: 0;
  border-bottom: none;
}
#page-news #page-content ul li .body li.indent {
  margin-left: 1em;
  text-indent: -1em;
}


/* About
   -------------------------------------------------------------------------- */
#page-about #page-content {
  text-align: right;
  padding-bottom: 374px;
  background: url(../img/page/bg_page_about.png) bottom center no-repeat transparent;
}
#page-about-head {
  padding: 1em 0 2em;
}
#page-about-text {
  height: 225px;
  position: relative;
}
#page-about-register {
  position: absolute;
  top: 40px;
  right: 20px;
}



/* ==========================================================================
   Report
   ========================================================================== */
/* カラー等変更 */
.section-report div.table th, .section-report table.table th, .section-report table.form th {
  background-color: #FFEEF7;
}
#page-content.section-report h2.title, .section-report #page-content h2.title {
  padding: 0;
  border: none;
}
#page-content.section-report h2.title.text, .section-report #page-content h2.title.text {
  padding: .5em 1em;
  color: #FFFFFF;
  background-color: #EA5B86;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
#page-content.section-report h3.title {
  padding: 5px 10px !important;
  color: #EA5B86;
  border: 1px solid #F19DC1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#page-content.section-report .sectionOutline {
  padding-bottom: 2em;
}
#page-content.section-report p.message {
  color: #EA5B86;
}

#review-recent-race table td.date {width:105px;}
#review-recent-race table td.name {width:300px;font-size: 1em;}
#review-recent-race table td.stat {width:325px;font-size: .8em;}
#page-content.section-report table.form td.race-name {font-size: 1em;}

#review-list-refine {
  margin-bottom: 1em;
  padding: .5em 1em;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.review-list {
  border-top: 1px solid #b6b6a8;
}
.review-list .item {
  border-bottom: 1px solid #b6b6a8;
}
.review-list .item .head {
  padding: .5em 1em;
  background: #FFEEF7;
}
.review-list .item .race-date,
.review-list .item .race-name {
  display: inline-block;
  margin-right: 1em;
}
.review-list .item .body {
  padding: .5em 1em;
}
.review-list .item .title {
  margin: .5em 0;
}
.review-list .item .author,
.review-list .item .more {
  float: right;
}
.review-list .item .author {
  font-size: .8em;
}
.review-list .item .more,
.review-link-user-report a {
  background: url(../img/icon/arrow_head_menu.png) left center no-repeat;
  padding-left: 15px;
  margin-left: 2em;
}
.review-link-user-report {
  text-align: right;
}
.review-pager {
  margin: .5em 0;
}
.review-pager ul {
  text-align: center;
}
.review-pager ul li {
  display: inline-block;
  padding: 0 .5em;
  border-right: 1px solid #CCCCCC;
}
.review-pager ul li:last-child {
  border: none;
}

.review-hyouka-column {
  width: 49%;
}
.review-hyouka-column.left {
  float: left;
}
.review-hyouka-column.right {
  float: right;
}
table.review-hyouka th,
table.review-hyouka-form th {
  text-align: left;
}
table.review-hyouka th.title {
  width: 288px;
  font-size: .8em;
}
table.review-hyouka td.rate {
  width: 70px;
}
table.review-hyouka-form thead th {
  text-align: center;
  font-size: 14px !important;
}
table.review-hyouka-form td.action {
  width: 65px;
}
table.review-hyouka-form td.title {
  width: 470px;
  font-size: .9em;
}



/* ==========================================================================
   Sidebar first
   ========================================================================== */
#block-banner-right ul li {
  margin-bottom: 1em;
}
#block-banner-right ul li:last-child, #block-sponsor-right ul li:last-child {
  margin-bottom: 0;
}
#block-banner-right ul li a {
  display: block;
  border: 1px solid #dfe0db;
  padding: 1px;
}
#block-sponsor-right {
  border: 1px solid #b6b6a8;
  padding: 4px;
  text-align: center;
}
#block-sponsor-right img.title {
  margin-bottom: 4px;
}
#block-sponsor-right ul li {
  line-height: 0;
  margin-bottom: 4px;
}
#block-sponsor-right ul li:last-child {
  margin-bottom: 0;
}
#block-sponsor-right ul li img {
  border: 1px solid #dfe0db;
}



/* ==========================================================================
   Sidebar second
   ========================================================================== */

#block-menu-race ul li {
  line-height: 0em;
}
#block-menu-misc ul li {
  line-height: 1em;
  margin-bottom: 5px;
}
#ssl-seal {
  text-align: center;
  padding: .3em 0;
  background: #f0f0f0;
}



/* ==========================================================================
   Popup
   ========================================================================== */
#popup {
  background: #FFF;
}
#popup-wrapper {
  padding: 1em;
}



/* ==========================================================================
   Smartphone
   ========================================================================== */
#view-mode-switcher {
    background: #CCC;
    padding: 10px;
    text-align: right;
    line-height: 1em;
}
#view-mode-switcher a,
#view-mode-switcher a:link,
#view-mode-switcher a:visited,
#view-mode-switcher a:hover {
    width: 16em;
    color: #000;
    font-size: 1em;
    padding: 0.5em 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(255,255,255,1);
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #FDFDfD;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
}


.review-list .comment
{
    word-wrap:break-word;
}
#page-content td
{
    word-break: break-all;
}

.cw-rounded-corner {
  background-color: #0a458a;
  height: 38px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 10px;
  border: 0px;
}
.cw-rounded-corner:hover {
  background-color: #3169d1;
}

.cw-rounded-corner-220 {
  width: 220px;
}
.cw-rounded-corner-300 {
  width: 300px;
}

.cw-rounded-corner-return {
  background-color: #a9a9a9;
  height: 38px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 10px;
  border: 0px;
}
.cw-rounded-corner-return:hover {
  background-color: #c0c0c0;
}

table.reception_runner {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  text-align: left;
  border-top: 1px solid #e1e1e1;
  border-right: 1px none #e1e1e1;
  border-bottom: none;
  border-left: 1px solid #e1e1e1;
  margin-top: 0px;
  margin-bottom: 15px;
}

table.reception_runner th,
table.reception_runner td {
  font-size: 1.2em;
  margin: 0px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}

table.reception_runner th {
  border-top: none;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: none;
  background: #eef7ff;
  font-weight: bold;
  vertical-align: middle !important;
}
table.reception_runner th {
  text-align: center;
}
table.reception_runner td {
  border-left-style: none;
  border-left-width: 1px;
  border-top: none;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: middle !important;
  background: #FFF;
}
table.reception_runner th, table.reception_runner td {
  text-align: left;
}
#page-content table.form p {
  margin-bottom: .3em;
}
