@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, , h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption, tbody, tfoot, thead, {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}


table,tr, th, td {font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}



dl{
margin-top:20px;
margin-bottom:30px;
}


dt{
font-weight:bold;
}

dd a, dt a {
  text-decoration: underline;
  text-align: left;
}
    

ol, ul {list-style: none;}

	#footer ol li{
	margin-bottom: 15px;
	}

	#footer ol {
  list-style: decimal;
}


table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}

ul.albam {
list-style: inherit;
 padding-left: 20px;
}



blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
line-height: 180%;
margin:0px;
}



/* 色の設定
------------------------------------------------------------*/
.green0{
color:#000000;
}
/*明度0%*/

.green1{
color:#19150D;
}
/*明度10%*/

.green2{
color:#332A1A;
}
/*明度20%*/

.green3{
color:#4C3E27;
}
/*明度30%*/

.green4{
color:#665434;
}
/*明度40%*/

.green5{
color:#7F6941;
}
/*明度50%*/

/*
■デフォルトのテーブル内の文字の色■
color:#927a49
明度57%
*/

.green6{
color:#997E4F;
}
/*明度60%*/

.green7{
color:#B2935B;
}
/*明度70%*/

.green8{
color:#CCA869;
}
/*明度80%*/

.green9{
color:#E5BD76;
}
/*明度90%*/

.green10{
color:#FFD283;
}
/*明度100%*/




/*パソコン非表示の設定*/
@media screen and (min-width: 1025px) {
    
    .menuno{
    display:none;
    }
    
    .no-display{
    display:none;
    }
    
    
    .pc_nashi {
        display: none;
    }
    
    
    .pc-nashi {
        display: none;
    }
    
    .pc_hihyouji {
        display: none;
    }
    .pc-hihyouji {
        display: none;
    }
    
.pc-kakusu{
display:none;
}

.moji16px{
font-size: 16px;	
	}


    }
    

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
/*color:#624e24;*/
color: #332A1A;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#927a49;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #4f4d4d;
background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4d4d), color-stop(100%,#2e2c2c));
background: -webkit-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -o-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -ms-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: linear-gradient(to bottom, #4f4d4d 0%,#2e2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d4d', endColorstr='#2e2c2c',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #4f4d4d;
background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2c2c), color-stop(100%,#4f4d4d));
background: -webkit-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -o-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -ms-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: linear-gradient(to bottom, #2e2c2c 0%,#4f4d4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner{
margin:0 auto;
width:940px;
}

#wrapper.moviecircus h3.title.first {
clear:both;
padding:20px 0 5px;
font-size:130%;
color: #252525;
border-bottom:3px solid #3c2f13;
font-weight:bold;
}

#header,#mainNav{background:#242223;}

#header{overflow:hidden;}

#header a{
font-size:100%;
color:#fff;
text-decoration: underline;
}



#content{
float:right;
width:625px;
padding:30px 0;
}

#sidebar{
float:left;
width:265px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-top:1px solid #ccc;
} 



#footer h3{
	font-size: 17px;
	margin-bottom: 10px;
	text-align: left;
}



#footer h4{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: left;
}



#footer h5{
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 15px;
	color:green;
	text-align: left;

}


/* 追加
-------------------------------------------------------------*/
table {
border-collapse: collapse;
margin: 3px 10px;
}


table th, td {
border: 1px solid #3c2f13;
padding: 10px 10px;
text-align: left;
line-height: 180%;
vertical-align:top;
word-break: break-all;
}

table th {
  background-color: #685D4B;
  color: #fff;
}


#content table {
border-collapse: collapse;
margin:10px 0 10px;
width: 100%;
}

#content .winner table {
margin:0 0 25px;
}



#content table th{
/*background-color:#b6a68a;*/
background-color: #685D4B;
color:#fff;
}

.width50px{
	width:83px;
}



#content.zumba-t table {
margin-bottom: 10px;
}

#content table caption {
color: #252525;
font-size:105%;
}

#content table th, #content table td {
border: 1px solid #3c2f13;
padding: 10px 10px;
text-align: left;
line-height: 180%;
vertical-align:top;
word-break: break-all;
}


table h2{
font-size:18px;
color: #332A1A;
}


.content table h3, #header table h3{
font-size:16px;
margin-top: 0px;
color: #665434;
}

table ul, table ol {
  padding-left: 0px;
  margin: 0 0 22px 5px !important;
}

table ul li, table ol li {
  list-style-position: outside;
  padding-left: 0;
  list-style: disc;
  margin-left: 20px;
  color: #252525;
}

td.ninki {
    background: red;
    color: #fff;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000;
}

tr.ninki .black {
  color: #fff;
}

.kuro {
    color: #000;
}

.f16 {
    font-size: 16px;
}

#content table td img.albamimg
{
padding-top: 20px;
}


#content table .w10 {
width:10px;
}


#content table .w15 {
width:15px;
}


#content table .w20 {
width:20px;
}


#content table .w25 {
width:25px;
}


#content table .w30 {
width:30px;
}


#content table .w40 {
width:40px;
}


#content table .w50 {
width:50px;
}



#content table .w60 {
width:60px;
}

#content table .w70 {
width:70px;
}


#content table .w80 {
width:80px;
}


#content table .w90 {
width:90px;
}


#content table .w100 {
width:100px;
}


#content table .w110 {
width:110px;
}

#content table .w120 {
width:120px;
}

#content table .w130 {
width:130px;
}

#content table .w140 {
width:140px;
}

#content table .w150 {
width:150px;
}

#content table .w160 {
width:160px;
}

#content table .w170 {
width:170px;
}

#content table .w180 {
width:180px;
}

#content table .w190 {
width:190px;
}

#content table .w200 {
width:200px;
}


#content table.w100 th {
width:100px;
}

#content table.gymschedule {
width:100%;
}

#content table.gymschedule th {
width:50%;
}

#content table td img {
width:130px;
/*height:130px;*/
margin:0px;
padding:0px;
display:block;
padding-top: 20px;
}

#content table td img.postar {
width:100%;
margin:0px;
padding:0px;
display:block;
padding-top: 20px;
}

#content table td img.img_logo {
    margin: 0px;
    padding: 0px;
    display: block;
    padding-top: 0px;
	width: auto;
}

#content table td img[src*="//ir-jp.amazon-adsystem.com/"] {
    width: 1px;
    height: 0px;
    padding: 0 0 0 0px;
}

#content table td img[src*="https://www15.a8.net/"] {
    width: 1px;
    height: 1px;
}

#content table td img[src*="https://www17.a8.net/"] {
    width: 1px;
    height: 1px;
}

#content table td img[src*="https://www13.a8.net/"] {
    width: 1px;
    height: 1px;
}

#content table td img[src*="https://www11.a8.net/"] {
    width: 1px;
    height: 1px;
}


/*
table .ninki-title{
background-image:url(images/ninki.png);
background-repeat:no-repeat;
background-position:bottom left;
padding:300px;
}
*/

table ul,il{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table .ninki td {
color:#fff;
background-color:red;
}

.ninki {
    color:#fff;
    }

.ninki a {
color:#fff;
}

#content .ninki p {
    color:#fff;
    }

tr.ninki td span.green1,tr.ninki td span.green2,tr.ninki td span.green3 {
color:#fff;
}



table .t-dance td {
width:15px;
}


#content .tb-history {
color: #252525;
}

#content .tb-history td{
border-style:none;	
}


p.link-inside {
    padding: 10px 0px 30px 0px;
}

#content p {
color: #252525;
margin: 5px 0 15px;
}

#content p.first {
	margin-bottom: 15px;
	font-weight: bold;
	color: #927a49;
}

p.infotitle {
	margin-top: 30px;
	padding-bottom: 5px;
}

p.shoptitle {
	margin-top: 40px;
	padding-bottom: 5px;
	font-size: 24px;
}

p.lastcontent {
	margin-bottom: 30px;
}


@media all and (max-width:767px) {

p.douga-tap {
    line-height: 170%;
    display: inline-block;
}

.sumaho-bold {
  font-weight: bold;
}

}


div.panel span.nolink {
	color: #b6a68a;
	padding: 0 15px;
	text-align: center;
}

div.company p {
	margin-bottom: 10px;
}

span.comtitle {
	font-weight: bold;
}

span.comcontent {
	margin-left: 15px;
}

div.company th {
	padding: 5px 10px 5px 0px;
}

