@charset "utf-8";

/*-------------------------
	Reset Layout
-------------------------*/
html,body,
h1,h2,h3,h4,h5,h6,
div,span,p,a,ul,li,
table,caption,tr,th,td,
header,nav,footer {
		margin: 0px;
		padding: 0px;
}
header,nav,footer {
		display: block;
}


/*-------------------------
	Base Layout
-------------------------*/
html {
		font-size: 15px;
		letter-spacing: 1px;
		line-height:200%;
}

body {
		background: url( ../image/back/body.webp ) repeat-y center top #741B20;
}

h1,h2,h3,h4,h5,h6 {
		font-family: Arial, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul {
		list-style-type: none;
}


table {
		border-collapse: collapse;
}

img {
    padding-left: 3px;
    padding-top: 2px;
	padding-bottom: 1px;
}



/*■■■■■■　テーブル内のセルの行間　　■■■■■■*/






/*■■■■■■　黄色の設定　　■■■■■■*/

/*世の中のCSSの初期設定の黄色（color:yellow）を【明度95％】に落としたもの*/
.yellow{
color: #f2f200;
}






/*世の中のCSSの初期設定の黄色（color:yellow）を【明度90％】に落としたもの*/
.yellow1{
color: #e5e500;
}







/*世の中のCSSの初期設定の黄色（color:yellow）を【明度85％】に落としたもの*/
.yellow2{
	color:#d9d900!important;
}
	/*color:#F2DC5C!important;　2023.3に変更する前*/





/*世の中のCSSの初期設定の黄色（color:yellow）*/
.yellow3{
color:yellow!important;	
}





/*一番昔から使っているマイルドな黄色*/
.yellow4{
color: #ffee5f!important;	
}




/*一番昔から使っているマイルドな黄色*/
.yellow-old{
color: #ffee5f;
}


/*■■■■■■　黄色の設定END　　■■■■■■*/


.bold{
font-weight:bold;
}


.ue tr, .ue th, .ue td  {
    vertical-align: top;
    padding-top: 33px;
}

.inside-link{
margin-bottom:10px;
}

.inside-link2{
margin-bottom:10px;
}



h4{
	font-size:14px;
}


#header div.lb p {
		margin: 10px 0px 15px;
}

body.v6 div.lb p {
		font-size: 20px;
		line-height: 100%;
}


#header div.lb h1 {
		margin: 0px 0px 15px;
		font-size: 26px;
		font-weight: bold;
		/*color: #FFEE5F;*/
		color: #f2f200;
		line-height:150%;
}


#header div.lb .h1-link {
		margin: 0px 0px 15px;
		font-size: 26px;
		font-weight: bold;
		/*color: #FFEE5F;*/
		color: #f2f200;
		text-decoration:none;
}


#header div.lb h2 {
		font-size: 18px;
}



#header div.lb h3 {
		color:#ffee5f;
		font-weight:bold;
		font-size: 17px;
		margin-top:15px;
		margin-bottom:-2px;		
		padding: 3px;
}

#header h4{
font-size: 16px;
margin-bottom: 10px;
margin-top: 20px;
color: #ffee5f;
font-weight: normal;
}


#header h5{
font-size: 15px;
margin-bottom: 10px;
color: #fff;
position: relative;
padding: 0px 17px 0px;
font-weight: normal;
}

#header h5::after {
 position: absolute;
  top: 10px;
  left: 0.1px;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
}

#header table.tb-100{
width: 100%;
}

#header table.tb-75{
width: 75%;
}

#header table.tb-50{
width: 50%;
}


table.tb-100{
width: 100%;
}

table.tb-75{
width: 75%;
}

table.tb-50{
width: 50%;
}




/*受賞・ノミネートの個数テーブル*/
table.tb100per {
  width: 100%!important;
}

.tategaki {
  writing-mode: vertical-rl;
  letter-spacing: 10px;
  text-orientation: upright;
  padding: 15px 0px !important;
  width: 1em;
  text-align: left;
  vertical-align: middle !important;
  
  
}
_:lang(x)::-moz-placeholder, .tategaki {
  writing-mode: vertical-rl;
  letter-spacing: 10px;
  text-orientation: upright;
  padding: 15px 0px !important;
  width: 1em;
  text-align: left;
  vertical-align: top;
}

div.sb div.lb table.tb100per th, div.sb div.lb table.tb100per td {
    border: solid 1px #999;
}





@media screen and (min-width: 1025px) {
    
/*.inside-link{
display:none;
}*/

.menuno{
display:none;
}

.pc-kakusu{
display:none;
}

.no-display {
  display: none;
}

}

/*-------------------------
	Wrapper Layout
-------------------------*/
#wrapper {
		width: 870px;
		margin: 0px auto;
		padding: 130px 45px 50px 40px;
		background: url( ../image/back/wrapper-no-oscar.webp ),linear-gradient(#050505, #000);
		background-repeat: no-repeat;
		color: #FFF;
}

#wrapper.toppage {
		background:url( ../image/back/wrapper.jpg ) no-repeat left top #000;
}

#wrapper-company {
		width: 800px;
		margin: 0px auto;
		padding: 130px 45px 50px 115px;
		background: url( ../image/back/company-back.jpg ) no-repeat left top #000;
		color: #FFF;
		line-height:200%;
	}
	
#wrapper-company td,th{
	border:1px solid #fff;
	padding:30px;
		
}



.company-text{
	font-size:13px;
	font-weight:bold;
	
}

#wrapper-kasou {
		width: 870px;
		margin: 0px auto;
		padding: 130px 45px 50px 40px;
		background: url( ../image/back/wrapper-no-oscar.webp ),linear-gradient(#050505, #000);
		background-repeat: no-repeat;
		color: #FFF;
}



/*-------------------------
	Header Layout
-------------------------*/
#header {
		margin: 0px 0px 15px;
		padding: 0px 0px 0px 0px;
		border-bottom: solid 1px #FFF;
		zoom: 1;
}

#header p{
	font-size:15px;
	line-height:220%;
}


#header .jp{
		margin: 0px 0px 20px;
		padding: 0px 0px 20px;
		border-bottom: solid 1px #FFF;
		zoom: 1;
}

#header .award-watch{
		margin: 0px 0px 20px;
		padding: 0px 0px 0px 0px;
		border-bottom: solid 1px #FFF;
		zoom: 1;
}


.cannes header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0;
		padding: 0;
		zoom: 1;
}


.annie header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0;
		padding: 0;
		zoom: 1;
}


.dice header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0;
		padding: 0;
		zoom: 1;
}

.jp header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.asian header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.kinejun header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.razzie header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.aacta header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.saturn header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.tony header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.goya header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.berlin header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.toronto header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}

.docomo-music header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		zoom: 1;
}



.latingrammy header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 20px;
		padding: 0px 0px 20px 0px;
		zoom: 1;
}

.koreagolden header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 20px;
		padding: 0px 0px 20px 0px;
		zoom: 1;
}

.pulitzer header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0px 0px 20px;
		padding: 0px 0px 20px 0px;
		zoom: 1;
}


.award-watch header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0;
		padding: 0;
		zoom: 1;
}

