@charset "utf-8";
/* CSS Document */
div#kaiinlogin a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}
.roundcorner3 {
  padding: 0 !important
}
.roundcorner3 a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 5px !important
}
.roundcorner3 a:hover {
  color: #ffcccc;
}
/* logo */
#logo span.mainindex {
  display: block;
  width: 210px;
  height: 42px;
  background: url(//www.piano.or.jp/css/images/logo.png) no-repeat left top;
  margin-top: 20px;
  margin-bottom: 7px;
}
#logo span.mainindex span.displaynone {
  display: none;
}
/* mav */
.nav_2 .naviheader2 a {
  padding: 12px 0;
}
.mb-db {
  display: none;
}
.mb-dn {
  display: block;
}
#sidebar-inner img.thumbimage {
  max-width: 100px
}
.dp60 {
  width: 100%;
}
div.mb-topimg {
  float: right;
  margin-left: 10px;
}
div.mb-topimg img {
  border: solid 1px #ccc;
  width: 150px;
}
.mailnews {
  background: url('//www.piano.or.jp/images/email.gif') 0 0 no-repeat;
  font-size: 11pt;
  padding-left: 20px;
  height: auto;
  margiin-bottom: 5px;
  line-height: 110%;
  margin: 0 0 5px 2%;
}
@media print, screen and (min-width: 660px) {
  .mb-db {
    display: block;
  }
  .mb-dn {
    display: none;
  }
  .dp60 {
    width: 60%;
  }
  .mb-topimg {
    display: none;
  }
}
.mb-toplinks {
  text-align: center;
}
.mb-toplinks:after {
  content: '';
  display: block;
  clear: both;
}
.mb-toplinks img {
  border: solid 1px #999;
  box-sizing: border-box;
  width: 48%;
  height: auto;
  margin-right: 1%
}
/* mypage */
.mypagelogin {
  display: flex;
}
.mypagelogin img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.mypagelogin div {
  width: 50%;
}
.mypagelogin div:first-child {
  margin-right: 5px;
}
.mypagelogin div a {
  display: block;
  border: solid 1px #600;
  text-align: center;
  padding: 5px;
  box-shadow: 0 2px 2px #ccc;
  background: #fff;
  transition: .3s;
  font-size: .75rem;
}
.mypagelogin div a:hover {
  text-decoration: none;
  background: #600;
  color: #fff;
}
.mypagelogin div a strong {
  font-size: 1.25rem;
  display: block;
}
/* pickup */
@media print, screen and (min-width: 660px) {
  .box_pickp table td {
    width: 50%;
    vertical-align: top;
    border: solid 1px #999;
    padding: 5px;
    transition: .3s;
    background: rgb(238, 238, 238);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  }
  .box_pickp table td:hover {
    border: solid 1px #660000;
    background: url('//www.piano.or.jp/images/pickup_back1.jpg') right center no-repeat #fff;
  }
  .box_pickp table {
    margin-bottom: 10px;
  }
  .box_pickp table h3 {
    margin-bottom: 5px;
    font-size: 10.5pt;
  }
  .box_pickp table h3 a {
    color: #cc0000;
  }
  .box_pickp table td img {
    display: none;
  }
  .box_pickp table td img {
    float: left;
    margin-right: 8px;
    border: solid 1px #bbb;
    border-radius: 3px;
    display: block;
  }
}
/* youtube */
div.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5px;
}
div.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtubelive {
  font-size: .8rem;
  text-align: center;
}
/* twitter_timeline  */
.twitterlist_timeline {
  background: #fff;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto;
  max-height: 350px;
  border: solid 1px #900;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 1rem;
}
.twitterlist_timeline_ttl {
  padding: .25rem 0;
  background: #900;
  max-width: 300px;
  margin: 0 auto;
}
.twitterlist_timeline_ttl img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
/* topnews */
/* PC_style */
.topnews_title {
  font-size: 1.1rem;
  background: none;
  padding: 0;
  margin: 0 0 .5rem;
}
@media print, screen and (min-width: 660px) {
  .topnesw_text {
    font-size: .9rem;
  }
  .topnews_image {
    float: left;
    margin-right: 20px;
    width: 40%;
    max-width: 225px;
    text-align: center;
  }
  .topnews_image_item {
    width: 100%;
    height: auto;
    max-width: 225px;
    margin: .25rem auto .25rem;
    display: block;
  }
  .topnews_image_caption {
    font-size: 10px;
    text-align: center;
  }
  /* yellow */
  .pickup_table td {
    width: 50%;
    vertical-align: top;
    border: solid 1px #999;
    padding: .5rem;
    transition: .3s;
    background: rgb(238, 238, 238);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  }
  .pickup_table td:hover {
    background: url('//www.piano.or.jp/images/pickup_back1.jpg') right center no-repeat #fff;
  }
  .pickup_image {
    width: 90px;
    float: right;
    margin-left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px
  }
  h3.pickup_title {
    font-size: .9rem;
    margin: 0 0 .5rem;
  }
}
/* mobile_style */
@media print, screen and (max-width: 660px) {
  .topnews {
    padding: 0 10px;
  }
  .topnews_title {
    font-size: 1.1rem;
  }
  .topnews_title br{
    display:none;
  }
  .topnesw_text {
    font-size: .9rem;
  }
  .topnews_image_mb {
    width: 35%;
    float: right;
    margin-left: 10px;
  }
  img.topnews_image_mb_item {
    display: block;
    border: solid 1px #ccc;
    width: 100% !important;
    height: auto;
  }
}
@media print, screen and (max-width: 414px) {
  .topnews_title {
    font-size: 5.5vw;
  }
  .topnesw_text {
    font-size: 4.25vw;
  }
}
/* pickup */
.pickup_text {
  padding: 0;
}
/* PC_style */
@media print, screen and (min-width: 660px) {
  .pickup_image {
    width: 90px !important;
  }
}
/* mobile_style */
@media print, screen and (max-width: 660px) {
  table.pickup_table{
    width:100%;
  }
  table.pickup_table td {
    display: block !important;
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  table.pickup_table td img.pickup_image {
    width: 11vw;
    height: auto;
    float: right;
    margin: -5.3vw 0 2px 10px;
    border: solid 1px #ccc;
  }
  h3.pickup_title {
    font-size: 4vw;
    margin-bottom: .25rem;
    margin-right: 14.5vw
  }
  .pickup_text {
    font-size: 3.2vw;
    color: #666;
    margin-right: 14.5vw
  }
  .box_pickup {
    padding: 0 10px !important;
  }
}
/* info */
.box_oshirase {
  border: solid 1px #999;
}
.oshirase_title {
  font-weight: bold;
  margin: 0 0 .25rem;
}
.oshirase_text {
  padding: 0;
}
/* PC_style */
@media print, screen and (min-width: 660px) {
  .box_oshirase {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
  .oshirase_title {
    font-size: 1rem;
  }
  .oshirase_text {
    font-size: .85rem;
  }
}
/* mobile_style */
@media print, screen and (max-width: 660px) {
  .box_oshirase {
    padding: 1rem;
    margin-top: 10px;
  }
  .oshirase_title {
    font-size: 4.2vw;
  }
  .oshirase_text {
    font-size: 3.5vw;
  }
}
/* PC_style */
@media print, screen and (min-width: 660px) {
  .pc_none {
    display: none !important;
  }
}
/* mobile_style */
@media print, screen and (max-width: 660px) {
  .mb_none {
    display: none !important;
  }
}