/*------------------------------------------------------
  Header
------------------------------------------------------*/
#header #selectNotation {
  display: inline-block;
}

#header #selectNotation .radio {
  cursor: default;
}

#header .selectLang .radiolabel {
  background-image: url("/static_contents/sp/common/images/header_option_radio_grayout.png");
  cursor: default;
}

/*------------------------------------------------------
  Header menu fix
------------------------------------------------------*/
#header #globalNav a:hover {
  background: url("/common/images/header_nav_bg.png") repeat-x scroll center center transparent;
}

/*------------------------------------------------------
  Common Styles
------------------------------------------------------*/
.w-button a {
  display: inline-block;
  background: #fdfdfc;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfc), color-stop(100%, #f1ece8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfc 0%, #f1ece8 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfc), to(#f1ece8));
  background: linear-gradient(to bottom, #fdfdfc 0%, #f1ece8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfc', endColorstr='#f1ece8', GradientType=0);
  /* IE6-9 */
  border: 1px solid #d0c7be;
  border-radius: 5px;
  color: #504134;
  font-size: 129%;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

.w-button a:hover {
  opacity: 1.0;
  -ms-filter: "alpha(opacity=80)";
}

.w-button a span {
  display: inline-block;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 15px 20px 10px 50px;
}

a.audioButton img {
  padding: 0;
  margin: 0;
}

/*------------------------------------------------------
  Common styles ( Collection )
------------------------------------------------------*/
#main.collection section {
  position: relative;
}

#main.collection section span.audioSpan,
#main.collection section a.audioButton,
#main.collection section a.audioButton img,
#main.collection section a.audioButton.loading {
  height: 42px;
  width: 42px;
  background-size: 42px 42px;
}

#main.collection section span.under1 {
  border-bottom: 1px solid #ff0000;
}

#main.collection .collection_menu {
  margin: 20px 0;
  text-align: center;
}

#main.collection .collection_menu select {
  padding: 5px;
  display: block;
  width: 100%;
}

#main.collection section span.under2 {
  border-bottom: 3px double #ff0000;
}

#main.collection section h2 {
  margin-bottom: 10px;
}

#main.collection section h2 span {
  font-size: 65%;
}

#main.collection section .pdfDownloadlButton {
  text-align: center;
}

#main.collection section .pdfDownloadlButton a span {
  font-size: 130%;
  background-image: url(../images/ic_pdf_download.png);
  background-size: 27px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.collection section .pdfDownloadlButton a span {
    background-image: url(../images/ic_pdf_download@2x.png);
  }
}

#main.collection section .section-radius-solid {
  margin: 0 auto;
  font-size: 16px;
  border-radius: 20px;
  border: 10px solid #ebe7dd;
  background-color: rgba(255, 255, 255, 0.8);
}

#main.collection section .tabs {
  border-bottom: 1px #85786e dotted;
  text-align: center;
  margin: 20px 10px;
}

#main.collection section .tabs a {
  color: #85786e;
  text-decoration: none;
  border: 1px #85786e dotted;
  display: block;
  padding: 10px;
  margin-bottom: -1px;
  width: 40%;
  background: #dcd4ce url(../images/ic_tab_close.png) 10px center no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.collection section .tabs a {
    background-size: 12px 12px;
    background-image: url(../images/ic_tab_close@2x.png);
  }
}

#main.collection section .tabs a:nth-child(odd) {
  float: left;
}

#main.collection section .tabs a:nth-child(even) {
  float: right;
}

#main.collection section .tabs a.tab_selected {
  color: #655344;
  border-bottom: 1px #ffffff solid;
  background: #ffffff url(../images/ic_tab_open.png) 10px center no-repeat;
  background-size: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.collection section .tabs a.tab_selected {
    background-image: url(../images/ic_tab_open@2x.png);
  }
}

#main.collection section ul li {
  margin: 0 5px;
  padding: 10px;
  border-top: 1px #85786e dotted;
  position: relative;
}

#main.collection section ul li.topword {
  background-color: #fdf6db;
  border: 0;
}