div.company td {
	padding: 5px 10px;
}

#contact {
	padding: 30px 0 30px 200px;
	width: 550px;
}

#contact table th,td {
	padding: 10px;
}

#contact span.attention {
	color: red;
	font-size: 80%;
}

#contact div.lead1 {
	padding: 50px 0;
	text-align: center;
}

#contact div.lead1 input {
	padding: 10px;
}

#contact p.error {
	color: #ff0000;
	font-weight: bold;
	line-height: 220%;
	width: 300px;
}

#footer ul li span {
	display: block;
	overflow: hidden;
	padding: 0 0 0 12px;
}


.single {
    word-break: break-all;
}

.column1-1{
    width: 20px;
}

.column5 {
    width: 105px;
}

.column5 {
    width: 105px;
}

.column6 {
    width: 200px;
}


.column7 {
    width: 55px;
}

/*前条件なし*/
.w10 {
    width: 10px;
}

.w15 {
    width: 15px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

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

.w45 {
    width: 45px;
	word-break:break-all;
}

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

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}


.w140 {
    width: 140px;
}


.w150 {
    width: 150px;
}


.w160 {
    width: 160px;
}
.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}


.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}


.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w550 {
    width: 550px;
}


.w600 {
    width: 600px;
}


#content table .w10 {
    width: 10px;
}

#content table .w15 {
    width: 15px;
}

#content table .w20 {
    width: 20px;
}

#content table .w30 {
    width: 30px;
}

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

#content table .w45 {
    width: 45px;
	word-break:break-all;
}

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

#content table .w90 {
    width: 90px;
}

#content table .w100 {
    width: 100px;
}

#content table .w120 {
    width: 120px;
}

#content table .w130 {
    width: 130px;
}


#content table .w140 {
    width: 140px;
}


#content table .w150 {
    width: 150px;
}


#content table .w160 {
    width: 160px;
}
#content table .w200 {
    width: 200px;
}

#content table .w250 {
    width: 250px;
}


#content table .w300 {
    width: 300px;
}

#content table .w350 {
    width: 350px;
}


#content table .w400 {
    width: 400px;
}

#content table .w500 {
    width: 500px;
}

#content table .w550 {
    width: 550px;
}


#content table .w600 {
    width: 600px;
}



#content table td.rank-td{
    text-align: center;
    padding: 10px 3px 10px 3px;
}



#content table td.center{
    text-align: center;
}




#content table th.rank-td{
    text-align: center;
    padding: 10px 3px 10px 3px;
}


hgroup{
	padding:0 1px;
}


#content table .sumaho-tb-padding-zero{
    padding: 10px 0px 10px 0px;
}




#content table th.rank-th{
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.width80 {
    width: 80px;
}

.w29 {
    width: 29px;
}

.ribon1 {
    width: 50px;
}

.ribon2 {
    width: 200px;
}


.rockmusicdaily table {
    table-layout: fixed;
}
.rockmusicdaily table th {
    overflow-wrap : break-word;
}

.rockmusicdaily table td {
	white-space: pre-wrap;
}

.rockin-rollingstone {
    word-break: break-all;
}

.tableword td{
    word-break: break-all;
}

th.no1 {
    width: 7%;
}
th.no2 {
    width: 20%;
}
th.no3 {
    width: 27%;
}
th.no4 {
    width: 47%;
}

th.no5 {
    width: 13%;
}

th.no6 {
    width: 8%;
}

th.no7 {
    width: 30%;
}

th.no11 {
    width: 11%;
}

th.no10px {
    width: 10px;
}


th.no44 {
    width: 44.5%;
}

th.no120 {
    width: 120px;
}

th.no312 {
    width: 312px;
}


th.rit1 {
    width: 27%;
}

th.rit2 {
    width: 20%;
}

th.rit3 {
    width: 15%;
}

th.rit4 {
    width: 25%;
}

th.rit5 {
    width: 13%;
}

th.width20 {
    width: 20px;
}

th.width110 {
    width: 110px;
}

th.width30 {
    width: 30px;
}


th.width30 {
    width: 30px;
}

.bgcolor {
    background-color: #b6a68a;
    color: #fff;
    width: 150px;
}


.megamix th:nth-child(1){
    width: 38%;
}


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
float:left;
padding:5px 0 8px 0px;
color: #fff;
font-size:100%;
font-weight:normal;
margin: 8px 0 0px;
}

#header h1.big{
float:left;
padding:5px 0 8px 0px;
color: #fff;
font-size:125%;
font-weight:bold;
margin: 15px 0 0px;
}



#header h1 a {
color:#b6a68a;
text-decoration:underline;
}

#header h1 a:hover, #header h1 a:active {
color:#624e24;
}

#header h2{
float:right;
padding:5px 0 8px 0px;
color: #fff;
font-size:100%;
font-weight:normal;
margin: 8px 0 0px;
}

#header h2.kasou_h2 {
    float: left;
    padding: 5px 0 8px 0px;
    color: #fff;
    font-size: 122%;
    font-weight: bold;
    margin: 8px 0 0px;
}

#header h3.kasou_h3 {
    float: left;
    padding: 5px 0 8px 0px;
    color: #fff;
    font-size: 122%;
    font-weight: normal;
    /*margin: 8px 0 0 10px;*/
    margin: 8px 0 0 0px;
}

#header h3{
color: white;
margin-top: 20px;
margin-bottom: 10px;
font-size: 17px;
font-weight: bold;
clear: both;
}

#header h4{
color: yellow;
margin-top: 20px;
margin-bottom: 10px;
font-size: 17px;
font-weight: normal;
clear: both;
}


#header h5{
color: white;
margin-top: 20px;
margin-bottom: 10px;
font-size: 16px;
font-weight:bold;
clear: both;
}


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


#header h3{
text-align: left;
padding: 5px 0 8px 10px;
}


#header h3.kasou_h3 {
    float: left;
    padding: 5px 0 8px 0px;
    color: #fff;
    font-size: 122%;
    font-weight: normal;
    margin: 8px 0 0 10px;
}

#header h4,#header h5,#header h6 {
float: left;
margin: 10px 8px 10px 8px;
}

}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header p{
clear:both;
/*float:left;*/
color: #fff;
font-size:130%;
font-weight:bold;
}

#header p.header_logo {
    padding-top: 25px;
    margin-bottom: 0px;
}

#header p.left {
    clear: both;
    color: #fff;
    font-size: 120%;
    font-weight: normal;
    line-height: 200%;
    margin-top: 7px;
    margin-bottom: 10px;
	text-align: left;

}


#header table {
border-collapse: collapse;
margin:10px 0 10px;
width: 100%;
}

#header table.table-w55p {
    width: 55%;
}


#header table th{
background-color: #685D4B;
color:#fff;
}

#header table th, #header table td {
    border: 1px solid #3c2f13;
    padding: 10px 10px;
    text-align: left;
    line-height: 180%;
    vertical-align: top;
    word-break: break-all;
}


#header table td {
background-color: #fff;
}

#header table caption {
    font-weight: normal;
    text-align: left;
    color: yellow;
	font-size: 16px;
}

/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
text-align:left;
}

#headerInfo p{
padding:2px 0 2px 80px;
color:#b6a68a;
font-size:12px;
font-weight:bold;
background:url(images/openTime.png) no-repeat 0 2px;
}

#headerInfo p.tel{background:url(images/tel.png) no-repeat 0 4px;font-size:16px;}

#headerInfo p.address{background-image:url(images/address.png);}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
line-height:0;
text-align:center;
background:#242223;
z-index:0;
margin:0;
padding:0;
}

#mainImg img{
width:100%;
height:auto;
margin:0;
padding:0;
}


/* タイポグラフィ
*****************************************************/

.content h3.title{
clear:both;
margin:100px 0 20px;
padding:5px 0;
font-size:130%;
color: #000;
/*border-bottom:3px solid #3c2f13;*/
/*border-bottom:2px solid #927a49;*/
border-bottom:3px solid #927a49;
font-weight:bold;
}

.content h3{
	font-size:130%;
	margin-bottom:10px;
}

.content h2.first{
	padding-top: 15px;
}


.content h3.first{
	margin-top:0px;
	padding-top: 10px;
}

.content h4 {
margin:25px 0 10px;
padding:0;
font-size:120%;
font-weight: bold;
/*border-bottom:2px solid #927a49;*/
color: #927a49;

}

