/*----------------------------------------------------*/


/* open_local_header
------------------------------------------------------*/

.logo {
  width: 100%;
}

.logo:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.logo img {
  float: left;
}

.logo_mynavi img {
  width: 75%;
  float: left;
}

.logo_sponsor img {
  width: 25%;
  float: right;
}

.mainvisual img {
  width: 100%;
}

.mainvs02 img {
 width: 80%;
 padding: 15px 0px;
 display: block;
 margin:auto;
}

#open_local_header .nav-horizontal .mask {
  height: 5em;
  /* 横スクロールする理屈上の高さ */
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* 慣性スクロール */
  text-align: -webkit-center;
  white-space: nowrap;
}

#open_local_header .nav-horizontal .list {
  display: inline-table;
  margin: 1em 0;
  width: 100%;
}

#open_local_header .nav-horizontal .list li {
  border-bottom: 3px solid rgba(212, 41, 48, 0);
  display: inline-block;
  margin: 0 .1em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#open_local_header .nav-horizontal a {
  display: block;
  padding: 0 1em;
}

#open_local_header .nav-horizontal .list li:hover,
#open_local_header .nav-horizontal .list li.nav_on {
  border-bottom: 3px solid #d42930;
}

#open_local_header .nav-horizontal a:hover {
  text-decoration: none;
}

.newsrelease ul {
  font-size: 0;
  border-bottom: solid 1px #f5eaea;
  margin: 0 0 10px 0;
  text-align: left;
}

