
/*===========================================
	subTitle
=============================================*/
.subTitle {
	margin: 0px 0px 10px;
}

/*===========================================

/*===========================================
	title
=============================================*/
.title {
	margin: 20px 0px 10px;
}

/*===========================================


	====================================
	list (btn_area)
	====================================
*/

ul.btn_area li {
	list-style: none outside none;
}
ul.btn_area li {
    float: left;
    padding: 0;
}

.clear {
    clear: both;
}
ul.btn_area li {
	margin: 0 0 10px 1em;
}
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
ul.btn_area li {margin: 0 14px 10px 0;}
}
@-moz-document url-prefix( ){
ul.btn_area li {margin: 0 14px 10px 0;}
}
/*



	====================================
	button
	====================================
*/

.ButtonIcon {
	margin: 0 10px 0 0;
}
.Button {
	display: inline-table;
	vertical-align: middle;
    border: 1px solid #666666;
    width: 272px;
    min-height: 40px;
    height: 40px;
    height: 40px\9;
	background: url("/support/software/playmemories-camera-apps/ready/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: 276px;
    *max-height: 45px;
    *height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.Button { display: inline-block; }
}
.ButtonImg {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	*display:inline;
	*zoom:1;
    width: 70px;
}
.ButtonText {
	word-break: break-all;
    min-height: 32px;
    height: 32px;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
    margin: -3px 0 0 0;
	padding-right: 5px;
	letter-spacing: 0;
    *width: auto;
    *max-width: 190px;
    *min-height: 0;
    *max-height: 32px;
    *height: auto;
    *margin: -3px 5px 0 5px;
	*display:inline;
	*zoom:1;
}
ul.btn_area.long .Button {
    width: auto;
}
ul.btn_area.long .ButtonText {
    *max-width: none;
}

a:hover span.Button, a:active span.Button {
	color: #333333;
	text-decoration: none;
	background: url("/support/software/playmemories-camera-apps/ready/images/linkbutton_on.png") no-repeat 0 52%;
}
a:hover span.ButtonText, a:active span.ButtonText{
	color: #333333;
	text-decoration: none;
}

ul.btn_area li a {
	webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
/*
	--------------------------------------
		list (btn_area)
	--------------------------------------
*/

ul.btn_area {
	float: none;
	width: 85%;
	height: auto !important;
	margin: 0 auto;
}
ul.btn_area li {
	width: 100% !important;
}
ul.btn_area li {
	margin: 0 0 10px ;
	
}
/*
	--------------------------------------
		button
	--------------------------------------
*/
.Button,
ul.btn_area.long .Button {
    min-height: 40px;
    height: 40px;
	width: 90%;
}
.ButtonText {
    min-height: 32px;
    height: 32px;
	width: 100%;
}
.ButtonImg {
	width: 1px;
}
/*
	--------------------------------------
		img
	--------------------------------------
*/
.imgselect {
	width: 100%;
}
}

/*
	--------------------------------------
		製品リスト
	--------------------------------------
*/
#contents ul.product_list {
	margin: 0 15px 0;
	padding: 0;
}
#contents ul.product_list li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px 10px 0;
	width: 16.66666667%;
}
@media screen and (max-width: 640px) {
	#contents ul.product_list li {
		width: 33.33333333%;
	}
}



