@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	overflow: hidden;
	background: #d6d6d6 url(../linux/visual_02.jpg) top / auto 100%;
	position: relative;
}

#visual p {
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 1;
}

#visual p img {
	width: 220px;
	margin-top: -40px;
}

#visual dl {
	padding: 20px;
	text-align: left;
	position: relative;
	z-index: 2;
}

#visual dt {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.4;
}

#visual dt span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 20px 20px 30px;
}

#about h2 {
	padding-bottom: 10px;
	border-bottom: solid 2px #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	position: relative;
}

#about h2:after {
	content: '';
	width: 75px;
	height: 2px;
	background: #0064c2;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#about .summary {
	margin-bottom: 25px;
	padding-top: 20px;
	text-align: left;
}

#about .summary dl {
	margin-bottom: 15px;
}

#about .summary dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#about .section {
	margin-bottom: 20px;
	padding: 15px;
	border: solid 2px #aecdf0;
	line-height: 1.6;
}

#about .section h3 {
	height: 28px;
	margin-bottom: 10px;
	background: url(../dvd/about_01.png) no-repeat top / 200px auto;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

#about .section dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #0064c2;
}

#about .section dt img {
	margin-top: 10px;
}

#about .section dd {
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document new
--------------------------------------------------------- */

.new {
	margin: 0 20px 60px;
	text-align: left;
	line-height: 1.7;
}

.new h2 {
	margin: 0 -20px 15px;
	padding: 25px 20px 0;
	border-top: solid 1px #99bee3;
	background: url(../dvd/bg_h2.png) no-repeat top / 30px auto;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #0064c2;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price .summary {
	margin-bottom: 15px;
	text-align: left;
}

#price .summary .w130 {
	margin-bottom: 10px;
	text-align: center;
}

#price .summary .w130 img {
	width: 130px;
}

#price .w590 ul {
	margin-top: 10px;
}

#price .w590 li {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	margin-right: 5px;
	padding: 0 10px;
	border-radius: 2px;
	border: solid 2px #0064c2;
	text-align: center;
	line-height: 36px;
	color: #0064c2;
}

#price .w590 li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.1;
}

#price .overflow {
	width: 100%;
	overflow: auto;
	margin-bottom: 10px;
}

#price .overflow table {
	width: 460px;
}

#price .overflow th {
	height: 50px;
	border: solid 1px #e0e0e0;
	background: #0064c2;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: #fff;
}

#price .overflow td {
	height: 40px;
	padding: 5px;
	border: solid 1px #e0e0e0;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
}

#price .overflow tr:nth-child(odd) td {
	background: #f9f9f9;
}
