@charset "utf-8";
/*
	================================================================================================
		support handycam products css index.css
	================================================================================================
*/
div#contents div.products_link ul.txtlink li {
	float: left;
}


/*
	====================================
		button
	====================================
*/
#modelArea ul {
    margin-bottom: 30px;
}

#contents .btn_area_text li {
    width: 40%;
    margin:0 0 10px 15px
}

#modelArea .mod-linkButton {
	background: none;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 90px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	width: 100%;
}

#modelArea .mod-linkButton a {
	overflow: hidden;
}
.mod-linkButton a .figure {
    height: auto;
    width: auto;
}

#modelArea span.figure {
	float: left;
	display: inline-block;
}

.mod-linkButton a .figure img {
    width: 60px;
}

#modelArea .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
	line-height: 16px !important;
	padding-left: 12px;
	float: left;
	margin: 10px 0 0 5px;
	color: #43677e;
	font-weight: 700;
	width: auto;
}

@media screen and (max-width: 640px) {

	#modelArea img{
		width: 40px;
		height: 40px;
		float: left;
	}
	#modelArea .mod-linkButton {
		background: none;
		letter-spacing: 0.01em;
		text-align: left;
		width: 97%;
		max-height: 90px;
		float: none;
    	padding: .5em;
	}
	#modelArea .mod-linkButton a .figure img {
		height: auto;
		margin-bottom: 5px;
		vertical-align: middle;
	}
	#modelArea ul li{
		width: 45%;
		max-height: 90px;
	}
	#modelArea span.figure {
		float: none;
		margin: 10px 0 0 0;
		display: table-cell;
	}		
	#modelArea .mod-linkButton .content {
		float: none;
		margin: 0 0 20px 5px;
	}
	#contents ul.btn_area_text li {
		width: 45%;
		float: left;
		padding: 8px 8px 0 6px;
	}
	#contents ul.btn_area_text {
		margin: 0 0 1.5em 1em!important;
	}
}