#main.collection section ul li.topword .jpSentencessubtitle {
  font-weight: bold;
}

#main.collection section ul li.topword + li {
  border-top: 0;
}

#main.collection section ul li.bordered {
  border-top-width: 5px;
  border-top-style: solid;
}

#main.collection section ul li:first-child {
  border-top: 0;
}

#main.collection section ul li a.audioButton {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -21px;
  padding: 0;
  height: 42px;
  width: 42px;
  border-radius: 5px;
  overflow: hidden;
}

#main.collection section ul li a.audioButton.loading {
  background: url(/static_contents/sp/common/images/ic_loading.gif) right center no-repeat;
}

#main.collection section ul li a.audioButton.loading img {
  visibility: hidden;
}

#main.collection section ul li .jpSentences:last-child {
  margin-bottom: 0;
}

#main.collection section ul li > div > img {
  float: left;
  margin-right: 10px;
}

/*------------------------------------------------------
  Collection Number
------------------------------------------------------*/
/*------------------------------------------------------
  Collection Calendar
------------------------------------------------------*/
/*------------------------------------------------------
  Collection time
------------------------------------------------------*/
/*------------------------------------------------------
  Collection Colour
------------------------------------------------------*/
/*------------------------------------------------------
  Collection Position / Location
------------------------------------------------------*/
/*------------------------------------------------------
 Common styles ( Help / About / How to use / Hints for use )
------------------------------------------------------*/
#main.info h1 {
  background-image: none;
  color: #655344;
  font-weight: bold;
  margin: 20px 0;
  font-size: 120%;
}

#main.info h1 span {
  background-image: none;
}

#main.info .language_link {
  text-align: right;
}

#main.info h4 {
  background: none;
  color: #655444;
  font-size: 115%;
  border-bottom: 1px solid #655444;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 20px 0;
}

#main.info p,
#main.info ul,
#main.info ol {
  margin: 20px 0;
  color: #655344;
}

#main.info p {
  font-size: 100%;
}

#main.info p.infoword {
  font-weight: bold;
}

#main.info section h2:first-child {
  margin-top: 0;
}

#main.info section h2:first-of-type {
  margin-top: 0;
}

#main.info section h3 {
  font-weight: bold;
  font-size: 130%;
}

#main.info section dl dt {
  margin-top: 0.5em;
}

#main.info section dl dt:first-child {
  margin-top: 0;
}

#main.info section .gotop {
  text-align: right;
}

#main.info section .gotop > div {
  background: url(/static_contents/sp/do-can-do/images/ic_gotop.png) left center no-repeat;
  background-size: 14px 14px;
  padding: 0 10px 0 18px;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.info section .gotop > div {
    background-image: url(/static_contents/sp/do-can-do/images/ic_gotop@2x.png);
  }
}

#main.info section .gotop > div a {
  color: #655344;
}

#main.info ol {
  counter-reset: basic;
  margin: 20px 0;
}

#main.info ol li {
  counter-increment: basic;
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

#main.info ol li:before {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  content: "(" counter(basic) ")";
}

#main.info ol.normal li:before {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  content: counter(basic) ". ";
}

#main.info section .contentlist {
  line-height: 1.6;
  font-weight: bold;
  padding: 10px;
}

#main.info section .contentlist > div {
  background: url(/static_contents/sp/do-can-do/images/ic_pageindex.png) left 0.5em no-repeat;
  background-size: 6px 10px;
  padding-left: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.info section .contentlist > div {
    background-image: url(/static_contents/sp/do-can-do/images/ic_pageindex@2x.png);
  }
}

#main.info section .contentlist > div a {
  color: #655344;
}

/*------------------------------------------------------
  help
------------------------------------------------------*/
#main.help dl dt {
  font-weight: bold;
}

#main.help dl dd {
  margin-left: 0;
}

#main.info.help section .contentlist:last-child {
  border-top: 3px solid #ece9e7;
  padding-top: 10px;
}

#main.info.help p a {
  text-decoration: underline;
}

