
/* for /download/dp_display_output_mac.html and /dp_display_output_win.html */

.popup-area {
	padding: 0 10px;
}

.setting-orderList {
	padding-left: 0;
}

.setting-orderList li {
	list-style: none;
}

.mod-support-block .photo-box-center .win-macIMG-PC {
		width: 75%;
		height: auto;
}

.mod-support-block .photo-box-center .win-macIMG-SP {
	display: none;
}

.mod-support-block .attention-hint {
	font-size: 12px;
	padding-left: 0;
}

.mod-support-block .attention-hint li span {
	font-weight:bold;
	color: #C00;
}

div.attention {
	border: 1px solid #CC0000;
	margin: 10px;
	padding: 10px 15px;
	font-weight: inherit;
	font-size: inherit;
}
div.attention .red {
	color: #CC0000;
	font-weight: bold;
}


.win-icon {
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.popup-area li,
.popup-area p {
	font-size: 14px;
}

.setting-orderList li span {
	display: block;
	font-weight:bold;
	margin-left: 20px;
}

.popup-area p {
	margin-left: 20px;
}

.setting-orderList p {
	margin-left: 55px;
}

.close-btn {
	text-align: center;
}



/* for /download/dp_display_output.html */

.download-area {
	background-color:#fff;
	padding: 1em;
}

.download-area dl dt {
	clear: both;
	float: left;
	width: 15%;
}

.download-area dl dd {
	float: left;
	margin-left: 0;
	width: 60%;
	word-break: break-all;
}

.btn-horizontal {
	padding-left: 0;
	margin-bottom: 0;
}

.btn-horizontal li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.img-spOnly {
	display: none;
}

.agreement-txt {
	display: block;
	width: 95%;
	margin: 0 auto;
	height: 200px;
}

.icon-attention {
	display: block;
}

.agreement-btn {
	margin-top: 20px;
	text-align: center;
}


.dlArea{
	background:#F3F3F3;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:20px auto 40px auto;
	padding-top:10px;
	width:40%;
}

.dlArea p{
		text-align:center;
		font-weight:bold;
}

.dlArea p img{
		margin:0 10px;
}


.dlArea p.btns{
		margin:10px 0;
		border-bottom:1px solid #ccc;
		padding-bottom:15px;
}

@media (max-width: 640px) {
	
	/* for /download/dp_display_output.html */
	
	.btn-horizontal li {
		float: none;
	}
	
	.download-area dl dt {
		width: 50%;
	}
	
	.download-area dl dd {
		width: 50%;
	}
	
	.img-pcOnly {
		display: none;
	}
	
	.img-spOnly {
		display: block;
	}
	
	.dlArea{
		width: 80%;
	}


	/* for /download/dp_display_output_mac.html and /dp_display_output_win.html */
			
	.mod-support-block .photo-box-center .win-macIMG-PC {
		display: none;
	}
	
	.mod-support-block .photo-box-center .win-macIMG-SP {
		display: block;
		width: 60%;
		height: auto;
	}


.mod-support-block .photo-box-center p img{
	max-width:100% !important;
}
	
	.mod-support-block .photo-box-center p .w30-per {
		width: 60%;
		height: auto;
	}
	
	.mod-support-block .photo-box-center p .w70-per {
		width: 100%;
	}
	
	
}