@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------
 タイトル
----------------------------------------------------*/
#informationWrap h3 {
	padding:0 15px 10px 15px;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #ccc;
}
/* ----------------------------------------------------
 ダウンロードボックス
----------------------------------------------------*/

.dlBox {
	margin:20px 10px;
	border:1px solid #999;
}
.dlBox .ttl {
	border:1px #808080 solid;
	background-color:#dcdcdc;
	padding:5px;
	margin:10px;
}
.dlBox .model_ttl {
	margin-left:10px;
	font-weight:bold;
}
.dlBox ul li {
	float:left;
	width:110px;
	padding: 0;
}
.model_list {
	margin: 10px 15px;
}
/* ----------------------------------------------------
 linkAr
----------------------------------------------------*/

.linkAr, .linkAr02, .icoLink {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before, .linkAr02::before, .icoLink::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #ff0000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
.linkAr a, .linkAr02 a, .icoLink a {
	color: #000099;
}
.linkAr a:hover, .linkAr02 a:hover, .icoLink a:hover {
	text-decoration: underline !important;
}
/* ----------------------------------------------------
  ダウンロードファイルリスト
----------------------------------------------------*/
#box_dlfile {
	padding:15px 10px 0 10px;
}
#box_dlfile dl {
	margin:5px 0 10px 0;
	padding:0 0 0px 10px;
	clear:both;
}

#box_dlfile dt {
	width:80%;
	margin:0 0 0 0;
	padding:0 0 5px 20px;
	float:left;
	background:url("/support/aquos/images/kyu.gif") no-repeat 0 8px;
	word-wrap: break-word;
}
#box_dlfile dt span{
	font-weight:normal;
	padding-right:0.5em;}

#box_dlfile dd {
	border-bottom: 1px dotted #ccc;
}

/* ----------------------------------------------------
	ソースコードダウンロード
---------------------------------------------------- */

.dlBox01 a {
	position: relative;
	display: inline-block;
	padding: 0px 10px;
	margin-bottom:5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	border:1px solid #808080;
	background-color: #666;
	font-size:90%;
}
.dlBox01 a:link {
	color: #fff;
	text-decoration: none;
}
.dlBox01 a:visited {
	color: #000;
	text-decoration: none;
}
.dlBox01 a:hover {
	color: #FF6633;
	text-decoration: none;
}
 @media screen and (max-width:768px) {
#box_dlfile dt {
	width:100%;
	float:none;
}
#box_dlfile dd {
	text-align:right;	
}
 }
