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

@import url("../../supportstyle.css");

/* content */
#content {
	background-image: none !important;
	}

/* navi of content */
#contentnavi {
	float: left;
	width: 228px;
	}
#contentnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#contentnavi ul li {
	background: linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	background: -moz-linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(0.3, #FFF),to(#EEE));
	-pie-background: linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	behavior: url(/PIE.htc);
	position: relative;
	border: 1px solid #999;
	margin-bottom: 5px;
	padding: 10px;
	}
#contentnavi ul li:before {
	position: absolute;
	content: "▲";
	color: #06C;
	transform: rotate( 90deg );
	-moz-transform: rotate( 90deg );
	-webkit-transform: rotate( 90deg );
	}
#contentnavi ul li span {
	margin-left: 15px;
	}


/* content */
#maincontent {
	float: right;
	width: 692px;
	}
#maincontent h2 {
	margin-top: 0;
	}
	
div#toiawase {
	margin-top: 50px !important;
	}
div#toiawase div {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
}


/* 初期診断料無料キャンペーン関連------------------------------------------------ */
table#syokishindan td.camp {
	background-image: url(img/icon_campaign.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* ヤノ販売の「データレスキューサービス」とは------------------------------------ */
/* Intro */
div.rescue_intro {
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 12px;
	}
div.rescue_intro h4 {
	font-size: 14px;
	}
div.rescue_intro p strong {
	font-size: 13px;
	}
div.rescue_intro ul {
	line-height: 175%;
	margin:0;
	padding-left: 18px;
	list-style-type: circle;
	list-style-position: outside;
	}
div.rescue_intro ul li {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px;
	}
div.rescue_intro ul li span {
	font-size: 12px;
	}

/* trouble */
div.rescue_intro div#trouble, div#rescue_intro div#media, div#rescue_intro div#format {
	margin-bottom: 20px;
	clear: both;
	}
div.rescue_intro div#trouble {
	margin-top: 30px;
	}
div.rescue_intro div#trouble {
	font-weight: bold;
	list-style-image: url(img/list_check.gif);
	}

/* feature */
div#rescue_feature {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
	}
div#rescue_feature div {
	margin-bottom: 20px;
	border: 1px solid #999;
	border-radius: 10px; /* css3草案 */
	-webkit-border-radius: 10px; /* Safari, Google Chrome */
	-moz-border-radius: 10px; /* Firefox */
	}
div#rescue_feature h4 {
	font-size: 14px;
	color: #036;
	padding: 10px;
	}
div#rescue_feature h4.q {
	background: linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	background: -moz-linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(0.3, #FFF),to(#EEE));
	-pie-background: linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	behavior: url(/PIE.htc);
	position: relative;
	border-bottom: 1px solid #999;
	}
div#rescue_feature h4 span {
	background: #FFFACD;
	}
div#rescue_feature p {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 37px;
	}

/* step */
table#nagare {
	margin-bottom: 30px;
	}
div.rescue_step {
	width: 676px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #666;
	}
div.rescue_step h3 {
	background-image: none !important;
	background: #06C;
	color: #FFF !important;
	padding: 5px;
	border-left: none !important;
	}


div.rescue_step table.stepblock {
	width: 646px;
	margin: 15px;
	}

div.rescue_step table.stepblock td {
	padding:10px;
	}

div.rescue_step table.stepblock td span {
	font-size: 13px;
	font-weight: bold;
	}

div.rescue_step table.stepblock td.step {
	font-size: 14px;
	font-weight: bold;
	color: #06C;
	text-align: center;
	width: 115px;
	background: linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	background: -moz-linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(0.3, #FFF),to(#EEE));
	-pie-background: linear-gradient(top, rgba(255,255,255,0), #FFF 30%, #EEE);
	behavior: url(/PIE.htc);
	position: relative;
	border-top: 1px solid #06C;
	border-bottom: 1px solid #06C;
	border-left: 1px solid #06C;
	}
div.rescue_step table.stepblock td.step_fukkyu {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: 115px;
	background: #06C;
	}

div.rescue_step table.stepblock td.step_detail {
	border: 1px solid #06C;
	}

div.rescue_step table.stepblock td.step_detail p {
	margin-bottom: 0;
	}

div.rescue_step table.stepblock td.step_detail p.step {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	}

/* 初期診断料 */
div.rescue_step table.stepblock td.step_detail table#syokishindan {
	border-collapse: collapse;
	}
div.rescue_step table.stepblock td.step_detail table#syokishindan td.koumoku {
	background-color: #9CF;
}

