@charset "UTF-8";
/*kihon*/
* {
    /*font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;*/
}

a img{
	text-decoration: none;
	border:none;
}


a:link,
a:visited {
	color: #333333;
	text-decoration: none;
	border:none;
}
a:active,
a:hover {
	color: #FF6600;
	text-decoration: none;
	border:none;
}

a:link img
a:visited img {
	text-decoration: none;
	border:none;
}
a:active img,
a:hover img {
	text-decoration: none;
	border:none;
}



.clear{
	clear:both;
	}


input,
textarea,select {
	border: 1px solid #CCCCCC;
}

input:focus,textarea:focus{
	background-color: #FFFF99;
}
input,textarea{
	border: 1px solid #999999;
	padding: 1px 3px;
	margin:2px 0px;
}

	
input[type=button]{
	padding:1px 5px;
	margin: 10px 0px 20px 0px;
	border: 1px solid #ddd;
	background-color: #E9FCFF;
	}


input[type=button]:hover{
	background-color: #FFCC00;
	}

select{
	font-size:1.05em;
	/*background-color: #FEFFE3;*/
	}
	
select:hover{
	background-color: #FFF587;
	}

/*google trans*/
	
#translatetoolBox {
    background-image: none;
    clear: both;
    font-size: 0.85em;
    height: 50px;
    position: absolute;
	right: 0px;
    top: 25px;
}

#translatetoolBox select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 10px;
}
	



	
/*layout*/
body{
    margin: 0;
    padding: 0;
	}

#headerBox,#tabBox-1,#tabBox-1-long,#tabBox-2-In,#tabBox-2-In-long,#artistbox,#footerBox-In,#tabBox-2-In-2{
	/*width:900px;*/
	width:980px;
	margin:0 auto;
	position: relative;
	padding: 0;
	}
	
h1{
	color: #919582;
	font-size: 10px;
	line-height: 12px;
    margin: 0 0 0 10px;
    padding: 5px 0 0 0;
	text-align: right;
}

h5.titleImg{
	margin: -10px 0 0 0;
    padding: 0 0 0 0;
	}
h5.titleImg a img{
	text-decoration: none;
	border:none;
	}
	
h2{
	margin: 15px 0 10px 0;
    padding: 0 0 0 0;
	clear:both;}
	
.serch_btn{
	margin: 0;
    padding: 0 ;
	}
.serch_btn img{
	margin: 0 10px 0 0;
    padding: 0;
	text-decoration: none;
	border:none;}
	

#tabBox-line{
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #006837;
	height: 10px;
}
	
 
#tabBox{
	margin: 0;
    padding: 0;}
	
#tabBox-1,#tabBox-1-long{
	height:38px;	
}
#tabBox-1 img{
	width:53px;
	height:38px;
	margin: 0;
	padding: 0;
	display: inline;
}


#tabBox-1 a:link img,
#tabBox-1 a:visited img {
	background-image: url("/design/search/images/btn/back-b.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 7px;
	left: 0px;
	z-index:1;
	text-decoration: none;
	border:none;
	}


#tabBox-1 a:active img,
#tabBox-1 a:hover img {
	background-image: url("/design/search/images/btn/back-b_on.png");
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	text-decoration: none;
	border: none;
}

#tabBox-1 a:link img.current,
#tabBox-1 a:visited img.current 
 {
	background-image: url("/design/search/images/btn/back-b_on.png");
	background-repeat: no-repeat;
	padding-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:1;
	text-decoration: none;
	border:none;
}

#tabBox-1-long img{
	width:182px;
	height:38px;
	margin: 0;
	padding: 0;
	display: inline;
}


#tabBox-1-long a:link img,
#tabBox-1-long a:visited img {
	background-image: url("/design/search/images/btn/back-b-l.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 7px;
	left: 0px;
	z-index:1;
	text-decoration: none;
	border:none;
	}


#tabBox-1-long a:active img,
#tabBox-1-long a:hover img {
	background-image: url("/design/search/images/btn/back-b-l_on.png");
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:1;
	text-decoration: none;
	border:none;
}

#tabBox-1-long a:link img.current,
#tabBox-1-long a:visited img.current 
 {
	background-image: url("/design/search/images/btn/back-b-l_on.png");
	background-repeat: no-repeat;
	padding-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:1;
	text-decoration: none;
	border:none;
}

