.toplist_title {
	font-size: 108%;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
}

table.toplist{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #ffffff;
	border-bottom-color: #999999;
	border-left-color: #ffffff;
	border-spacing: 0;
	line-height: 200%;
	padding-left: 0px;
	margin-left: 0px;
}
.toplist th{
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	background-color: #CCC;
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #ffffff;
	border-bottom-color: #999999;
	border-left-color: #ffffff;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;

	color: #000000;
}
.toplist td{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #ffffff;
	border-bottom-color: #999999;
	border-left-color: #ffffff;
	padding: 2px;
}



table.partslist {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
}



table#partslist th {
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	background-color: #5D5D5D;
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	color: #FFFFFF;
}
table#partslist td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
}

table#partslist .partslist_caution {
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

table.main {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
    table-layout: fixed;
    word-break: break-word;
}



table#main th {
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	background-color: #5D5D5D;
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	color: #FFFFFF;
}
table#main td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
}



.red {
	color: #F00;
}



.small {
  font-size: 80%;
}

.smallsmall {
  font-size: 0.6em
}

.number_gray {
	line-height: 140%;
	color: #FFFFFF;
	background-color: #7c7c7c;
}


.number_white {
	line-height: 140%;
	color: #2D2D2D;
	background-color: #ffffff;
}



.border_red {
	border: 1px solid #ff0000;
	line-height: 140%;
	margin: 2px;
	color: #FF0000;
}

.border_white {
	color: #ffffff;
	background-color: #333;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 10px;
}

.red_line {
	border: 3px solid #ff0000;
	margin: 2px;
	color: #FFFFFF;
	background-color: #FF0000;
	width: 100%;
	text-align: center;
}

.titletext {
	font-size:2em;
	font-family:"Raleway";
	font-weight:400;
}


.titletxt {
	font-size:1.4em;
	font-family:"Raleway";
	font-weight:400;
}



.navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

a {
	color: #DF800E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B46D17;
}

a:visited {
	color: #B46D17;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .7;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.push_image {
	border: 1px solid #000000;
	line-height: 120%;
	color: #000000;
	text-decoration: none;
	padding: 1px;
}


.iframeWrap {position: relative;padding-bottom: 80%;height: 0;overflow: hidden;}
.iframeWrap iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 75% !important;}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.over img{
    opacity: 0.5;
}
.nav ul{
    margin: 0.35em 0 0;
    padding: 0;
}
.nav li{
    display: inline;
    list-style: none;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.border_box {
	border: 1px solid #ffffff;
	line-height: 150%;
	color: #ffffff;
	text-decoration: none;
	padding: 1px;
    border-radius: 5px;
}

.border_boxwhite {
	border: 1px solid #ffffff;
	line-height: 150%;
    background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding: 1px;
}

.border_boxblack {
	border: 1px solid #000000;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
	padding: 1px;
}



.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.small2 {
	font-size: 9px;
	color: #CCC;
	line-height: 1.7em;
	font-weight: normal;
}

.japaneselink {
    background-color: #787878;
    position: static;
    top: 0;
    left: 0;
    color: #FFFFFF;
    vertical-align: middle;
    width: 100%;
    background-repeat: repeat;
    z-index: 1;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin: 5px;
    padding: 5px;
}

.link-margin {
position: relative;
top: -100px;
display: block;
}

.content_note {
	font-size: .8em;
}

.container img {
	-webkit-backface-visibility: hidden;
}



@media screen and (min-width: 768px) {
	.kinto_banner {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	margin-left: 9px;
	}
	
	
	.kinto_banner_sp {
		display: none;
	}
	
}

/*リリースページ用css追加20.08.31*/
.release_box {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.release_content {
  width: calc(98% / 2);
	margin: 5px 0 10px 6px;
}
.release_content02 {
  width: calc(98% / 3);
	margin: 5px 0 10px 5px;
}
@media screen and (max-width: 767px) {
	.release_content,
	.release_content02 {
		width: 100%;

	}

	.kinto_banner {
		margin-top: -50px;
		margin-bottom: 20px;
	}

	.kinto_banner_pc {
		display: none;
	}

}

.release_content.text_box {
	margin-top: 10px;
}
.r_number_gray {
    line-height: 140%;
    color: #FFFFFF;
    background-color: #7c7c7c;
		padding: 5px;
		margin: 5px 5px 3px 0;
}



/* ============================================================ */
/* grlinkbtn
----------------------------------------*/

.pr-content .pr-btn01 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #E70012;
  border-radius: 100px;
  color: #E70012;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  margin: 20px 0 0 20px;

}

.pr-content .pr-btn01 {
  height: 50px;
  padding: 10px 34px;
}

  .pr-content .pr-btn01:hover,
  .pr-content a:hover .pr-btn01 {
    background: #E70012;
    color: #000;
    text-decoration: none;
  }
  


@media print, screen and (min-width: 768px) {
.pr-content .pr-btn01 {
  height: 35px;
  padding: 8px 15px;
  font-size: 14px;
}
  .pr-content .pr-btn01:hover,
  .pr-content a:hover .pr-btn01 {
    background: #E70012;
    color: #000;
  }
}

