@charset "Shift_JIS";

@charset "shift_jis";
/*
	================================================================================================
		support xperia-smart-products css index.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
.pageSubContent, #info {
	width: auto;
	float: none;
}
div.mod-content div#sp div#inquiry ul.txtlink li {
	margin-left: 15px !important;
	margin-bottom: 5px;
}


@media screen and (max-width: 640px) {
	#info{
		display:block!important;
		margin-top:40px;
	}
	.mod-content .section .title{
		overflow:hidden;
	}
	.mod-content .section .title h2{
		float:left;
		width:auto;
		max-width:81%;
	}
	.title-List, .title-List-2 {
		float:right;
		text-align:right;
		width:45px;
	}
}

/*
	====================================
		button
	====================================
*/

/***** 機種別サポート情報 *****/

#modelArea{
	margin-bottom:40px;
}

#modelArea ul li {
	float: left;
	padding: 8px 8px 8px 6px;
	width: 300px;
}

#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: 300px;
}

#modelArea .mod-linkButton a {
	overflow: hidden;
}
#modelArea span.figure {
	float: left;
	display: inline-block;
}

#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: 25px 0 0 10px;
	color: #43677e;
	font-weight: 700;
}

/***** 基本情報 *****/
#productsArea ul li {
	float: left;
	padding: 5px;
	width: 178px;
}

#productsArea .title{
	clear: both;
	color: #666;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#productsArea .title h2{
	border: none;
	font-size: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#productsArea .mod-linkButton {
	background: url("/support/share/images/bg_mod-linkButton.jpg") repeat-x scroll 0 0;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 120px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 178px;
}

#productsArea .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
	line-height: 16px !important;
	padding-left: 12px;
}

#productsArea .mod-linkButton .figure {
	display: block;
}

/***** サポートメニュー *****/
#purposeArea ul li {
	float: left;
	padding: 5px;
	width: 178px;
}

#purposeArea .mod-linkButton {
	background: url("/support/share/images/bg_mod-linkButton.jpg") repeat-x scroll 0 0;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 120px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 178px;
}

#purposeArea .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
	line-height: 16px !important;
	padding-left: 12px;
}

#purposeArea .mod-linkButton .figure {
	display: block;
}

@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;
	}
	
	#modelArea .mod-linkButton a .figure img,
	#purposeArea .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;
	}
}
/*
	====================================
		title
	====================================
*/
#modelArea .title,
#purposeArea .title,
#productNews .title {
	clear: both;
	color: #666;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pageSubContent #info .title,
.pageSubContent #menu-cat-03 .title {
	clear: both;
	color: #666;
	font-size: 15px;
	padding: 0 0 5px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

@media screen and (max-width: 640px) { 
	
	#productsArea .title h2,
	#modelArea .title,
	#purposeArea .title,
	#productNews .title {
		font-size: 18px;
		color: #000;
	}
	
	#productNews.pageSubContent .title {
		font-size: 1.2em;
	}
	
	.mod-content .section .title h3#importantinfo {
		max-width: 74%;
	}
	
	h3#importantinfo {
		float: left;
		width: auto;
	}
	
	.title-List a {
		padding: 0 0 0 12px;
}
}
/*
	====================================
		機種別サポート情報
	====================================
*/
.infolink{
	text-align: right;
}

#modelArea .mod-button-wrap .txtlink {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll left center;
	margin-bottom: 50px;
	padding-left: 10px;
	display: inline-block;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	#modelArea .mod-button-wrap {
		text-align: left;
		margin-left: 20px;
	}
}
/*
	====================================
		機種別サポート情報（単独）
	====================================
*/
#mod-productsArea{
	margin-top:20px;
	margin-bottom:20px;
}
#mod-productsArea .mod-productsArea-inner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
#mod-productsArea .mod-productsArea-inner:before, 
#mod-productsArea .mod-productsArea-inner:after {
	content: "";
	display: table;
}

#mod-productsArea .titleArea{
	position:relative;
	margin-bottom:20px;
}
#mod-productsArea .titleArea .infolink{
	position:absolute;
	top:5px;
	right:0;
	margin:0;
}
#mod-productsArea .titleArea h2{
	clear: both;
	color: #666;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

.mod-productsArea-inner .topArea {
	width: 920px;
	margin-bottom: 20px;
}
.topArea .imgArea {
	float: left;
	width: 250px;
	text-align: right;
	padding: 0;
	margin-top: 0px;
	margin-left: 40px;
}
.topArea .imgArea img {
	display: block;
	margin: 0 0 0 auto;
}
.topArea .txtArea {
	float: right;
	width: 570px;
	text-align: left;
	margin-top: 20px;
}
.topArea .txtArea .productName {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 10px;
}
.topArea.add_model_num .txtArea .productName {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 0;
}
.topArea.add_model_num .txtArea .model_num {
	margin-bottom: 10px;
}
.pageSubContent, #info {
	width: auto;
	float: none;
}

