@charset "utf-8";

/*
	================================================================================================
		support home-theater manual css index.css
	================================================================================================
*/
.no-js #contents .select_series{
	display: none;
}
#contents .lead{
	/*
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	*/
	display: table;
	margin: 0 1em 1.25em;
}
#contents .lead .lead_cell{
	display: table-cell;
	/* vertical-align: middle; */
}
#contents .lead img{
	display: table-cell;
}
#contents .lead .lead_cell p:last-child{
	margin-bottom: 0;
}

#contents .select_area{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	margin: 1em;
}

#contents .select_area form{
	width: 50%;
}

#contents .select_area select{
	margin-bottom: 5px;
	border: 1px solid #999;
	height: 2.5em;
	width: 100%;
}

#contents .select_area .select_img{
	margin: 0 1em;
	text-align: center;
	width: 50%;
}

#contents .select_area .select_img img{
	width: auto;
	height: 150px;
}

#contents .select_area .btn{	
	background-image:
		url(/support/share/images/arrow_black.png),
		url(/support/home-theater/share3/images/bg_gradation_off.gif);
	
	background-repeat:
		  no-repeat,
		  no-repeat;
	
	background-position:
		1em center,
		top left;
	
	padding-left: 2em;
	
	width: 100%;
	text-align: left;
}

#contents .btn{
	border: solid 1px #ccc;
	background: url(/support/home-theater/share3/images/bg_gradation_off.gif) no-repeat;
	border-radius: 5px;
	color: #333;
	display: block;
	margin: 1em 0;
	width: 16em;
	padding: 0.7em 0 0.7em 1.2em;
}

#contents .btn:hover,
#contents .btn:focus{
	text-decoration: none;
	color: #000;
	opacity: 0.7;
}

#contents p.annotation {
	text-indent: -1em;
	padding-left: 1em;
}

#contents p.annotation > a.textLink {
	display: inline-block;
	padding: 5px 0 0 24px;
	margin: 0;
}

@media (max-width: 640px){
	#contents .select_area{
		display: block;
	}
	
	#contents .select_area form{
		width: auto;
	}
	
	#contents .select_area .select_img{
		margin: 1em;
		width: auto;
	}
	#contents .select_area .select_img img{
		max-width: 100%;
		height: auto;
	}
}

/* 2023/01/24追加 検索窓*/
#contents .box {
    border: 1px solid #959595;
    margin: 0 0 2em 1em;
    padding: 0.5em;
}

#contents .box .search_box_form {
    padding: 0.3em 0 0.3em 1em;
}

#contents .search-title {
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 1em;
    margin-right: 1em !important;
}

#contents .box .search_box_form input.search-text01 {
    min-width: 200px;
    width: 30%;
}

#contents .box .search_box_form input.search-text01 {
    border: 1px solid #adadaf;
    height: 1.6em;
    vertical-align: middle;
}

#contents .box .search_box_form input.search-img {
    margin-left: 0.5em;
    vertical-align: middle;
}

#contents select.gray {
    border: 1px solid #adadaf;
    height: 1.7em;
    vertical-align: middle;
}

#contents .select_series_model{
	width: 50%;
}

#contents .getURL{
	color: black;
	text-decoration: none;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	#contents .select_series_model{
		width: auto;
	}
	
	#contents .box {
		margin: 0 0 2em 0.3em;
	}
	
	#contents .box .search_box_form {
		padding: 0.3em 0 0.3em 0;
	}
}

/* 20241016 */
#contents section{
	margin-top: 40px;
	margin-left: 13px;
}
#contents h2 {
	border-bottom: #000 solid 1px;
	font-size: 1.231em;
	margin-bottom: 15px;
	padding-left: 13px;
}

@media (max-width: 640px) {
	#contents section{
		margin-left: 0;
	}
	#contents h2 {
		padding-left: 2px;
	}

}
/* 20250130 */
#contents .lead .lead_cell{
	vertical-align: top;
}
#contents span.annotation{
	display: inline-block;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

	
	
	
	