@charset "shift_jis";
/* CSS Document */
/*=========================================================================================
	tab page 
===========================================================================================*/
ul.tabBtn {
	background: url(/support/cyber-shot/products/images/btn_tab_bg.png) repeat-x left bottom;
}
.tabArea{
		margin-top: 20px;	
}
.tabArea#tabLeftArea{
}
.tabArea#tabRightArea{
	display:none;
}
	.tabArea .title{
		display:none;
	}
	.title-2,
	.tabArea .title-2 {
		clear: both;
		width:auto;
		color: #000;
		margin-top: 20px;
		margin-bottom: 0;
		border-bottom: 1px dotted #D0D0D0;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 5px;
		padding-left: 13px;
		font-size: 15px;
		font-weight: bold;
	}
	.txt15,
	.tabArea .txt15 {
		font-size: 123.1%;
	}
	
	ul.list,
	.tabArea ul.list{
	}
		ul.list li,
		.tabArea ul.list li {
			width: 110px;
			margin: 10px 0px 0px 10px;
			padding: 0px;
			float: left;
			list-style:none;
		}
@media (max-width: 640px){
	ul.tabBtn{
		display:none;
	}
	.mod-pageMenuNav{
		margin-top:10px;
	}
		.mod-pageMenuNav li:last-child {
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
		}
	.tabArea#tabLeftArea,
	.tabArea#tabRightArea{
		display:block!important;
	}
		.title,
		.tabArea .title{
			display:block;
			font-size: 123.1%;
		}
}