.content h5 {
margin:20px 0 5px;
padding:0;
font-size:110%;
font-weight: normal;
color: #252525;
border-bottom: 1px solid #927a49;
}

.moviecircus h5 {
background: url(https://machinemusic.org/images/h3-1-header.jpg) no-repeat left center;
padding: 5px 0 3px 15px;
font-size:105%;
font-weight: bold;
border-bottom: none;
}

.content h6 {
background: url(images/h6-header.jpg) no-repeat left center;
padding: 5px 0 3px 15px;
max-height:100%;
font-size: 105%;
margin: 2px 0 2px 0px;
font-weight:normal;
}

.content h7 {
margin: 4px 0 0;
max-height: 100%;
padding: 0;
font-size: 100%;
font-weight: normal;
}

.content  {
clear:both;
margin:15px 0 0px;
padding:5px 0;
/*font-weight:bold;*/
font-size:105%;
color: #332A1A;
/*color: #927a49;*/
/*#252525;*/
}

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

.content a {
text-decoration:underline;
}

#content .bottom {
margin-bottom:50px;
}

#content .bottom-20 {
margin-bottom:20px;
}

#content p.textalignright {
text-align:right;
}

.content p.source {
color:#666;
}

.content p.source a{
color:#666;
}

.content ul.list1 {
padding:0 0 0 15px;
margin:0;
}
.content ul.list1 li {
list-style-type:disc;
list-style-position:outside;
}


p.toplink {
		text-align: right;
		clear: both;
		text-decoration: underline;
}




.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #252525;
border-bottom:2px solid #3c2f13;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #3c2f13;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #2e2c2c solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}







.post table th{
padding:7px 10px 7px 5px;
border: #2e2c2c solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#4f4d4d;
}

.post table td{
padding:7px 5px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


.winner h3.MegaMIX-h3 {
margin:20px 0 0px;
padding:5px 0 2px 15px;
font-size:125%;
color: #927a49;
background: url("https://machinemusic.org/images/h3-1-header.jpg") no-repeat scroll left center;
}


.content h3.zin-h3 {
margin:20px 0 15px;
padding:5px 0 2px 15px;
font-size:125%;
color: #927a49;
border-bottom:1px solid #000;
background: url("https://machinemusic.org/images/h3-1-header.jpg") no-repeat scroll left center;
}

.content h3.zin-h3-2 {
margin:20px 0 15px;
font-size:125%;
color: #927a49;
border-bottom:1px solid #000;
padding-bottom: 5px;
}


.content h4.group-h4{
margin:20px 0 20px;
padding:0;
font-size:110%;
font-weight: bold;
border-bottom:none;
}

.content h4.group-h4-2{
margin:20px 0 15px;
padding:2px 0 2px 15px;
background: url("https://machinemusic.org/images/h3-1-header.jpg") no-repeat scroll left center;
font-size:110%;
font-weight: bold;
border-bottom:none;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #3c2f13;
}

section.widget li{
margin: 0 10px 10px 5px;
border-bottom: 1px solid #bab48d;
}

section.widget a{
display:block;
padding-left:15px;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{background-position: 3px 50%;}

p.banner{padding-bottom:15px;}

#contactBanner{
width:265px;
height:30px;
padding-top:110px;
background:url(images/banners/banner_tel.jpg) no-repeat;
}

#contactBanner p.tel{
display:inline;
padding-left:80px;
margin-left:30px;
text-align:center;
font-weight:bold;
background:url(images/tel.png) no-repeat;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
vertical-align:bottom;
}


/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:5px 0;
font-size:100%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:25px;}

.news p{
clear:both;
padding-bottom:2px;
/*border-bottom: 1px solid #bab48d;*/
}

.news p a{
display:block;
padding:5px 0;
color:#252525;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
border-bottom: 1px solid #bab48d;

}

.news a span{
color:#624e24;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#927a49;}

.news p span.nolink {
    border-bottom: 1px solid #bab48d;
}

.news ul li {
    clear: both;
    padding-bottom: 2px;
    border-bottom: 1px solid #bab48d;
    color: black;
    margin: 14px 0;
    padding-left: 10px;
}

.news li {
    border-bottom: none;
}


.news a {
    display: block;
    padding: 5px 0;
    font-style: italic;
    color: #624e24;
    font: normal 100% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news a:hover, .news a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#927a49;
}

.news.kasou ul {
    padding-left: 0px;
}

/* フッター
*****************************************************/
#footerLogo{
float:left;
width:265px;
}

#footerLogo img{
max-width:265px;
height:auto;
}

#footer p {
margin:8px 0 0;
}

#footer p a {
text-decoration: underline;
}

#footer ul{
/*float:right;
width:625px;*/
font-size:100%;
padding-bottom:20px;
}

#footer ul ul{
padding-left:0;
padding-bottom:0;
width:auto;
}


/*#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}
*/

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding: 0 0 0 12px;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}



#footer ul li a{
display:block;
/*padding:0 0 0 12px;*/
overflow:hidden;
text-decoration: underline;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}

#footer ul li li a, #footer ul li li span {padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:100%;
zoom:1;
}


#copyright a{
	text-decoration:underline;

}



/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:645px;
margin-right:-20px;
}

.thumbWrap li{
float:left;
width: 195px;
margin:0 20px 0 0;
padding:2px 0 40px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #bcbcbc;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#dedabc;
}

ul.thumb h3:hover{background:#f1efe4;}

ul.thumb h3:hover span{background:#e3dfc4;}


/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	padding:10px 0 10px;
	position:relative;
	z-index:200;
	}
	
	.panel ul{
	background:url(images/sep.png) no-repeat 50% 50%;
	}

/*
	.panel ul li{
	float: left;
	position: relative;
	padding:0 15px 0 15px;
	height:40px;
	line-height:40px;
	background:url(images/sep.png) no-repeat 100% 50%;
	}
*/

.panel ul li {
    float: left;
    position: relative;
    padding: 0 15px 0 15px;
    height: 40px;
    line-height: 40px;
    background: url(images/sep.png) no-repeat 100% 50%;
    color: #b6a68a;
    padding: 0 15px;
    text-align: center;
}

	.panel ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	padding:0 10px;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background:#2d2c2d;
	border-radius:6px;
	-webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul ul{width:160px;}
  
  .panel ul li ul{display: none;}
	
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	padding:0;
  }
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index:500;
  }
	
  .panel ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	.panel ul li li a span{padding:0 10px;}
	
	.panel ul li li a:hover,.panel ul li li.current-menu-item a{color:#fff;}
  
  .panel ul li:hover ul li{
  margin:0;
  background: #2d2c2d;
  border-bottom:1px dotted #4f4d4d;
  }
	
	.panel ul li:hover ul li:last-child{
	border:0;
	border-radius:0 0 6px 6px;
	}
}





/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:#242223;
	}
	
	nav#mainNav .inner{width:95%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #473a1c url(images/menuOpen.png) no-repeat 1em 10px;
  background: url(images/menuOpen.png) no-repeat 1em 10px, -moz-linear-gradient(top, #33270b 0%, #473a1c 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33270b), color-stop(100%,#473a1c));
	background: url(images/menuOpen.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #33270b 0%,#473a1c 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -o-linear-gradient(top, #33270b 0%,#473a1c 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -ms-linear-gradient(top, #33270b 0%,#473a1c 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, linear-gradient(to bottom, #33270b 0%,#473a1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33270b', endColorstr='#473a1c',GradientType=0 );
	border:1px solid #726749;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: #473a1c url(images/menuClose.png) no-repeat 1em 10px;
  background: url(images/menuClose.png) no-repeat 1em 10px, -moz-linear-gradient(top, #33270b 0%, #473a1c 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33270b), color-stop(100%,#473a1c));
	background: url(images/menuClose.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #33270b 0%,#473a1c 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -o-linear-gradient(top, #33270b 0%,#473a1c 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -ms-linear-gradient(top, #33270b 0%,#473a1c 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, linear-gradient(to bottom, #33270b 0%,#473a1c 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #726749;
	}

	.panel ul{margin:0;padding:0;}
	
/*

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	.panel ul li a,.panel ul li.current-menu-item li a, .panel ul li span.nolink{
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	color:#fff;
	background:#2d2c2d;
	}
*/

	.panel ul li{
	float: none;
	clear:both;
	width:95%;
	height:auto;
	line-height:1.2;
	display: block;
	padding:1em 0 1em 1em;
	text-align:left;
	color:#b6a68a;
	}

/*
	.panel ul li{	
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	color:#b6a68a;
	background:#2d2c2d;
	
	}
*/

	.panel ul li a{
	display: block;
	width:100%;
	text-align:left;
	color:#fff;
	}

	.panel ul li span.nolink{
	background: transparent;
	padding-left:0em;
	}
 .panel ul li a span{padding-left:0em;}
 
	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#fff;
	background:#181616;
	}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a{background:#2d2c2d url(images/sub1.png) no-repeat 20px 50%;}

	.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#181616 url(images/sub1.png) no-repeat 20px 50%;}
	
	.panel ul li li:last-child a{background:#2d2c2d url(images/subLast.png) no-repeat 20px 50%;}
	.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#181616 url(images/subLast.png) no-repeat 20px 50%;}

	.panel ul li li a span{padding-left:35px;}
	
	nav div.panel{float:none;}
	
	/*#mainImg{margin-bottom:20px;}*/
	
	.content  {
clear:both;
margin:5px;
padding:10px 0;
}

th.width20 {
    width: 5px;
}

th.width110 {
    width: 50px;
}

th.width30 {
    width: 5px;
}

th.no11 {
    width: 1%;
}

th.no44 {
    width: 39.5%;
}

#content th.pad3 {
    padding: 10px 5px 10px 7px;
}

#content th.pad4 {
    padding: 10px 5px 10px 5px;
}


#content .TAAF td {
    padding: 10px 5px;
}

#content td.pad8 {
    padding: 10px 8px;
}