@media screen and (max-width: 640px) {

	#mod-productsArea{
		margin-top: 30px;
	}
	#mod-productsArea .titleArea{
		position:static;
		margin-bottom:0;
	}
	#mod-productsArea .titleArea h2{
		font-size: 18px;
		color: #000;
	}
	#mod-productsArea .titleArea .infolink{
		position:static;
		margin:10px 0 0 0;
		font-size: 10px;
		text-align:right;
	}
	#mod-productsArea .mod-productsArea-inner {
		width: auto;
		width: 100%;
		margin-top:10px;
	}
	.mod-productsArea-inner .productsArea-main {
		text-align: left;
		width: 100%;
	}
	
	.mod-productsArea-inner .topArea {
		text-align: left;
		width: 100%;
	}
	.topArea .imgArea {
		width: 40%;
		padding: 0 0 10px;
		vertical-align: top;
		float: none;
		display: inline-block;
		margin-left: 0px;
	}
	.topArea.add_model_num .imgArea {
		margin-top: 0;
	}
	.topArea .imgArea img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.topArea .txtArea {
		text-align: left;
		width: 55%;
		padding-bottom: 10px;
		float: none;
		display: inline-block;
		margin-top: 0;
	}
	.topArea .txtArea .productNameSub {
		font-size: .71429em;
		margin: 0 auto;
	}
	.topArea .txtArea .productName {
		font-size: 1.4em;
		margin: 0 auto 5px auto;
	}
	.topArea.add_model_num .txtArea .productName {
		font-size: 1.4em;
		margin: 0 auto 5px auto;
	}

}

/*
	====================================
		基本情報
	====================================
*/

#productsArea ul {
	margin-bottom: 50px;
}

/*
	====================================
		box_info_area
	====================================
*/
#mod-productsArea .mod-productsArea-inner .box_info_area {
	text-align: left;
}
#sp .box_info_area {
	margin: .5em 5px 1em 5px;
	padding: 0 0 9px;
	/padding: 0;
	background: #f3f3f3 url("/support/tablet/share/images/box/info-201br.gif") no-repeat bottom right;
	display: inline-flex;
}

#sp .box_info_area * { border: none; }

#sp .box_info_area dl {
	width: 100%;
	list-style: none;
	margin: 0;
	/margin: 0 0 9px;
	padding: 0;
	background: transparent url("/support/tablet/share/images/box/info-202tr.gif") no-repeat top right;
}

#sp .box_info_area dl dt {
	float: right;
	width: 100%;
	height: 40px;
	padding: 0;
	margin-left: 0;
	background: transparent url("/support/tablet/share/images/box/info-203tl.gif") no-repeat top left;
}

#sp .box_info_area dl dd {
	float: left;
	margin: -38px 0 -9px;
	/margin: -36px 0 0;
	padding: 16px 0 0 54px;
	/padding: 16px 8px 0 54px;
	background: transparent url("/support/tablet/share/images/box/info-204bl.gif") no-repeat bottom left;
}

#sp .box_info_area dl dd p {
	margin: 0 1em 1.25em;
}
#sp .box_info_area dl dd ul.txtlink {
	margin: 0 1em 0.5em 1em;
	padding: 0.5em 0;
}
#sp .box_info_area dl dd li {
	margin-left: 1em;
	margin-bottom: .35em;
	float: none;
}

#sp .box_info_area dl dt.caution img,
#sp .box_info_area dl dt.info img {
	position: absolute;
	margin: 12px 16px;
}

#sp .box_info_area dl dd ul,
#sp .box_info_area dl dd ol {
	margin: 0 1em 0.5em 1em;
}

#sp .box_info_area dl dd ol {
	padding-left: .6em;
}
#sp div#mod-productsArea div.info_box {
	width: 515px;
	float: right;
	margin: 0 60px 20px 0;
}
@media screen and (max-width: 640px) {
#sp .box_info_area {
display: inline-table; /* IE9, IE10, \9を消せばIE11も適応 */
	padding: 0 0 3px;

}
#sp .box_info_area dl {
display: inline-block; /* IE9, IE10, \9を消せばIE11も適応 */
}

	#sp div#mod-productsArea div.info_box {
		width: auto;
		float: none;
		margin: 0 0 30px 0;
	}
	#sp div#mod-productsArea div.mg35 {
		margin-top: 0;
	}
}

/*
	====================================
		サポートメニュー
	====================================
*/
#purposeArea ul {
	margin-bottom: 50px;
}
/*
	====================================
		ピックアップ
	====================================
*/
#pickup .bnr_area {
	text-align: left;
}
#pickup .bnr_area:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#pickup .bnr_single {
	float: left;
	margin: 8px 8px 8px 6px;
}

@media screen and (max-width: 640px) {
	#pickup .bnr_area {
		text-align: center;
	}
	#pickup .bnr_area {
		width: auto;
		margin: 0 auto;
	}
	
	#pickup .bnr_single {
		width: auto;
		margin: 0 auto;
		float: none;
	}
	#pickup .bnr_single img {
		width:300px;
	}

	#pickup .bnr_single img.w302{
		width:302px;
	}
	#pickup .bnr_single img.w300{
		width:100%;
		max-width:300px;
	}
}


/*
	====================================
		製品に関するお知らせ
	====================================
*/
.pageSubContent {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {
#info,
#menu-cat-03 {
	margin: 0 0 30px;
}
}

/*
	====================================
		商標に関する記載
	====================================
*/
div#sp div.pageSubContent p {
	margin-left: 20px;
	text-indent: -18px;
}