/* 復旧の可否 */
div.rescue_step table.stepblock td.step_detail table#fukkyu {
	width: 490px;
	margin: 10px 0 0 0;
	padding: 0px;
}
div.rescue_step table.stepblock td.step_detail table#fukkyu td {
	margin: 0px;
	padding: 2px 4px;
}
div.rescue_step table.stepblock td.step_detail table#fukkyu td.fukkyu_step {
	font-size: 14px;
	color: #06C;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #06C;
}
div.rescue_step table.stepblock td.step_detail table#fukkyu td.fukkyu_step2 {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999;
}

.rescue_check {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
	}

.rescue_check ul {
	margin: 0 0 20px 0;
	padding-left: 15px;
	}

/* データリカバリー手順 */
div.rescue_step table.recovery {
	margin: 15px;
	width: 646px;
}
div.rescue_step table.recovery td {
	padding-right: 10px;
	padding-left: 10px;
}
div.rescue_step table.recovery td.step {
	font-size: 14px;
	color: #FFF;
	background-color: #06C;
	text-align: center;
	width: 130px;
}
div.rescue_step table.recovery td.step_detail {
	border: 1px solid #06C;
}

/* データリカバリー復旧の可否 */
div.rescue_step table.recovery td table#recovery_first {
	width: 470px;
	margin: 0px 0px 12px;
	padding: 0px;
}
div.rescue_step table.recovery td table#recovery_first td {
	margin: 0px;
	padding: 0px;
}
div.rescue_step table.recovery td table#recovery_first td.step {
	font-size: 14px;
	color: #06C;
	background: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #06C;
}
div.rescue_step table.recovery td table#recovery_first td.step2 {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999;
}
div.rescue_step table.recovery td table#recovery_first td.step3 {
	font-size: 14px;
	color: #FFF;
	background: #06C;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* 復旧作業料
---------------------------------------------------------------- */
/* about price */
.about {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
	}
.about ul {
	margin: 0 0 20px 0;
	padding-left: 18px;
	}

/* caution */
.fee_caution {
	background:#FFC;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
	padding: 10px;
	clear: both;
	}
.fee_caution p {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: -10px;
	padding-left: 10px;
	}

/* base of rescue */
.rescuebase {
	background: #06C;
	font-size: 13px;
	color: #FFF;
	margin-left: 12px;
	padding: 4px 10px;
	}

.rescuebase_other {
	background: #396;
	font-size: 13px;
	color: #FFF;
	margin-left: 12px;
	padding: 4px 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

/* pricelist */
table.pricelist {
	height: auto;
	width: 680px;
	margin-left: 12px;
	border-collapse: collapse;
	}
table.pricelist tr.price:hover {
	background: #FFF5EE;
	cursor: pointer;
	}
table.pricelist th.strage {
	background-color: #E0FFFF;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	line-height: 125%;
	padding-top: 3px;
	padding-bottom: 3px;
	}
table.pricelist th.capa ,table.pricelist th.capa_h {
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	}
table.pricelist th.capa_h {
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	}
table.pricelist td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	text-align: center;
	padding-right: 2px;
	}
table.pricelist td.spacer {
	background: #FFF;
	height: 5px;
	}
.norescue {
	margin-top: 0;
	margin-left: 12px;
	text-indent: -12px;
	margin-bottom: 20px;
	padding: 4px 4px 4px 16px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
.category_button {
	text-align: center;
	margin: 20px 10px 10px 10px;
}
.category_button img {
	margin-right: 10px;
}
.category_button img:last-child {
	margin-right: 0;
}
#button_yanoother {
	margin-left: 12px;
}
#button_yanoother .buttonarea {
	width: 464px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #666;
	
}
#button_yanoother .buttonarea img:last-child {
	margin-right: 0;
}
#button_yanoother .buttonarea h4 {
	background: #06C;
	font-size: 13px;
	color: #FFF;
	padding: 4px 10px;
	text-align: center;
}
#button_yanoother .buttonarea h4.other {
	background: #396;
	font-size: 13px;
	color: #FFF;
	padding: 4px 10px;
	text-align: center;
}
#button_yanoother .buttonarea div img {
	margin-top: 5px;
	margin-left: 5px;
}