/*------------------------------------------------------
  About this site
------------------------------------------------------*/
#main.about section {
  /* padding: 19px; */
}

#main.info.about h3 span {
  display: block;
  font-size: 60%;
  font-weight: normal;
}

#main.info.about table.sound {
  font-size: 65%;
  background: #ffffff;
  border: 3px solid #655344;
  width: 100%;
  margin: 20px 0;
}

#main.info.about table.sound th, #main.info table.sound td {
  vertical-align: middle;
}

#main.info.about table.sound th:first-child {
  text-align: center;
}

#main.info.about table.sound th, #main.info table.sound td {
  border-left: 2px solid #655344;
  padding: 0.25em;
}

#main.info table.sound td.cRoman {
  color: #eb2b3a;
}

#main.info.about table.sound thead {
  border: 2px solid #655344;
}

#main.info.about table.sound tbody:nth-child(2n-1) {
  background: #ece8dd;
}

#main.info.about table#sound p {
  margin: 0;
  font-size: 100%;
}

#main.info.about section .contentlist:last-child {
  border-top: 3px solid #ece9e7;
  padding-top: 10px;
}

/*------------------------------------------------------
  Mylist How to use
------------------------------------------------------*/
#main.mylist.how_to_use .language_link {
  text-align: right;
  padding: 0 10px 20px 0;
}

#main.mylist.how_to_use section h2 {
  margin: 0 0 20px;
}

#main.mylist.how_to_use section p {
  color: #655344;
  margin: 0 0 20px;
}

#main.mylist.how_to_use section p.pict {
  margin-bottom: 60px;
}

#main.mylist.how_to_use section p.pict img {
  display: block;
  margin: 0 auto 20px;
  width: 280px;
  height: auto;
}

/*------------------------------------------------------
  Common styles ( Do! can-do )
------------------------------------------------------*/
body.cando {
  background-size: 27px 27px;
  background: url(/static_contents/sp/do-can-do/images/cando_bg02.gif) left top repeat;
}

body.cando #main.info.cando > hgroup h1 {
  font-weight: bold;
  background: none;
  border: 0;
  color: #655344;
  font-size: 228%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

body.cando #main.info.cando > hgroup h2 {
  font-size: 65%;
}

#main.info.cando.hints_for_use {
  background: url(/static_contents/sp/do-can-do/images/cando_bg.png) right 30px no-repeat;
  background-size: 137px 34px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.info.cando.hints_for_use {
    background: url(/static_contents/sp/do-can-do/images/cando_bg.png) right 30px no-repeat;
  }
}

#main.info.cando.hints_for_use hgroup.yattette {
  background-image: url(/common/images/cando/yattette_mark.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}

/*------------------------------------------------------
  Do can do - Index
------------------------------------------------------*/
#main.cando.cando_index {
  color: #655344;
}

#main.cando.hints_for_use .language_link {
  text-align: right;
}

#main.cando.cando_index section .contents {
  position: relative;
  overflow: hidden;
}

#main.cando.cando_index section .contents ul.levelbt {
  float: left;
  position: relative;
  padding: 0;
  left: 50%;
}

#main.cando.cando_index section .contents ul.levelbt li {
  float: left;
  position: relative;
  width: 139px;
  overflow: hidden;
  left: -50%;
  line-height: 0;
  background-image: none;
  margin: 0 1px 1px 0;
}

#main.cando.cando_index section .contents ul.levelbt li a {
  display: inline-block;
  background-image: url(/static_contents/sp/common/images/ic_arrow_right.png);
  background-size: 8px 12px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  line-height: 1;
  text-align: left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.cando.cando_index section .contents ul.levelbt li a {
    background-image: url(/static_contents/sp/common/images/ic_arrow_right@2x.png);
  }
}

#main.cando.cando_index section .contents ul.levelbt li a span {
  margin: 0;
  padding: 0;
  display: table-cell;
  height: 5em;
  vertical-align: middle;
  background: none;
}

#main.cando.cando_index section .b-button.btn_hints {
  text-align: center;
  margin: 20px 0;
}