#tabBox-2{
	position: relative;
	z-index:10;
	/*background-image: url("/design/search/images/back-green.jpg");
	background-repeat: repeat-x;*/
	background-color: #006837;
	}
	


#tabBox-2-In img {
	width:22px;
	height:22px;
	margin: 0;
	padding: 0;
	display: inline;
}


	
#tabBox-2-In a:link img,
#tabBox-2-In a:visited img {
	background-image: url("/design/search/images/btn/back-s.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:100;
	text-decoration: none;
	border:none;
}
#tabBox-2-In a:active img,
#tabBox-2-In a:hover img {
	background-image: url("/design/search/images/btn/back-s_on.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:100;
	text-decoration: none;
	border:none;
}

#tabBox-2-In a:link img.current,
#tabBox-2-In a:visited img.current {
	background-image: url("/design/search/images/btn/back-s_on.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:100;
	text-decoration: none;
	border:none;
}

#tabBox-2-In-long img {
	width:108px;
	height:22px;
	margin: 0;
	padding: 0;
	display: inline;
}


	
#tabBox-2-In-long a:link img,
#tabBox-2-In-long a:visited img {
	background-image: url("/design/search/images/btn/back-s-y.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:100;
	text-decoration: none;
	border:none;
}
#tabBox-2-In-long a:active img,
#tabBox-2-In-long a:hover img {
	background-image: url("/design/search/images/btn/back-s-y_on.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:100;
	text-decoration: none;
	border:none;
}

#tabBox-2-In-long a:link img.current,
#tabBox-2-In-long a:visited img.current {
	background-image: url("/design/search/images/btn/back-s-y_on.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:100;
	text-decoration: none;
	border:none;
}



	
#tabBox-2-In,#tabBox-2-In-long {
	padding: 8px 0 0 0;}
	
#tabBox-2-In .tabBox-2-In-2 img{
	padding: 4px 1px;}
	
.tabBox-2-In-2{
	clear:both;
	color:#FFFFFF;
    padding:5px 0px 2px 0px;
	font-size:0.8em;}
		
p.character{
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-size: 30px;
	line-height: 1em;
	color: #B20000;
	text-align: left;
	font-weight: bold;
	}
	
p.character .name-furigana{
	margin: 0px 10px;
	font-size: 0.6em;
	color: #999999;
	font-weight: normal;
	}
	
p.character .name-eng{
 	margin: 0px 10px;
	font-size: 0.6em;
	color: #999999;
	font-weight: normal;
	}
	
#artist-list-Box{
	width:860px;
	margin:0 auto;
	}

#artist-list-Box .artist-list{
	width: 260px;
	margin: 2px 5px;
	padding: 5px 5px;
	float: left;
	border: 1px solid #D2D2D2;
	background-color: #F3EFEC;
	}
	
#artist-list-Box a:hover .artist-list{
	background-color: #8FC320;
	color:#FFF;
	}

#artist-list-Box .artist-list img{
	float:right;
	}
	
#artist-list-Box .artist-list {
	font-size:1em;
	line-height:1.1em;
	}
	
#artist-list-Box .name-furigana{
	font-size:0.7em;
	line-height:1.1em;
}

#artist-list-Box .name-eng{
	font-size:0.7em;
	line-height:1.1em;
}
#artist-list-Box a:link .name-eng,
#artist-list-Box a:visited .name-eng {
	color:#669900;
}

#artist-list-Box a:active .name-eng,
#artist-list-Box a:hover .name-eng {
	color:#FFF;
}



/*table*/
table.kihon {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-collapse:collapse;
}

table.kihon tr{
	border: none;
}

table.kihon th{
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 1px 5px;
	border-collapse:collapse;
	background: #FFFFCC;
	font-weight:normal;
	text-align: center;
	color: #003399;
	white-space: nowrap;
}

table.kihon td{
	border: 1px solid #CCCCCC;
	margin: 0px;
	/*border-collapse:collapse;*/
	background: none;
	text-align: left;
	font-size:0.95em;
	vertical-align:middle;	
}

table.kihon td a{
	display: block;
	width: 100%;
	height: 100%;
}