.muza header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0;
		padding: 0;
		zoom: 1;
}

.manga header {
		background: url( ../image/back/logo.webp ) no-repeat left 20px;
		margin: 0;
		padding: 0;
		zoom: 1;
}


#header:before,
#header:after {
		display: table;
		content: "";
}
#header:after {
		clear: both;
}

#header div.lb {
		padding: 70px 0px 10px;
}


.emmy #header div.lb {
		padding: 0px 0px 10px;
}

.oscar #header div.lb {
		padding: 15px 0px 10px;
}

.emmy-watch #header div.lb {
		padding: 15px 0px 10px;
}


.goldenglobe #header div.lb {
		padding: 0px 0px 10px;
}

.itjapan-award #header div.lb {
		padding: 15px 0px 10px;
}

.muza #header div.lb {
		padding: 70px 0px 10px;
}

.manga #header div.lb {
		padding: 70px 0px 10px;
}

.dice #header div.lb {
		padding: 70px 0px 10px;
}

.jp #header div.lb {
		padding: 70px 0px 10px;
}

.jp-kasou #header div.lb {
		padding: 15px 0px 10px;
}


.asian #header div.lb {
		padding: 70px 0px 10px;
}

.koreagolden #header div.lb h3 {
		font-size: 12px;
		color: #FFEE5F;
}




.award-watch #header div.lb {
		padding: 70px 0px 10px;
}




/*　ヘッダーのテーブル設定　*/

#header table {
		margin: 0px 0px 10px;
}

#header table th{
		padding: 20px 10px;
		border: solid 1px #FFF;
		line-height: 150%;
}

#header table td {
		padding: 20px 10px;
		border: solid 1px #FFF;
		line-height: 170%;
}

@media only screen and (max-width: 390px){
	#header table th{
		padding: 20px 5px;
		border: solid 1px #FFF;
		line-height: 150%;
}

#header table td {
		padding: 20px 5px;
		border: solid 1px #FFF;
		line-height: 170%;
}

}





#header table th {
		background: #741B20;
		text-align: left;
}

#header table th.column1 {
width: 8%;
}
#header table th.column2 {
width: 46%;
}
#header table th.column3 {
width: 46%;
}
#header table th.column4 {
width: 26px;
}
#header table th.column5 {
width: 96px;
}

#header table th.column6 {
width: 40%;
}


#header table th.column7 {
width: 12%;
}


#header table th.column8 {
width: 30%;
}

#header table th.column9 {
width: 32%;
}

#header table.schedule td:first-child,
#header table td.white {
		background: #741B20;
		font-weight: bold;
/*		width: 220px;*/
}

#header table td:first-child,
#header table td.white {
		/*background: url( ../image/back/sbtdw.webp ) repeat left top;*/
		/*background-color: #7a7b7b;*/
		background-color: #6d6e6e;
		font-weight: bold;
}




#header table.nowhite td {
		background: transparent;
		font-weight:normal;
		
}


#header table ul li{
		padding: 8px 0px;
}


/*　以上、ヘッダーのテーブル設定　*/





/*-------------------------
	SectionBox Layout
-------------------------*/
div.sb {
		margin: 0px 0px 20px;
}




div.sb h2 {

		margin: 0px 0px 3px 0px;
		font-size: 20px;
		clear:both;
}
.jp div.sb h2 a{
		margin-bottom:-10px;
		padding: 20px 0px 0px;
		text-decoration: none;
		display: block;
}

div.sb h2.h2-bunsyou {
		padding-top: 20px;
		border-bottom: 1px solid #fff;
}

div.sb h2.annie {
		margin: 0px 0px 10px 0px;
		font-size: 16px;
		clear:both;
}



div.sb h2.h2-kasou {
  margin-bottom: 5px;
  padding: 30px 0px 20px 0px;
  font-size: 20px;
  color: #FFEE5F;
  clear: both;
}


div.sb h3 {
		margin-bottom: 5px;
		padding: 25px 0px 16px 0px;
		/*background: url( ../image/back/sbh3.png ) no-repeat left center;*/
		font-size: 18px;
		color: #FFEE5F;
		clear:both
}





div.sb h3.nihon{
		margin-top: 17px;
		margin-bottom: 10px;
		padding: 0;
		font-size: 17px;
		color: #FFEE5F;
		background:none;
		padding: 5px 0px 5px 0px;
}


/*.kinejyun div.sb h3 {
		margin-bottom: 10px;
		padding: 20px 0px 25px 35px;
		background: none;
		font-size: 16px;
		color: #FFEE5F;
}*/

div.sb h3.kinejyun{
		margin-bottom: 10px;
		padding: 20px 0px 25px 3px;
		background: none;
		font-size: 16px;
		color: #FFEE5F;
}



div.sb div.lb,
div.sb div.lb table {
		width: 640px;
}





.lb{
		width: 560px;
		line-height:200%;
}



div.sb div.lb table {
		margin: 0px 0px 15px;
}

div.sb div.lb table.manga {
		margin: 0px 0px 15px;
		font-size:13px
}

div.sb div.lb table.tb-each-year02 {
		margin: 0px 0px 30px;
}

div.sb div.lb table th,
div.sb div.lb table td {
		padding: 20px 5px;
		border: solid 1px #FFF;
		line-height: 220%;
		word-break: break-all;
}

div.sb div.lb table th {
		background: #741B20;
		text-align: left;
}

div.sb div.lb table.main-table th{
  font-size: 16px;
}


div.sb div.lb table.main-table td:first-child{
  /*font-size: 17px;*/
  font-size: 16px;
}


div.sb div.lb table th.column1 {
width: 10%;
text-align: center;
}

div.sb div.lb table th.column1-1 {
width: 8%;
text-align: center;
}

div.sb div.lb table th.column2,.column3 {
width: 46%;
}


div.sb div.lb table th.column4 {
width: 26px;
text-align: center; 
}

div.sb div.lb table th.column5 {
width: 10%;
}

div.sb div.lb table th.column6 {
width: 28%;
}

div.sb div.lb table th.column11 {
width: 20px;
}
div.sb div.lb table th.column12 {
width: 100px;
}
div.sb div.lb table th.column13 {
width: 40px;
}


div.sb div.lb table th.column14 {
width: 50%;
}

div.sb div.lb table th.column15 {
width: 33px;
}

div.sb div.lb table th.column16 {
width: 45%;
}

div.sb div.lb table th.column17 {
width: 124px;
}

div.sb div.lb table th.column25 {
width: 28%;
}

div.sb div.lb table th.column30 {
width: 32%;
}

div.sb div.lb table th.column35 {
width: 33%;
}

div.sb div.lb table th.column45 {
width: 45%;
}

div.sb div.lb table th.column92 {
width: 92%;
}

div.sb div.lb table th.column-nomi {
width: 40%;
}

div.sb div.lb table .aligncenter {
text-align:center;
}

div.sb div.lb table th.picturecolumn1 {
width: 10%;
}
div.sb div.lb table th.picturecolumn2 {
width: 70%;
}
div.sb div.lb table th.picturecolumn3 {
width: 20%;
}




