@charset "utf-8";
/* CSS Document */


.midashi_fabs {
    background: #135b8e;
    color: #FFFFFF;
    font-size: .8em;
    font-weight: bold;
    line-height: 10px;
    padding: 10px;
    margin-bottom: 10px;
	
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.midashi_fabs a {
	color: #fff;
}

.midashi_fabs2 {
    background: #3892d2;
    color: #FFFFFF;
    font-size: .8em;
    font-weight: bold;
    line-height: 10px;
    padding: 10px;
    margin-bottom: 10px;
	
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.midashi_fabs2 a {
	color: #fff;
}


.teikei_link {
	width: 40px;
	height: auto;
	margin-bottom: 5px;
}


#reset_ms {
	position: relative;
    background: #FF0000;
	width: auto;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}
#reset_ms:hover {
	text-decoration: none;
}


#sidebar_fabcard {
	position: fixed;
	top: 0;
	right: 0;
	width: 260px;
	float: right;
	margin-bottom: 50px;
	background: #FFF;
	z-index: 50;
	
	/* border-radius */
	border-radius:;
	-webkit-border-radius:;
	-moz-border-radius:;
	
	/* box-shadow */
	box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
}
#sidebar_fabcard .wrap {
	width: auto;
	padding: 20px;
}

#sidebar_fabcard2 {
	position: absolute;
	top: 0;
	left: -280px;
	width: 260px;
	float: right;
	margin-bottom: 50px;
	background: #FFF;
	
	/* border-radius */
	border-radius:;
	-webkit-border-radius:;
	-moz-border-radius:;
	
	/* box-shadow */
	box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
}
#sidebar_fabcard2 .wrap {
	width: auto;
	padding: 20px;
}

#sidebar_fabcard2-1 {
	position: fixed;
	top: 80px;
	left: 0;
	width: 260px;
	float: right;
	margin-bottom: 50px;
	background: #FFF;
	z-index: 50;
	
	/* border-radius */
	border-radius:;
	-webkit-border-radius:;
	-moz-border-radius:;
	
	/* box-shadow */
	box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(227, 227, 227, 0.6) 1px 1px 2px 1px;
}
#sidebar_fabcard2-1 .wrap {
	width: auto;
	padding: 20px;
}


.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 p{
    margin:0;
    padding:0;
}
.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 200px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    bottom: 35px;
    left: -70px;
	z-index: 200;
}



.library_ms {
	position: relative;
    background: #8e4413;
	width: auto;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}
.library_ms:hover {
	color: #fff;
	text-decoration: underline;
}


.side_img {
	width: 105px;
	height: auto;
	margin-bottom: 5px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.side_img2 {
	width: 60px;
	height: auto;
	margin-bottom: 5px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}


/* --- ページネーション --- */
.js-pagination {
	position: relative;
	min-height: 275px;
}

nav.pagination-container ul {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	clear: both;
    position: relative;
    height: 50px;
    line-height: 13px;
    background: none;
    margin-bottom: 10px;
    vertical-align: top;
	padding-top: 8px;	
}
.pagination li {
    font-size: 11px;
    margin: 0;
}
nav.pagination-container ul li a {
	display: block;
    float: left;
    font-size: 11px;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #666;
}
nav.pagination-container ul li.js-current a{
    padding:6px 9px 5px 9px ;
    background: #faa850;
    color:#fff ;
}
nav.pagination-container ul li a:hover{
    color:#fff ;
    background: #faa850;
}
 

li.first {
    border-radius: 5px 0 0 5px;
}
li.last {
    border-radius: 0 5px 5px 0;
}

nav.side-pagination-container {
	text-align: center;
}


/* --- ページネーション END --- */



.sort_bt {
	position: relative;
	background: #fff;
	width: auto;
	height: auto;
	font-size: .75em;
	font-weight: bold;
	color: #333;
	padding: 0 10px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}
.sort_bt:hover {
	color: #333;
	text-decoration: none;
}
.sort_bt_at {
	background: #8e4413;
	color: #fff;
}
.sort_bt_at:hover {
	color: #fff;
	text-decoration: none;
}

.fab_icon {
	display: inline;
    margin-left: 2px;
    margin-right: 1px;
    transform: translateY(-4px);
    width: 15px;
	height: auto;
}


#tuhan_banner img {
	width: 250px;
	height: auto;
}





.gunpla_index_list {
	position: relative;
	margin-bottom: 40px;
}
.gunpla_index_list .box1 {
	position: relative;
	width: 20%;
	float: left;
	padding-right: 20px;
}
.gunpla_index_list .box1 .img_box .item_img {
	width: 100%;
	height: auto;
}


.gunpla_index_list .box2 {
	position: relative;
	width: 53%;
	margin-left: 0 20%;
	margin-right: 0 25%;
	float: left;
}
.gunpla_index_list .box3 {
	position: relative;
	width: 25%;
	float: left;
	padding-left: 20px;
}



.side_icon {
	padding-right: 50px;
	min-height: 50px;
	border-bottom: solid 1px #ccc;
	display: flex;
	align-items: center;
	line-height: 1em;
}





.dnd_list_box {
  position: relative;
  height: 100px;
  width: 100%;
  padding: 10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  margin-bottom: 10px;
}
.dnd_list_box0 {
  background: none;
  height: auto;
  border: 0;
  box-shadow: none;
}

.dnd_list_box > div{
  margin-right: 50px;
}
.dnd_list_box .dnd_img {
  width: 70px;
  margin-right: 30px;
}
.dnd_list_box .dnd_img .item_img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) inset;
  object-fit: contain;
}
.dnd_list_box .dnd_cr {
  width: 45px;
  margin-right: 30px;
  align-items: center;
}
.dnd_list_box .dnd_name {
  width: 300px;
  margin-right: 30px;
}

.dnd_list_box .dnd_name .jp {
  font-size: 1em;
  font-weight: 700;
}
.dnd_list_box .dnd_name .jps {
  font-size: .8em;
  color: #888;
}
.dnd_list_box .dnd_name .en {
  font-size: .8em;
  color: #888;
}
.dnd_list_box .dnd_type {
  width: 100px;
  margin-right: 30px;
}
.dnd_list_box .dnd_size {
  width: 85px;
  margin-right: 30px;
}
.dnd_list_box .dnd_alignment {
  width: 105px;
  margin-right: 30px;
}
.dnd_list_box .dnd_habitat {
  width: 110px;
  margin-right: 30px;
}
.dnd_list_box .dnd_mini {
  width: 120px;
  margin-right: 0;
}






/* --- ブラウザ幅 0以上～1366以下 --- */
@media screen and (max-width: 1366px) {
	#sidebar_fabcard {
		display: none;
	}
}

/* --- 解像度 1366*768 ノート以上～解像度 フルHD未満 PC設定 1367～1919 --- */
@media screen and (min-width: 1367px) and (max-width: 1919px) {

}

/* --- 解像度 1980*1080 フルHDディスプレイ 以上 PC設定 1980以上～ --- */
@media screen and (min-width: 1920px) {

}


@media print{
	.print { display: none !important; }
}

