/******************************************************************
Theme :Brazil government bond
Theme URI:
Description:ブラジル国債ナビ
Author: mn
Author URI:
Version: 1.0
******************************************************************/
@charset "UTF-8";
/* CSS Document */
/*========== reset ==========*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-size:62.5%;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  background-color: #F2F2F2;
  -webkit-text-size-adjust: 100%;
}
body.iframe {
  background-color: #fff;
  }
body.iframe #wpadminbar {
  display: none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: rgba(14,70,122,1);
  text-decoration: none;
  transition: all  0.3s ease;
}
a:hover{
  color: rgba(14,70,122,.8);
}
img {
  width: 100%;
  height: auto;
}
a img {
  transition: all  0.3s ease;
}
a:hover img{
  opacity:0.80;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
time {
  font-family: 'Open Sans', sans-serif;
}
a .fa-file-pdf-o {
  margin: 0 .4em;
  color: rgb(218,60,8);
}
input {
  -webkit-appearance: none;
}
/*========== common btn ==========*/
.view {
  float: right;
  display: inline-block;
}
.view a {
  padding: .6em 1.5em;
  font-size: 1.1em;
  color: rgba(255,255,255,1);
  background-color: rgba(14,70,122,1);
  border-radius: 2px;
  display: block;
}
.view a:hover {
  background-color: rgba(14,70,122,.7);
}
@media only screen and (max-width: 768px) {
  .view {
    margin: 0 10px 0 0;
  }
}
/*========== header ==========*/
header {
  width:100%;
  height: 80px;
  background-color: rgba(3,166,75,1);
}
header .head-wrap {
  position: relative;
  top: 0;
  left: 50%;
  width:1216px;
  height: 80px;
  margin: 0 auto 0 -608px;
  background-color: rgba(255,229,6,1);
  background-image: url(images/hd-bg.png);
}
header .head {
  width: 960px;
  height: 80px;
  margin: 0 auto;
}
/*----- hd-logo -----*/
header .hd-logo {
  float: left;
  width: 388px;
  margin: 8px 0 0 0;
  overflow: hidden;
}
header .hd-logo img {
  width: 100%;
  height: auto;
}
/*----- company-logo -----*/
header .company-logo {
  float: left;
  width: 288px;
  margin: 18px 0 0 30px;
  overflow: hidden;
}
header .company-logo img {
  width: 100%;
  height: auto;
}
header .company-logo p {
  padding: 0 0 0 24px;
  font-size: .9em;
  line-height: 1.2em;
  letter-spacing: -.009em;
}
@media only screen and (max-width: 768px) {
  header {
    height: auto;
  }
  header .head-wrap {
    position: inherit;
    width:100%;
    height: auto;
    margin: 0 auto;
    background-image: none;
  }
  header .head {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
  }
  /*----- hd-logo -----*/
  header .hd-logo {
    width: 50%;
    margin: 0 0 0 20px;
  }
  /*----- company-logo -----*/
  header .company-logo {
    float: right;
    margin: 15px 10px 0 0;
  }
  header .company-logo img {
    width: 270px;
  }
}
@media only screen and (max-width: 667px) {
  header .hd-logo {
    float: none;
    width: 65%;
    margin: 0 auto;
  }
  header .company-logo {
    float: none;
    width: 96%;
    margin: 5px auto 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  header .hd-logo {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
/* ---------- textresizer ---------- */
#textresizer {
  float: right;
  width: 194px;
  height: 22px;
  margin: 29px 0;
  position:relative;
  overflow:hidden;
}
#textresizer .size-title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 22px;
  float: left;
}
ul.textresizer {
  float: left;
  width: 116px;
  overflow: hidden;
}
ul.textresizer li {
  float: left;
  margin: 0 .5em 0 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
ul.textresizer li a {
  height: 22px;
  padding: 0 .8em;
  line-height: 22px;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,1);
  border-radius: 2px;
  display: block;
}
ul.textresizer li a:hover {
  background-color: rgb(255,191,0)
}
ul.textresizer li a.textresizer-active {
  background-color: rgb(255,191,0)
}
@media only screen and (max-width: 768px) {
  #textresizer {
    display: none;
  }
}
/*========== gn ==========*/
.menu-box {
  width: 100%;
  margin: 0 auto ;
  background-color: rgb(14,70,122);
  overflow: hidden;
}
#toggle{
 display: none;
}
ul#menu {
  width:960px;
  margin: 0 auto;
}
ul#menu li {
  float: left;
  width: 20%;
  vertical-align:middle;
  text-align:center;
  font-size: 1.6em;
}
ul#menu li a {
  width:100%;
  height: 50px;
  line-height: 50px;
  color: rgba(255,255,255,.95);
  text-decoration: none;
  display: block;
  transition: all  0.3s ease;
}
ul#menu li a:hover{
  color: rgba(255,255,255,.65);
}
@media only screen and (max-width: 768px) {
  .menu-box {
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
  }
  #menu {
    display: none;
  }
  ul#menu {
    width: 100%;
    margin: 0 auto;
  }
  ul#menu li {
    width: 100%;
    font-size: 1.4em;
    border-bottom: 1px solid rgba(255,255,255,.3);
    float: none;
  }
  ul#menu li a{
    text-decoration: none;
    height: 2.8em;
    padding: 0;
    line-height: 2.8em;
    background-color: rgb(14,70,122);
    display:block;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    height: 4em;
    margin: 0 auto 1px auto;
    background-color: rgba(3,166,75,1);
  }
  #toggle a{
    display: block;
    position: relative;
    line-height: 2.8em;
    color: rgba(255,255,255,1);
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: rgba(255,255,255,1);
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: rgba(3,166,75,1);
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}
/*========== contents ==========*/
.contents {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
}
/*========== contents-iframe ==========*/
.contents-iframe {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.contents-iframeall {
  width: 670px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
/*@media only screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
}*/
/* ========== main-column ========== */
.main {
  width: 710px;
  overflow: hidden;
  float: left;
}
.main-single {
  width: 100%;
  overflow: hidden;
  float: none;
}
.main-iframe {
  width: 100%;
  overflow: hidden;
  float: none;
}
/* ---------- slide ---------- */
.main .slide {
  height: 300px;
  width: 100%;
  margin: 0;
}
.flex-control-paging li a {
  width: 14px !important;
  height: 14px !important;
  margin: 0 10px !important;
  display: block;
}
.flex-control-paging li a.flex-active {
  color: rgba(0,0,0,.6) !important;
}
/* ---------- mob-menu ---------- */
.contents .mob-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  /* ---------- slide ---------- */
  .main .slide {
    width: 100%;
    height: auto !important;
    margin: 0 0 10px 0 !important;
    overflow: hidden;
  }
  /* ---------- mob-menu ---------- */
  .contents .mob-menu {
    display: block;
    width: 96%;
    margin: 10px auto 11px auto;
    overflow: hidden;
  }
  .contents .mob-menu ul {
    width: 100%;
    overflow: hidden;
  }
  .contents .mob-menu ul li a {
    float: left;
    width: 48%;
    margin: 0 1%;
    padding: 1.2em 0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    color: rgba(255,255,255,1);
    background-color: rgba(226,104,63,1);
    border-radius: 2px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .contents .mob-menu ul li a {
    padding: .8em 0;
    line-height: 1.2em;
  }
  .contents .mob-menu ul li br {
    display: block;
  }
}
/* ---------- breadcrumb ---------- */
#breadcrumb{
  width:100%;
  margin:0 0 2em 0;
  padding: 0 0 1em 0;
  overflow: hidden;
  border-bottom: 1px dashed rgba(0,0,0,.2);
}
#breadcrumb div {
  float:left;
  margin:0 .8em .5em 0;
  font-size:1.4em;
}
#breadcrumb div span {
  margin:0 .5em 0 0;
}
#breadcrumb a {
  color: rgb(14,70,122);
}
/* ---------- campaign-bnr ---------- */
.campaign-bnr {
}
.bnr-switch {
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0 0 25px 0;
  background-color: rgba(255,255,255,1);
  border-radius: 2px;
  overflow: hidden;
}
.campaign-bnr ul {
  width: 670px;
  margin: 10px auto;
  overflow: hidden;
}
.campaign-bnr ul li {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.campaign-bnr ul li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .campaign-bnr ul {
    width: 96%;
    margin: 0 2%;
  }
}
/* ---------- contact-info ---------- */
.contact-info {
  width: 100%;
  margin: 0 0 25px 0;
  overflow: hidden;
}
.contact-info dl {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  color: rgb(2,175,85);
  border: 2px solid rgba(3,166,75,1);
  background-image: url(images/green-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size:33px auto;
  background-size:33px auto;
  overflow: hidden;
}
.contact-info dl dt,
.contact-info dl dd.time {
  font-size: 1.6em;
  display: inline-block;
}
.contact-info dl dt {
  float: left;
  width: 48%;
  text-align: right;
}
.contact-info dl dd.time {
  float: right;
  width: 48%;
  text-align: left;
}
.contact-info dl dd.no {
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 4.8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  display: inline-block;
}
.contact-info dl dd.no a {
  color: rgb(2,175,85);
}
.contact-info dl dd.no i {
  margin: 0 .3em 0 0;
}
@media only screen and (max-width: 768px) {
  .contact-info {
    width: 96%;
    margin: 0 auto 25px auto;
  }
}
@media only screen and (max-width: 480px) {
  .contact-info dl dt,
  .contact-info dl dd.time {
    float: none;
    width: 96%;
    margin: 0 2% 10px 2%;
    text-align: center;
  }
  .contact-info dl dd.no {
    width: 100%;
    padding: 0;
    font-size: 3.4em;
  }
  .contact-info dl dd.no i {
    margin: 0 .1em 0 0;
  }
}
/*top-box*/
.top-box p {
  font-size: 1.4em;
  line-height: 1.9em;
  margin: 0 0 1.9em 0;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 764px) {
  .top-box {
    width: 96%;
    margin: 0 auto;
  }
}
/* ---------- info ---------- */
.info {
  overflow: hidden;
}
div#list-all ul,
div.tab-win ul,
ul#tab {
  margin: 0;
  font-size: 1.4em;
}
ul#tab {
  border-bottom: 6px solid rgba(14,70,122,1);
  overflow: hidden;
}
ul#tab li {
  width: 25%;
  height: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  color: rgba(14,70,122,1);
  float: left;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: all  0.3s ease;
}
ul#tab li.select {
  color: rgba(255,255,255,1);
  background: rgba(14,70,122,1);
}
ul#tab li:hover{
  color: rgba(255,255,255,1);
  background: rgba(14,70,122,1);
}
div.tab-win {
  width: 96%;
  margin: 0 2% 10px 2%;
  padding: 10px 0;
}
div.tab-win.hide {
  display: none;
}
div#list-all ul li,
div.tab-win li {
  padding: .5em 0 0 0;
  border-bottom: rgba(14,70,122,1) 1px dotted;
  overflow: hidden;
}
div#list-all ul div#list-all,
div.tab-win div#list-all {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: rgb(200, 200 ,200) 1px solid;
}
div#list-all ul li time,
div.tab-win li time {
  margin: 0 10px 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1em;
}
div.tab-win li span.cat-name {
  display: inline-block;
  width: 80px;
  color: rgb(255, 255, 255);
  font-size: 0.85em;
  font-weight: normal;
  text-align: center;
  padding: 4px 0 ;
  border-radius: 2px;
}
span.holiday {
  background: rgb(255,191,0)
}
span.information {
  background: rgba(3,166,75,1);
}
span.campaign-info {
  background: rgba(226,104,63,1);
}
div#list-all ul li span.post-title,
li span.cat-name ul li span.post-title,
div.tab-win li span.post-title {
  margin: 7px 0 10px;
  padding: 0;
  display: block;
}
ul li span.post-title a{
  color: rgba(14,70,122,1);
}
ul li span.post-title a:hover {
  padding: 0 0 0 .5em;
}
@media only screen and (max-width: 768px) {
  .info {
    width: 96%;
    margin: 0 auto;
  }
  div#list-all ul,
  div.tab-win ul,
  ul#tab {
    margin: 0;
    font-size: 1.3em;
  }
}
/* ---------- recomend ---------- */
.recommend {
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
}
.recommend h1 {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.recommend h1 img {
  width: 100%;
  height: auto;
}
.recommend h1 img.mob {
  display: none;
}
.recommend ul {
  position: relative;
  z-index: 20;
  width: 94%;
  margin: -20px 0 0 0;
  padding: 0 3% 10px 3%;
  overflow: hidden;
  background-color: rgba(255,255,255,1);
}
.recommend ul li a {
  float: left;
  width: 48%;
  margin: 0 1% 2% 1%;
  padding: 1.8em 0;
  font-size: 1.8em;
  color: rgba(255,255,255,1);
  border-radius: 2px;
  text-align: center;
  background-color: rgba(2,175,85,1);
}
.recommend ul li a:hover {
  background-color: rgba(2,175,85,.7);
}
.recommend ul li a img {
  width: 8px;
  height: auto;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .recommend {
    width: 96%;
    margin: 25px auto;
  }
  .recommend h1 img {
    display: none;
  }
  .recommend h1 img.mob {
    display: block;
  }
  .recommend ul {
    margin: 0;
  }
  .recommend ul li a img {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .recommend ul li a {
    width: 100%;
    margin: 1% 0;
    padding: 1em 0;
    font-size: 1.4em;
  }
}
/* ========== side-column ========== */
aside {
  width: 230px;
  overflow: hidden;
  float: right;
}
@media only screen and (max-width: 768px) {
  aside {
    width: 96%;
    margin: 0 auto;
    float: none;
  }
}
/* ---------- brazil-info ---------- */
aside .brazil-info {
  width: 100%;
  margin: 0 0 25px 0;
  background-color: rgba(255,255,255,1);
  overflow: hidden;
}
aside .brazil-info dl {
  margin: 0 0 10px 0;
}
aside .brazil-info dt {
  width: 100%;
  margin: 0 0 .4em 0;
  overflow: hidden;
}
aside .brazil-info dt img {
  width: 100%;
  height: auto;
}
aside .brazil-info dt img.mob {
  display: none;
}
aside .brazil-info dd {
  width: 90%;
  margin: 0 auto;
  padding: .6em 0 .6em .3em;
  font-size: 1.3em;
  color: rgba(255,255,255,.9);
  border-bottom: 1px dashed rgb(192,187,8);
  overflow: hidden;
}
aside .brazil-info dd:last-child {
  border: 0px;
}
aside .brazil-info .view {
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  aside .brazil-info dt img.mob {
    display: block;
  }
  aside .brazil-info dt img.pc {
    display: none;
  }
}
/* ---------- account-bnr ---------- */
.account-bnr {
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .account-bnr {
    display: none;
  }
}
/* ---------- side-menu ---------- */
.side-menu {
  width: 100%;
  margin: 0 0 25px 0;
}
.side-menu ul li {
  width: 100%;
}
.side-menu ul li a {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 1em 0;
  font-size: 1.5em;
  text-align: center;
  color: rgba(14,70,122,1);
  background-color: rgba(255,255,255,1);
  background-image: url(images/blue-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size:33px auto;
  background-size:33px auto;
  border: 2px solid rgba(14,70,122,1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.side-menu ul li a:hover {
  background-color: rgba(255,229,6,1);
  background-image: url(images/green-bg.png);
}
@media only screen and (max-width: 768px) {
  .side-menu .pc-only {
    display: none;
  }
}
/* ---------- bnr-box ---------- */
.bnr-box {
  width: 100%;
  overflow: hidden;
}
.bnr-box ul {
  width: 230px;
  overflow: hidden;
}
.bnr-box ul li {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.bnr-box ul li img {
  width: 100%;
  height: auto;
}
.bnr-box ul li span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bnr-box {
    width: 96%;
    margin: 0 2% 25px 2%;
  }
  .bnr-box ul {
    width: 100%;
  }
  .bnr-box ul li {
    float: left;
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
@media only screen and (max-width: 480px) {
  .bnr-box ul li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* ========== article ==========  */
/* ---------- bace ---------- */
article {
  width: 90%;
  padding: 25px 5% 25px 5%;
  margin: 0 0 25px 0;
  background-color: rgba(255,255,255,1);
  border-radius: 2px;
  overflow: hidden;
}
article .box {
  margin: 0 0 25px 0;
  overflow: hidden;
}
article.iframe {
  width: 890px;
  padding: 0;
  margin: 0 auto;
}
article.iframeall {
  width: 670px;
  padding: 0;
  margin: 0;
}
article h1 {
/*  height: 2em;*/
  margin: 0 0 1em 0;
  padding: .4em 0 0 2.6em;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
  color: rgba(1,39,76,1);
  background-image: url(images/h1-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  -moz-background-size:60px auto;
  background-size:60px auto;
}
article h2 {
  margin: 0 0 1em 0;
  padding: .7em 0 .7em 2.5em;
  font-size: 1.6em;
  font-weight: 700;
  text-indent: 0;
  color: rgba(33,33,33,1);
  border-bottom: 1px dashed rgba(0,0,0,.3);
  background-image: url(images/h2-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  -moz-background-size:30px auto;
  background-size:30px auto;
}
article h3 {
  margin: 0 0 1em 0;
  font-size: 1.4em;
  font-weight: 700;
  color: rgba(1,39,76,1);
}
article p {
  font-size: 1.4em;
  line-height: 1.9em;
  margin: 0 0 1.9em 0;
  text-align: left;
  overflow: hidden;
}
p.item-notes {
  margin: 0 0 .5em 0;
  padding: .5em 0 .5em 0;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #CC0000;
}
article a {
  color: rgba(14,70,122,1);
}
article a:hover {
  color: rgba(14,70,122,.7);
}
article .update {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  color: rgba(0,0,0,.7);
}
article a.more-link {
  margin: 0 0 0 .5em;
  font-size: .9em;
  color: rgb(14,70,122);
}
article a.more-link:hover {
  color: rgba(14,70,122,.7);
}
article .notice {
  width: 90%;
  margin: 0 0 25px 0;
  padding: 15px 5%;
  font-size: 1.4em;
  line-height: 1.9em;
  text-align: justify;
  color: rgba(0,0,0,.9);
  background-color: rgba(0,0,0,.1);
  border-radius: 2px;
  display: block;
}
article.iframe .notice {
  width: 90%;
  margin: 0;
  padding: 15px 5%;
  font-size: 1.4em;
  line-height: 1.9em;
  text-align: justify;
  color: rgba(0,0,0,.9);
  background-color: rgba(0,0,0,.1);
  border-radius: 2px;
  display: block;
}
article .notice p {
  font-size: 1em;
}
article .notice li{
  text-indent:-2.7em;
  margin: 0 0 0 2.5em;
}
article table {
  width: 100%;
  margin: 0 0 25px 0;
}
article table caption,
article table th,
article table td {
  font-size: 1.4em;
  line-height: 1.4em;
  color: rgba(0,0,0,.9);
  vertical-align: middle;
}
article table caption,
article table th {
  font-weight: 700;
}
article table td {
  padding: .8em 0;
}


.post-list h2 {
  margin: 0 0 .5em 0;
  border-bottom: 0px;
}
.post-list {
  margin: 0 0 2em 0;
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.post-list :last-child {
  border-bottom: 0px;
}
.post-list p {
  margin: 0 0 1em 0;
}


/* ========== archive-list ========== */
.archive-list {
  margin: 0 0 25px 0;
}
.archive-list dt {
  width: 100%;
  overflow: hidden;
}
.archive-list dt .update {
  float: left;
  margin: 0 1em 0 0;
  font-size: 1.4em;
  line-height: 1.4em;
}
.archive-list dt span {
  display: inline-block;
  width: 80px;
  font-size: 0.85em;
  font-weight: normal;
  text-align: center;
  padding: 4px 0 ;
  border-radius: 2px;
}
.archive-list dt span a {
  color: rgba(255,255,255,1);
  display: block;
}
.archive-list dd {
  width: 100%;
  padding: .5em 0 1em 0;
  margin: 0 0 .8em 0;
  font-size: 1.6em;
  font-weight: 700;
  border-bottom: 1px dotted rgba(0,0,0,.15);
}
.archive-list dd a {
  color: rgba(14,70,122,1);
}
.archive-list dd a:hover {
  color: rgba(14,70,122,.8);
}
/* ========== campaign ========== */
.campaign .past-campaign h2 {
  margin: 0 0 1em 0;
  padding: .7em 0;
  font-size: 1.6em;
  font-weight: 700;
  text-indent: 0;
  color: rgba(33,33,33,1);
  border-bottom: 1px dashed rgba(0,0,0,.3);
  background: none;
}
.campaign .past-campaign h2 i {
  margin: 0 .5em 0 0;
  color: rgb(14,70,122);
}
.campaign .end-msg {
  margin: 0 0 1.5em 0;
  padding: .8em 0;
  font-size: 1.8em;
  text-align: center;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,.3);
  border-radius: 2px;
}
.campaign dl.insession,
.campaign ul.end {
  width: 100%;
  overflow: hidden;
}
.campaign dl.insession {
  margin: 0 0 25px 0;
}
.campaign dl.insession dt,
.campaign ul.end li {
  width: 100%;
  padding: 1em 0 1em 0;
  font-size: 1.4em;
  font-weight: 700;
}
.campaign ul.end li {
  border-bottom: 1px dashed rgba(0,0,0,.15);
}
.campaign dt span,
.campaign li span {
  margin: 0 1em 0 0;
  font-weight: 700;
}
.campaign li span time:after {
  content:"告知";
  margin: 0 0 0 .3em;
}

.font-large {
  font-size: 1.2em;
}
@media only screen and (max-width: 480px) {
  .campaign li span {
    margin: 0 0 .5em 0;
    display: block;
  }
  .font-large {
    font-size: 1em;
  }
}
/* ========== simulation ========== */
.simulation-frame {
  width: 100%;
  overflow: hidden;
}
.simulation-frame iframe {
  width: 100%;
  height: 1950px;
}
/*ipad-VERTICAL iphone6+-HORIZON*/
@media only screen and (max-width: 768px) {
  .simulation-frame iframe {
    height: 2550px;
  }
}
/*iphone6-HORIZON*/
@media only screen and (max-width: 667px) {
  .simulation-frame iframe {
    height: 2750px;
  }
}
/*iphone5-HORIZON*/
@media only screen and (max-width: 568px) {
  .simulation-frame iframe {
    height: 3150px;
  }
}
/*iphone6+-VERTICAL*/
@media only screen and (max-width: 414px) {
  .simulation-frame iframe {
    height: 4350px;
  }
}
/*iphone6-VERTICAL*/
@media only screen and (max-width: 375px) {
  .simulation-frame iframe {
    height: 5000px;
  }
}
/*iphone5-VERTICAL*/
@media only screen and (max-width: 320px) {
  .simulation-frame iframe {
    height: 6250px;
  }
}
/* ========== faq ========== */
.faq h3 {
  margin: 0 0 1em 0;
  padding: .7em 0;
  font-size: 1.6em;
  font-weight: 700;
  text-indent: 0;
  color: rgba(33,33,33,1);
  border-bottom: 1px dashed rgba(0,0,0,.3);
  background: none;
}
.faq h3 i {
  margin: 0 .5em 0 0;
  color :rgb(14,70,122);
}
.wpp-views {
  width: 80px;
  height: 1.4em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: rgba(0,0,0,.2);
  font-size: .9em;
  color: rgba(255,255,255,1);
  background-color: rgba(3,166,75,1);
  border-radius: 2px;
  display: block;
}
.search-box,
.popular-box {
  width: 100%;
  margin: 0 0 35px 0;
}
.search-box p {
  margin: 0 0 .5em 0;
}
.search-box label {
  display: none;
}
.search-box input[type="text"] {
  height: 26px;
  width: 50%;
  padding: 0 .5em;
  font-size: 1.4em;
}
.popular-box ul {
  width: 100%;
  overflow: hidden;
}
.faq-list {
  width: 100%;
  overflow: hidden;
}
.popular-box ul li,
.faq-list li {
  font-size: 1.4em;
}
.popular-box ul li {
  margin: 0 0 .5em 0;
  padding: 0 0 .7em 0;
  line-height: 1.5em;
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.faq-list li {
  margin: 0 0 1em 3em;
  text-indent: -2.7em;
  line-height: 1.4em;
  counter-increment: num;
}
.faq-list li:before {
  margin: 0 .3em 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: rgba(0,0,0,.6);
  content: "Q0"counter(num)". ";
}
.faq-list li:nth-child(n+10):before {
  content: "Q"counter(num)". ";
}
.popular-box ul li a,
.faq-list li a {
  width: 100%;
  margin: 0 0 1.7em 0;
}
.popular-box ul li a i,
.faq-list li a i {
  margin: 0 .5em 0 0;
  font-size: 1.2em;
}

/* ---------- form-elements ---------- */
input[type="text"] {
  box-sizing: border-box;
  border: 2px solid rgba(0,0,0,.3);
  border-radius: 2px;
}
input[type="text"]:focus {
  border: 2px solid rgba(0,0,0,.1);
  background-color: rgba(255,255,255,1);
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #777;
  line-height: 1.3em;
}
input::-moz-placeholder {
  color: #777;
  line-height: 1.3em;
}
input:-ms-input-placeholder {
  color: #777;
  line-height: 1.3em;
}
input#s {
  float: left;
  margin: 0 1em 0 0;
  line-height: 21px;
}
#searchsubmit {
  box-sizing: border-box;
  height: 26px;
  width: 80px;
  font-size: 1.4em;
  line-height: 21px;
  color: rgba(255,255,255,1);
  background-color: #E2683F;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
/* ========== search-result ========== */
.search-result h1 span {
  font-size: .7em;
}
.search-result h2 {
  margin: 0 0 1em 0;
  padding: .7em 0;
  font-size: 1.6em;
  font-weight: 700;
  text-indent: 0;
  color: rgba(33,33,33,1);
  border-bottom: 1px dashed rgba(0,0,0,.3);
  background: none;
}
.search-result h2 i {
  margin: 0 .5em 0 0;
  color: rgb(14,70,122);
}
.search-result ul {
  width: 100%;
  overflow: hidden;
}
.search-result ul li {
  line-height: 1.7em;
  margin: 0 0 1em 3em;
  text-indent: -.9em;
}
.search-result ul li a {
  width: 100%;
  margin: 0 0 1.7em 0;
  font-size: 1.4em;
}
.search-result ul li a i {
  margin: 0 .5em 0 0;
  font-size: 1.2em;
}
/* ========== item-list(国債利率・価格) ========== */
.item {
  margin: 0 0 25px 0;
  overflow: hidden;
}
.item .update:before {
  content: "更新日："
}
.item-list {
  width: 100%;
  /*  margin: 0 0 20px 0;*/
  overflow: hidden;
  display: table;
}
.item-list dt {
  width: 50%;
  overflow: hidden;
  display: table-cell;
}
.item-list dt img {
  width: 100%;
  height: auto;
}
.item-list .price,
.item-list .rate {
  width: 25%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 3em;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0,0,0,.9);
}
.item-list dd.price:before {
  content: "参考価格";
  margin: 0 0 .2em 0;
  font-size: .6em;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  color: rgba(0,0,0,.7);
  display: block;
}
.item-list dd.rate:before {
  content: "利回り";
  margin: 0 0 .2em 0;
  font-size: .6em;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  color: rgba(0,0,0,.7);
  display: block;
}
.item-list dd.rate:after {
  content: "%";
  font-size: .75em;
}
.sim-link {
  margin: 20px auto;
  display: block;
}

@media only screen and (max-width: 480px) {
  .item-list dt {
    width: 100%;
    margin: 0 0 1em 0;
    overflow: hidden;
    display: block;
  }
  .item-list .price,
  .item-list .rate {
    width: 50%;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    font-size: 2.2em;
  }
  .item-list dd.price:before {
    content: "参考価格：";
    margin: 0;
    font-size: .75em;
    display: inline-block;
  }
  .item-list dd.rate:before {
    content: "利回り：";
    margin: 0;
    font-size: .75em;
    display: inline-block;
  }
}
/* ==========  国内トップ水準 ========== */
.topclass {
  overflow: hidden;
  margin: 0 0 25px 0;
}
.topclass img {
  width: 100%;
  height: auto;
  margin: 0;
}
.topclass table{
  margin: 0;
}
.topclass table caption {
  margin: 0 0 .5em 0;
}
.topclass table th {
  padding: .6em 0;
  color: rgba(255,255,255,1);
  background-color: rgba(14,70,122,1);
}
.topclass table td {
  text-align: center;
}
.topclass table tr:nth-child(odd) {
  background-color: rgba(0,0,0,.05);
}
.topclass table td.fs {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
  color: rgba(208,2,27,1);
}
p.spread {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4em;
  color: #CC0000;
}
@media only screen and (max-width: 480px) {
  .topclass table br {
    display: none;
  }
  .topclass table th,
  .topclass table td {
    font-size: 1.2em;
    padding: .2em;
  }
  .topclass table td.fs {
    font-size: 1.2em;
  }
}
/* ==========  税制優遇シミュレーション ========== */
h3.melit {
  text-align: center;
  font-size: 2em;
  line-height: 1.4em;
  color: #CC0000;

}
form#cp_calculatedfieldsf_pform_1 {
  padding: 0 0 25px 0;
}
#fbuilder .fform {
  padding: 0 0 2em 0 !important;
}
#fbuilder .fform h1 {
  display: none;
}
.cp_cff_clean #fbuilder .fform span {
  font-size: 1.4em;
  line-height: 1.7em;
  color: #11487B !important;
}
.cp_cff_clean #fbuilder .fields:not(.section_breaks) {
  width: 96%;
  padding: 10px 2% !important;
  display: table !important;
}
.cp_cff_clean #fbuilder {
  text-shadow: 0px !important;
}
#fieldlist_1 label {
  font-size: 1.4em;
  font-weight: 700;
}
#fbuilder .left_aligned .fields label {
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  width: 50%!important;
}
.section_breaks {
  width: 100% !important;
}
#fbuilder .fields.section_breaks label {
  width: 100% !important;
  display: block;
  font-size: 1.8em !important;
  text-align: center !important;
  color: #11487B !important;
}
#fbuilder .left_aligned .fields .dfield {
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  width: 50%!important;
}
.cp_cff_clean #fbuilder input[type=text] {
  border: solid 0px #D7D9DA !important;
  padding: 8px!important;
  font-size: 1.4em;
  font-weight: 700;
  text-align: right;
  color: rgba(0,0,0,.8)!important;
}