div.sb div.lb table.ranking th.column1 {
width: 30px;
}
div.sb div.lb table.ranking th.column2 {
width: 300px;
}
div.sb div.lb table.ranking th.column3 {
width: 200px;
}


div.sb div.lb table.tb-senkou th.column1 {
width: 140px;
}


div.sb div.lb table.emmy th.column1 {
width: 15%;
}

.HeaderTable {
  border-collapse:collapse;
}


.HeaderTable tr:nth-child(1) td {
		/*background: url( ../image/back/sbtdw.webp ) repeat left top;*/
		/*background-color: #7a7b7b;*/
		background-color: #6d6e6e;
}



/*
.tb-senkou .column1 {
width: 140px;
min-width: 100px;
}
*/


div.sb div.lb table td:first-child,
div.sb div.lb table td.white,
div.sb div.lb table.nowhite td.white {
		/*background: url( ../image/back/sbtdw.webp ) repeat left top;*/
		/*background-color: #7a7b7b;*/
		background-color: #6d6e6e;
		font-weight: bold;
		/* text-align: center;*/

}


td.center.white{
text-align: center;
}

td.manga {
		/*background: url( ../image/back/sbtdw.webp ) repeat left top;*/
		/*background-color: #7a7b7b;*/
		background-color: #6d6e6e;
		font-weight: bold;
		text-align:left;
}

img.mangaimg {
width: 180px;
}

img.kinejyunimg {
width: 150px;
}

img.dressimg {
width: 350px;
}


div.sb div.lb table.nowhite td {
		background: transparent;
		font-weight:normal;
}

div.sb div.lb table td.bg-black {
		background: transparent;
		font-weight:normal;
}

div.sb div.lb table td.bg-azuki {
background: #741B20;
font-weight: normal;
}

table td.bg-azuki {
background: #741B20;
font-weight: normal;
}

table th.bg-azuki {
background: #741B20;
font-weight: bold;
}




div.sb div.lb table ul li{
		padding: 0px 0px 20px 0px;
}


div.sb div.lb ul li{
			list-style-type: none;
			line-height: 220%			
}


div.sb div.rb {
		width: 200px;
		margin: 0px 0px 25px;
		padding: 15px 0px 10px 15px;
		border: solid 1px #FFF;
}

div.sb div.rb.emmy {
		width: 200px;
		margin: 33px 0px 25px;
		padding: 15px 0px 10px 15px;
		border: solid 1px #FFF;
}

div.sb div.rb h4  {
		margin: 0px 25px 10px 0px;
		padding: 3px 10px 1px;
		background: #FFEE5F;
		font-size: 12px;
		font-weight: bold;
		color: #333;
		border-radius: 5px;
}

div.sb div.lb h4  {

		font-size: 15px;

}

h4.h4-kasou  {

font-size: 15px;
margin-bottom: 10px;
color: #ffee5f;
font-weight: normal;
margin-top: 17px;

}





body.v6 div.sb div.rb h4,
body.v7 div.sb div.rb h4,
body.v8 div.sb div.rb h4 {
		border: solid 2px #741B20;
}

div.sb div.rb ul {
		margin: 0px 0px 20px;
}
div.sb div.rb ul li{
		padding: 10px;
}
div.sb div.rb ul li b {
		padding: 0px 0px 0px 17px;
		background: url( ../image/common/current.png ) no-repeat left center;
}
div.sb div.rb ul li ul {
		margin: 10px 0px 0px 8px;
}


div.sb div.rb ul li{
			list-style-type: none;
			line-height: 180%			
}


div.sb p.toplink {
		text-align: right;
		clear: both;
		text-decoration: underline;
		margin-bottom:15px;
}

.toplink {
  text-align: right;
  clear: both;
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
}


div.sb p.migilink {
		text-align: right;
		clear: both;
		text-decoration: underline;
		margin-bottom:15px;
}


.towa {
		margin-bottom:20px;
		padding-bottom:50px;
		
		
		}


div.sb div.lb table.center td:first-child,
div.sb div.lb table.center th:nth-child(1) {
text-align:center;
}



/*-------------------------
	エミー賞 review
-------------------------*/

#wrapper-each-year {
		background: url( ../image/back/wrapper-no-oscar.webp ) no-repeat left top #000;
/*		width: 800px;*/
		max-width: 800px;
		margin: 0px auto;
		padding: 130px 45px 50px 115px;
		color: #FFF;
}


#wrapper-each-year .left-box{
/*width:560px;*/
max-width:560px;
float:left;

}


#wrapper-each-year .left-box h3  {
		margin-bottom: 10px;
		padding: 20px 0px 10px 0px;
		/*background: url( ../image/back/sbh3.png ) no-repeat left center;*/
		font-size: 16px;
		color: #FFEE5F;
}


#wrapper-each-year .left-box h4{
font-size:13px;
margin-bottom:10px;
color:#ffee5f;
}

#wrapper-each-year .left-box h5{
font-size:12px;
margin-bottom:10px;
/*margin-top:-20px;*/
color:#fff;
}



.each-year-list
{
float:left;
clear:both;
margin-right:30px;
}


.each-year-list h4, .lb h4 {
font-size:16px;
margin-bottom:10px;
margin-top: 15px;
color:#ffee5f;

}

h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    padding: 12px 17px 0px;
    font-weight: normal;
}


h5::after {
 position: absolute;
  top: 21.5px;
  left: 0.1px;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
}


h5.h5-kasou {
    font-size: 15px;
    margin-bottom: 10px;
    color: #FFEE5F;
    position: relative;
    padding: 12px 17px 0px;
    font-weight: normal;
}


h5.h5-kasou::after {
 position: absolute;
  top: 21.5px;
  left: 0.1px;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FFEE5F;
}



h6{
font-size:14px;
margin-bottom:10px;
margin-top:15px;
font-weight: bold;
}


.housoukikan{
margin-top:10px;
}

.tb-each-year01{
margin-bottom:20px;
}



.tb-each-year01 td{
padding:15px 10px;
border:solid 1px;
line-height:180%;

}

.tb-each-year01 th{
padding:15px 10px;
border:solid 2px;
line-height:180%;

}



.tb-each-year01 .winner{
color:#ffee5f;
}


.tb-each-year02{
margin-bottom:30px;
width:640px;
/*max-width:550px;*/
}


div.sb div.lb .tb-each-year02 td:first-child, div.sb div.lb .tb-each-year02 td.white {
background:none;
font-weight:normal;
}

.tb-each-year02 td{
padding:15px 10px;
border:solid 1px;
line-height:180%;

}

.tb-each-year02 th{
padding:15px 10px;
/*width:150px;*/
max-width:150px;
min-width:40px;
border:solid 1px;
line-height:180%;
}

.tb-each-year02 .column1 {
width: 50px;
min-width: 50px;
}
.tb-each-year02 .column2 {
width: 170px;
min-width: 170px;
}


.tb-each-year02 .winner{
color:#ffee5f;
}


.winner-detail{
float:left;
clear:both;
border:1px solid #fff;
/*width:200px;*/
max-width:200px;
padding:10px;
margin-right:30px;
margin-bottom:10px;

}


.winner-detail p{
line-height:200%;
}


