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

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

#visual {
	height: 386px;
	padding: 50px;
	background: #0064c2;
	color: #fff;
	position: relative;
}

#visual p {
	width: 800px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#visual p:before {
	content: '';
	width: 221px;
	height: 386px;
	background: url(/include/images/page_visual.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#visual dl {
	width: 460px;
	padding-top: 25px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	z-index: 3;
}

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

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

/* ---------------------------------------------------------
	CSS Document rebuild
--------------------------------------------------------- */

#rebuild {
	width: 850px;
	text-align: left;
	font-size: 15px;
}

#rebuild .h2 {
	margin-bottom: 30px;
	padding-top: 60px;
	border-top: solid 1px #99bee3;
	background: url(../rebuild/bg_h2.png) no-repeat top;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	color: #0064c2;
}

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

#about {
	margin-bottom: 30px;
}

#about h2 {
	height: 60px;
	margin-bottom: 30px;
	border-bottom: solid 3px #ccc;
	font-weight: bold;
	font-size: 25px;
	line-height: 60px;
	color: #333;
	position: relative;
}

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

#about dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
}

/* ---------------------------------------------------------
	CSS Document attention
--------------------------------------------------------- */

#attention {
	margin-bottom: 90px;
}

#attention h3 {
	height: 66px;
	background: url(../rebuild/attention_02.png) no-repeat top;
	text-align: center;
	font-size: 25px;
	line-height: 68px;
	color: #fff;
}

#attention h3 span {
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
}

#attention .section {
	padding: 20px 0 20px 20px;
	border: solid 2px #08123f;
	border-top: 0;
	background: url(../rebuild/attention_03.png) no-repeat right;
	text-align: left;
}

#attention p {
	width: 530px;
}

#attention p:last-child {
	width: 490px;
}

/* ---------------------------------------------------------
	CSS Document trouble
--------------------------------------------------------- */

#trouble {
	margin-bottom: 60px;
}

#trouble h3 {
	height: 42px;
	margin: 40px 0 30px;
	padding-left: 20px;
	background: url(../rebuild/bg_red.png) no-repeat 0 0;
	text-align: left;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	position: relative;
	z-index: 1;
}

#trouble h3.blue {
	background-image: url(../rebuild/bg_blue.png);
}

#trouble h3:after {
	content: '';
	width: 584px;
	height: 1px;
	margin-top: -1px;
	background: #a9a9a9;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}

#trouble .section {
	margin-bottom: 40px;
}

#trouble .w530 {
	width: 530px;
}

#trouble dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3;
}


/* ---------------------------------------------------------
	CSS Document recovery
--------------------------------------------------------- */

#recovery {
	margin-top: 90px;
	margin-bottom: 60px;
}

#recovery .section {
	margin-top: 30px;
	margin-bottom: 60px;
}

#recovery .w530 {
	width: 530px;
}

#recovery h3 {
	height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 25px;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

#recovery h3:before {
	content: '';
	width: calc(100% - 20px);
	height: 5px;
	background: #c4d5e4;
	position: absolute;
	top: 16px;
	left: 20px;
	z-index: -1;
}

#recovery h3 span:nth-child(1) {
	display: inline-block;
	vertical-align: top;
	width: 39px;
	height: 39px;
	background: #0064c2;
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
}

#recovery h3 span:nth-child(2) {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 15px;
	background: #fff;
}

#recovery dt {
	margin-bottom: 10px;
	font-size: 19px;
	color: #0064c2;
}

#recovery .w530 dd a {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	padding: 11px 30px 10px 10px;
	border-radius: 5px;
	border: solid 2px #0064c2;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.3;
	color: #0064c2;
	position: relative;
}

#recovery .w530 dd a:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 4px transparent;
	border-left: solid 6px #0064c2;
	position: absolute;
	top: 50%;
	right: 10px;
}

#recovery .w530 dd a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document recovery > step
--------------------------------------------------------- */

#recovery .step2 {
	margin-top: 40px;
}

#recovery .step h4 {
	height: 56px;
	margin: 30px 0 20px;
	border: solid 3px #0064c2;
	text-align: center;
	font-size: 20px;
	line-height: 52px;
}

#recovery .step ul {
	text-align: center;
}