table.artist-t {
 margin: 0 auto;
 width:80%;
}
table.artist-t th{
	font-size: 0.95em;
}

table.artist-t td {
	/*height:50px;*/
	/* vertical-align:middle;	*/
}


table.artist-t td a:link,
table.artist-t td a:visited {
	color: #000000;	
}
table.artist-t td a:active,
table.artist-t td a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8FC320;
}

.t-jp,
.t-furigana,
.t-eng{
	padding:0px 5px;
	}
	
.artist-t .t-jp{
	color: #333333;
	font-size: 0.95em;
	/*line-height: 1.5em;*/
}
.artist-t .t-furigana{
	color: #999999;
	font-size: 0.7em;
	line-height: 1.1em;
}
.artist-t .t-eng{color:#669900;font-size:0.7em;line-height:1.3em;}

.artist-t .td-center{
	 text-align:center;}

 a:hover .t-jp,
 a:hover .t-furigana,
 a:hover .t-eng{
	color: #FFFFFF;
	}
	
/*category*/
	
table.page_next{
	vertical-align: middle;
	font-size:0.8em;
	border: none;
	padding: 0px 20px;
	margin:0px auto;
	
		}
		
/*detaile*/

#datebasebox h2.detail-name{
	text-align:center;
	font-size:26px;
	line-height:30px;
	color:#006600;
	border: 1px solid #CCCCCC;
	margin: 30px 0px 30px 0px;
	padding: 5px 10px;
	background-color: #FFFCF4;
	font-weight:normal;
	}
	
#datebasebox .detail-name_en{
	text-align:center;
	font-size:14px;
	line-height:20px;
	color:#7B9187;
	font-weight:normal;
}

#datebasebox{
		text-align:center;
}

table.detail-all {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-collapse:collapse;}
	
	
table.#detail-all{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-collapse:collapse;}
	
.detail-all td.works-main img{
	margin: 0px 10px 5px 0px;
	}
	
.detail-all td.works-sub img{
	margin: 0px 0px 5px 0px;
	}
	
.detail-all td.works-info{
	vertical-align:top;
	}

/*#details-img-main{
	text-align:center;
	margin:10px auto;
	width:650px;
	float:left;}
	
#details-img-main a img{
	text-decoration: none;
	border:none;}*/


	
.details-img{
	float:left;
	text-align:center;
	margin:0;
	width:350px;
	}
	


/*.detaile-back{
	float:left;
	width:150px;
	margin:100px 0;}

.detaile-next{
	float:left;
	width:150px;
	margin:100px 0;}*/


		
/*#details-img-S{
		text-align:center;
		margin:10px auto;
		width:632px;
		float:left;
		}
		
		
#details-img-S img {
		margin:10px 4px;}*/


/*#details-info-T{
	float:left;
}*/


#datebasebox table.details-txt {
	margin:0px 0px 0px 5px;
	/*width: 80%;*/	
	font-size: 0.85em;
}

#datebasebox table.details-txt td span{
	font-size:0.85em;
	color:#7B9187;
}

#datebasebox table.details-txt td {
	padding: 3px 10px;
}

#datebasebox table.details-txt th{
	background-color: #F5F1F4;
	color: #03522B;
	font-size:0.85em;
	padding: 3px 10px;
}


table.details-txt td.td_link a:link,
table.details-txt td.td_link a:visited {
	color: #000000;	
}
table.details-txt td.td_link a:active,
table.details-txt td.td_link a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8FC320;
}


p.kanrino{
	font-size:11px;
	color:#889679;
	text-align:right;
	margin:20px 0px 0px 0px;
	}
	
	
/*top*/
	

.datebase_hanrei{
	background-color: #FFFCF4;
	margin: 50px auto 40px auto;
	padding: 10px 50px 0px 50px;
	border: 1px solid #CCCCCC;
	width:700px;
}

.datebase_hanrei p{
	font-size:12px;
	line-height:1.5;
	}

.datebase_hanrei p.datebase_hanrei-t{
	font-size: 18px;
	line-height: 1.2;
	color: #055907;
	}
	
	
.db-count{
	text-align:right;
	margin:20px 0px 20px 0px;
}

.db-count .db-count-span{
	border: 1px solid #C5CDD5;
	font-size:11px;
	color:#749BB9;
	background-color: #F7F7F7;
	padding:1px 2px;
	text-align:right;
}