.winner-detail h5{
margin-bottom:10px;
font-size:12px;
font-weight:normal;

}


#wrapper .sb .rb-each {
margin-top:33px;
float:right;

}

.rb-each h4{
		margin: 0px 25px 10px 0px;
		padding: 3px 10px 1px;
		background: #FFEE5F;
		font-size: 12px;
		font-weight: bold;
		color: #333;
		border-radius: 5px;
}



/*-------------------------
	Footer Layout
-------------------------*/
#footer {
		padding: 20px 10px 0px;
		margin-top:30px;
		clear:both;
}

#footer.line {
		border-top: 1px solid #fff;
}

#footer ul {
		margin: 0px 0px 40px;
		zoom:1;
}
#footer ul:before,
#footer ul:after {
		display: table;
		content: "";
}
#footer ul:after {
		clear: both;
}
#footer li {
		width: 150px;
		text-align: center;
		float: left;
		padding: 3px 3px;
		line-height:180%;
}

.footernew li {
    width: 150px;
    /* text-align: center; */
    float: left;
    padding: 3px 3px;
    line-height: 180%;
}

#footer .footernew li{
	text-align: left;
    width: 150px;
    float: left;
    padding: 3px 3px;
    line-height: 180%;
}

#footer li a:hover {
		font-weight: bold;
}

#footer h4 {
		margin: 0px 25px 10px 0px;
		padding: 3px 0px 1px;
		font-size: 12px;
		font-weight: bold;
/*		background: #FFEE5F;
		color: #333;
		border-radius: 5px;
*/
}


/*-------------------------
	Common Layout
-------------------------*/
div.lb {
		float: left;
} 

div.lb p {
    margin-bottom: 15px;
	word-break: break-all;
}

div.rb {
		float: right;
}
body.v6 div.lb {
		display: inline;
}
body.v6 div.rb {
		display: inline;
}


/*-------------------------
	Affiliate Layout
-------------------------*/
div.affiliate {

/*		background-color: #AAA;	/**/
		font-size: 10px;
		overflow: hidden;
}

div.sb div.affiliate {
		margin: 0px 43px 20px 0px;
		float: right;
}
body.v6 div.sb div.affiliate {
		display: inline;
}



div.affiliate02 {
/*		background-color: #AAA;	/**/
		font-size: 10px;
		overflow: hidden;
}


/*-------------------------
	Link Layout
-------------------------*/
a {
		/*text-decoration: underline;*/
		text-decoration: underline solid #b3b3b3;
		color: #FFF;
}
a:hover {
		text-decoration: none;
}

a img {
		border: none;
}
body.v6 a {
		overflow: hidden;
}



.link2{
	color:yellow;
	text-decoration:none
	}





/*新幅指定ココから*/

/*■■■　パソコン版のtd,thの幅　■■■*/



div.sb div.lb table th.w5 {
    width: 5px;
    text-align: center;
}



div.sb div.lb table th.w10 {
    width: 10px;
    text-align: center;
}

div.sb div.lb table th.w15 {
    width: 15px;
}

div.sb div.lb table th.w20 {
    width: 20px;
}
div.sb div.lb table th.w25 {
    width: 25px;
}

div.sb div.lb table th.w30 {
    width: 30px;
}

div.sb div.lb table th.w40 {
    width: 40px;
	word-break:break-all;
}

div.sb div.lb table th.w45 {
    width: 45px;
	word-break:break-all;
}


div.sb div.lb table th.w50 {
    width: 50px;
	word-break:break-all;
}


div.sb div.lb table th.w60 {
    width: 60px;
	word-break:break-all;
}

div.sb div.lb table th.w70 {
    width: 70px;
}

div.sb div.lb table th.w80 {
    width: 80px;
	word-break:break-all;
}

div.sb div.lb table th.w90 {
    width: 90px;
}

div.sb div.lb table th.w100 {
    width: 100px;
}

div.sb div.lb table th.w110 {
    width: 110px;
}

div.sb div.lb table th.w120 {
    width: 120px;
}

div.sb div.lb table th.w130 {
    width: 130px;
}


div.sb div.lb table th.w140 {
    width: 140px;
}


div.sb div.lb table th.w150 {
    width: 150px;
}

div.sb div.lb table th.w160 {
    width: 160px;
}

div.sb div.lb table th.w170 {
    width: 170px;
}

div.sb div.lb table th.w180 {
    width: 180px;
}

div.sb div.lb table th.w190 {
    width: 190px;
}

div.sb div.lb table th.w200 {
    width: 200px;
}

div.sb div.lb table th.w210 {
    width: 210px;
}

div.sb div.lb table th.w220 {
    width: 220px;
}

div.sb div.lb table th.w230 {
    width: 230px;
}


div.sb div.lb table th.w240 {
    width: 240px;
}


div.sb div.lb table th.w250 {
    width: 250px;
}

div.sb div.lb table th.w260 {
    width: 260px;
}

div.sb div.lb table th.w270 {
    width: 270px;
}

div.sb div.lb table th.w280 {
    width: 280px;
}

div.sb div.lb table th.w290 {
    width: 290px;
}


div.sb div.lb table th.w300 {
    width: 300px;
}

div.sb div.lb table th.w310 {
    width: 310px;
}

div.sb div.lb table th.w320 {
    width: 320px;
}

div.sb div.lb table th.w330 {
    width: 330px;
}

div.sb div.lb table th.w340 {
    width: 340px;
}

div.sb div.lb table th.w350 {
    width: 350px;
}

div.sb div.lb table th.w360 {
    width: 360px;
}

div.sb div.lb table th.w370 {
    width: 370px;
}

div.sb div.lb table th.w380 {
    width: 380px;
}

div.sb div.lb table th.w390 {
    width: 390px;
}

div.sb div.lb table th.w400 {
    width: 400px;
}



div.sb div.lb table td.w5 {
    width: 5px;
    text-align: center;
}

div.sb div.lb table td.w10 {
    width: 10px;
    text-align: center;
}

div.sb div.lb table td.w15 {
    width: 15px;
}

div.sb div.lb table td.w20 {
    width: 20px;
}
div.sb div.lb table td.w25 {
    width: 25px;
}

div.sb div.lb table td.w30 {
    width: 30px;
}

div.sb div.lb table td.w40 {
    width: 40px;
	word-break:break-all;
}

div.sb div.lb table td.w45 {
    width: 45px;
	word-break:break-all;
}


div.sb div.lb table td.w50 {
    width: 50px;
	word-break:break-all;
}


div.sb div.lb table td.w60 {
    width: 60px;
	word-break:break-all;
}

div.sb div.lb table td.w70 {
    width: 70px;
}

div.sb div.lb table td.w80 {
    width: 80px;
	word-break:break-all;
}

div.sb div.lb table td.w90 {
    width: 90px;
}

div.sb div.lb table td.w100 {
    width: 100px;
}

div.sb div.lb table td.w110 {
    width: 110px;
}

div.sb div.lb table td.w120 {
    width: 120px;
}

div.sb div.lb table td.w130 {
    width: 130px;
}


div.sb div.lb table td.w140 {
    width: 140px;
}


