@charset "Shift_JIS";

/*
	================================================================================================
		support netjuke download css index.css
	================================================================================================
*/

#contents .left_txt {
	float: left;
	width: 560px;
}
#contents .right_bnr {
	float: right;
	margin-left: 0;
	padding-top: 0;
	margin-bottom: 0;
}


#contents ul.btn_area li {
	float: left;
	padding: 0;
	list-style: none outside none;
	margin: 0 0px 0 10px;
}
#contents .bnr_box a:hover,
#contents .table-wrap .bnr_btn a:hover,
#contents ul.btn_area li a:hover {
	opacity: 0.6;
}
.Button {
	display: inline-block;
	vertical-align: middle;
	width: 175px;
	height: 30px;
	background: linear-gradient(#ffffff, #f2f2f2);
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 6px 8px 6px 3px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
}

.ButtonText {
	word-break: break-all;
	min-height: 32px;
	height: 30px;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	padding-right: 4px;
	letter-spacing: 0;
	background: url(/support/share/images/arrow_black.gif) no-repeat scroll 8px center;
	padding-left: 18px;
	_margin: -3px 0 0 0;
}


#contents .table-wrap th.th02 {
	width: 13%;
}
#contents .table-wrap th.th03 {
	width: 40%;
}
#contents .table-wrap th.th04 {
	width: 33%;
}




#contents .table-wrap ul.btn_area {
	margin: 0;
}
#contents .table-wrap ul.btn_area li {
	margin: 0 0px 10px 0;
}
#contents .table-wrap .Button {
	width: 140px;
}

#contents .table-wrap .bnr_btn span {
	vertical-align: top;
}


#contents .bnr_box {
	margin: 0 0 0 10px;
}
#contents .bnr_box img {
	margin: 0 10px 0 0;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

	#contents .left_txt {
		width: auto;
	}

	#contents .table-wrap {
		font-size: 11px;
	}

	#contents .table-wrap .bnr_btn img.bnr {
		width: 88%;
		height: auto;
	}

	#contents .table-wrap th.th03 {
		width: 30%;
	}

	#contents .table-wrap .Button {
		width: auto;
	}

}


/*
----------------------------------------------------------------------------
	画面幅＜400px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 400px) {

	#contents .table-wrap table td {
		padding: 5px;
	}
	#contents .table-wrap th.th02 {
		width: 15%;
	}
	#contents .table-wrap th.th03 {
		width: 26%;
	}
	#contents .table-wrap .Button {
		width: auto;
	}
/*    2022/01/13追記*/
    #contents .table-wrap table td.bnr_btn {
		padding: 5px 0 0 5px;
	}
	#contents .table-wrap .bnr_btn img.bnr {
		width: 92%;
		height: auto;
	}

}

/*
----------------------------------------------------------------------------
	画面幅＜360px＞以下のときに適用 2021/1/7追記
----------------------------------------------------------------------------
*/
@media screen and (max-width: 360px){
    .ButtonText {
	font-size: 10px;
    }  
}
