@charset 'UTF-8';

/* ユーザーサポート用CSS */


ul.support {
	list-style: none;
}
ul.support li {
	float:left;
	background: #fff;
	width:242px;
	height:173px;
	margin:30px 0 30px 0;
	padding:25px 20px 0 20px;
	border:1px solid #cccccc;
	position:relative;
}
ul.support li.sp {
	margin:30px 24px 30px 24px;
}
ul.support li.plus18h {
	height:191px;	
}
ul.support li h3 {
	font-weight:normal;
	width:200px;
	height:35px;
	line-height:20px;
	padding:0 0 0 50px;
}
ul.support li h3.en_ver {
	height:27px;
	padding:8px 0 0 50px;
}
ul.support li h3 span {
	color:#929292;
}
ul.support li h3#title01 {
	background:url(../images/support/icon_video.png) 0 0 no-repeat;
}
ul.support li h3#title02 {
	background:url(../images/support/icon_documents.png) 0 0 no-repeat;
}
ul.support li h3#title03 {
	background:url(../images/support/icon_forum.png) 0 0 no-repeat;
}
ul.support li h3#title04 {
	background:url(../images/support/icon_developer.png) 0 0 no-repeat;
}
ul.support li h3#title05 {
	background:url(../images/support/icon_technical.png) 0 0 no-repeat;
}
ul.support li h3#title06 {
	background:url(../images/support/icon_publication.png) 0 0 no-repeat;
}
a.support_link {
	position:absolute;
	top:150px;
	left:20px;
	display:block;
	height:20px;
	padding:0 0 0 20px;
	background:url(../images/works/live2d-sprite.png) 0 -1371px no-repeat;
}
a.plus18t {
	top:168px;
}

/* iki CSS */
ul.support {
	list-style: none;
	overflow:hidden;
}

ul.support li {
	float:left;
	width:205px;
	height:200px;
	margin:30px 0 30px 0;
	border:none;
	padding:0;
	background:none;
}
ul.support li a {
	display:block;
	text-decoration:none;
	color:#000000;
}
ul.support li a:hover {
    cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}
ul.support img {
	display:block;
	margin-bottom:5px;
}
ul.support li.sp {
	float:left;
	width:205px;
	height:200px;
	margin:30px 142px 30px 142px;
	border:none;
	padding:0;
	background:none;
}
ul.support li img {

}
