/******* screen-medium.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* hide-mobile.less 2013-1-16 *******/
#mobile-navi,
.togglenavigation,
.cb-mobile-access,
.cb-mobile-navigation,
.body-mobile {
  display: none;
}
.cb-mobile-navigation {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.cb-mobile-invisible,
.body-non-mobile {
  display: block;
}
/******* navigation-large.less 2013-1-16 *******/
.navi,
.navi > .item,
.dock {
  display: block;
  float: left;
}
.menu {
  display: block;
}
/* LEVEL 1 */
#navigation div.sub1 {
  width: 100%;
}
#navigation .sub1 > .item {
  margin-right: 10px;
  margin-top: 10px;
}
#navigation .sub1 > .item.exit {
  margin-right: 0;
}
#navigation div.sub1 .menu {
  color: #000;
  background: #ccc;
  padding: 5px 10px;
  font-size: 14px;
}
#navigation div.sub1 .menu .cb-navigation-subtext {
  display: block;
  font-size: 12px;
  font-family: Georgia, Times, "Times New Roman";
  font-style: italic;
}
#navigation div.sub1 .menu:hover,
#navigation div.sub1 .menu:focus {
  background: #990000;
  color: #fff;
}
#navigation div.sub1 a.path {
  background: #990000;
  color: #fff;
}
#view #navigation div.sub1 > .item {
  width: 100%;
  margin: 0;
}
#view #navigation div.sub1 > .item.exit .menu {
  border: none;
}
#view #navigation div.sub1 > .item .menu {
  font-size: 18px;
  display: block;
  color: #000;
  background: none;
  padding: 5px 0 5px 10px;
  line-height: 1.1;
  border-bottom: 1px solid #ccc;
  margin: 0 32px 0 38px;
}
#view #navigation div.sub1 > .item .menu .cb-navigation-subtext {
  font-size: 13px;
  margin-top: 4px;
}
#view #navigation div.sub1 > .item .menu:hover,
#view #navigation div.sub1 > .item .menu:focus,
#view #navigation div.sub1 > .item .menu.path {
  background: none;
  color: #990000;
}
#footer div.sub1 {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 75px;
}
#footer .sub1 > .item {
  width: 15.66666667%;
  margin-right: 1%;
  min-height: 140px;
}
#footer div.sub1 .menu {
  color: #6c6d6d;
  font-size: 12px;
  font-weight: bold;
  min-height: 51px;
}
#footer div.sub1 .menu .cb-navigation-subtext {
  display: none;
}
#footer div.sub1 .menu:hover,
#footer div.sub1 .menu:focus {
  color: #990000;
}
#footer div.sub1 a.here {
  color: #990000;
}
/* LEVEL 2 */
div.sub2 {
  width: 100%;
}
#navigation div.sub2 {
  display: none;
}
#footer .sub2 > .item {
  width: 100%;
}
#footer div.sub2 .menu {
  font-weight: normal;
  display: inline-block;
  padding: 3px 0;
  line-height: 1.2;
  min-height: 0;
}
#footer div.sub2 .menu .cb-navigation-subtext {
  display: none;
}
#subnavi .sub2 > .item {
  width: 100%;
}
#subnavi div.sub2 .menu {
  float: left;
  display: inline-block;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
  padding: 4px 15px 3px 0;
}
#subnavi div.sub2 .menu .cb-navigation-subtext {
  display: none;
}
#subnavi div.sub2 .menu:hover,
#subnavi div.sub2 .menu:focus {
  color: #990000;
}
#subnavi div.sub2 a.path {
  color: #990000;
}
/* LEVEL 3 */
#social {
  float: right;
  margin-top: 20px;
}
#social .meta {
  display: block;
  float: left;
  width: 51px;
  height: 51px;
  background: url(/images/social.png) no-repeat 0 0;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  color: #000;
  margin-left: 10px;
  background-size: 204px auto;
}
#social .meta.service_custcontact {
  background: none;
  height: auto;
  width: auto;
  min-height: 17px;
  padding: 17px 0;
  margin-left: 0;
  margin-right: 20px;
}
#social .meta.service_google {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#social .meta.service_facebook {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -51px 0;
}
#social .meta.service_twitter {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -102px 0;
}
#social .meta.service_youtube {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -153px 0;
}
#social .meta:hover,
#social .meta:focus {
  opacity: 0.6;
  color: #990000;
}
/******* layout-medium.less 2013-1-16 *******/
.desk {
  max-width: 92%;
}
#home {
  width: 104px;
  margin-top: 20px;
}
.cb-layout2 #home,
.cb-layout3 #home {
  width: 80px;
}
.claim {
  margin-top: 82px;
  margin-left: 15px;
  font-size: 42px;
  min-height: 55px;
}
.cb-layout2 .claim,
.cb-layout3 .claim {
  margin-left: 5.53191489%;
}
#content {
  margin-top: 17px;
}
#view #navigation {
  top: 154px;
}
#subnavi {
  display: block;
}
#social .meta {
  width: 38px;
  height: 38px;
  background-size: 152px auto;
  margin-left: 7px;
}
#social .meta.service_custcontact {
  margin-right: 14px;
  padding: 10px 0 11px;
}
#social .meta.service_facebook {
  background-position: -38px 0;
}
#social .meta.service_twitter {
  background-position: -76px 0;
}
#social .meta.service_youtube {
  background-position: -114px 0;
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area h2,
.area .foot {
  margin-right: 1.56739812%;
  margin-left: 1.56739812%;
}
.area .part,
.area > .grid table {
  margin-right: 1.56739812%;
  margin-left: 1.56739812%;
  width: 96.86520376%;
}
.area .tiny {
  width: 46.86520376%;
}
.area > .slim {
  width: 50%;
}
.area > .slim h2,
.area > .slim .foot,
.area > .slim .part,
.area > .slim.grid table {
  margin-right: 3.13479624%;
  margin-left: 3.13479624%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 93.73040752%;
}
.area > .slim .tiny {
  width: 43.73040752%;
}
.cb-layout2 .main,
.cb-layout2 .base,
.cb-layout3 .main,
.cb-layout3 .base {
  width: 100%;
}
.cb-layout2 .main > .unit,
.cb-layout2 .base > .unit,
.cb-layout3 .main > .unit,
.cb-layout3 .base > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-layout2 .main h2,
.cb-layout2 .base h2,
.cb-layout3 .main h2,
.cb-layout3 .base h2,
.cb-layout2 .main .foot,
.cb-layout2 .base .foot,
.cb-layout3 .main .foot,
.cb-layout3 .base .foot {
  margin-right: 2.09205021%;
  margin-left: 2.09205021%;
}
.cb-layout2 .main .part,
.cb-layout2 .base .part,
.cb-layout3 .main .part,
.cb-layout3 .base .part,
.cb-layout2 .main > .grid table,
.cb-layout2 .base > .grid table,
.cb-layout3 .main > .grid table,
.cb-layout3 .base > .grid table {
  margin-right: 2.09205021%;
  margin-left: 2.09205021%;
  width: 95.81589958%;
}
.cb-layout2 .main .tiny,
.cb-layout2 .base .tiny,
.cb-layout3 .main .tiny,
.cb-layout3 .base .tiny {
  width: 45.81589958%;
}
.cb-layout2 .main > .slim,
.cb-layout2 .base > .slim,
.cb-layout3 .main > .slim,
.cb-layout3 .base > .slim {
  width: 50%;
}
.cb-layout2 .main > .slim h2,
.cb-layout2 .base > .slim h2,
.cb-layout3 .main > .slim h2,
.cb-layout3 .base > .slim h2,
.cb-layout2 .main > .slim .foot,
.cb-layout2 .base > .slim .foot,
.cb-layout3 .main > .slim .foot,
.cb-layout3 .base > .slim .foot,
.cb-layout2 .main > .slim .part,
.cb-layout2 .base > .slim .part,
.cb-layout3 .main > .slim .part,
.cb-layout3 .base > .slim .part,
.cb-layout2 .main > .slim.grid table,
.cb-layout2 .base > .slim.grid table,
.cb-layout3 .main > .slim.grid table,
.cb-layout3 .base > .slim.grid table {
  margin-right: 4.18410042%;
  margin-left: 4.18410042%;
}
.cb-layout2 .main > .slim .part,
.cb-layout2 .base > .slim .part,
.cb-layout3 .main > .slim .part,
.cb-layout3 .base > .slim .part,
.cb-layout2 .main > .slim.grid table,
.cb-layout2 .base > .slim.grid table,
.cb-layout3 .main > .slim.grid table,
.cb-layout3 .base > .slim.grid table {
  width: 91.63179916%;
}
.cb-layout2 .main > .slim .tiny,
.cb-layout2 .base > .slim .tiny,
.cb-layout3 .main > .slim .tiny,
.cb-layout3 .base > .slim .tiny {
  width: 41.63179916%;
}
.side {
  width: 100%;
}
.side > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.side h2,
.side .foot {
  margin-right: 3.10559006%;
  margin-left: 3.10559006%;
}
.side .part,
.side > .grid table {
  margin-right: 3.10559006%;
  margin-left: 3.10559006%;
  width: 93.78881988%;
}
.side .tiny {
  width: 43.78881988%;
}
.side > .slim .part,
.side > .slim.grid table {
  width: 93.78881988%;
}
.side > .slim .tiny {
  width: 43.78881988%;
}
.main > .wide.form .tile .name,
.main > .wide a.capt {
  float: left;
  width: 33%;
}
.main > .wide.form .tile .chop,
.main > .wide.form .tile textarea,
.main > .wide.form .tile input.text,
.main > .wide.form .tile .ctrl,
.main > .wide input.capt {
  float: right;
  width: 63%;
}
.main,
.base {
  margin-left: -1.61812298%;
  margin-top: 6px;
  width: 103.23624595%;
}
.cb-layout2 .main,
.cb-layout2 .base,
.cb-layout3 .main,
.cb-layout3 .base {
  margin-left: -2.18340611%;
  width: 104.36681223%;
}
.side {
  float: right;
  width: 34.25531915%;
  margin-top: -10px;
  margin-right: -1.06382979%;
}
div.side div.slim div.tiny {
  width: 43.47826087%;
}
div.side div.flat {
  width: 93.78881988%;
  margin-left: 3.10559006%;
  margin-right: 3.10559006%;
}
div.side div.flat div.head h2,
div.side div.flat div.part {
  margin-left: 5.9602649%;
  margin-right: 5.9602649%;
}
div.side div.flat div.tall {
  width: 88.0794702%;
}
div.side div.flat div.tiny {
  width: 38.0794702%;
}
#disp {
  left: 20%;
  margin-left: 0;
  width: 60%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 100px !important;
}
#disp.zoom,
#disp.tube {
  left: 5%;
  margin-left: 0;
  width: 90%;
}
/*#disp.site li,
div.cb-sitemap li {
  .font-size(14); 
}*/
h1,
h2 {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* scan-large.less 2013-1-16 */
.scan li,
.scan li > .cb-hybrid,
.scan span,
.same > .cb-hybrid {
  padding: 0 0.3em;
}
th.prev,
th.next {
  font-weight: normal;
}
.scan th.prev,
.scan td.prev {
  text-align: left;
}
.scan th.next,
.scan td.next {
  text-align: right;
}
.same,
.this .same,
.same > .cb-hybrid {
  background: #990000;
  color: #fff;
}
.same,
.mese .same > span {
  background-color: #990000;
}
.this .same,
.this .same > .cb-hybrid,
.mese.this .same > span {
  background-color: #660000;
}
.mese .same {
  background: none;
}
/******* module-album-large.less 2013-1-16 *******/
.cb-manual > .head > h2 {
  padding-right: 40px;
  min-height: 24px;
}
.aspt,
.cb-sort-mode {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.125em 1em;
  min-height: 2.2em;
  border: 1px solid;
  border-color: #800000 #4d0000 #4d0000 #800000;
  border-radius: 2px;
  background-color: #990000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(51, 0, 0, 0.75);
  line-height: 2.2em;
  float: left;
  text-shadow: none;
}
.aspt:hover,
.cb-sort-mode:hover,
.aspt:focus,
.cb-sort-mode:focus {
  border-color: #800000 #4d0000 #4d0000 #800000;
  background-color: #a80000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.aspt:active,
.cb-sort-mode:active {
  outline: none;
  border-color: #800000 #4d0000 #4d0000 #800000;
  background-color: #660000;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  text-shadow: none;
}
.aspt {
  margin-right: 0.5em;
}
/*# sourceMappingURL=screen-medium.css.map */