/******************************************************

    10px	0.833em	83.3%	8pt
    11px	0.917em	91.7%	8pt
    12px	1.000em	100.0%	9pt
    13px	1.083em	108.3%	10pt
    14px	1.167em	116.7%	11pt
    15px	1.250em	125.0%	11pt
    16px	1.333em	133.3%	12pt

******************************************************/

@charset "utf-8";

html{

}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.center {
	text-align:center;
}

.ta_left {
	text-align:left;
}

.ta_right {
	text-align:right;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight:normal;
	line-height:1.5;
	min-width:980px;
	background: #ffffff;
	color:#333333;
	font-size: 75%;
}

a{
	color:#00a4c5;
	text-decoration:none;
	border: none;

	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover {
    color: #00c6ee;

}
a img{
	-webkit-transition:opacity .5s ease;
	-moz-transition:opacity .5s ease;
	-o-transition:opacity .5s ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover img{
    opacity: 0.5;

}

img {
	vertical-align:top;
}
/******************************************************

    headerContents

******************************************************/

header{
    width: 100%;
    box-shadow: 0px 2px 3px 0px rgba(6, 0, 1, 0.35);

}

header h1#headerTitle, header #headerTitle {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
    background: #6cc;
    text-align: center;
    color: #fff;
    line-height: 25px;
    height: 25px;
    font-size: 0.833em;
    text-indent: -630px;
}
.headerContents{
    width: 980px;
    overflow: hidden;
    margin:0 auto;
    border-bottom: #e3e3e3 solid 1px;
    text-align: center;
}

.h-logo{
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}



.headerContents .searchForm{
    margin-top: 24px;
}


.searchForm{
    display: inline-block;
    width: 225px;
    height: 30px;
    position: relative;
}




.searchForm .searchForm_text{
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 100%;
  padding: 0 34px 0 10px;
  width: 100%;
  box-sizing: border-box;
  font-size:12px;
  line-height: 30px;
}

.searchForm .icon-search01 {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  color: #747474;
}

.searchForm .searchForm_submit {
  background-color: transparent;
  border-style: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  cursor: pointer;
}

/* header textad */

.txt-banner{
    float: right;
    margin-top: 20px;
	text-align:left;
}

/*
.txt-banner iframe{
    display: block;
}

.txt-banner iframe a {
   color: #00a4c5;
    font-size: 12px;
    text-decoration: underline;
}
*/

#txt-banner li {
padding-left: 15px;
letter-spacing: -0.05em;
text-align:left;
line-height:1.75em
}

/* header textad -end- */
/******************************************************

    nav

******************************************************/

nav{
    width: 980px;
    margin: 0 auto;
}
nav ul.clearfix{
    width: 100%;
    font-size: 1.083em;
    margin: 0;
}
nav ul.clearfix > li{
    float: left;
    width: auto;
    height: 55px;
    position: relative;
}
nav ul.clearfix > li:after{
    content:"";
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 43px;
    border-right:#c8c8c8 dotted 1px;
}
nav ul.clearfix > li:last-child:after{
    content: none;
}

nav ul.clearfix > li > a{
    display: block;
    text-align: center;
    height: 55px;
    line-height:55px;
    padding-left: 15px;
    color: #333;
}
nav ul.clearfix li:hover{
    background:url(../img/common/nav_bg1.jpg) repeat 0 0/6px 6px ;
}
nav ul.clearfix li a:hover{
    color: #aa9155;
}


nav ul.clearfix > li > a:after{
    font-family: "icomoon";
    content: url("/css_shinbi/top_2015/img/home/navi_icon.jpg");
    font-size: 10px;
    padding-left: 5px;
    padding-right: 15px;
    line-height:55px;
    vertical-align: top;
    position: relative;
    top: -1px;
}
nav ul.clearfix > li:nth-child(1) a{
    padding:0 19px;
}
nav ul.clearfix > li:nth-child(1) a:after{
    content: none;
}