#content .TAAF td.pad3 {
    padding-left: 8px;
}

}




/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2{padding:10px;}
	#header p { padding-left:10px; padding-right:5px; }
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:5px 0;
	}
	


#content{
width:97%;
}


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


#content table.sumaho-table-td-padding3 td,th{
padding: 10px 5px 10px 5px;
}


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

#content table th.rank-td{
    text-align: center;
    padding: 10px 1px 10px 1px;
}


#content table td img.img_logo {
	max-width: 100%;
}


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

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

#content table .sumaho-w5 {
    width: 5%;
    word-break: break-all;
}



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


#content table .sumaho-w15 {
    width: 15px;
    word-break: break-all;
}



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



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

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

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


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

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




#content table .sumaho-w80 {
    width: 80px;

}

#content table .sumaho-w90 {
    width: 90px;
}

#content table th.sumaho-w100 {
    width: 100px;
}

#content table th.sumaho-w102 {
    width: 102px;
}

#content table th.sumaho-w105 {
    width: 105px;
}

#content table th.sumaho-w110 {
    width: 110px;
}


#content table th.sumaho-w115 {
    width: 115px;
}

#content table th.sumaho-w120 {
    width: 120px;
}


#content table th.sumaho-w130 {
    width: 130px;
}

#content table th.sumaho-w140 {
    width: 140px;
}


#content table th.sumaho-w150 {
    width: 150px;
}



#content table th.sumaho-w160 {
    width: 160px;
}


#content table th.sumaho-w170 {
    width: 170px;
}

#content table th.sumaho-w180 {
    width: 180px;
}

#content table th.sumaho-w190 {
    width: 190px;
}


#content table th.sumaho-w200 {
    width: 200px;
}

#content table th.sumaho-w200 {
    width: 200px;
}


#content table th.sumaho-w210 {
    width: 210px;
}


#content table th.sumaho-w220 {
    width: 220px;
}


#content table th.sumaho-w230 {
    width: 230px;
}


#content table th.sumaho-w240 {
    width: 240px;
}


#content table th.sumaho-w250 {
    width: 250px;
}


#content table th.sumaho-w260 {
    width: 260px;
}


#content table th.sumaho-w270 {
    width: 270px;
}

#content table th.sumaho-w280 {
    width: 280px;
}

#content table th.sumaho-w290 {
    width: 290px;
}


#content table th.sumaho-w300 {
    width: 300px;
}

#content table th.sumaho-w300 {
    width: 300px;
}


#content table th.sumaho-w310 {
    width: 310px;
}


#content table th.sumaho-w320 {
    width: 320px;
}


#content table th.sumaho-w330 {
    width: 330px;
}


#content table th.sumaho-w340 {
    width: 340px;
}


#content table th.sumaho-w350 {
    width: 350px;
}


#content table th.sumaho-w360 {
    width: 360px;
}


#content table th.sumaho-w370 {
    width: 370px;
}

#content table th.sumaho-w380 {
    width: 380px;
}

#content table th.sumaho-w390 {
    width: 390px;
}


#content table th.sumaho-w400 {
    width: 400px;
}



#content table th.sumaho-w410 {
    width: 410px;
}


#content table th.sumaho-w420 {
    width: 420px;
}


#content table th.sumaho-w430 {
    width: 430px;
}


#content table th.sumaho-w440 {
    width: 440px;
}


#content table th.sumaho-w450 {
    width: 450px;
}


#content table th.sumaho-w460 {
    width: 460px;
}


#content table th.sumaho-w470 {
    width: 470px;
}

#content table th.sumaho-w480 {
    width: 480px;
}

#content table th.sumaho-w490 {
    width: 490px;
}


#content table th.sumaho-w500 {
    width: 500px;
}

#content table th.sumaho-w500 {
    width: 500px;
}


#content table th.sumaho-w510 {
    width: 510px;
}


#content table th.sumaho-w520 {
    width: 520px;
}


#content table th.sumaho-w530 {
    width: 530px;
}


#content table th.sumaho-w540 {
    width: 540px;
}


#content table th.sumaho-w550 {
    width: 550px;
}


#content table th.sumaho-w560 {
    width: 560px;
}


#content table th.sumaho-w570 {
    width: 570px;
}

#content table th.sumaho-w580 {
    width: 580px;
}

#content table th.sumaho-w590 {
    width: 590px;
}


#content table th.sumaho-w600 {
    width: 600px;
}


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

.kakusu-sumaho{
display:none;
}

.sumaho-kakusu{
display:none;
}


.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-w140 {
    width: 140px;
}

.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-w300 {
    width: 300px;
}

.sumaho-w400 {
    width: 400px;
}


.sumaho-w500 {
    width: 500px;
}

#content table .sumaho-w90 {
    width: 90px;
}

#content table .sumaho-w100 {
    width: 100px;
}

#content table .sumaho-w110 {
    width: 110px;
}


#content table .sumaho-w115 {
    width: 115px;
}

#content table .sumaho-w120 {
    width: 120px;
}


#content table .sumaho-w130 {
    width: 130px;
}

#content table .sumaho-w150 {
    width: 150px;
}


#content table .sumaho-w160 {
    width: 160px;
}


#content table .sumaho-w170 {
    width: 170px;
}

#content table .sumaho-w180 {
    width: 180px;
}

#content table .sumaho-w190 {
    width: 190px;
}

#content table .sumaho-w200 {
    width: 200px;
}


#content table .sumaho-w300 {
    width: 300px;
}

#content table .sumaho-w400 {
    width: 400px;
}


#content table .sumaho-w500 {
    width: 500px;
}


.TAAF{
word-break: break-all;
}


th.rs3 {
width:10% !important;
}

table.taylor {
width: 160% !important;
}

#content.zumba-t table {
width:100%;
margin-bottom: 15px;
}

#content.zumba-t table td,#content.zumba-t table th {
    padding: 5px;
}


#content table.tableword{
width:127%;
}


#content .table-width-100%{
width:100%;	
}



#content.tableword-110 table{
width:113%;
}

#content.tableword-110 table th,#content.tableword-110 table td{
padding: 10px 5px;
}


#content.tableword table.table100p {
    width: 100%;
}


#content table.RS table {
width: 5%;
}
#content table.RS th.column2 {
width: 25%;
}
#content table.RS th.column3 {
width: 30%;
}
#content table.RS th.column4 {
width: 30%;
}



#content.zumba-t h4 {
width:100%;
margin: 30px 0 20px;
}

#content h3.zin-h3-2{
margin-bottom: 5px;
}

#content h4.group-h4-2{
margin:8px 0 5px;
padding: 0 0 2px 15px;
}


#content th.padding10-5 {
    padding: 10px 5px 10px 5px;
}

#content td.padding10-5 {
    padding: 10px 5px 10px 5px;
}


#content th.align-center {
    text-align: center;
}

.scroll{
overflow: auto;
/*white-space: nowrap;*/
}



