@charset "utf-8";
/* CSS Document */

.box {
	width: 95%;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #000;
	border-radius: 10px;
	margin-top: 10px;
}
/* サムネイルつき1列リスト */
.list1 ul{
 border-bottom: 1px solid #ccc;
 }
 .clear{
	 clear:both;
	
	}
 
 .list1 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	height: 100px;
	margin: 0px;
 }
 .list1 ul li a{
	color: #666;
	display: block;
	height: 100px;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	/* [disabled]white-space: nowrap; */
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../image/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
 }
 .list1 ul li img{
	float: left;
	height: 100px;
	/* [disabled]width: 70px; */
	margin-right: 10px;
 }
 .list1 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 }
 
 /* サムネイルつき矢印リスト２列 */
.list2 {
 
 }
 .list2:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list2 ul{
 border-top: 1px solid #ccc;
 list-style: none;
 }
 .list2 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 70px;
 margin: 0px;
 }
 .list2 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 .list2 ul li a{
 color: #666;
 display: block;
 height: 70px;
 margin: 0px;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 background-image: url(../image/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
 }
 .list2 ul li a strong{
	color: #333;
	display: block;
	font-weight: bold;
	padding-top: 5px;
 }
 .list2 ul li img{
 float: left;
 height: 70px;
 width: 70px;
 margin-right: 10px;
 }
.sp {
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EA70A6;
	font-size: 16px;
	-pie-background: linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23fff%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ddd%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
.title {
	background-color: #CCC;
	padding: 10px;
}
#download {
	border: 1px solid #EA68A2;
	border-radius: 10px;
	width: 80%;
	text-align: center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f09bc1), to(#ea68a2));
	background: linear-gradient(#f09bc1, #ea68a2);
	color: #FFF;
	margin: 15px auto;
	font-size: 16px;
	clear: both;
}
#download a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