div.sb div.lb table td.w150 {
    width: 150px;
}

div.sb div.lb table td.w160 {
    width: 160px;
}

div.sb div.lb table td.w170 {
    width: 170px;
}

div.sb div.lb table td.w180 {
    width: 180px;
}

div.sb div.lb table td.w190 {
    width: 190px;
}

div.sb div.lb table td.w200 {
    width: 200px;
}

div.sb div.lb table td.w210 {
    width: 210px;
}

div.sb div.lb table td.w220 {
    width: 220px;
}

div.sb div.lb table td.w230 {
    width: 230px;
}


div.sb div.lb table td.w240 {
    width: 240px;
}


div.sb div.lb table td.w250 {
    width: 250px;
}

div.sb div.lb table td.w260 {
    width: 260px;
}

div.sb div.lb table td.w270 {
    width: 270px;
}

div.sb div.lb table td.w280 {
    width: 280px;
}

div.sb div.lb table td.w290 {
    width: 290px;
}


div.sb div.lb table td.w300 {
    width: 300px;
}

div.sb div.lb table td.w310 {
    width: 310px;
}

div.sb div.lb table td.w320 {
    width: 320px;
}
div.sb div.lb table td.w330 {
    width: 330px;
}
div.sb div.lb table td.w340 {
    width: 340px;
}
div.sb div.lb table td.w350 {
    width: 350px;
}
div.sb div.lb table td.w360 {
    width: 360px;
}
div.sb div.lb table td.w370 {
    width: 370px;
}
div.sb div.lb table td.w380 {
    width: 380px;
}
div.sb div.lb table td.w390 {
    width: 390px;
}
div.sb div.lb table td.w400 {
    width: 400px;
}




.w5 {
    width: 5px;
    word-break: break-all;
}



.w10 {
    width: 10px;
    word-break: break-all;
}


.w20 {
    width: 20px;
    word-break: break-all;
}



.w30 {
    width: 30px;
    word-break: break-all;
}

.w40 {
    width: 40px;
	    word-break: break-all;
}

.w50 {
    width: 50px;
    word-break: break-all;
}


.w60 {
    width: 60px;
    word-break: break-all;
}

.w70 {
    width: 70px;
    word-break: break-all;
}




.w80 {
    width: 80px;

}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}


.w115 {
    width: 115px;
}

.w120 {
    width: 120px;
}


.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}


.w160 {
    width: 160px;
}


.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px;
}

.w210 {
   width: 210px;
}

.w220 {
   width: 220px;
}

.w230 {
   width: 230px;
}


.w240 {
   width: 240px;
}


.w250 {
   width: 250px;
}

.w260 {
   width: 260px;
}

.w270 {
   width: 270px;
}

.w280 {
   width: 280px;
}

.w290 {
   width: 290px;
}

.w300 {
    width: 300px;
}

.w310 {
    width: 310px;
}


.w315 {
    width: 315px;
}

.w320 {
    width: 320px;
}


.w330 {
    width: 330px;
}


.w340 {
    width: 340px;
}


.w350 {
    width: 350px;
}


.w360 {
    width: 360px;
}


.w370 {
    width: 370px;
}

.w380 {
    width: 380px;
}

.w390 {
    width: 390px;
}

.w400 {
    width: 400px;
}


.w410 {
    width: 410px;
}

.w415 {
    width: 415px;
}

.w420 {
    width: 420px;
}


.w430 {
    width: 430px;
}


.w440 {
    width: 440px;
}


.w450 {
    width: 450px;
}


.w460 {
    width: 460px;
}


.w470 {
    width: 470px;
}

.w480 {
    width: 480px;
}

.w490 {
    width: 490px;
}

.w500 {
    width: 500px;
}

.w510 {
    width: 510px;
}

.w515 {
    width: 515px;
}

.w520 {
    width: 520px;
}


.w530 {
    width: 530px;
}


.w540 {
    width: 540px;
}


.w550 {
    width: 550px;
}


.w560 {
    width: 560px;
}


.w570 {
    width: 570px;
}

.w580 {
    width: 580px;
}

.w590 {
    width: 590px;
}

.w600 {
    width: 600px;
}



/*■■■　以上、パソコン版のtd,thの幅　■■■*/



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

/*■■■　thのスマホの幅　■■■*/