.scroll-110{
overflow: auto;
width: 110%;
}



.scroll-115{
overflow: auto;
width: 115%;
}



.scroll-120{
overflow: auto;
width: 120%;
}




.scroll-125{
overflow: auto;
width: 125%;
}

.scroll-140{
overflow: auto;
width: 140%;
}

/*
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
*/

	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{width:30%; float:left;margin:0 1% 0 2%;}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
  #contactBanner{margin:0 auto;}

	#footer{margin:0;border:0;text-align:center; line-height:220%;}
	
	
	#footer h3, h4, h5 {
  margin: 20px 10px;
}

	
	#footerLogo, #footer ul{
	float:none;
	width:auto;
	padding-bottom:20px;
	text-align:center;
	}
	
	#footer ul{
	padding-top:20px;
	border-top:1px solid #ccc;
	}
	
	#footer ul ul{padding-top:0;border:0;}	

	#footer ol{
	margin: 10px;
	text-align: left;
	line-height: 220%;
	}

	#footer ol li{
	margin-bottom: 10px;
	}

#footer p {
    margin: 10px;
    border: 0;
    text-align: left;
}


.width60px{
	width:60px;
}

.width50px{
	width:50px;
}

.width22px{
	width:22px;
}

th.rit1{
	width:37%;
}

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

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

iframe {
    top: 0;
    left: 0;
    width: 100%;
}

th.no3 {
    width: 27%;
}

th.no6 {
    width: 10%;
}

th.no120 {
    width: 30%;
}

th.no312 {
    width: 50%;
}

th.no10px {
    width: 1%;
}

th.sumaho3p {
    width: 3%;
}

th.width1% {
    width: 1%;
}

th.width10px {
    width: 10px;
}

th.no24 {
    width: 20%;
}


#content table th.sumaho-w5 {
    width: 1%;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

#content table td.padding-5 {
    width: 1%;
    padding: 10px 5px 10px 5px;
    text-align: center;
}



th.anime1 {
    width: 1%;
}

th.anime2 {
    width: 29%;
}

th.anime3 {
    width: 70%;
}

table.anime4 {
    word-break: break-all;
}

#content th.anime1 {
    padding: 10px 5px 10px 5px;
}


.bgcolor {
    background-color: #b6a68a;
    color: #fff;
    width: 75px;
}
}

/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
  
}


.scroll{
overflow: auto;
/*white-space: nowrap;*/
}

.scroll116{
overflow: auto;
width: 133%;
}

.w20 {
    width: 30%;
    }

/*
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
*/

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
/*	#header{padding:0 10px;text-align:center;}*/
	#header{text-align:center;}
	#header h1, #header h2,#footerLogo,#headerInfo{float:none;padding:0;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	
}

/* 幅959px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
/*	#header{padding:0 10px;text-align:center;}*/
	#header{text-align:center;}
	#header h1, #header h2,#footerLogo,#headerInfo{float:none;padding:0;}
	
#header h1.big {
    float: none;
    font-size: 130%;
	text-align: left;
padding: 5px 0 8px 10px;
}

#header h2.kasou_h2 {
	float: left;
    padding: 5px 0 8px 10px;
}

#header p.left {
text-align: left;
margin-top: 7px;
margin-bottom: 10px;
word-break: break-all;
}

	#headerInfo{width:230px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:10px;}
	#footer ul ul{padding:0;}


.sumaho_tategaki {
    writing-mode: vertical-rl;
    line-height: 300%;
    letter-spacing: 5px;
	text-orientation: upright;
	text-align: justify !important;
}


/*  Safari */
_::-webkit-full-page-media, _:future, :root .sumaho_tategaki {
    writing-mode: horizontal-tb;
    letter-spacing: 10px;
    text-orientation: upright;
    /*padding: 20px 0px !important;*/
    /*padding: 15px 0px 0px 10px !important;*/
	/*padding: 0px !important;*/
	padding: 0px !important;
	text-align: center !important;

}

_:lang(x)::-moz-placeholder, .sumaho_tategaki {
    writing-mode: vertical-rl;
    line-height: 300%;
    letter-spacing: 5px;
	text-orientation: upright;
	/*vertical-align: middle;*/
	vertical-align: top;
}




.br_nashi{
    display: none;
}


}


@media screen and (min-width: 1025px) {
    
.pc-kakusu {
    display: none;
}
}






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

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

table th {
	word-break:break-all;
}


th.w5 {
    width: 5px;
    text-align: center;
}

th.w10 {
    width: 10px;
    text-align: center;
}

th.w15 {
    width: 15px;
}

th.w20 {
    width: 20px;
}

th.w25 {
    width: 25px;
}

th.w30 {
    width: 30px;
}

th.w35 {
    width: 35px;
}

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

th.w45 {
    width: 45px;
	word-break:break-all;
}


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

th.w55 {
    width: 55px;
	word-break:break-all;
}


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

th.w65 {
    width: 65px;
	word-break:break-all;
}

th.w70 {
    width: 70px;
}

th.w75 {
    width: 75px;
}

th.w80 {
    width: 80px;
	word-break:break-all;
}

th.w85 {
    width: 85px;
	word-break:break-all;
}

th.w90 {
    width: 90px;
}

th.w95 {
    width: 95px;
}

th.w100 {
    width: 100px;
}

th.w105 {
    width: 105px;
}

th.w110 {
    width: 110px;
}

th.w115 {
    width: 115px;
}

th.w120 {
    width: 120px;
}

th.w125 {
    width: 125px;
}

th.w130 {
    width: 130px;
}

th.w135 {
    width: 135px;
}

th.w140 {
    width: 140px;
}


th.w145 {
    width: 140px;
}

th.w150 {
    width: 150px;
}

th.w155 {
    width: 155px;
}

th.w160 {
    width: 160px;
}

th.w165 {
    width: 165px;
}

th.w170 {
    width: 170px;
}

th.w175 {
    width: 175px;
}
th.w180 {
    width: 180px;
}
th.w185 {
    width: 185px;
}


th.w190 {
    width: 190px;
}

th.w195 {
    width: 195px;
}

th.w200 {
    width: 200px;
}

th.w205 {
    width: 205px;
}


th.w210 {
    width: 210px;
}
th.w215 {
    width: 215px;
}

th.w220 {
    width: 220px;
}
th.w225 {
    width: 225px;
}

th.w230 {
    width: 230px;
}
th.w235 {
    width: 235px;
}

th.w240 {
    width: 240px;
}

th.w245 {
    width: 245px;
}

th.w250 {
    width: 250px;
}
th.w255 {
    width: 255px;
}

th.w260 {
    width: 260px;
}
th.w265 {
    width: 265px;
}

th.w270 {
    width: 270px;
}
th.w275 {
    width: 275px;
}
th.w280 {
    width: 280px;
}
th.w285 {
    width: 285px;
}

th.w290 {
    width: 290px;
}
th.w295 {
    width: 295px;
}

th.w300 {
    width: 300px;
}

th.w305 {
    width: 305px;
}

th.w310 {
    width: 310px;
}
th.w315 {
    width: 315px;
}

th.w320 {
    width: 320px;
}
th.w325 {
    width: 325px;
}

th.w330 {
    width: 330px;
}
th.w335 {
    width: 335px;
}

th.w340 {
    width: 340px;
}

th.w345 {
    width: 345px;
}

th.w350 {
    width: 350px;
}
th.w355 {
    width: 355px;
}

th.w360 {
    width: 360px;
}
th.w365 {
    width: 365px;
}

th.w370 {
    width: 370px;
}
th.w375 {
    width: 375px;
}
th.w380 {
    width: 380px;
}
th.w385 {
    width: 385px;
}

th.w390 {
    width: 390px;
}
th.w395 {
    width: 395px;
}

th.w400 {
    width: 400px;
}

th.w405 {
    width: 405px;
}

th.w410 {
    width: 410px;
}
th.w415 {
    width: 415px;
}

th.w420 {
    width: 420px;
}
th.w425 {
    width: 425px;
}

th.w430 {
    width: 430px;
}
th.w435 {
    width: 435px;
}

th.w440 {
    width: 440px;
}

th.w445 {
    width: 445px;
}

th.w450 {
    width: 450px;
}

th.w455 {
    width: 455px;
}

th.w460 {
    width: 460px;
}
th.w465 {
    width: 465px;
}

th.w470 {
    width: 470px;
}
th.w475 {
    width: 475px;
}
th.w480 {
    width: 480px;
}
th.w485 {
    width: 485px;
}

