﻿
/* CSS Document */

@import url(./css/reset.css);
@import url(./css/style_sp.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@media screen and (min-width: 978px) {
* {
	font-family: “Noto Sans”, “Noto Sans CJK JP”, sans-serif;
	box-sizing: border-box;
}
header {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 978px;
	height: 78px;
	position: relative;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
}
header .logo {
	display: block;
	width: 218px;
	height: 25px;
	background-image: url(../images/homewatch_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 25px;
	left: 23px;
	text-indent: -9999px;
}
section {
	width: 978px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	border-top-width: 0;
	border-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	margin-left: 50px;
	line-height: 79px;
	background-image: url(../images/icon_download.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	text-indent: 60px;
}
ul {
	padding: 50px;
	width: 100%;
	padding-bottom: 40px;
	background-color: #eeeeee;
}
ul li {
	margin-bottom: 10px;
	height: 80px;
	line-height: 1;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-image: url(../images/icon_right_arrow_white.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
ul li:hover{
	background-color: #f5f5f5;
}
ul li a {
	color: #000;
	padding-left: 50px;
	padding-top: 21px;
	padding-bottom: 21px;
	display: block;
}
ul li a:hover{
	text-decoration: none!important;
}
ul li a span.filename {
	font-weight: bold;
	display: block;
	line-height: 22px;
	font-size: 22px;
}
ul li a span.filesize {
	font-weight: normal;
	display: block;
	padding-top: 3px;
	line-height: 14px;
	font-size: 14px;
}
#cc {
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

footer {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}
footer p {
	height: 79px;
	line-height: 79px;
	text-align: center;
}
}