#datebase_topbtn {
	margin: 20px auto 40px auto;
	padding: 0px;
	text-align:center;
	}

#datebase_topbtn img{
	margin: 0px 5px;
	padding: 0px;
	}	
	
#datebase_topbtn a img{
	text-decoration: none;
	border:none;}
	
/*footer*/

	
/*#footerBox{
	clear: both;
	background-image: url("/design/images/footer_bg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height:128px;
	}
	
	
#footerBox-In p.footerinfo{
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.3;
	color: #000000;
	font-weight: normal;
	}
	
#footerBox-In a:link,
#footerBox-In a:visited {
	color: #000000;
	text-decoration: none;
	border:none;
}
#footerBox-In a:active,
#footerBox-In a:hover {
	color: #FF9900;
	text-decoration: none;
	border:none;
}
	*/
	
/* morisite */

/* =Footer
----------------------------------------------- */

#footer-area {
	margin-top:50px;
	/*display: inline-block;*/
    /*height: 182px;*/
	width: 100%;
    background: url("/design/images/common/footer_bg.jpg") repeat-x scroll transparent;
}

#FooterTop {
	width:980px;
	margin:0px auto;
	position: relative;
	/*display: inline-block;
    clear: both;*/
    /*width: 100%;*/
}

#FooterTop #FooterR {
    /*float: right;*/
    width: 120px;
}
#FooterL {
   /*float: left;*/
   /* width: auto;*/
   font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
		font-size:12px;
}
#FooterR {
	position: absolute;
	top:-52px;
	left: 950px;
	}
	
#FooterR a img {
	text-decoration: none;
	border:none;
}


#copyright {
    clear: both;
    color: #333333;
   	font-size:90%;
	line-height:2;
    padding: 18px 5px;
	
}

#copyright .fundation {
    font-size: 110%;
    font-weight: bold;
}

/* =Paginate
----------------------------------------------- */

.nextlink {
	text-align: center;
	margin-right: 50px;
}
.page-numbers {
	font-size: 12px;
	padding: 2px;
}

.nextlink .current {
	border: 1px solid #999999;
	background: #888888;
	color: #fff;
}
.nextlink .dots {
}
.nextlink .next {
}


/* ----- add -----*/
.letter_notice {
	color: #C00; 
	margin: 0px 0px 0px 100px;
	font-size:12px;
}

/*----- mobile add 220319----*/

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
table.page_next td {
  height: 34px;
}
table.page_next .page-back img {
  padding-right: 20px;
}
table.page_next .page-next img {
  padding-left: 20px;
}
#artistbox {
  flex: 1;
}
.mb_catemenu, .mb_btn {
  display: none;
}
#datebasebox .detail-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mb_gototop{display: none;}