th.w490 {
    width: 490px;
}
th.w495 {
    width: 495px;
}

th.w500 {
    width: 500px;
}

th.w505 {
    width: 505px;
}

th.w510 {
    width: 510px;
}
th.w515 {
    width: 515px;
}

th.w520 {
    width: 520px;
}
th.w525 {
    width: 525px;
}

th.w530 {
    width: 530px;
}
th.w535 {
    width: 535px;
}

th.w540 {
    width: 540px;
}

th.w545 {
    width: 545px;
}

th.w550 {
    width: 550px;
}

th.w555 {
    width: 555px;
}

th.w560 {
    width: 560px;
}
th.w565 {
    width: 565px;
}

th.w570 {
    width: 570px;
}
th.w575 {
    width: 575px;
}
th.w580 {
    width: 580px;
}
th.w585 {
    width: 585px;
}

th.w590 {
    width: 590px;
}
th.w595 {
    width: 595px;
}

th.w600 {
    width: 600px;
}

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

.w100per{
width: 100%;
}

.w75per{
width: 75%;
}

.w50per{
width: 50%;
}



table.w100per{
width: 100%!important;
}

table.w75per{
width: 75%!important;
}

table.w50per{
width: 50%!important;
}

td.w5 {
    width: 5px;
    text-align: center;
}

td.w10 {
    width: 10px;
    text-align: center;
}

td.w15 {
    width: 15px;
}

td.w20 {
    width: 20px;
}

td.w25 {
    width: 25px;
}

td.w30 {
    width: 30px;
}

td.w35 {
    width: 35px;
}

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

td.w45 {
    width: 45px;
	word-break:break-all;
}


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

td.w55 {
    width: 55px;
	word-break:break-all;
}


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

td.w65 {
    width: 65px;
	word-break:break-all;
}

td.w70 {
    width: 70px;
}

td.w75 {
    width: 75px;
}

td.w80 {
    width: 80px;
	word-break:break-all;
}

td.w85 {
    width: 85px;
	word-break:break-all;
}

td.w90 {
    width: 90px;
}

td.w95 {
    width: 95px;
}

td.w100 {
    width: 100px;
}

td.w105 {
    width: 105px;
}

td.w110 {
    width: 110px;
}

td.w115 {
    width: 115px;
}

td.w120 {
    width: 120px;
}

td.w125 {
    width: 125px;
}

td.w130 {
    width: 130px;
}

td.w135 {
    width: 135px;
}

td.w140 {
    width: 140px;
}


td.w145 {
    width: 140px;
}

td.w150 {
    width: 150px;
}

td.w155 {
    width: 155px;
}

td.w160 {
    width: 160px;
}

td.w165 {
    width: 165px;
}

td.w170 {
    width: 170px;
}

td.w175 {
    width: 175px;
}
td.w180 {
    width: 180px;
}
td.w185 {
    width: 185px;
}


td.w190 {
    width: 190px;
}

td.w195 {
    width: 195px;
}

td.w200 {
    width: 200px;
}

td.w205 {
    width: 205px;
}


td.w210 {
    width: 210px;
}
td.w215 {
    width: 215px;
}

td.w220 {
    width: 220px;
}
td.w225 {
    width: 225px;
}

td.w230 {
    width: 230px;
}
td.w235 {
    width: 235px;
}

td.w240 {
    width: 240px;
}

td.w245 {
    width: 245px;
}

td.w250 {
    width: 250px;
}
td.w255 {
    width: 255px;
}

td.w260 {
    width: 260px;
}
td.w265 {
    width: 265px;
}

td.w270 {
    width: 270px;
}
td.w275 {
    width: 275px;
}
td.w280 {
    width: 280px;
}
td.w285 {
    width: 285px;
}

td.w290 {
    width: 290px;
}
td.w295 {
    width: 295px;
}

td.w300 {
    width: 300px;
}

td.w305 {
    width: 305px;
}

td.w310 {
    width: 310px;
}
td.w315 {
    width: 315px;
}

td.w320 {
    width: 320px;
}
td.w325 {
    width: 325px;
}

td.w330 {
    width: 330px;
}
td.w335 {
    width: 335px;
}

td.w340 {
    width: 340px;
}

td.w345 {
    width: 345px;
}

td.w350 {
    width: 350px;
}
td.w355 {
    width: 355px;
}

td.w360 {
    width: 360px;
}
td.w365 {
    width: 365px;
}

td.w370 {
    width: 370px;
}
td.w375 {
    width: 375px;
}
td.w380 {
    width: 380px;
}
td.w385 {
    width: 385px;
}

td.w390 {
    width: 390px;
}
td.w395 {
    width: 395px;
}

td.w400 {
    width: 400px;
}

td.w405 {
    width: 405px;
}

td.w410 {
    width: 410px;
}
td.w415 {
    width: 415px;
}

td.w420 {
    width: 420px;
}
td.w425 {
    width: 425px;
}

td.w430 {
    width: 430px;
}
td.w435 {
    width: 435px;
}

td.w440 {
    width: 440px;
}

td.w445 {
    width: 445px;
}

td.w450 {
    width: 450px;
}

td.w455 {
    width: 455px;
}

td.w460 {
    width: 460px;
}
td.w465 {
    width: 465px;
}

td.w470 {
    width: 470px;
}
td.w475 {
    width: 475px;
}
td.w480 {
    width: 480px;
}
td.w485 {
    width: 485px;
}

td.w490 {
    width: 490px;
}
td.w495 {
    width: 495px;
}

td.w500 {
    width: 500px;
}

td.w505 {
    width: 505px;
}

td.w510 {
    width: 510px;
}
td.w515 {
    width: 515px;
}

td.w520 {
    width: 520px;
}
td.w525 {
    width: 525px;
}

td.w530 {
    width: 530px;
}
td.w535 {
    width: 535px;
}

td.w540 {
    width: 540px;
}

td.w545 {
    width: 545px;
}

td.w550 {
    width: 550px;
}

td.w555 {
    width: 555px;
}

td.w560 {
    width: 560px;
}
td.w565 {
    width: 565px;
}

td.w570 {
    width: 570px;
}
td.w575 {
    width: 575px;
}
td.w580 {
    width: 580px;
}
td.w585 {
    width: 585px;
}

td.w590 {
    width: 590px;
}
td.w595 {
    width: 595px;
}

td.w600 {
    width: 600px;
}

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

.sumaho-table-td-padding3{
  word-break: break-all;
  table-layout: fixed;
}




@media only screen and (max-width: 980px){
.sumaho-table-td-padding3 {
    word-break: break-all;
    table-layout: auto;
}
}


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




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

@media all and (max-width:767px) {


.tate {
    writing-mode: vertical-rl;
    line-height: 1.0;
}

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

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

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

table th.sumaho-w15 {
    width: 15px;
    word-break: break-all;
}

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

table th.sumaho-w25 {
    width: 25px;
    word-break: break-all;
}
table th.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}
table th.sumaho-w35 {
    width: 35px;
    word-break: break-all;
}

table th.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}
table th.sumaho-w45 {
    width: 45px;
	    word-break: break-all;
}

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

table th.sumaho-w55 {
    width: 55px;
    word-break: break-all;
}

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


table th.sumaho-w65 {
    width: 65px;
    word-break: break-all;
}

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