nav ul.clearfix > li ul{
    display: none;
    margin: 0;
    width: auto !important;
    
}


nav ul.clearfix > li:hover > ul{
    display: block;
    position: absolute;
    left: 0;
    top: 55px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(6, 0, 1, 0.35);
    z-index: 10;
}

nav ul.clearfix > li:last-child:hover > ul{

    left: inherit;
    right: 0;
}






nav ul.clearfix > li ul li{
    position: relative;
    padding: 0 15px;
}

nav ul.clearfix > li > ul a{
    display: block;
    line-height: 42px;
    white-space: nowrap;
    color: #aa9155;
    border-bottom:#c8c8c8 dotted 1px;
}

nav ul.clearfix > li > ul li:last-child > a{
    border-bottom:none;
}

nav ul.clearfix > li > ul > li.sublist:hover > ul{
    display: block;
    position: absolute;
    left:100%;
    top: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(6, 0, 1, 0.35);
}

nav ul.clearfix > li > ul > li.sublist span{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}



/******************************************************

    article

******************************************************/

article{
    width: 980px;
    margin: 0 auto;
    padding-top: 25px;
}
article:after {
	content:"";
	display:block;
	clear:both;
}

.contentsWrap{
    float: left;
    width: 740px;
}


.contents{
    width: 100%;
    margin-bottom: 20px;
}
.contents:after {
	content:"";
	display:block;
	clear:both;
}
.leftBar{
    float: left;
    width: 170px;

}

.mainContent{
    float: right;
    width: 550px;
}
aside{
    float: right;
    width: 220px;
}


/******************************************************

    leftBar

******************************************************/

.bannerBottom{
    display: block;
    margin-bottom: 15px;
}

.about{
    background-color: #f9f9f9;
    background-image:url(../img/common/bg2.png);
    background-repeat:repeat;
    background-position: 0 0;
    background-size:6px 6px;

    margin-bottom: 15px;
    box-shadow: 0px 1px 1px 0px rgba(6, 0, 1, 0.3);
}
.about dt{
    font-weight: bold;
    line-height: 27px;
    padding-left: 10px;
}
.about dd{
    background: #fff;
    font-size: 0.917em;
    padding: 10px;
}
.about dd a{
    color: #aa9155;
    line-height: 18px;
}
.about dd a:hover{
    color: #c39b3c;
}

.clip{
    width: 100%;
    background: #fff9e6;
    box-shadow: 0px 1px 1px 0px rgba(6, 0, 1, 0.3);
    position: relative;
    padding-top: 15px;
    margin-bottom: 15px;
}
.clip:before{
    content: "";
    position: absolute;
    width: 28px;
    height: 55px;
    background: url(../img/home/clip.png) no-repeat 0 0 / 28px 55px;
    top: -8px;
    left: 10px;
}
.clip:after {
	content:"";
	display:block;
	clear:both;
}

.clip dt{
    background: #f96f01;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    text-align: right;
    padding-right: 10px;
}
.clipInfo{
    text-align: center;
    padding:0;
    letter-spacing:-0.06em;
}
.clipInfo em{
    color:red;
    font-size: 200%;
    font-weight: bold;
}
.clipList{
    padding:0 8px;
}
.clipList li{
    width: 100%;
    overflow: hidden;
    border-bottom: #cccccc dotted 1px;
    padding: 8px 0;
    line-height: 1.2;
}
.clipList li > a{
    float: left;
    margin-right: 8px;
}
.clipList li p a{
    display: block;
}
.clipBtn{
    padding: 10px 5px ;
}

a.clipbtn01{
    display: block;
    border: #9a9a9a solid 1px;
  border-radius: 3px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 50%, #eaeceb 88%, #eaeceb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#eaeceb 88%,#eaeceb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 50%,#eaeceb 88%,#eaeceb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeceb',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 3px 0px rgba(179, 174, 157, 0.3);

  line-height: 32px;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.05em;
    margin-bottom: 10px;
    box-sizing: border-box;
}