#fbuilder .fields {
  margin: 0 0 10px 0;
}
#fieldname6_1,
#fieldname9_1 {
  border: 0px !important;
}
.fields label br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .fields label br {
    display: block;
  }
}

#field_1-3 {
  text-shadow: 0px 1px 0px rgba(255,255,255,0) !important;
  color: rgba(255,255,255,1)!important;
  background-color: rgba(3,166,75,1)!important;
}
#fbuilder .section_break {
  border-top: 0px dotted #555 !important;
}
#field_1-5,
#field_1-6 {
  text-shadow: 0px 1px 0px rgba(255,255,255,0) !important;
  color: rgba(0,0,0,.9)!important;
  background-color: rgba(255,229,6,1) !important;
}
#field_1-8,
#field_1-9 {
  text-shadow: 0px 1px 0px rgba(255,255,255,0) !important;
  color: rgba(255,255,255,1)!important;
  background-color: rgb(226,104,63)!important;
}
input[type=text].codepeoplecalculatedfield {
  border: solid 2px #D7D9DA !important;
}

input[type=text]#fieldname5_1,
input[type=text]#fieldname1_1,
input[type=text]#fieldname7_1,
input[type=text]#fieldname8_1,
input[type=text]#fieldname4_1,
input[type=text]#fieldname10_1,
input[type=text]#fieldname11_1 {
  background: rgba(255,255,255,.8)!important;
}
/* ==========  国債の概要 ========== */
/* ==========  流れ ========== */
.flowimg ul {
  width: 100%;
  margin: 0 0 45px 0;
  overflow: hidden;
}
.flowimg ul li {
  float: left;
  width: 19%;
  margin: 0 1% 0 0;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.09em;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.flowimg ul li a {
  width: 100%;
  padding: .8em 0;
  display: block;
  color: rgba(0,0,0,.8);
}
.flowimg ul li a .arrow {
  display: none;
}
.flowimg ul li .no {
  margin: 0 0 .3em 0;
  font-size: 1.3em;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0em;
  display: block;
}
.step1 {
  border:3px solid rgb(242,216,2);
  background-color: rgba(242,216,2,0);
}
.step1 a:hover {
  color: rgba(255,255,255,1);
  border:0px solid rgba(242,216,2,0);
  background-color: rgba(242,216,2,1);
}
.step2 {
  border:3px solid rgba(145,190,90,1);
  background-color: rgba(145,190,90,0);
}
.step2 a:hover {
  color: rgba(255,255,255,1);
  border:0px solid rgba(145,190,90,0);
  background-color: rgba(145,190,90,1);
}
.step3{
  border:3px solid rgba(60,171,139,1);
  background-color: rgba(60,171,139,0);
}
.step3 a:hover {
  color: rgba(255,255,255,1);
  border:0px solid rgba(60,171,139,0);
  background-color: rgba(60,171,139,1);
}
.step4{
  border:3px solid rgba(1,130,169,1);
  background-color: rgba(1,130,169,0);
}
.step4 a:hover {
  color: rgba(255,255,255,1);
  border:0px solid rgba(1,130,169,0);
  background-color: rgba(1,130,169,1);
}
.step5{
  border:3px solid rgba(0,116,215,1);
  background-color: rgba(0,116,215,0);
}
.step5 a:hover {
  color: rgba(255,255,255,1);
  border:0px solid rgba(0,116,215,0);
  background-color: rgba(0,116,215,1);
}
.flowimg ul li a:hover .arrow {
  display: block;
}
.tip {
  margin: 0 0 25px 0;
}
.tip li {
  padding: .5em 1em;
  height: 3.2em;
  line-height: 3.2em;
  border-bottom: 1px dashed rgba(0,0,0,.1);
}
.tip a {
  padding: .4em;
  margin: 0 0 20px 0;
  font-size: 1.5em;
  font-weight: 700;
}
.tip a.tooltip:hover {
 text-decoration: underline;
 color: rgba(14,70,122,1);
}
.tip a.tooltip span {
 display: none;
 padding: .5em;
 font-size: .8em;
 margin-left: 1em;
 line-height: 1.6em;
}
.tip a.tooltip:hover span{
 display: inline;
 position: absolute;
 background-color: rgba(3,166,75,1);
 font-weight: normal;
 color: #fff;
 width: 280px;     /* a.tooltip spanに指定すると、IE6以下でspanの領域でマウスが反応してしまう */
 border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .flowimg ul li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0em;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flowimg ul li a {
    width: 100%;
    padding: .3em 0;
    display: block;
    color: rgba(0,0,0,.8);
  }
  .tip li {
    padding: .5em 0em;
    height: 3.2em;
    line-height: 1.2em;
    border-bottom: 0px dashed rgba(0,0,0,.1);
  }
  .tip a.tooltip:hover span{
   display: inline;
   position: absolute;
   left: 5em;
   margin: 20px 0 0 0;
   background-color: rgba(3,166,75,1);
   font-weight: normal;
   color: #fff;
   width: 280px;     /* a.tooltip spanに指定すると、IE6以下でspanの領域でマウスが反応してしまう */
   border-radius: 2px;
 }
}
/* ==========  外国債の基本 ========== */
ul.risc {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  overflow: hidden;
}
ul.risc li {
  width: 48%;
  float: left;
  padding: 1em 1%;
  border-bottom: 1px dashed rgba(0,0,0,.1);
  font-size: 1.5em;
  font-weight: 700;
  color: #CC0000;
}
ul.risc li:last-child {
  border-bottom: 0px dashed rgba(0,0,0,.1);
}
ul.risc li i {
  margin: 0 .5em 0 0;
}
/* ========== ブラジルの基礎知識 ========== */
.about-brazil table {
  width: 100%;
  margin: 0 0 25px 0;
  overflow: hidden;
}
.about-brazil table th {
  padding: 0 1em 0 0;
}
.about-brazil table th,
.about-brazil table td {
  text-align: left;
  border-bottom: 1px dashed rgba(0,0,0,.1);
}
.about-brazil table td div{
  border-left:#ddd 2px solid;
  padding:0 0 0px 1em;
}
/* ==========  説明画像 ========== */
.img-box {
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
}
.float-img {
  float: right;
  width: 45%;
  margin: 0 0 0 5%;
  overflow: hidden;
}
.float-left-img {
  float: left;
  width: 45%;
  margin: 0 0 0 5%;
  overflow: hidden;
}
.source {
  margin: 0 auto;
  font-size: 1em;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .float-img,
  .float-left-img {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
}

/*========== 詳しくはこちらなどのボタン ==========*/
.detail-link {
  width: 100%;
  overflow: hidden;
}
.detail-link a {
  width: 100%;
  padding: 1.4em 0;
  font-size: 1.8em;
  text-align: center;
  font-weight: 700;
  color: rgba(255,255,255,1);
  background-color: rgba(3,166,75,1);
  background-image: url(images/tori01.png);
  background-repeat: no-repeat;
  -moz-background-size:auto 96%;
  background-size:auto 96%;
  background-position: 5% center;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.detail-link a:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(3,166,75,.8);
}
.detail-link a br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .detail-link a{
    background-position: 2% center;
  }
  .detail-link a br {
    display: block;
  }
}
/* ==========  pagelink ========== */
.page-link > ul{
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.page-link > ul li{
  width: 48%;
  padding: 0;
  margin: .3em 1%;
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
  text-indent: 1em;
  float: left;
}
.page-link > ul li a {
  width: 100%;
  padding: 1em 0;
  background-color: #f3f3f3;
  border-radius: 3px;
  display: block;
}
.hvr-icon-hang:before {
  padding: .9em 1px;
  color: #aaa;
}
@media only screen and (max-width: 480px) {
  .page-link ul li{
    width: 98%;
    padding: 0;
    margin: .3em 1%;
    float: none;
  }
}
/* ==========  pagenavi ========== */
.wp-pagenavi a, .wp-pagenavi span {
  padding: .3em .8em !important;
  margin: .5em;
  font-size: 1.1em;
  color: rgba(255,255,255,1);
  font-family: 'Open Sans', sans-serif;
  border: 0px !important;
  border-radius: 4px;
  background-color: rgba(14,70,122,1);
}
.wp-pagenavi span.current,
.wp-pagenavi span.pages {
  background-color: rgba(14,70,122,.3);
}
/*========== sitemap ==========*/
div.sitemap {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
div.sitemap ul {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
div.sitemap ul li {
  width: 100%;
  padding: .5em 0 1em 0;
  margin: 0 0 .8em 0;
  font-size: 1.4em;
  font-weight: 700;
  border-bottom: 1px dotted rgba(0,0,0,.15);
}
div.sitemap ul li ul {
  padding: .5em 0 1em 0;
  margin: 0 0 .8em 0;
}
div.sitemap ul li ul ul {
  border-bottom: 1px dotted rgba(0,0,0,.15);
}
div.sitemap ul li li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  border-bottom: 0px;
}

/*========== footer ==========*/
footer {
  width:100%;
  padding: 15px 0;
  background-color: rgba(14,70,122,1);
  overflow: hidden;
}
footer .inner {
  width:100%;
  max-width:960px;
  margin: 0 auto;
}
footer p {
  width: 96%;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.6em;
  color: rgba(255,255,255,1);
}
nav.foot-menu {
  width:100%;
  margin: 0;
  padding: 0 0 1em 0;
}
nav.foot-menu ul {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
nav.foot-menu ul li {
  float: left;
  font-size: 1.3em;
  border-right:1px solid rgba(255,255,255,1);
  color: rgba(255,255,255,1);
  padding-right:6px;
  margin-right:6px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1.5em;
}
nav.foot-menu ul li:last-child {
  border-right:0px;
}
nav.foot-menu ul li a {
  text-decoration: none;
  color: rgba(255,255,255,1);
}
nav.foot-menu ul li a i {
  margin: 0 0 0 .5em;
}

/*イメージボックス*/
ul.gallery{
  width:100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.gallery li{
  width:31.3%;
  float: left;
  margin: 0 1% 11px 1%;
}
ul.gallery li img {
  width:100%;
  height: auto;
}
@media only screen and (max-width: 480px){
  ul.gallery li{
    width:31.3%;
    float: left;
    margin: 0 1% 5px 1%;
  }
}
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox
{
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 1em rgba( 0, 0, 0, .1 ); /* 50 */
  box-shadow: 0 0 1em rgba( 0, 0, 0, .1 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
  border-radius: 50%;
}
#imagelightbox-loading
{
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
  box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;

  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
  from { opacity: .5; -webkit-transform: scale( .75 ); }
  50%  { opacity: 1;  -webkit-transform: scale( 1 ); }
  to   { opacity: .5; -webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
  from { opacity: .5; transform: scale( .75 ); }
  50%  { opacity: 1;  transform: scale( 1 ); }
  to   { opacity: .5; transform: scale( .75 ); }
}


/* OVERLAY */

#imagelightbox-overlay
{
  background-color: #fff;
  background-color: rgba( 0, 0, 0, .9 );
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */
  border: 0;

  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus
{
  background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after
{
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before
{
  -webkit-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  transform: rotate( 45deg );
}
#imagelightbox-close:after
{
  -webkit-transform: rotate( -45deg );
  -ms-transform: rotate( -45deg );
  transform: rotate( -45deg );
}


/* CAPTION */

#imagelightbox-caption
{
  font-size: 1.6em;
  text-align: center;
  color: #444;
  background-color: rgba(255,255,255,.8);
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 0.313em; /* 5 */

  -webkit-transform: translateX( -50% );
  -ms-transform: translateX( -50% );
  transform: translateX( -50% );
}
#imagelightbox-nav button
{
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active
{
  background-color: #fff;
}


/* ARROWS */

.imagelightbox-arrow
{
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em; /* 60 */
  border: 0;
  display: none;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus
{
  background-color: #666;
  background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active
{
  background-color: #111;
}
.imagelightbox-arrow-left
{
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right
{
  right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before
{
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before
{
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before
{
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in
{
  from  { opacity: 0; }
  to    { opacity: 1; }
}
@keyframes fade-in
{
  from  { opacity: 0; }
  to    { opacity: 1; }
}

@media only screen and (max-width: 41.250em) /* 660 */
{
  #container
  {
    width: 100%;
  }
  #imagelightbox-close
  {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }
  #imagelightbox-nav
  {
    bottom: 1.25em; /* 20 */
  }

  .imagelightbox-arrow
  {
    width: 2.5em; /* 40 */
    height: 3.75em; /* 60 */
    margin-top: -2.75em; /* 30 */
  }
  .imagelightbox-arrow-left
  {
    left: 1.25em; /* 20 */
  }
  .imagelightbox-arrow-right
  {
    right: 1.25em; /* 20 */
  }
}

@media only screen and (max-width: 20em) /* 320 */
{
  .imagelightbox-arrow-left
  {
    left: 0;
  }
  .imagelightbox-arrow-right
  {
    right: 0;
  }
}