table th.sumaho-w75 {
    width: 75px;
    word-break: break-all;
}

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

}
table th.sumaho-w85 {
    width: 85px;

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

table th.sumaho-w95 {
    width: 95px;
}

table th.sumaho-w100 {
    width: 100px;
}
table th.sumaho-w105 {
    width: 105px;
}

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


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

table th.sumaho-w120 {
    width: 120px;
}
table th.sumaho-w125 {
    width: 120px;
}

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

table th.sumaho-w135 {
    width: 135px;
}

table th.sumaho-w140 {
    width: 140px;
}
table th.sumaho-w145 {
    width: 145px;
}

table th.sumaho-w150 {
    width: 150px;
}
table th.sumaho-w155 {
    width: 155px;
}

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

table th.sumaho-w165 {
    width: 165px;
}

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

table th.sumaho-w175 {
    width: 175px;
}

table th.sumaho-w180 {
    width: 180px;
}
table th.sumaho-w185 {
    width: 185px;
}

table th.sumaho-w190 {
    width: 190px;
}
table th.sumaho-w195 {
    width: 195px;
}
table th.sumaho-w200 {
    width: 200px;
}

table th.sumaho-w205 {
    width: 205px;
}

table th.sumaho-w210 {
    width: 210px;
}
table th.sumaho-w215 {
    width: 215px;
}

table th.sumaho-w220 {
    width: 220px;
}
table th.sumaho-w225 {
    width: 225px;
}

table th.sumaho-w230 {
    width: 230px;
}
table th.sumaho-w235 {
    width: 235px;
}

table th.sumaho-w240 {
    width: 240px;
}

table th.sumaho-w245 {
    width: 245px;
}

table th.sumaho-w250 {
    width: 250px;
}

table th.sumaho-w255 {
    width: 255px;
}

table th.sumaho-w260 {
    width: 260px;
}
table th.sumaho-w265 {
    width: 265px;
}

table th.sumaho-w270 {
    width: 270px;
}
table th.sumaho-w275 {
    width: 275px;
}
table th.sumaho-w280 {
    width: 280px;
}
table th.sumaho-w285 {
    width: 285px;
}

table th.sumaho-w290 {
    width: 290px;
}
table th.sumaho-w295 {
    width: 295px;
}

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

table th.sumaho-w305 {
    width: 305px;
}

table th.sumaho-w310 {
    width: 310px;
}
table th.sumaho-w315 {
    width: 315px;
}

table th.sumaho-w320 {
    width: 320px;
}
table th.sumaho-w325 {
    width: 325px;
}

table th.sumaho-w330 {
    width: 330px;
}
table th.sumaho-w335 {
    width: 335px;
}

table th.sumaho-w340 {
    width: 340px;
}

table th.sumaho-w345 {
    width: 345px;
}

table th.sumaho-w350 {
    width: 350px;
}

table th.sumaho-w355 {
    width: 355px;
}

table th.sumaho-w360 {
    width: 360px;
}
table th.sumaho-w365 {
    width: 365px;
}

table th.sumaho-w370 {
    width: 370px;
}
table th.sumaho-w375 {
    width: 375px;
}
table th.sumaho-w380 {
    width: 380px;
}
table th.sumaho-w385 {
    width: 385px;
}

table th.sumaho-w390 {
    width: 390px;
}
table th.sumaho-w395 {
    width: 395px;
}

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



}


/*■■■　thのスマホの幅：その２ 前の条件なし　■■■*/
@media all and (max-width:767px) {


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

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

.sumaho-w15 {
    width: 15px;
    word-break: break-all;
}
.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}
.sumaho-w25 {
    width: 25px;
    word-break: break-all;
}

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

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

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


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

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

.sumaho-w75 {
    width: 75px;
    word-break: break-all;
}

.sumaho-w80 {
    width: 80px;
}

.sumaho-w85 {
    width: 85px;
    word-break: break-all;
}

.sumaho-w90 {
    width: 90px;
}
.sumaho-w95 {
    width: 95px;
    word-break: break-all;
}

.sumaho-w100 {
    width: 100px;
}

.sumaho-w105 {
    width: 105px;
    word-break: break-all;
}

.sumaho-w110 {
    width: 110px;
}
.sumaho-w115 {
    width: 115px;
    word-break: break-all;
}

.sumaho-w120 {
    width: 120px;
}
.sumaho-w125 {
    width: 125px;
    word-break: break-all;
}

.sumaho-w130 {
    width: 130px;
}
.sumaho-w135 {
    width: 135px;
    word-break: break-all;
}

.sumaho-w140 {
    width: 140px;
    word-break: break-all;
}

.sumaho-w145 {
    width: 145px;
    word-break: break-all;
}

.sumaho-w150 {
    width: 150px;
}
.sumaho-w155 {
    width: 155px;
    word-break: break-all;
}


.sumaho-w160 {
    width: 160px;
}
.sumaho-w165 {
    width: 165px;
    word-break: break-all;
}


.sumaho-w170 {
    width: 170px;
}
.sumaho-w175 {
    width: 175px;
    word-break: break-all;
}

.sumaho-w180 {
    width: 180px;
}
.sumaho-w185 {
    width: 185px;
    word-break: break-all;
}

.sumaho-w190 {
    width: 190px;
}
.sumaho-w195 {
    width: 195px;
    word-break: break-all;
}

.sumaho-w200 {
    width: 200px;
    word-break: break-all;
}

.sumaho-w205 {
    width: 205px;
    word-break: break-all;
}

.sumaho-w210 {
    width: 210px;
    word-break: break-all;
}
.sumaho-w215 {
    width: 215px;
    word-break: break-all;
}

.sumaho-w220 {
    width: 220px;
    word-break: break-all;
}
.sumaho-w225 {
    width: 225px;
    word-break: break-all;
}

.sumaho-w230 {
    width: 230px;
    word-break: break-all;
}
.sumaho-w235 {
    width: 235px;
    word-break: break-all;
}

.sumaho-w240 {
    width: 240px;
    word-break: break-all;
}

.sumaho-w245 {
    width: 245px;
    word-break: break-all;
}

.sumaho-w250 {
    width: 250px;
    word-break: break-all;
}

.sumaho-w255 {
    width: 255px;
    word-break: break-all;
}

.sumaho-w260 {
    width: 260px;
    word-break: break-all;
}
.sumaho-w265 {
    width: 265px;
    word-break: break-all;
}

.sumaho-w270 {
    width: 270px;
    word-break: break-all;
}
.sumaho-w275 {
    width: 275px;
    word-break: break-all;
}
.sumaho-w280 {
    width: 280px;
    word-break: break-all;
}
.sumaho-w285 {
    width: 285px;
    word-break: break-all;
}

.sumaho-w290 {
    width: 290px;
    word-break: break-all;
}
.sumaho-w295 {
    width: 295px;
    word-break: break-all;
}

.sumaho-w300 {
    width: 300px;
    word-break: break-all;
}

.sumaho-w305 {
    width: 305px;
    word-break: break-all;
}

.sumaho-w310 {
    width: 310px;
    word-break: break-all;
}
.sumaho-w315 {
    width: 315px;
    word-break: break-all;
}

.sumaho-w320 {
    width: 320px;
    word-break: break-all;
}
.sumaho-w325 {
    width: 325px;
    word-break: break-all;
}

.sumaho-w330 {
    width: 330px;
    word-break: break-all;
}
.sumaho-w335 {
    width: 335px;
    word-break: break-all;
}

.sumaho-w340 {
    width: 340px;
    word-break: break-all;
}

.sumaho-w345 {
    width: 345px;
    word-break: break-all;
}

.sumaho-w350 {
    width: 350px;
    word-break: break-all;
}

.sumaho-w355 {
    width: 355px;
    word-break: break-all;
}

.sumaho-w360 {
    width: 360px;
    word-break: break-all;
}
.sumaho-w365 {
    width: 365px;
    word-break: break-all;
}

.sumaho-w370 {
    width: 370px;
    word-break: break-all;
}
.sumaho-w375 {
    width: 375px;
    word-break: break-all;
}
.sumaho-w380 {
    width: 380px;
    word-break: break-all;
}
.sumaho-w385 {
    width: 385px;
    word-break: break-all;
}

.sumaho-w390 {
    width: 390px;
    word-break: break-all;
}
.sumaho-w395 {
    width: 395px;
    word-break: break-all;
}
.sumaho-w400 {
    width: 400px;
    word-break: break-all;
}

}

