@charset "Shift_JIS";

/*
	================================================================================================
		support active-speaker qa css style.css
	================================================================================================
*/

/*===========================================
	検索BOX
=============================================*/

#contentsArea .box {
	border: 1px solid #bbb;
	padding: 6px;
	*padding: 12px 6px 6px;
	margin-bottom: 20px;
	zoom: 1;
	background-color:#f9f9f9;
}

#contentsArea .box .center {
	text-align: center;
	margin-top: 0;
}

#contentsArea .box p { margin-top: 1em; }
.box .search_box_form { margin:10px 15px; }

.box .search_box_form p {
	margin:0 !important;
	font-size:12px;
	line-height:1.6;
}
.box p.search-title {
	font-size:16px !important;
	font-weight:bold;
	margin-right:1em !important;
	width:9.8em !important;
	display:inline-block;
	*display:inline;
}
.box .search_box_form input.search-text01,
.box .search_box_form input.search-text02 {
	vertical-align: 0.1em;
	border: #ADADAF 1px solid;
	height: 1.5em;
}
.box .search_box_form input.search-text01 {
	width:30%;
	min-width:200px;
}
.box .search_box_form input.search-text02 {
	width:50%;
	min-width:200px;
}
.box .search_box_form input.search-img {
	vertical-align: -0.35em;
	margin-left: 0.5em;
}


/*===========================================
	本体情報
=============================================*/

div.kishubetsuBtnArea {
	margin: 20px 20px 30px;
}
div.kishubetsuBtnArea ul.btn4 {
	margin: 0 -20px 0 0 !important;
	overflow: hidden;
	zoom: 1;
}
div.kishubetsuBtnArea ul.btn4 li {
	float: left;
	background: url(/support/share/images/bg_btn_kishubetsu4.gif) no-repeat;
	width: 172px;
	height: 35px;
	margin: 0 8px 15px 0 !important;
	display: inline;
}

div.kishubetsuBtnArea ul.btn4 li a {
	float: left;
	background-position: 0.8em 22px;
	background-repeat: no-repeat;
	width: 150px;
	padding-left: 1.8em;
	padding-top: 9px;
	font-size: 13px;
}

#contents div.anchor_box ul.anchor_box_inner li{
	margin:0 16px 10px 0;
	padding-right:0;
}

#contents div.anchor_box ul.anchor_box_inner li a span.anchorButtonA{
width:180px;
height:25px;
line-height:2.2;
padding-left:26px;
}




/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
	a.anchorButtonA, span.anchorButtonA {
		width: 180px;
	}
}