@charset "utf-8";

.tora_hiroba {
  font-family:"メイリオ",Meiryo,Meiryo,Arial, Helvetica, sans-serif;
}
/* #content {
}
#content .frame {
  background:rgba(255,255,255,0.6);
} */
#contentLeft {
  float:left;
  display:block;
  margin-left:30px;
  padding-top:30px;
  padding-bottom:400px;
  width:860px;
  min-height:1000px;
  font-size:15px;
  line-height:24px;
  background:none;
}
#contentRight {
  background:none;
}
h1 {
  height:auto;
  background:none;
  text-indent:0;
}

#content #contentLeft h1 {
  margin-top:20px;
  margin-bottom:40px;
  padding:0 0 20px 0;
  font-size:32px;
  line-height:36px;
  color:#036;
  border-bottom:1px solid #036;
}
#content #contentLeft h2 {
  margin:18px 0 18px 0;
  padding:0 0 0 9px;
  line-height:24px;
  font-size:24px;
  color:#036;
  border-left:3px solid #036;
}
#content #contentLeft h3 {
  margin:12px 0 12px 0;
  padding:0;
  line-height:18px;
  font-size:18px;
  color:#333;
}
#content #contentLeft p {
  padding:5px 0 5px 0;
}
#content #contentLeft blockquote {
  margin:5px 0 12px;
  padding:15px 21px;
  font-size:86%;
  line-height:1.4em;
  background:#fec;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#content #contentLeft blockquote.boxPDF {
  padding:15px 21px 15px 70px;
  background:#fec url("/member/shared/img/bg_blockquote_pdf.png") no-repeat 15px 15px;
  background-size:40px 50px;
}


#content #contentCore {
  padding-bottom:30px;
}


ol.marunum {
  padding:9px 15px 15px;
  counter-reset: my-counter;
  list-style: none;
}
 
ol.marunum li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.marunum li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #666;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}


#content #contentNavi {
  margin-top:20px;
  padding:20px 0;
}
#content #contentNavi h3 {
  margin:0;
  padding:9px 12px;
  font-size:14px;
  color:#000;
  line-height:12px;
  background:#ccc;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}
#content #contentNavi ul {
  padding:12px;
  list-style:none;
  font-size:14px;
  line-height:12px;
  background:#fff;
  border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
}
#content #contentNavi ul li {
  float:left;
  margin-right:12px;
  padding:0 10px 5px 0;
  list-style:none;
}
#content #contentNavi ul li {
  padding:3px 0;
  border-bottom:1px dotted #333;
}
#content #contentNavi ul li a {
  display:block;
  padding:6px 0;
  color:#333;
  text-decoration:none;
}
#content #contentNavi ul li:hover {
  border-bottom:none;
  border-bottom:1px dotted #f0f0f0;
}
#content #contentNavi ul li.on {
  border-bottom:none;
}
#content #contentNavi ul li.on a {
  padding:6px 9px;
  color:#fff;
  background:#036;
  font-weight:bold;
  border-bottom:1px solid #f0f0f0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}



#listMovie {
}
#listMovie ul {
  padding:20px 30px;
  list-style:none;
}
#listMovie ul li {
  float:left;
  margin:5px;
  list-style:none;
}
#listMovie ul li a {
  display:block;
  padding:20px;
  background:#fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#listMovie ul li a:hover {
  filter:alpha(opacity=70); 
  -moz-opacity: 0.7; 
  opacity: 0.7; 
}
.frameOut {
  margin: 0 auto;
  /* max-width: 1100px; */
  /* margin: 40px 0; */
  padding-top: 100px;
}
.frameOut:last-child{
  padding-bottom: 100px;
} 
.HirobaHd {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
@media screen and (max-width: 1200px) {
  .frameOut {
  width:100%;
}
}

#frameHirobaHd {
  background-color: #fff;
  padding: 40px 0;
  /* background:url("../tayori/img/hiroba/hiroba_hd.jpg") no-repeat top center / contain;
  height:320px; */
}

#frameHiroba {
  background:url("../tayori/img/hiroba/bg_hiroba.png");
  /* border:1px solid rgb(245, 209, 110); */
  /* border-radius:9px; */
}
#frameHiroba #hirobaHeader {
  position:relative;
  padding-top:20px;
  height:370px;
  background:url("../tayori/img/hiroba/title_index.png") no-repeat top center;
  /* border-radius:9px 9px 0 0; */
}
#frameHiroba #hirobaHeader h1 {
  margin:0 auto;
  padding:0;
  width:340px;
  height:340px;
  background:url("../tayori/img/hiroba/title.png") no-repeat top center;
  text-indent:-9999px;
  border:none;
}
#frameHiroba #hirobaHeader a#btnToTop {
  position:absolute;
  top:20px;
  right:20px;
  display:block;
  width:81px;
  height:81px;
  background:url("../tayori/img/hiroba/btn_top.png") no-repeat center center;
  text-indent:-9999px;
}
#frameHiroba #hirobaHeader a#btnToTop:hover {
  opacity:75%;
}
#frameHiroba #hirobaBody {
  padding:30px 50px 100px;
}
#frameHiroba #hirobaBody ul {
  list-style:none;
}
#frameHiroba #hirobaBody ul li {
  float:left;
  list-style:none;
  padding:6px;
}
#frameHiroba #hirobaBody ul li a {
  display:block;
  width:236px;
  height:270px;
  list-style:none;
  background:#fff;
  border:2px solid #f39800;
  text-align:center;
  text-decoration:none;
  border-radius:9px;
}
#frameHiroba #hirobaBody ul li a:hover {
  opacity:75%;
}
#frameHiroba #hirobaBody ul li a p {
  padding:15px 0;
  line-height:0;
}
#frameHiroba #hirobaBody ul li a span {
  display:block;
  padding:0;
  font-size:18px;
  font-weight:bold;
  color:#000;
}