/*■■■　tdのスマホの幅　■■■*/
@media all and (max-width:767px) {
.w100per,.w75per,.w50per{
width: 98%;
}

table.w50per{
width: 100%!important;
}

table.w75per{
width: 100%!important;
}

table.w100per{
width: 100%!important;
}


table td {
  padding: 5px;

}

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

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

table td.sumaho-w15 {
    width: 15px;
    word-break: break-all;
}
table td.sumaho-w20 {
    width: 20px;
    word-break: break-all;
}
table td.sumaho-w25 {
    width: 25px;
    word-break: break-all;
}

table td.sumaho-w30 {
    width: 30px;
    word-break: break-all;
}
table td.sumaho-w35 {
    width: 35px;
    word-break: break-all;
}

table td.sumaho-w40 {
    width: 40px;
	    word-break: break-all;
}
table td.sumaho-w45 {
    width: 45px;
    word-break: break-all;
}

table td.sumaho-w50 {
    width: 50px;
    word-break: break-all;
}
table td.sumaho-w55 {
    width: 55px;
    word-break: break-all;
}


table td.sumaho-w60 {
    width: 60px;
    word-break: break-all;
}
table td.sumaho-w65 {
    width: 65px;
    word-break: break-all;
}

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

table td.sumaho-w75 {
    width: 75px;
    word-break: break-all;
}

table td.sumaho-w80 {
    width: 80px;
}

table td.sumaho-w85 {
    width: 85px;
    word-break: break-all;
}

table td.sumaho-w90 {
    width: 90px;
}
table td.sumaho-w95 {
    width: 95px;
    word-break: break-all;
}

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

table td.sumaho-w105 {
    width: 105px;
    word-break: break-all;
}

table td.sumaho-w110 {
    width: 110px;
}
table td.sumaho-w115 {
    width: 115px;
    word-break: break-all;
}

table td.sumaho-w120 {
    width: 120px;
}
table td.sumaho-w125 {
    width: 125px;
    word-break: break-all;
}

table td.sumaho-w130 {
    width: 130px;
}
table td.sumaho-w135 {
    width: 135px;
    word-break: break-all;
}

table td.sumaho-w140 {
    width: 140px;
    word-break: break-all;
}

table td.sumaho-w145 {
    width: 145px;
    word-break: break-all;
}

table td.sumaho-w150 {
    width: 150px;
}
table td.sumaho-w155 {
    width: 155px;
    word-break: break-all;
}


table td.sumaho-w160 {
    width: 160px;
}
table td.sumaho-w165 {
    width: 165px;
    word-break: break-all;
}


table td.sumaho-w170 {
    width: 170px;
}
table td.sumaho-w175 {
    width: 175px;
    word-break: break-all;
}

table td.sumaho-w180 {
    width: 180px;
}
table td.sumaho-w185 {
    width: 185px;
    word-break: break-all;
}

table td.sumaho-w190 {
    width: 190px;
}
table td.sumaho-w195 {
    width: 195px;
    word-break: break-all;
}

table td.sumaho-w200 {
    width: 200px;
    word-break: break-all;
}

table td.sumaho-w205 {
    width: 205px;
    word-break: break-all;
}

table td.sumaho-w210 {
    width: 210px;
    word-break: break-all;
}
table td.sumaho-w215 {
    width: 215px;
    word-break: break-all;
}

table td.sumaho-w220 {
    width: 220px;
    word-break: break-all;
}
table td.sumaho-w225 {
    width: 225px;
    word-break: break-all;
}

table td.sumaho-w230 {
    width: 230px;
    word-break: break-all;
}
table td.sumaho-w235 {
    width: 235px;
    word-break: break-all;
}

table td.sumaho-w240 {
    width: 240px;
    word-break: break-all;
}

table td.sumaho-w245 {
    width: 245px;
    word-break: break-all;
}

table td.sumaho-w250 {
    width: 250px;
    word-break: break-all;
}

table td.sumaho-w255 {
    width: 255px;
    word-break: break-all;
}

table td.sumaho-w260 {
    width: 260px;
    word-break: break-all;
}
table td.sumaho-w265 {
    width: 265px;
    word-break: break-all;
}

table td.sumaho-w270 {
    width: 270px;
    word-break: break-all;
}
table td.sumaho-w275 {
    width: 275px;
    word-break: break-all;
}
table td.sumaho-w280 {
    width: 280px;
    word-break: break-all;
}
table td.sumaho-w285 {
    width: 285px;
    word-break: break-all;
}

table td.sumaho-w290 {
    width: 290px;
    word-break: break-all;
}
table td.sumaho-w295 {
    width: 295px;
    word-break: break-all;
}

table td.sumaho-w300 {
    width: 300px;
    word-break: break-all;
}

table td.sumaho-w305 {
    width: 305px;
    word-break: break-all;
}

table td.sumaho-w310 {
    width: 310px;
    word-break: break-all;
}
table td.sumaho-w315 {
    width: 315px;
    word-break: break-all;
}

table td.sumaho-w320 {
    width: 320px;
    word-break: break-all;
}
table td.sumaho-w325 {
    width: 325px;
    word-break: break-all;
}

table td.sumaho-w330 {
    width: 330px;
    word-break: break-all;
}
table td.sumaho-w335 {
    width: 335px;
    word-break: break-all;
}

table td.sumaho-w340 {
    width: 340px;
    word-break: break-all;
}

table td.sumaho-w345 {
    width: 345px;
    word-break: break-all;
}

table td.sumaho-w350 {
    width: 350px;
    word-break: break-all;
}

table td.sumaho-w355 {
    width: 355px;
    word-break: break-all;
}

table td.sumaho-w360 {
    width: 360px;
    word-break: break-all;
}
table td.sumaho-w365 {
    width: 365px;
    word-break: break-all;
}

table td.sumaho-w370 {
    width: 370px;
    word-break: break-all;
}
table td.sumaho-w375 {
    width: 375px;
    word-break: break-all;
}
table td.sumaho-w380 {
    width: 380px;
    word-break: break-all;
}
table td.sumaho-w385 {
    width: 385px;
    word-break: break-all;
}

table td.sumaho-w390 {
    width: 390px;
    word-break: break-all;
}
table td.sumaho-w395 {
    width: 395px;
    word-break: break-all;
}
table td.sumaho-w400 {
    width: 400px;
    word-break: break-all;
}

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



}

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

/*画像*/


.pc50per{
width: 50%;
}


.pc75per{
width: 75%;
}


.pc100per{
width: 100%;
}

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


}

/*画像*/

@media screen and (min-width: 1025px) {
.br-sp {display: none; }

.pc_kakusu{
display: none;
}

.pc-kakusu{
display: none;
}

.sumaho-dake{
display: none;
}
}


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

.kakusu-sumaho{
display:none;
}

.sumaho-kakusu{
display:none;
}

.sumaho_kakusu{
display:none;
}


}


/*埋め込み動画*/

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

.no-display {
    display: none;
}
}


lite-youtube {
    width: 100%;
    height: 315px;
}

@media all and (max-width:920px) {
lite-youtube {
    width: 100%;
    height: 400px;
}

}



@media all and (max-width:767px) {
lite-youtube {
    width: 100%;
    height: 250px;
}

}

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

/*テーブル固定*/


.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;
} 


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





.fixed-retsu3 {
  position: sticky;
  top: 40px;
  color: #fff !important;
  left: 0;
  z-index: 999;
}

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





.fixed-retsu{
  left: 0;
	z-index:999;
}
.fixed-gyou{
  top: 80px;
}

 .h46{top: 46px;}

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

.fixed01{
  top: 130px;
}
}

/*テーブル固定*/


@media only screen and (max-width: 959px){
.sumaho-left{
	text-align: left;
}
}

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





/*動画軽量版CSS*/

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
/*動画軽量版CSS end*/




/* ■▼▼【CSS】上に戻るボタン■■■ */
/* ■▼▼【CSS】上部に戻る丸ボタン■■■ */
/* ■▼▼【CSS】上部に戻るボタン■■■ */

.pagetop {
	color: #fff;
	background-color: rgba(153, 153, 153, 0.5);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 2.8rem;
	height: 2.8rem;
	line-height: 2.8rem;
	border-radius: 2.8rem;
	text-align: center;
	cursor: pointer;
	z-index: 200;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #cfcfcf;
	text-decoration: none;
}

/* ■▲▲【CSS】以上、上に戻るボタン■■■ */
/* ■▲▲【CSS】以上、上部に戻るボタン■■■ */




.tategaki {
  writing-mode: vertical-rl;
  letter-spacing: 0px;
  text-orientation: upright;
  padding: 15px 0px !important;
  text-align: left;
  vertical-align: middle !important;
}

/*  Safari */
_::-webkit-full-page-media, _:future, :root .tategaki {
  writing-mode: horizontal-tb;
  letter-spacing: 10px;
  text-orientation: upright;
  padding: 15px 0px 0px 10px !important;
  width: 1em;
  text-align: center;
  vertical-align: top !important;
}



_::-webkit-full-page-media, _:future, :root .fixed-gyou {
  /*position: initial;*/
  display: inline-block;
    
}


@-moz-document url-prefix() {
.tategaki {
  writing-mode: vertical-rl;
  letter-spacing: 10px;
  text-orientation: upright;
  padding: 15px 0px !important;
  width: 1em;
  text-align: left;
  vertical-align: top !important;
  }
}