a.clipbtn01 span{
    padding: 0 4px 0 6px;
    color: #f96f01;
}

.clipbtn02{
    display: block;
    border: #fbc367 solid 1px;
    border-radius: 3px;
    background: #fcf3db; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf3db 1%, #fae2a1 45%, #fbcb37 50%, #f9e19e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fcf3db 1%,#fae2a1 45%,#fbcb37 50%,#f9e19e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fcf3db 1%,#fae2a1 45%,#fbcb37 50%,#f9e19e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3db', endColorstr='#f9e19e',GradientType=0 ); /* IE6-9 */


  box-shadow: 0px 1px 3px 0px rgba(179, 174, 157, 0.75);
  height: 50px;
  color: #333 !important;
  font-weight: bold;
  letter-spacing: -0.05em;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

a.clipbtn02 span{
    color: #fff;
    background: #f96f01;
    width: 13.5px;
    height: 13.5px;
    display: inline-block;
    text-align: center;
    line-height: 13.5px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
}

a.clipbtn02 em{
    display:inline-block;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
    padding-top: 10px;
    text-indent: 10px;
}

.clipbtn03{
    box-shadow: 0px 1px 3px 0px rgba(179, 174, 157, 0.75);
    display: block;
}



.Topics{
    background:#dfdbca;
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px 0px rgba(6, 0, 1, 0.3);
}
.Topics dt{
    font-weight: bold;
    line-height: 27px;
    padding-left: 10px;
}
.Topics dd{
    background: #fff;
    font-size: 0.917em;
    padding:10px;
}

.Topics dd{
    padding: 0 10px;
}
.Topics li{
    border-bottom: #dfdbca dotted 1px;
    padding: 10px 0;
}
.Topics li:last-child{
    border-bottom:0;
}

.ClinicNews time,
.ClinicNews a{
    display: block;
}

/*==アップロード時に追加部分==*/
.Topics table {
    background: #fff;
    font-size: 0.917em;
    padding:10px;
}

.Topics table {
    padding: 0 10px;
}

/*==アップロード時に追加部分==*/

.siteBanners{
    background: #f9f9f9;
    padding:0 10px;
}
.siteBanners li{
    border-bottom: #dfdbca dotted 1px;
    padding: 10px 0;
}
.siteBanners li em{
    display: block;
    line-height: 1.4;
    font-size: 91.7%;
    padding:5px 0;
    font-weight: bold;
}
.siteBanners li p{
    display: block;
    line-height: 1.4;
    font-size: 83.3%;
}

.siteBanners li:nth-child(1) a{
    color: #00a4c5;
}

.siteBanners li:nth-child(2) a{
    color: #e57e79;
}

.siteBanners li:nth-child(3) a{
    color: #2cc1d6;
}


/******************************************************

    mainContent

******************************************************/


.map h2{
    background: #3aafaf;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    color: #108 .3%;
    border-left: #0d7878 solid 5px;
    padding-left: 5px;
}

.inner{
    width: 100%;
    overflow: hidden;
}

.map img{
    float: left;
    padding:20px;
}
.arealinks{
    float: right;
    background: #fffcf1;
    width: 330px;
    padding:20px 10px;
    box-sizing: border-box;
    margin: 10px;
}

.arealinks ul{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.arealinks ul li{
    float: left;
	/*font-size: 108.3%;*/
}
.arealinks ul li a{
    color: #aa9155;
}
.arealinks ul li a:after{
    content: "/";
    padding: 0 5px;
    display:inline-block;
}
.arealinks ul li:nth-child(4) a:after,
.arealinks ul li:nth-child(10) a:after{
    /*content: none;*/
}

.mapbtn{
  border-radius: 2px;
  background-color:#de5485;
  box-shadow: 0px 2px 0px 0px rgba(112, 33, 61, 1);
  display: block;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-weight: bold;

}

.mapbtn span{
    font-size: 15px;
    position: relative;
    padding-right: 5px;
    top: 3px;
}
.mapbtn:hover{
    background-color:#de2767;
    color: #fff;
}

.icon-arrow09{
    font-size: 5px;
    position: relative;
    top: -2px;
    padding-right: 5px;
}

.grayBox{
    background-color: #f9f9f9;
    background-image:url(../img/common/bg2.png);
    background-repeat:repeat;
    background-position: 0 0;
    background-size:6px 6px;
    padding: 5px;
    margin-bottom: 20px;
}
.grayBox > dt{
    font-weight: bold;
    font-size: 116.7%;
    padding: 5px 5px 10px;
    line-height: 1;
}

.recommend dd{
    background: #fff;
    padding: 10px;
}
.recommend dd li{
    display: inline-block;
    padding-right: 10px;
}

.new:after{
    content: "NEW";
    font-size: 8px;
    color: #fff;
    line-height: 1;
    background: #ba0000;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    vertical-align:top;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.widebanner li{
    margin-bottom: 10px;
}

.introduction{
    background: #fae2eb;
}
.introduction dd{
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
    width: auto;
    overflow: hidden;
}
.introduction dd.Description{
    margin-bottom: 0;
}
.contentsList{
    width: 100%;
}
.contentsList li{
    float: left;
    width: 50%;
    padding-bottom: 10px;
}
.contentsList li > a{
    float: left;
    margin-right: 10px;
}
.contentsList li em a{
    display: block;
    color: #837243;
    font-weight: bold;
}
.contentsList li p{
    font-size: 91.7%;
    line-height: 1.3;
}
.Description h3{
    font-size: 108.3%;
}
.Description h3 span{
    font-size:10px;
}
.Description li{
    padding: 5px 0 0;
}
.Description li small{
    color: #333;
}
.grayBox.banners{
    padding-bottom: 0;
}
.grayBox.banners li{
    padding-bottom: 5px;
}
.grayBox.consultation{
    margin-bottom: 0;
}
.grayBox.consultation dt span{
    font-size: 10px;
}
.grayBox.consultation dd:nth-child(2){
    background: #fff;
    padding:0 10px;
}
.grayBox.consultation dd:nth-child(2) li{
    border-bottom: #aa9155 dotted 1px;
    padding: 10px 0;
}
.grayBox.consultation dd:nth-child(2) li a{
    color: #837243;
    position: relative;
    padding-left: 15px;
    display: block;
    line-height: 1.3;
}
.grayBox.consultation dd:nth-child(2) li a span{
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
}
.grayBox.consultation dd:nth-child(2) li:last-child{
    border-bottom: 0;
}
.btndd{
    padding: 10px;
    text-align: center;
    width: auto;
    overflow: hidden;
    position: relative;
}

.consultationbtn{
  border-radius: 2px;
  background-color:#de5485;
  box-shadow: 0px 2px 0px 0px rgba(112, 33, 61, 1);
  display: block;
  width: 250px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
  margin: 0 auto;

}

.consultationbtn span{
    position: relative;
    padding-right: 5px;
    top: -2px;
}
.consultationbtn:hover{
    background-color:#de2767;
    color: #fff;
}
.btndd a.right{
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 91.7%;
}

.tripleBox{
    float: left;
    width: 235px;
    margin-right: 17px;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(6, 0, 1, 0.3);
}
.tripleBox.report{
    margin-right: 0;
}

.tripleBox dt{
    background: #66cccc;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    font-size: 108.3%;
}

.tripleBox dd strong{
    display: block;
    text-align: center;
    font-weight: normal;
    padding: 8px;
}

.tripleBox dd ul{
    padding: 0 10px;

}
.tripleBox dd li{
    width: 100%;
    overflow: hidden;
    border-top: #ccc dotted 1px;
    padding: 10px 0;
    position: relative;
    line-height: 1.4;
}
.tripleBox dd li:last-child{
    border-bottom: #ccc dotted 1px;

}

.tripleBox dd li img{
    float: left;
    margin-right: 10px;
}
.tripleBox dd li p{
    color: #00a4c5;
}
.tripleBox.movie dd li a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.tripleBox dd li.new{
    padding-top: 26px;
}

.tripleBox dd li.new:after{
    position: absolute;
    left: 0px;
    top: 10px;
}

.other{
    display: block;
    text-align: right;
    font-size:83.3%;
    padding: 5px 10px;
}

.grayBox.WhatsNew dt{
    width: auto;
    overflow: hidden;
}

.grayBox.WhatsNew dt a{
    float: right;
    font-size:11px;
    font-weight: normal;
}
.grayBox.WhatsNew > dd > ul > li{
    background: #fff;
    padding: 6px 10px;
    margin-bottom: 5px;
}

.grayBox.WhatsNew li a{
    color: #aa9155;
}
.grayBox.WhatsNew li a time{
    padding-right: 5px;
}
.pdf{
    display: inline-block;
    font-size: 83.3%;
    color: #ad3037;
    background:url(../img/common/pdf.png) no-repeat left center / 15px 15px;
    padding-left: 20px;
}

.grayBox.WhatsNew .innBox{
    background: #fff;
    padding: 10px;
}
.grayBox.WhatsNew .innBox dt{
    font-weight: bold;
}
.grayBox.WhatsNew .innBox li{
    padding-top: 5px;
}

.grayBox.pref dd{
    background: #fff;
    padding: 10px 10px 5px;
}
.grayBox.pref dd li{
    display: inline-block;
    padding-bottom: 5px;
}
.grayBox.pref dd li:after{
    content: "|";
    padding: 0 6px;
    font-weight: normal;
    color: #aa9155;
}

.grayBox.pref dd li a{
    color: #aa9155;
}

.topLink{
    width: 980px;
    overflow: hidden;
    margin: 50px auto 10px;
    text-align: right;
}
.topLink a{
   color: #aa9155;
   font-size: 91.7%;
}

.footerContent{
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
    background-image:url(../img/common/bg2.png);
    background-repeat:repeat;
    background-position: 0 0;
    background-size:6px 6px;


    padding: 20px 0;
}

.f-inner{
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.f-inner .searchForm{
    float: left;
}
.f-inner .searchForm + small{
    font-size:83.3%;
    line-height: 1.4;
    display: block;
    float: left;
    padding-left: 20px;
	text-align:left;
}

.footerContent.bottom{
    background: #fff;
}

.footerContent.bottom li{
    display: inline-block;
}
.footerContent.bottom li:after{
    content: "/";
    padding: 0 3px;
    font-weight: normal;
    color: #aa9155;
}
.footerContent.bottom a{
    color: #aa9155;
    font-size: 91.7%;
}
.Copyright{
    text-align: center;
    background: #66cccc;
    line-height: 26px;
    color: #fff;
    font-size: 10px;
}

/******************************************************

    aside

******************************************************/


.Rectangle{
    margin-bottom: 20px;
}

.smallBanner{
    padding:0 5px;
    background: #fafafa;
    margin-bottom: 20px;
}
.smallBanner ul{
    width: 100%;
    overflow: hidden;
    line-height: 1;
}
.smallBanner ul li{
    width: 105px;
    float: left;
    font-size: 10px;
    border-bottom: #cccccc dotted 1px;
    padding: 5px 5px 5px 0;
    box-sizing: border-box;

}

.smallBanner ul li:nth-child(2n){
    float: right;
    padding: 5px 0 5px 4px;
    border-left:#cccccc dotted 1px;
}

.smallBanner ul li a + a{
    display: block;
    padding-top: 3px;
}
.smallBanner ul li.long{
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-bottom: 0;
}

/*==201511アップロード時追加分==*/

.smallBanner .box_space div {
    box-sizing: border-box;
    float: left;
    font-size: 10px;
    padding: 5px 5px 5px 0;
    width: 105px;
	border-bottom: 1px dotted #cccccc
}


.smallBanner .box_space div:nth-child(2n) {
    float: right;
    padding: 5px 0 5px 4px;
	border-left: 1px dotted #cccccc;
}

.smallBanner .box_space div.one2 {
	width: 210px;
    padding: 5px 0 5px 4px;
	border: none;
}



/*==201511アップロード時追加分==*/

.Ranking{
    background: #ded6b5;
    box-shadow: 0px 1px 1px 0px rgba(6, 0, 1, 0.3);
    margin-bottom: 20px;
    clear: both;
}

.Ranking dt{
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.03em;
}
.Ranking dt span{
    padding-right: 2px;
    color: #ffbc00;
}
.Ranking dd{
    background: #fff;
    padding: 0px 5px 0px 33px;
    margin-bottom: 1px;
    position: relative;

}
.Ranking dd li{
    font-size: 91.7%;
    line-height: 1.3;
    border-bottom: #dfdbca dotted 1px;
    padding: 10px 0 10px 5px;

}
.Ranking dd li:last-child{
    border-bottom: 0;
}

.Ranking dd.rank1:after{
    content: "1";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    background: #eac96c;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 11.5px;
}

.Ranking dd.rank2:after{
    content: "2";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    background: #cfcfcf;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 11.5px;
}

.Ranking dd.rank3:after{
    content: "3";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    background: #f3a562;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 11.5px;
}

.Ranking dd.rank4:after{
    content: "4";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    background: #f7f7f8;
    text-align: center;
    line-height: 23px;
    color: #666666;
    font-size: 11.5px;
}

.Ranking dd.rank5:after{
    content: "5";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    background: #f7f7f8;
    text-align: center;
    line-height: 23px;
    color: #666666;
    font-size: 11.5px;
}
.Ranking dd.other{
    padding: 5px !important;
    text-align: center;
}


/*==アップロード時に追加部分==*/

#rankingBox .rankingTitle {
  font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 27px;
    text-align: center;
    }

/*==アップロード時に追加部分==*/


.rightBanners li{
    margin-bottom: 20px;
}

.QR{
    border: #333 solid 1px;
    padding: 5px;
    width: auto;
    overflow: hidden;
    position: relative;
}
.QR dt{
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1.3;
    font-weight: bold;
}
.QR dt span{
    display: block;
    font-size: 83.3%;
    font-weight: normal;
    letter-spacing: -0.02em;
}
.QR dd{
    float: right;
}

/*告知topics*/
div#topics_top{
	margin:0 auto 10px;
	padding:5px;
	text-align:center;
	font-size:14px;
	border:4px double #FF3399;
	}

/*----------------20190307_top_pref----------------------*/

div.explan{
 margin-bottom:5px;
 padding:10px;
 background-color:#eefaff
}

div.explan h1{
 font-size:14px!important;
 border:0px !important;
 background-image: none!important;
 padding:0px!important;
 margin:0px!important; 
}

div.pref_list {
	margin:0px 0px 10px 0px;
	padding:12px 12px 4px 12px;
	border:1px solid #aebdc4;
}

div.pref_list dt{
	float: left;
	width: 15%;
	text-align:center;
	box-sizing: border-box;
	line-height:2em;
	background-color:#3cb1b0;
	color:#eefaff;
	border-radius:5px;
	margin:0px 15px 0px 0px;
}

div.pref_list dd{
	box-sizing: border-box;
	margin:0px 0px 10px 0px;
	line-height:2em;
}

div.pref_list li{
	display: inline-block;
	padding-right:18px;
	line-height:1.5em;
	box-sizing: border-box;
}