#main.cando.cando_index section .b-button.btn_hints a {
  padding: 0.5em 1em;
}

#main.cando.cando_index section .b-button.btn_hints a span {
  background-image: url(/static_contents/sp/common/images/ic_arrow_right.png);
  background-size: 8px 12px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main.cando.cando_index section .b-button.btn_hints a span {
    background-image: url(/static_contents/sp/common/images/ic_arrow_right@2x.png);
  }
}

/*------------------------------------------------------
  Do! can-do Hints for use
------------------------------------------------------*/
#main.info.cando.hints_for_use section .ic_bubble {
  vertical-align: middle;
}

#main.info.cando.hints_for_use section .gotop {
  border: 3px solid #ece9e7;
  border-width: 0 0 3px;
  margin: 20px 0 0;
  padding: 0 0 10px;
  text-align: right;
}

#main.info.cando.hints_for_use section .contentlist {
  border: 3px solid #ece9e7;
  border-width: 3px 0;
  margin: 20px 0;
}

#main.info.cando.hints_for_use section .contentlist:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

#main.info.cando.hints_for_use section p.helps img {
  display: block;
  margin: 0 auto 20px;
  width: 280px;
  height: auto;
}

/*------------------------------------------------------
  Common styles Popup window
------------------------------------------------------*/
#header.popup {
  height: 60px;
  min-width: 0;
}

#header.popup .wrap {
  margin: auto;
  width: 320px;
  min-width: 0;
}

#footer.popup .wrap {
  width: 320px;
  min-width: 0px;
  margin: auto;
}

#footer.popup .wrap .copyright {
  float: left;
  margin: 0;
  padding: 25px 0;
}

#footer.popup .wrap .japanfoundation {
  float: right;
  padding: 10px 0;
}

/*------------------------------------------------------
  Search Romaji list
------------------------------------------------------*/
#main.search.romajilist .goto_special {
  font-size: 12px;
  text-align: right;
  width: 280px;
  margin: 50px auto 20px;
}

#main.search.romajilist .goto_special a {
  text-decoration: underline;
}

#main.search.romajilist section {
  font-size: 10px;
}

#main.search.romajilist section table {
  margin: 20px auto;
  font-size: 130%;
  background: #ffffff;
  border: 3px solid #938070;
}

#main.search.romajilist section table tr {
  border: 2px solid #938070;
  border-width: 0 2px;
}

#main.search.romajilist section table th,
#main.search.romajilist section table td {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: 2px solid #938070;
  height: 2em;
}

#main.search.romajilist section table td.kana {
  background: #f4f2ed;
  font-weight: bold;
  border-right: 1px dashed #938070;
  width: 2em;
}

#main.search.romajilist section table td.romaji {
  color: #ec3846;
  border-right: 2px solid #938070;
  font-style: italic;
  width: 2em;
}

#main.search.romajilist table.sound {
  width: 279px;
  background: #ffffff;
  border: 3px solid #938070;
  margin: 20px auto;
  font-size: 85%;
}

#main.search.romajilist table.sound tbody {
  border-bottom: 1px solid #938070;
}

#main.search.romajilist table.sound th,
#main.search.romajilist table.sound td {
  vertical-align: middle;
  border-bottom: 0;
  border-left: 2px solid #938070;
}

#main.search.romajilist table.sound th:first-child {
  text-align: center;
}

#main.search.romajilist table.sound th,
#main.search.romajilist table.sound td {
  border-left: 2px solid #938070;
  padding: 0.25em;
}

#main.search.romajilist table.sound td.cRoman {
  color: #eb2b3a;
}

#main.search.romajilist table.sound thead {
  border: 2px solid #938070;
}

#main.search.romajilist table.sound tbody:nth-child(2n-1) {
  background: #f4f2ed;
}

#main.search.romajilist table#sound p {
  margin: 0;
  font-size: 100%;
}

#main.search.romajilist section .contentlist:last-child {
  border-top: 3px solid #ece9e7;
  padding-top: 10px;
}

/*# sourceMappingURL=static_contents.css.map */