div.sb div.lb table th.sumaho-w5 {
    /*width: 5px;*/
    width: 5%;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w10 {
    /*width: 10px;*/
      width: 5%;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w20 {
    /*width: 20px;*/
      width: 5%;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w80 {
    width: 80px;

}

div.sb div.lb table th.sumaho-w90 {
    width: 90px;
}

div.sb div.lb table th.sumaho-w100 {
    width: 100px;
}

div.sb div.lb table th.sumaho-w110 {
    width: 110px;
}


div.sb div.lb table th.sumaho-w115 {
    width: 115px;
}

div.sb div.lb table th.sumaho-w120 {
    width: 120px;
}


div.sb div.lb table th.sumaho-w130 {
    width: 130px;
}

div.sb div.lb table th.sumaho-w150 {
    width: 150px;
}


div.sb div.lb table th.sumaho-w160 {
    width: 160px;
}


div.sb div.lb table th.sumaho-w170 {
    width: 170px;
}

div.sb div.lb table th.sumaho-w180 {
    width: 180px;
}

div.sb div.lb table th.sumaho-w190 {
    width: 190px;
}

div.sb div.lb table th.sumaho-w200 {
    width: 200px;
}


div.sb div.lb table th.sumaho-w210 {
    width: 210px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w220 {
    width: 220px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w230 {
    width: 230px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w240 {
    width: 240px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w250 {
    width: 250px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w260 {
    width: 260px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w270 {
    width: 270px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w280 {
    width: 280px;

}

div.sb div.lb table th.sumaho-w290 {
    width: 290px;
}




div.sb div.lb table th.sumaho-w300 {
    width: 300px;
}



div.sb div.lb table th.sumaho-w310 {
    width: 310px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w320 {
    width: 320px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w330 {
    width: 330px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w340 {
    width: 340px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w350 {
    width: 350px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w360 {
    width: 360px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w370 {
    width: 370px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w380 {
    width: 380px;

}

div.sb div.lb table th.sumaho-w390 {
    width: 390px;
}



div.sb div.lb table th.sumaho-w400 {
    width: 400px;
}



div.sb div.lb table th.sumaho-w410 {
    width: 410px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w420 {
    width: 420px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w430 {
    width: 430px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w440 {
    width: 440px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w450 {
    width: 450px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w460 {
    width: 460px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w470 {
    width: 470px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w480 {
    width: 480px;

}

div.sb div.lb table th.sumaho-w490 {
    width: 490px;
}


div.sb div.lb table th.sumaho-w500 {
    width: 500px;
}


div.sb div.lb table th.sumaho-w600 {
    width: 600px;
}


div.sb div.lb table th.sumaho-w700 {
    width: 700px;
}


div.sb div.lb table th.sumaho-w800 {
    width: 800px;
}


div.sb div.lb table th.sumaho-w900 {
    width: 00px;
}


div.sb div.lb table th.sumaho-w1000 {
    width: 1000px;
}





/*■■■　tdのスマホの幅　■■■*/

div.sb div.lb table td.sumaho-w5 {
    /*width: 5px;*/
    width: 5%;
    word-break: break-all;
}



div.sb div.lb table td.sumaho-w10 {
    /*width: 10px;*/
    width: 5%;
    word-break: break-all;
}


div.sb div.lb table td.sumaho-w20 {
    /*width: 20px;*/
    width: 5%;
    word-break: break-all;
}



div.sb div.lb table td.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}

div.sb div.lb table td.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}

div.sb div.lb table td.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}


div.sb div.lb table td.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}

div.sb div.lb table td.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}




div.sb div.lb table td.sumaho-w80 {
    width: 80px;

}

div.sb div.lb table td.sumaho-w90 {
    width: 90px;
}

div.sb div.lb table td.sumaho-w100 {
    width: 100px;
}

div.sb div.lb table td.sumaho-w110 {
    width: 110px;
}


div.sb div.lb table td.sumaho-w115 {
    width: 115px;
}

div.sb div.lb table td.sumaho-w120 {
    width: 120px;
}


div.sb div.lb table td.sumaho-w130 {
    width: 130px;
}
div.sb div.lb table td.sumaho-w140 {
    width: 140px;
}

div.sb div.lb table td.sumaho-w150 {
    width: 150px;
}


div.sb div.lb table td.sumaho-w160 {
    width: 160px;
}


div.sb div.lb table td.sumaho-w170 {
    width: 170px;
}

div.sb div.lb table td.sumaho-w180 {
    width: 180px;
}

div.sb div.lb table td.sumaho-w190 {
    width: 190px;
}

div.sb div.lb table td.sumaho-w200 {
    width: 200px;
}


div.sb div.lb table td.sumaho-w300 {
    width: 300px;
}

div.sb div.lb table td.sumaho-w400 {
    width: 400px;
}

div.sb div.lb table td.sumaho-w500 {
    width: 500px;
}




/*■■■　thのスマホの幅：その２ 前の条件なし　■■■*/

.sumaho-w5 {
    /*width: 5px;*/
    width: 5%;
    word-break: break-all;
}



.sumaho-w10 {
    /*width: 10px;*/
    width: 5%;
    word-break: break-all;
}


.sumaho-w20 {
    /*width: 20px;*/
    width: 5%;
    word-break: break-all;
}



.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}

.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}

.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}


.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}

.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}




.sumaho-w80 {
    width: 80px;

}

.sumaho-w90 {
    width: 90px;
}

.sumaho-w100 {
    width: 100px;
}

.sumaho-w110 {
    width: 110px;
}


.sumaho-w115 {
    width: 115px;
}

.sumaho-w120 {
    width: 120px;
}


.sumaho-w130 {
    width: 130px;
}

.sumaho-w150 {
    width: 150px;
}


.sumaho-w160 {
    width: 160px;
}


.sumaho-w170 {
    width: 170px;
}

.sumaho-w180 {
    width: 180px;
}

.sumaho-w190 {
    width: 190px;
}

.sumaho-w200 {
    width: 200px;
}


.sumaho-w210 {
   width: 210px;
}

.sumaho-w220 {
   width: 220px;
}

.sumaho-w230 {
   width: 230px;
}


.sumaho-w240 {
   width: 240px;
}


.sumaho-w250 {
   width: 250px;
}

.sumaho-w260 {
   width: 260px;
}

.sumaho-w270 {
   width: 270px;
}

.sumaho-w280 {
   width: 280px;
}

.sumaho-w290 {
   width: 290px;
}

.sumaho-w300 {
    width: 300px;
}

.sumaho-w310 {
    width: 310px;
}

.sumaho-w320 {
    width: 320px;
}

.sumaho-w330 {
    width: 330px;
}

.sumaho-w340 {
    width: 340px;
}

.sumaho-w350 {
    width: 350px;
}

.sumaho-w360 {
    width: 360px;
}

.sumaho-w370 {
    width: 370px;
}

.sumaho-w380 {
    width: 380px;
}

.sumaho-w390 {
    width: 390px;
}

.sumaho-w400 {
    width: 400px;
}

.sumaho-w410 {
    width: 410px;
}

.sumaho-w420 {
    width: 420px;
}

.sumaho-w430 {
    width: 430px;
}

.sumaho-w440 {
    width: 440px;
}

.sumaho-w450 {
    width: 450px;
}

.sumaho-w460 {
    width: 460px;
}

.sumaho-w470 {
    width: 470px;
}

.sumaho-w480 {
    width: 480px;
}

.sumaho-w490 {
    width: 490px;
}

.sumaho-w500 {
    width: 500px;
}




div.sb div.lb table td.sumaho-ranking
{
font-size:17px;	
text-align:center;
line-height:150%;
}




div.sb div.lb table th.d.padding-5 {
    width: 1%;
    padding: 10px 5px 10px 5px;
    text-align: center;
}




}




/* 530px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 530px){
	
	

/*■■■　liのラインハイト　■■■*/


div.sb div.lb ul li{
			list-style-type: none;
			line-height: 220%			
}

.inside-link {
    line-height: 2.5;
}

#content table{
width:100%;
word-break: break-all;
}

#content table.single {
    width: 150%;
}

#content table.tablewd {
    width: 115%;
}


.rank-td{
    text-align: center;
    padding: 10px 1px 10px 1px;
}



/*■■■　thのスマホの幅　■■■*/

div.sb div.lb table th.sumaho-w5 {
    width: 5px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w10 {
    width: 10px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w80 {
    width: 80px;

}

div.sb div.lb table th.sumaho-w90 {
    width: 90px;
}

div.sb div.lb table th.sumaho-w100 {
    width: 100px;
}

div.sb div.lb table th.sumaho-w110 {
    width: 110px;
}


div.sb div.lb table th.sumaho-w115 {
    width: 115px;
}

div.sb div.lb table th.sumaho-w120 {
    width: 120px;
}


div.sb div.lb table th.sumaho-w130 {
    width: 130px;
}

div.sb div.lb table th.sumaho-w150 {
    width: 150px;
}


div.sb div.lb table th.sumaho-w160 {
    width: 160px;
}


div.sb div.lb table th.sumaho-w170 {
    width: 170px;
}

div.sb div.lb table th.sumaho-w180 {
    width: 180px;
}

div.sb div.lb table th.sumaho-w190 {
    width: 190px;
}

div.sb div.lb table th.sumaho-w200 {
    width: 200px;
}


div.sb div.lb table th.sumaho-w210 {
    width: 210px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w220 {
    width: 220px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w230 {
    width: 230px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w240 {
    width: 240px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w250 {
    width: 250px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w260 {
    width: 260px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w270 {
    width: 270px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w280 {
    width: 280px;

}

div.sb div.lb table th.sumaho-w290 {
    width: 290px;
}




div.sb div.lb table th.sumaho-w300 {
    width: 300px;
}



div.sb div.lb table th.sumaho-w310 {
    width: 310px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w320 {
    width: 320px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w330 {
    width: 330px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w340 {
    width: 340px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w350 {
    width: 350px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w360 {
    width: 360px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w370 {
    width: 370px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w380 {
    width: 380px;

}

div.sb div.lb table th.sumaho-w390 {
    width: 390px;
}



div.sb div.lb table th.sumaho-w400 {
    width: 400px;
}



div.sb div.lb table th.sumaho-w410 {
    width: 410px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w420 {
    width: 420px;
    word-break: break-all;
}



div.sb div.lb table th.sumaho-w430 {
    width: 430px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w440 {
    width: 440px;
	    word-break: break-all;
}

div.sb div.lb table th.sumaho-w450 {
    width: 450px;
    word-break: break-all;
}


div.sb div.lb table th.sumaho-w460 {
    width: 460px;
    word-break: break-all;
}

div.sb div.lb table th.sumaho-w470 {
    width: 470px;
    word-break: break-all;
}




div.sb div.lb table th.sumaho-w480 {
    width: 480px;

}

div.sb div.lb table th.sumaho-w490 {
    width: 490px;
}


div.sb div.lb table th.sumaho-w500 {
    width: 500px;
}


div.sb div.lb table th.sumaho-w600 {
    width: 600px;
}


div.sb div.lb table th.sumaho-w700 {
    width: 700px;
}


div.sb div.lb table th.sumaho-w800 {
    width: 800px;
}


div.sb div.lb table th.sumaho-w900 {
    width: 00px;
}


div.sb div.lb table th.sumaho-w1000 {
    width: 1000px;
}





/*■■■　tdのスマホの幅　■■■*/

div.sb div.lb table td.sumaho-w5 {
    width: 5px;
    word-break: break-all;
}



div.sb div.lb table td.sumaho-w10 {
    width: 10px;
    word-break: break-all;
}


div.sb div.lb table td.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}



div.sb div.lb table td.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}

div.sb div.lb table td.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}

div.sb div.lb table td.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}


div.sb div.lb table td.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}

div.sb div.lb table td.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}




div.sb div.lb table td.sumaho-w80 {
    width: 80px;

}

div.sb div.lb table td.sumaho-w90 {
    width: 90px;
}

div.sb div.lb table td.sumaho-w100 {
    width: 100px;
}

div.sb div.lb table td.sumaho-w110 {
    width: 110px;
}


div.sb div.lb table td.sumaho-w115 {
    width: 115px;
}

div.sb div.lb table td.sumaho-w120 {
    width: 120px;
}


div.sb div.lb table td.sumaho-w130 {
    width: 130px;
}
div.sb div.lb table td.sumaho-w140 {
    width: 140px;
}

div.sb div.lb table td.sumaho-w150 {
    width: 150px;
}


div.sb div.lb table td.sumaho-w160 {
    width: 160px;
}


div.sb div.lb table td.sumaho-w170 {
    width: 170px;
}

div.sb div.lb table td.sumaho-w180 {
    width: 180px;
}

div.sb div.lb table td.sumaho-w190 {
    width: 190px;
}

div.sb div.lb table td.sumaho-w200 {
    width: 200px;
}


div.sb div.lb table td.sumaho-w300 {
    width: 300px;
}


div.sb div.lb table td.sumaho-w400 {
    width: 400px;
}

div.sb div.lb table td.sumaho-w500 {
    width: 500px;
}



/*■■■　thのスマホの幅：その２ 前の条件なし　■■■*/

.sumaho-w5 {
    width: 5px;
    word-break: break-all;
}



.sumaho-w10 {
    width: 10px;
    word-break: break-all;
}


.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}



.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}

.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}

.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}


.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}

.sumaho-w70 {
    width: 70px;
    word-break: break-all;
}




.sumaho-w80 {
    width: 80px;

}

.sumaho-w90 {
    width: 90px;
}

.sumaho-w100 {
    width: 100px;
}

.sumaho-w110 {
    width: 110px;
}


.sumaho-w115 {
    width: 115px;
}

.sumaho-w120 {
    width: 120px;
}


.sumaho-w130 {
    width: 130px;
}

.sumaho-w150 {
    width: 150px;
}


.sumaho-w160 {
    width: 160px;
}


.sumaho-w170 {
    width: 170px;
}

.sumaho-w180 {
    width: 180px;
}

.sumaho-w190 {
    width: 190px;
}

.sumaho-w200 {
    width: 200px;
}


.sumaho-w210 {
   width: 210px;
}

.sumaho-w220 {
   width: 220px;
}

.sumaho-w230 {
   width: 230px;
}


.sumaho-w240 {
   width: 240px;
}


.sumaho-w250 {
   width: 250px;
}

.sumaho-w260 {
   width: 260px;
}

.sumaho-w270 {
   width: 270px;
}

.sumaho-w280 {
   width: 280px;
}

.sumaho-w290 {
   width: 290px;
}

.sumaho-w300 {
    width: 300px;
}

.sumaho-w310 {
    width: 310px;
}

.sumaho-w320 {
    width: 320px;
}

.sumaho-w330 {
    width: 330px;
}

.sumaho-w340 {
    width: 340px;
}

.sumaho-w350 {
    width: 350px;
}

.sumaho-w360 {
    width: 360px;
}

.sumaho-w370 {
    width: 370px;
}

.sumaho-w380 {
    width: 380px;
}

.sumaho-w390 {
    width: 390px;
}

.sumaho-w400 {
    width: 400px;
}

.sumaho-w410 {
    width: 410px;
}

.sumaho-w420 {
    width: 420px;
}

.sumaho-w430 {
    width: 430px;
}

.sumaho-w440 {
    width: 440px;
}

.sumaho-w450 {
    width: 450px;
}

.sumaho-w460 {
    width: 460px;
}

.sumaho-w470 {
    width: 470px;
}

.sumaho-w480 {
    width: 480px;
}

.sumaho-w490 {
    width: 490px;
}

.sumaho-w500 {
    width: 500px;
}





div.sb div.lb table td.sumaho-ranking
{
font-size:17px;	
text-align:center;
line-height:150%;
}



/*
div.sb div.lb table .sumaho-moji-big
{
font-size:20px;	
}
*/

/*
div.sb div.lb table th,td.sumaho-w5 {
    width: 1%;
    padding: 10px 5px 10px 5px;
    text-align: center;
}
*/

div.sb div.lb table th.d.padding-5 {
    width: 1%;
    padding: 10px 5px 10px 5px;
    text-align: center;
}





/*新幅指定ココまで*/



}




/* 950px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 950px){
	
	


/* 背景を縮小表示 */
#wrapper, #wrapper.toppage, #wrapper-company {
background-size: contain;
width: 100%;
}

#wrapper, #wrapper-company {
padding: 10% 0;
}

/*
#header div.lb h1 {
		font-size: 80%;
		line-height:150%;
}
*/






.dice header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}


.tony header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}


.jp header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
		background-size: 70%;
}

.asian header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.toronto header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.berlin header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.goya header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.aacta header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.saturn header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.razzie header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.kinejun header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.koreagolden header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.pulitzer header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.docomo-music header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.award-watch header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.cannes header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.annie header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}


.manga header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

.muza header {
		background: url( ../image/back/logo.webp ) no-repeat 4px 20px;
		margin: 0px;
		padding: 0px;
		zoom: 1;
}

div.sb h2.venezia {
		margin: 0px 0px 10px 0px;
		font-size: 16px;
		clear:both;
}

div.sb h2.annie {
		margin: 0px 0px 10px 0px;
		font-size: 16px;
		clear:both;
}


div.sb div.lb table th.picturecolumn1 {
width: 10%;
}
div.sb div.lb table th.picturecolumn2 {
width: 70%;
}
div.sb div.lb table th.picturecolumn3 {
width: 20%;
}



/*

↓スマホ版で右側のナビゲーションが表示されないようにする設定

div.rb{
display:none;
}

div#rb-last{
display:inline;
}

*/




div#first-rb{
display:none;
}

div.kakusu-sumaho{
display:none;
}



div.sb {
max-width: 900px;
width: 98%;
margin: 0 auto;
}


.kasou div.sb {
max-width: 900px;
width: 96%;
margin: 0 auto;
}




#header{
padding-left:5px;
padding-right:3px;
}


#header .lb {
max-width: 900px;
width:100%;
margin: 0 auto;
}

div.sb div.lb, div.sb div.lb table, .tb_company {
max-width: 900px;
width: 100%;
}

div.lb, div.rb {
float: none;
}

div.sb div.rb {
width: 98%;
padding: 15px 1% 10px;
}

div.sb div.rb.emmy{
width: 98%;
padding: 15px 1% 10px;
}

div.sb p.toplink {
padding-right: 1%;
}

#footer {
padding-left: 1%;
margin-top:30px;
		clear:both;
}


#footer li{
padding-bottom: 15px;
padding-right: 10px;
width: auto;
min-width: 150px;
}


div.sb p.toplink {
margin-bottom: 8px;
}

div.sb div.lb table {
		margin: 0px 0px 13px;
}



/* 画像がはみ出ないようにする */
img, a img {
max-width: 100%;
width /***/:auto; /* IE8 */
height: auto;
vertical-align: bottom;
}

img[src*="//ir-jp.amazon-adsystem.com/"] {

    width: 1px;
    height: 1px;

}


div.sb div.lb table th.column1 {
width: 14%;
}
/*
div.sb div.lb table th.column1-1 {
width: 7%;
}

div.sb div.lb table th.column2 {
width: 45%;
}
div.sb div.lb table th.column3 {
width: 48%;
}
*/
div.sb div.lb table th.column4 {
width: 7%;
text-align: center; 

}

div.sb div.lb table th.column5 {
width: 15%;
}

div.sb div.lb table th.column5 {
width: 15%;
}

div.sb div.lb table th.column6 {
width: 32%;
}

div.sb div.lb table th.column16 {
width: 39%;
}



div.sb div.lb table.ranking th.column1 {
width: 10%;
}
div.sb div.lb table.ranking th.column2 {
width: 45%;
}
div.sb div.lb table.ranking th.column3 {
width: 35%;
}


div.sb div.lb table.tb-senkou th.column1 {
width: 100px;
}



div.sb div.lb table.emmy th.column1 {
width: 20%;
}

div.sb div.lb table th .column30,.column35,.column45 {
width: 30.6%;
}



img.mangaimg {
width: 100%;
}

div.sb div.lb table td:first-child,
div.sb div.lb table td.white,
div.sb div.lb table.nowhite td.white {
		/*background: url( ../image/back/sbtdw.webp ) repeat left top;*/
		/*background-color: #7a7b7b;*/
		background-color: #6d6e6e;
		font-weight: bold;
word-break: break-word;
padding-left: 8px;
padding-right: 8px;
}

div.sb div.lb table.center td:first-child,
div.sb div.lb table.center th:nth-child(1) {
padding-left: 3px;
padding-right: 3px;
text-align:center;
}

div.sb div.lb table.nowhite td {
		background: transparent;
		font-weight:normal;
}



}




@media (max-width: 767px){
	
.sumaho_tategaki {
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    text-orientation: upright;
    /*padding: 20px 0px !important;*/
    padding: 25px 0px !important;
	
}

.br_nashi {
    display: none;
}

.sumaho_center {
text-align: center;
}

#header table.tb-100,table.tb-100{
width: 100%;
}

#header table.tb-75,table.tb-75{
width: 100%;
}

#header table.tb-50,table.tb-50{
width: 100%;
}

#header table.w50per,#header table.w75per,#header table.w100per,{
width: 100%;
}


}

