@charset "Shift_JIS";
/*
	================================================================================================
		active-speaker support inquiry css index.css
	================================================================================================
*/

#thumb table.tableA th {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #000;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
}
#thumb table.tableA td {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0px;
	padding: 10px 10px;
	text-align: center;
	font-size: 93%;
}
#thumb table.tableA td.alignleft{
	text-align:left;
	padding-left: 20px;
}

#thumb table.tableA ul{
	text-align:left;
	margin-left:18px;
	list-style:disc;
}
#thumb table.tableA ul li{
	*margin:0px;
}



/*
	====================================
		button
	====================================
*/
div#contents ul.btn_area {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
}

div#contents ul.btn_area li {
	list-style: none outside none;
	float: left;
	padding: 0;
}

.Button {
	display: inline-table;
	vertical-align: middle;
	border: 1px solid #666666;
	width: 148px;
	min-height: 32px;
	height: 32px;
	background: url("/support/active-speaker/share3/images/linkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
	*width: 150px;
	*max-height: 32px;
	*height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
.ButtonText {
	min-height: 32px;
	height: 32px;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	padding-right: 5px;
	letter-spacing: 0;
	*width: auto;
	*max-width: 150px;
	*min-height: 0;
	*max-height: 32px;
	*height: auto;
	*margin: -3px 5px 0 5px;
	_margin: -3px 0 0 0;
	*display:inline;
	*zoom:1;
}
a:hover span.Button, a:active span.Button {
	color: #333333;
	text-decoration: none;
	background: url("/support/active-speaker/share3/images/linkbutton_on.png") no-repeat 0 52%;
}





/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

div#contents ul.btn_area {
	width: 118px;
}

.Button {
	width: auto;
	padding-right: 7px;
}


}