@media (max-width: 980px) {
  #headerBox, #artistbox, #footerBox-In {
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }
  #tabBox-1, #tabBox-1-long, #tabBox-2-In, #tabBox-2-In-long, #tabBox-2-In-2 {
    width: 90%;
    box-sizing: border-box;
  }
  #headerBox h5.titleImg {
    text-align: left;
    padding-top: 10px;
  }
  #headerBox #translatetoolBox {
    display: none;
  }
  #headerBox h2 {
    margin: 5px 0 10px 0;
  }
  #headerBox h2 img {
    max-width: 100%;
  }
  .year-nextchoice {
    padding-top: 8px;
  }
  .datebase_hanrei {
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 0px 30px 0px;
  }
  #footer-area {
    background-color: #e1d6ca;
    background-image: none;
    height: auto;
    margin-top: 30px;
  }
  #FooterTop {
    max-width: 980px;
    width: 100%;
  }
  #copyright {
    padding: 18px 25px;
  }
  /*--- page ---*/
  #tabBox {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #tabBox-1, #tabBox-1-long {
    height: auto;
    width: 90%;
  }
  #tabBox-1 img {
    width: 53px;
    height: 38px;
    margin: 0;
    padding: 0;
    display: inline;
  }
  #tabBox-1 a:link img, #tabBox-1 a:visited img {
    background-image: none;
    background-color: #C8BFA4;
    border-radius: 10px;
    margin: 0px 0px;
    padding: 10px 0 0 0;
    z-index: 1;
    top: 0px;
    text-decoration: none;
    border: none;
  }
  #tabBox-1 a:active img, #tabBox-1 a:hover img {
    background-image: none;
    background-color: #B20003;
    border-radius: 10px;
    margin: 0px 0px;
    padding: 10px 0 0 0;
    z-index: 1;
    text-decoration: none;
    border: none;
  }
  #tabBox-1 a:link img.current, #tabBox-1 a:visited img.current {
    background-image: none;
    background-color: #B20003;
    border-radius: 10px;
    margin: 0px 0px;
    padding: 10px 0 0 0;
    z-index: 1;
    text-decoration: none;
    border: none;
  }
  #tabBox-2 {
    /*position: fixed;*/
    z-index: 10;
    background-color: #006837;
  }
  #tabBox-2 .tabBox-2-In-2 {
    color: #fff;
  }
  #tabBox-2-In img {
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    display: inline;
  }
  #tabBox-1-long {
    margin: 0 0 5px;
  }
  #tabBox-1-long a .mb_catemenu {
    font-size: 18px;
    font-weight: bold;
    color: #006837;
    display: block;
  }
  #tabBox-1-long a .mb_catemenu:before {
    content: "▶︎";
    padding-right: 3px;
    color: #8D8D8D;
  }
  #tabBox-1-long a:hover .mb_catemenu {
    color: #B20003;
  }
  #tabBox-1-long img {
    display: none;
  }
  #tabBox-2-In-long {
    padding: 0;
    margin-bottom: 10px;
  }
  #artist-list-Box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
  }
  table.page_next {
    vertical-align: middle;
    font-size: 0.8em;
    border: none;
    padding: 0px 0px;
    margin: 0px auto;
  }
  table.page_next tr {
    display: flex;
    justify-content: center;
  }
  table.page_next td {
    padding: 0 10px;
  }
  table.page_next td a {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  table.page_next td.totalpage {
    padding-right: 0;
  }
  table.page_next img {
    display: none;
  }
  table.page_next .page-back::after {
    content: "< back";
    font-size: 14px;
    color: #B20003;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
  }
  table.page_next .page-jump::before {
    content: "移動";
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 2px;
  }
  table.page_next .page-next::before {
    content: "next >";
    font-size: 14px;
    color: #B20003;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
  }
  table.artist-t {
    width: 100%;
  }
  table.artist-t img {
    width: 50px;
    height: 50px;
    max-width: 50px;
  }
  table.artist-t tr {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0;
  }
  table.artist-t tr:first-child {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    padding: 0;
  }
  table.artist-t th {
    display: none;
    border: none;
  }
  table.artist-t td br {
    display: none;
  }
  table.artist-t td {
    border: none;
    padding: 0 10px;
    line-height: 1.2;
  }
  table.artist-t td .t-jp, table.artist-t td .t-furigana, table.artist-t td .t-eng {
    padding: 0px 0px;
  }
  table.artist-t td.td-center {
    text-align: left;
    margin-top: 0px;
    margin-left: auto;
  }
  table.detail-all tr {
    display: flex;
    flex-direction: column;
  }
  table.detail-all td.pc_btn, table.detail-all td.works-sub {
    display: none;
  }
  table.detail-all table.details-txt tr {
    display: block;
    /*ex-direction:row;*/
  }
  .mb_btn {
    display: block;
  }
  .mb_btn img {
    width: 50px;
  }
  .pc_btn {
    display: none;
  }
  #datebasebox .detail-all {
    display: flex;
    flex-direction: column;
  }
  #datebasebox table.details-txt {
    width: 100%;
    margin: 20px auto;
  }
  #datebasebox table.details-txt br {
    display: none;
  }
  #FooterTop #FooterR {
    position: absolute;
    top: -30px;
    right: 30px;
    left: auto;
    width: 80px;
    height: 80px;
	box-sizing: border-box;
	text-align: center;
  }
  #FooterTop #FooterR a .mb_gototop {
    display: block;
    background-color: #e1d6ca;
    font-size: 28px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    color: #fff;
    box-sizing: border-box;
  }
  #FooterR img {
    display: none;
  }
}
  /* ----/ ll-980px ---*/