/*ノミネート、受賞画像*/

.gazou-tatenaga {
  width: 37%;
}

@media only screen and (max-width: 644px) {
  .gazou-tatenaga {
    width: 85px;
  }
}


.pc80per{
width: 80%;
}


/*かぶり解消*/
a.anchor{
    display: block;
    padding-top:90px;
    margin-top: -90px;
}

a.anchor-honban {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}






/*受賞画像*/

.pc40per{
width: 40%;
}

.pc50per{
width: 50%;
}


.pc80per{
width: 80%;
}

@media only screen and (max-width: 644px){
	
.sumaho75per{
width: 75%;
}
	
.pc80per,.pc50per{
width: 98%;
}


}



/*テーブル固定*/

.fixed01{
  position: sticky;
  top: 100px;
  color: #fff!important;
}
  
.fixed01:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }




.fixed-retsu,
.fixed-gyou{
  position: sticky;
  top: 0px;
  color: #fff!important;
} 


.fixed-retsu:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }



.fixed-retsu{
  left: 0;
	z-index:999;
}

.fixed-gyou{
  top: 100px;
}

.fixed-gyou-honban {
  top: 70px;
}


 .h46{top: 46px;}

 .h40{top: 40px;}
 
 

}


@media (max-width: 767px){
	
.fixed-gyou{
  top: 100px;
}

.fixed-gyou-honban {
  top: 70px;
}


.fixed01{
  top: 130px;
}


.yosou .fixed-gyou {
  top: 80px;
}
	/*固定したセル内の文字の位置【受賞の列がない状態】*/



.jizen .fixed-gyou {
  top: 120px;
}
	/*固定したセル内の文字の位置【ノミネートの幅が広い状態】*/



.honban .fixed-gyou {
  top: 80px;
}
	/*固定したセル内の文字の位置【ノミネートと受賞の幅が同じ本番の状態】*/

}

/*テーブル固定*/


@media screen and (min-width: 1025px) {

.pc_kakusu{
display: none;
}

.pc-kakusu{
display: none;
}

.sumaho-dake{
display: none;
}
}


@media only screen and (max-width: 959px){

.kakusu-sumaho{
display:none;
}

.sumaho-kakusu{
display:none;
}

.sumaho_kakusu{
display:none;
}


}



.douga-tap {
    color: #cccccc;
    padding-bottom: 10px;
}

#header p.no-display {
  line-height: 170%;
}

p.no-display {
  line-height: 170%;
}



/*テーブル内のリンクの下線の色を変える*/

table a {
    text-decoration:underline solid #b3b3b3;
}


summary {
text-decoration:underline solid #b3b3b3;
    padding-left:3px;
}


/* 上に戻るボタン */
.pagetop {
	color: #ffee5f;
	background-color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
/* 上に戻るボタン */