#recovery .step li:nth-child(1),
#recovery .step li:nth-child(2) {
	display: inline-block;
	vertical-align: top;
	margin: 20px 15px 0;
}

#recovery .step li:nth-child(3) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #d9d9d9;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-top: 90px;
	margin-bottom: 90px;
}

#case .caseslider {
	width: 792px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 0;
	position: relative;
}

#case .slides {
	width: 800%;
}

#case .slides li {
	float: left;
	width: 264px !important;
}

#case .find {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 275px;
	background: #f5f5f5;
	text-align: left;
	position: relative;
}

#case .find img {
	width: 260px;
	height: 146px;
}

#case .find dt {
	width: 260px;
	height: 146px;
}

#case .find dd {
	position: relative;
	z-index: 1;
}

#case .find dd {
	padding: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	z-index: 2;
}

#case .find:hover dd {
	width: 100%;
	height: 275px;
	padding-top: 30px;
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
}

#case .cat_hdd:hover dd {
	background: #0064c2;
}

#case .cat_nas:hover dd {
	background: #75c210;
}

#case .cat_server:hover dd {
	background: #ff7e42;
}

#case .cat_usb_memory:hover dd {
	background: #fc50b6;
}

#case .cat_ssd:hover dd {
	background: #a00acb;
}

#case .cat_flash_memory:hover dd {
	background: #11adc3;
}

#case .cat_hdd-digital:hover dd {
	background: #0c3994;
}

#case .cat_logical:hover dd {
	background: #ff3e3f;
}

#case .find dd span:first-child {
	display: block;
	width: 110px;
	height: 20px;
	margin-bottom: 10px;
	background: #ddd;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
}

#case .cat_hdd dd span:first-child {
	background: #0064c2;
}

#case .cat_nas dd span:first-child {
	background: #75c210;
}

#case .cat_server dd span:first-child {
	background: #ff7e42;
}

#case .cat_usb_memory dd span:first-child {
	background: #fc50b6;
}

#case .cat_ssd dd span:first-child {
	background: #a00acb;
}

#case .cat_flash_memory dd span:first-child {
	background: #11adc3;
}

#case .cat_hdd-digital dd span:first-child {
	background: #0c3994;
}

#case .cat_logical dd span:first-child {
	background: #ff3e3f;
}

#case .find:hover dd span:first-child {
	width: 100%;
	height: 22px;
	background: none;
	text-align: left;
	font-size: 20px;
}

#case .find dd a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}

#case .find:hover dd a {
	color: #fff;
}

#case .find dd span:last-child {
	display: none;
	margin-top: 10px;
}

#case .find:hover dd span:last-child {
	display: block;
}

#case .flex-direction-nav a {
	width: 47px;
	height: 47px;
	margin-top: -24px;
	border-radius: 47px;
	background: #0064c2;
	position: absolute;
	top: 50%;
	z-index: 4;
}

#case .flex-prev {
	left: -56px;
}

#case .flex-next {
	right: -56px;;
}

#case .flex-direction-nav a:hover {
	border: solid 1px #0064c2;
	background: #fff;
}

#case .flex-direction-nav a:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#case .flex-direction-nav a:hover:before {
	border-bottom: solid 2px #0064c2;
	border-left: solid 2px #0064c2;
	right: 14px;
}

#case .flex-direction-nav a.flex-next:before {
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 20px;
}

#case .flex-direction-nav a.flex-next:hover:before {
	border-top: solid 2px #0064c2;
	border-right: solid 2px #0064c2;
	right: 19px;
}

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

#price {
	margin-bottom: 40px;
}

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

#price .w130 {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin-right: 30px;
}

#price .w590 {
	display: inline-block;
	vertical-align: middle;
	width: 690px;
	font-size: 15px;
}

#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: 35px;
	color: #0064c2;
}

#price .w590 li.em {
	background: #0064c2;
	color: #fff;
}

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

#price .overflow table {
	width: 100%;
	margin-bottom: 20px;
}

#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 {
	width: 18%;
	height: 60px;
	border: solid 1px #e0e0e0;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
}

#price .overflow td:nth-child(2) {
	width: 46%;
}

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

#price ol {
	color: #666;
}