.newsrelease li {
  display: block;
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.newsrelease li a {
  display: block;
  border-top: solid 1px #f5eaea;
  position: relative;
  padding: 0 8px 0 38px !important;
  height: 38px;
  font-size: 14px;
  line-height: 39px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsrelease li:hover a {
  background-color: #f8f3f3;
  color: #802323;
  text-decoration: none;
}

.newsrelease img {
  margin-bottom: 10px;
}

.open_2col {
  margin: 20px 0;
}

.open_2col .link_area {
  float: left;
  width: 50%;
}

.open_2col .link_area a {
  display: block;
  background-color: #802323;
  border-radius: 20px;
  font-size: 1.5em;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  cursor: pointer;
  margin: 50px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.open_2col .link_area a:hover {
  background-color: #992929;
  text-decoration: none;
}

.open_2col .thisweek {
  margin-left: 50%;
  width: 50%;
}

.open_2col .thisweek .section_header {
  clear: none;
}

.open_2col .thisweek img {
  width: 100%;
}

.innerblock {
  margin: 20px 5px;
}

ul.top_sponsored {
  margin-top: 20px;
}

ul.top_sponsored li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  line-height: 1;
}

.free_area a {
  color: #333;
  border-bottom: 1px dotted #333;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.free_area a:hover {
  color: #802323;
  text-decoration: none;
  border-bottom: 1px dotted #802323;
}

.free_area .link {
  margin: 5px;
  padding: 10px;
}


/*----------------------------------------------------*/


/* mynavi-open_blog
------------------------------------------------------*/

.mynavi-open_blog {
  font-size: .8em;
}

.blog_category {
  border-bottom: solid 1px #f5eaea;
  border-top: solid 1px #f5eaea;
  height: 50px;
  overflow-x: auto;
}

ul.blog_menu {
  text-align: center;}

.blog_menu>li {
  display: inline-block;
  padding: 0 .3em;
  line-height: 37px;
}

.blog_menu>li:hover>a {
  border-bottom: solid 2px #d42930;
}

.blog_menu>li>a:hover {
  text-decoration: none;
  color: 2px solid #802323;
}

.blog_menu li ul {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  overflow: hidden;
  position: absolute;
  text-align: left;
  z-index: 99;
}

.blog_menu li ul li {
  background: #fff;
  overflow: hidden;
  height: 0;
  transition: .1s ease-in-out;
  font-size: 14px;
}

.blog_menu li:hover ul li {
  visibility: visible;
  height: 1.75em;
}

.blog_menu li ul li a {
  display: block;
  padding: 0 .5em;
  line-height: 1.75em;
}

.blog_menu li ul li a:hover {
  text-decoration: none;
  background-color: #f8f3f3;
  color: #802323;
}

.recently ul {
  font-size: 0;
  border-bottom: solid 1px #f5eaea;
  margin: 0 0 10px 0;
  text-align: left;
}

.recently li {
  display: block;
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.recently a {
  display: block;
  position: relative;
  height: 38px;
  font-size: 14px;
  line-height: 39px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, 游明朝, YuMincho, HGS明朝B, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  border-top: 1px solid rgb(245, 234, 234);
  overflow: hidden;
  padding: 0px 8px 0px 38px !important;
}

.recently li:hover a {
  background-color: #f8f3f3;
  color: #802323;
  text-decoration: none;
}

.recently span {
  color: #777;
  font-size: 12px;
  margin-left: .5em;
}

/*----------------------------------------------------*/ 
/* マイナビ女子オープン
------------------------------------------------------*/ 
.mjodetail {
  padding: 4px 4px 12px 4px;
}

.mjodetail .mjoicon {
  padding-left:30px;
  margin-bottom:3px;
  margin-top:5px;
  font-size:100%;
  background:url(/files/user/img/brand/shogi/mynavi-open/2018_icon_koma.png) no-repeat;
  background-size:24px 21.6px;
  font-weight:bold;
}
.mjodetail .mjoicon2 {
  padding-left:30px;
  margin-bottom:3px;
  margin-top:5px;
  font-size:100%;
  background:url(/files/user/img/brand/shogi/mynavi-open/icon_list.gif) no-repeat left 13px ;
  font-weight:bold;
}
.mjodetail .line001 {
  background: -webkit-linear-gradient(transparent 60%, #ffccdd 60%);
  background: linear-gradient(transparent 60%, #ffccdd 60%);
}

.mjodetail .btn {
  margin-top:5px;
  margin-left:8px;
}

.mjodetail .btn span{
  margin-left:12px;
}

.mjodetail table {
	border-spacing : 2px 20px;
    border-collapse : separate;
}

.mjodetail li {
  margin: 5px 5px;
}

.mjodetail img {
  max-width: 100%;
}

.mjodetail .box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mjodetail .box {
  width: 50%;
  box-sizing: border-box;
  padding: 1em 1em 2em 1em;
}

.mjodetail .box h1 {
  background: #be4355;
  color: #fff;
  font-size: 1.3em;
  line-height: 3.5;
  padding: 0 1em;
}

.mjodetail h3 {
  font-size: 1.5em;
  margin: 2em 0 1em 0 !important;
  line-height: 1.3;
  border-left: 5px solid #be4355;
  padding-left: .25em !important;
}

.mjodetail h4 {
  font-size: 1.3em;
  color: #333;
  font-weight: bold;
  border-left: 5px solid #be4355;
  border-bottom: 1px dotted #999;
  padding: .25em .5em;
  margin: 2em 0 1em;
  line-height: 1.4;
}

.mjodetail .box h5 {
  background: #be4355;
  color: #fff;
  font-size: 1.1em;
  line-height: 2.5;
  padding: 0 1.0em;
}

.mjodetail .box img {
  width: 100%;
}

.mjodetail .box a {
  display: inline-block;
  background: #eef;
  padding: .1em .5em;
  line-height: 1.5;
  border: 1px solid #ddf;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: .1s;
  transition: .1s;
}

.mjodetail .box a:hover {
  background: #e8e8ff;
  text-decoration: none;
}

.mjodetail .notes {
  border: 2px dashed #ddd;
  padding: 2em;
}

.mjodetail .notes h4 {
  display: inline-block;
  border: none;
  margin: 0 0 1em;
  padding: 0;
  color: #d00;
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 60%, #ffd9d9 60%);
  background: linear-gradient(transparent 60%, #ffd9d9 60%);
}

.mjodetail .notes h5 {
  font-size: 1.2em;
  margin-bottom: .5em;
  font-weight: bold;
  padding: .5em .5em;
  background: #f2f2f2;
}

.mjodetail .notes ul {
  margin-bottom: 2em;
}

.mjodetail .notes li {
  list-style: disc;
  margin-left: 2em;
}

.mjodetail .ticket_btn {
  text-align: center;
}

.mjodetail .ticket_btn>a {
  font-size: 1.2em;
  display: inline-block;
  background: #BF4943;
  color: #fff;
  padding: .5em 1em;
  margin: 1em 0 .1em;
  border-radius: 5px;
  -webkit-transition: .1s;
  transition: .1s;
}

.mjodetail .ticket_btn>a:hover {
  text-decoration: none;
  opacity: .7;
}

.mjodetail .ticket_btn p {
  text-align: center;
}

.mjodetail .box p {
  padding: 8px 2px;
}

.mjodetail .how_to_buy .card {
  margin: 2em 0;
  border: 1px solid #ddd;
}

.mjodetail .how_to_buy .card h4 {
  margin: 0;
  padding: .25em 1em;
  border: none;
  background: #be4355;
  color: #fff;
}

.mjodetail .how_to_buy .card_main {
  padding: 2em;
}

.mjodetail .how_to_buy .card_main h5 {
  font-size: 1em;
}

.mjodetail .how_to_buy .card_main p {
  text-align: left;
}

.mjodetail .how_to_buy ul {
  margin: 1em 0;
  list-style: disc;
  margin-left: 2em;
}

.mjodetail .how_to_buy ol {
  margin: 1em 0;
  list-style: decimal;
  margin-left: 2em;
}

.mjodetail .how_to_buy .mini_btn {
  display: inline-block;
  background: #eef;
  padding: .1em .5em;
  line-height: 1.5;
  border: 1px solid #ddf;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: .1s;
  transition: .1s;
  margin: .5em 0;
}

.mjodetail .how_to_buy .mini_btn:hover {
  background: #e8e8ff;
  text-decoration: none;
}

/* 一世予選 スケジュール表 */

table.mjodetail {
	border-collapse:collapse;
    padding-bottom: 20px;
	}
	
tbody.mjodetail th,tr {
	border-bottom: solid 1px #ccc;
  	border-right: solid 3px #ffffff;
}

tbody.mjodetail td {
	padding: 15px;
    text-align: center;
}

tbody.mjodetail th {
	padding: 10px 20px;
    text-align: center;
}

.mjodetail span {
    font-size: 1.0em;
    font-weight: bold;
}


.mjodetail_faq {
    margin:20px;
    margin-bottom: 50px;
}

.mjodetail_faq h4 {
    font-size:1.1em;
    color: #b7060c;
    line-height: 1.5;
    margin-bottom: 10px;
}

.mjodetail_faq p {
    font-size:1.1em;
    line-height: 1.5;
}

.mjodetail_footer {
    margin-top: 50px;
    border-top: 1px dashed #b7060c;
    clear:both;
}

.mjodetail_footer_innner {
    margin-left:20px;
    margin-top: 20px;
    width:350px;
    float:left;
}

.mjodetail_footer li {
    line-height: 2;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 15px;
}

/* プロフィール一覧 */


.mjo_detail .mjoaccordion {
    min-width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.mjodetail .mjoaccordion .ac-content {
    margin: 0 10px;
}

.mjodetail .mjoaccordion input {
    display: none;
}

.mjodetail .mjoaccordion label {
    display: block;
    background: #f5f5f5;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.mjodetail .mjoaccordion label:hover {
    background: #eee;
}

.mjodetail .mjoaccordion label:before {
    content: "▼ ";
}

.mjodetail .mjoaccordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    border: 0px solid #fff;
}

.mjodetail .mjoaccordion input:checked + .ac-cont {
    height: auto;
    padding: 10px;
    border: 1px solid #f5f5f5;
}

.mjodetail .mjo_left {
    width: 300px;
    float: left;
    padding: 20px;
}

.mjodetail .mjo_right {
    width: auto;
    margin-left: 340px;
    margin-top: 20px;
}

.mjodetail .mjo_list_img {
    width: 40px;
    margin: 0 10px 0 10px;
}

.mjodetail .mjo_inline {
    display: inline-block;
    vertical-align: middle;
}

.mjodetail .mjo_list_img img {
    width: 100%;
}

.mjodetail .mjo_pro_img img{
    width: 80%;
}

.mjodetail .mjo_list_name {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    letter-spacing: 2px;
    font-size: 1.5em;
}

.mjodetail dl{
    overflow: hidden;
    _zoom: 1;
}

.mjodetail dl dd,
.mjodetail dl dt{
    text-indent: -1.5em;   
    padding: 0 0 0px 30px;
}

.mjodetail dl dt{
    margin:0px 0px 0 0;
}

.mjodetail dl dd:first-letter,
.mjodetail dl dt:first-letter{
    font-size: 1.3em;
    font-weight: bold;
    margin-right:10px;
    padding:5px;
    font-family: 'Nunito', sans-serif;
}

.mjodetail dl dd{
    margin: 1px 0 -1px 0;
    padding-bottom:15px;
}

.mjodetail dl dt:first-letter{
    color: #be4355;
}

.mjodetail dl dd:first-letter{
    color: #41bcaa;
}

.mjodetail h2{
    margin: 16px 0;
    padding: 12px 0;
}

.mjodetail .mjo_subpro {
    margin: 10px 0;
    text-align: center;
    font-size: 1.5em;
}

.mjodetail .mjo_subsubpro {
    margin: 10px 0;
    text-align: center;
    font-size: 1em;
}

.mjodetail .mjo_section {
    padding: 1em;
}

/* 券種説明 */
.mjo_tickets table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.mjo_tickets table caption {
  font-size: 1.3em;
  line-height: 2;
}

.mjo_tickets table thead tr {
  background: #f5f4f0;
  color: #4c2628;
}

.mjo_tickets table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

.mjo_tickets table th {
  padding: .3em;
  text-align: center;
}

.mjo_tickets table td {
  border: 1px solid #ddd;
  padding: .3em;
}

.mjo_tickets table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mjo_tickets #info_entry ul li {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
  box-shadow: none;
}

.mjo_tickets table tr a {
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  /* background: -webkit-linear-gradient(#26ba00, #008600); */
  /* background: linear-gradient(#26ba00, #008600); */
  background-color: rgb(128, 35, 35);
  border-radius: 3px;
  margin: 0.5em;
  padding: .6em 0;
  font-size: .9em;
}

.mjo_tickets table tr a:hover {
  text-decoration: none;
  /* opacity: .85; */
  background: #992929;
  color: #fff !important;
}

.mjo_tickets span {
    font-size: 0.8em;
}

.tickets_summary table{
  border: none;
  border-collapse: collapse;
  margin:0 auto;
  width: 100%;
  table-layout: fixed;
}

.tickets_summary table td,th{
  padding:10px;
}

.tickets_summary table tr{
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px dashed #be4355;
}

.tickets_summary table th{
  color:#be4355;
  padding-bottom: 5px;
}

.marker {
 background: linear-gradient(transparent 0%, #ffff99 0%);
font-weight: bold; 
}

.ribbon20-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  background: #f1f1f1;
  }
  
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  box-sizing: border-box;
  padding: 0 4px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: white;
  background: #d0ad00;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #d0ad00;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: -4px;
  border: none;
  height: 6px;
  width: 4px;
  background: #4d99ca;
  border-radius: 5px 0 0 5px;
}