#frameHiroba #hirobaHeaderSub {
  position:relative;
  padding-top:20px;
  height:245px;
  background:url("../tayori/img/hiroba/title_sub_2.png") no-repeat top center / cover;
  /* border-radius:9px 9px 0 0; */
}
#frameHiroba #hirobaHeaderSub div {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
#frameHiroba #hirobaHeaderSub div {
  padding-top: 0;
}
}
#frameHiroba #hirobaHeaderSub h1 {
  /* margin:0 auto; */
  padding:45px 0 0;
  font-size:45px;
  text-align:center;
  border:none;
  color: #036;
  font-weight: bold;
}
#frameHiroba #hirobaHeaderSub a#btnToTop {
  position:absolute;
  top:20px;
  right:20px;
  display:block;
  width:81px;
  height:81px;
  background:url("../tayori/img/hiroba/btn_top.png") no-repeat center center;
  text-indent:-9999px;
}
#frameHiroba #hirobaHeaderSub a#btnToHiroba {
  position:absolute;
  top:20px;
  left:20px;
  display:block;
  width:110px;
  height:110px;
  background:url("../tayori/img/hiroba/btn_hiroba.png") no-repeat center center;
  text-indent:-9999px;
}
#frameHiroba #hirobaHeaderSub a#btnToTop:hover,
#frameHiroba #hirobaHeaderSub a#btnToHiroba:hover {
  opacity:75%;
}
#frameHiroba #hirobaBodySub {
  margin:0 auto;
  padding:30px 40px;
  background:#fff;
  border:2px solid #e6ca6d;
  border-radius:9px;
}
#frameHiroba #hirobaBodySub h3 {
  padding:12px 0 12px;
  font-size:26px;
  color:#ea5514;
  font-weight: bold;
}
#frameHiroba #hirobaBodySub ol {
  padding:9px 0 30px;
  counter-reset: my-counter;
  list-style: none;
}
#frameHiroba #hirobaBodySub ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  line-height:1.3em;
}
#frameHiroba #hirobaBodySub ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #666;
  color: #fff;
  display: block;
  float: left;
  line-height: 18px;
  margin-left: -24px;
  text-align: center;
  height: 18px;
  width: 18px;
  font-size:12px;
  border-radius: 50%;
}
#frameHiroba #hirobaBodySub .hirobaBoxDownload {
  padding:20px 0 40px;
  text-align:center;
}
#frameHiroba #hirobaBodySub .hirobaBoxDownload a.btnHirobaDownload {
  display:block;
  margin:20px auto 0;
  padding:12px 0;
  width:300px;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  background:#ea5514;
  border-radius:9px;
}
@media screen and (max-width: 365px) {
  #frameHiroba #hirobaBodySub .hirobaBoxDownload a.btnHirobaDownload {
    width: 100%;
  }
}

#frameHiroba #hirobaBodySub .hirobaBoxDownload a.btnHirobaDownload:hover {
  opacity:75%;
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
/*
@media print, screen and (max-width: 640px) {
*/
@media screen and (max-width: 640px) {

#content {
  padding:0px;
}
#contentLeft {
  float:none;
  margin:0;
  padding:10px;
  width:auto;
  min-height:auto;
}
#contentRight {
  float:none;
  padding-bottom:200px;
  width:auto;
  min-height:auto;
}


#content #contentLeft h1 {
  font-size:24px;
  line-height:30px;
}
#content #contentLeft h2 {
  font-size:20px;
}
#content #contentLeft h3 {
  line-height:15px;
}

#content #contentLeft img {
  width:100%;
}



#frameHiroba #hirobaHeader,
#frameHiroba #hirobaHeaderSub {
  padding-top:20px;
  height:260px;
  background:url("../tayori/img/hiroba/title_sub_2.png") no-repeat top center;
  background-size:auto 240px;
}
#frameHiroba #hirobaHeader h1 {
  margin:0 auto;
  padding:0;
  width:200px;
  height:260px;
  background-position:bottom center;
  background-size:contain;
}
#frameHiroba #hirobaHeaderSub a#btnToTop,
#frameHiroba #hirobaHeader a#btnToTop {
    position:absolute;
  top:10px;
  right:10px;
  width:60px;
  height:60px;
  background-size:cover;
}
#frameHiroba #hirobaBody {
  padding:30px 10px 50px;
}
#frameHiroba #hirobaBody ul li {
  width:50%;
  padding:3px 0;
}
#frameHiroba #hirobaBody ul li a {
  display:block;
  width:96%;
  height:220px;
  border-radius:0;
}
#frameHiroba #hirobaBody ul li a p {
  padding:0;
}
#frameHiroba #hirobaBody ul li a img {
  width:100%;
}
#frameHiroba #hirobaBody ul li a span {
  padding:10px;
  font-size:13px;
}

#frameHiroba #hirobaHeaderSub {
  padding-top:0;
  height:200px;
}
#frameHiroba #hirobaHeaderSub a#btnToHiroba {
  top:10px;
  left:10px;
  width:60px;
  height:60px;
  background-size:cover;
}#frameHiroba #hirobaHeaderSub h1 {
  padding-top:50px;
  font-size:32px;
  line-height:1.1em;
}
#frameHiroba #hirobaBodySub {
  margin:0 auto;
  padding:20px 20px;
}
#frameHiroba #hirobaBodySub h3 {
  padding:6px 0;
  font-size:20px;
}
#frameHiroba #hirobaBodySub iframe {
  width:100%;
}




}
