/* ---------------------------------------------------------------------------------------- */
/* サポートトップを囲むブロック------------------------------------------------------------- */

div#container div#content_support {
	height: auto;
	width: 950px;
}

/* サポートニュース------------------------------------------------------------------------- */

/* 内容左側--------------------------------------------------------------------------------- */
div#content_support div#content_lefs {
	float: left;
	height: auto;
	width: 612px;
}
/* 内容右側--------------------------------------------------------------------------------- */
div#content_support div#content_rigs {
	float: right;
	height: auto;
	width: 308px;
}

/* ---------------------------------------------------------------------------------------- */
/* サポート情報----------------------------------------------------------------------------- */

div#content_support div#supportnavi {
	clear: both;
	height: 100%;
	width: 950px;
	background-color: #FFFFFF;
}

/* ブラウザを縮めてスクロールした時の背景切れを防ぐハック */
/**/
body > div#supportnavi {height: auto;}
/**/
/* 親要素の背景を小要素の背景にも適応させるハック */
/**/
* html div#supportnavi {
	overflow: visible;
}

div#supportnavi h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/h3_back.jpg);
	background-position: left bottom;
	color: #003366;
	font-size: 14px;
}

/* カテゴリ両サイド--------------------------------------------- */
div#supportnavi div.side {
	float: left;
	height: 400px;
	width: 308px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/* カテゴリ真ん中----------------------------------------------- */
div#supportnavi div.center {
	float: left;
	height: 400px;
	width: 308px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
div#supportnavi div.s_content {
	height: auto;
	width: 280px;
	margin: 10px auto;
}
div.s_content div.s_title {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 280px;
}
div.s_content div.s_detail {
	padding: 5px;
	width: 268px;
	border-right: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
}
/* カテゴリ内・大項目-------------------------------------------- */
div#supportnavi ul.categori_b {
	margin-left: 20px;
	padding-left: 10px;
}
div#supportnavi ul.categori_b li {
	list-style-image: url(../img/arrow.gif);
	line-height: 170%;
	margin-right: 10px;
	margin-bottom: 5px;
	background-image: url(img/categori_b_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#supportnavi ul.categori_b li a {
	text-decoration: none;
}
/* コメントが下に付く場合 */
div#supportnavi ul.categori_b li.comment {
	padding-bottom: 10px;
}


/* カテゴリ内・小項目-------------------------------------------- */
ul.categori_s {
	margin-left: 8px;
	padding-left: 10px;
	margin-top: 5px;
}
ul.categori_s li {
	background-color: #FFFFFF !important;
	background-image: none !important;
}

/* ------------------------------------------------------------------- */
/* カスタマサポート連絡先---------------------------------------------- */
div#support_contact {
}

div#support_contact p {
	margin-left: 10px;
}

/* TEL/FAX------------------------------------------------------ */
div#support_contact h4 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
}
div#support_contact h4.tel {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	background-image: url(../img/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
div#support_contact h4.fax {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	background-image: url(../img/icon_fax.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 2px;
}
/* 365日電話サポートについて--------------------------------------- */
div#support_contact div#contact365 {
	font-size: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #E0FFFF;
	line-height: 170%;
}
#container #content #content_lef div.bacediv div.repair_step {
	margin-top: 30px;
}
div.repair_step h4 {
	color: #0066CC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-size: 12px;
}
div.repair_step p {
	padding-left: 18px;
}
div#content_lef div.bacediv h4 {
	color: #0066CC;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
p.m_top10bot0 {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* 基本ボックスの下スペースが広いもの----------------------------------------- */
div.bacediv_bottomspace {
	margin-left: 12px;
	margin-bottom: 30px;
}
h4 {
	color: #0066CC;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
div.bacediv_bottomspace p {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.bacediv_bottomspace img {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.bacediv_bottomspace p.caution {
	color: #CC0000;
}


div.bacediv_bottomspace table#step_rescue {
	margin-bottom: 20px;
	margin-top: 20px;
}
table#step_rescue .step {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
}
table#step_rescue td {
	padding: 4px;
}
table#step_rescue td.step_detail {
	background-color: #EEEEEE;
}
table#step_rescue td.step_downarrow {
	color: #CC0000;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
table#step_rescue td.notresucue {
	background-color: #B0C4DE;
	font-weight: bold;
	text-align: center;
}
table#step_rescue p {
	margin: 0px !important;
	padding: 0px;
}

div.bacediv_bottomspace p.indent {
	text-indent: -12px;
	padding-left: 22px;
}
table.rescue_pricelist {
	margin-left: 12px;
	border-collapse: collapse;
	width: 680px;
}
table.rescue_pricelist ul {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	width: 80px;
}
table.rescue_pricelist li.hanrei_yano {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
}
table.rescue_pricelist th.strage {
	background-color: #E0FFFF;
	text-align: center;
	padding: 4px 2px 2px;
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	line-height: 125%;
}
table.rescue_pricelist th.capa {
	background-color: #0066CC;
	text-align: center;
	padding: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
}
table.rescue_pricelist td.yanoproduct {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	text-align: right;
	padding: 2px;
}
table.rescue_pricelist td.otherproduct {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	background-color: #CCCCCC;
	text-align: right;
	padding: 2px;
}
table.rescue_pricelist li.hanrei_other {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
}

ul.cnavi span.cord {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	font-size: 10px;
	line-height: 150%;
}

table.basictable {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
}
table.basictable th {
	background-color: #CCCCCC;
	padding: 4px;
}
table.basictable td {
	padding: 4px;
}
/* 過去のサポートニュース内 */
div.kakomi_blue {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0066CC;
}


td.connector-a {
	background-color: #CCFFCC;
}
td.connector-b {
	background-color: #CCCCFF;
}
td.connector-c {
	background-color: #FFCC66;
}

div#supportnavi div#service {
	float: right;
	width: 628px;
	border: 1px solid #666666;
	height: 310px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#supportnavi div#service img.banner {
	margin-bottom: 10px;
	margin-left: 15px;
}
div#supportnavi div#trouble {
	float: left;
	height: 310px;
	width: 308px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
/* サポートニュース（#content_lefの代わり）---------------------------------- */

div#supportnewshead {
	background-image: url(../img/dotline_yoko.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	padding-bottom: 5px;
}

ul.supportnews {
	clear: both;
}




div#tel365 {
	background-color: #FFC;
	padding: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}



ul.qalist {
	margin-bottom: 30px;
	margin-left: 18px;
	padding: 0px 0px 0px 12px;
	margin-top: 20px;
}
p.question {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	background-image: url(qa/img/q_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
}
div#other_qa {
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 30px;
}
div.answer {
	background-image: url(qa/img/a_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.answer p {
	margin-top: 0px;
	margin-bottom: 12px;
}
div#answer_detail {
	margin-left: 20px;
	margin-bottom: 40px;
	padding: 0px;
}
div#qalineup img.qabanner {
	margin-left: 12px;
}
div#qalineup {
	margin-left: 12px;
	height: 100px;
}
ul.qalist li {
	margin-bottom: 10px;
	list-style-image: url(qa/img/q.gif);
	list-style-position: outside;
}
div.qalist_image {
	float: left;
	width: 93px;
}
hr.qa {
	margin: 0px;
	padding: 0px;
}
table.basictable .koumoku {
	background-color: #E0FFFF;
	padding-left: 10px;
}



ul.rescue_toriatsukai {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

/* データレスキューサービス手順（復旧可否）============================== */







/*table.fukkyu td.step {
	background-color: #0066FF;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	width: 120px;
}
table.fukkyu td.step_detail {
	border: 1px solid #0066FF;
	text-align: center;
}*/


table.rescue_pricelist td.raid1 {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	background-color: #FFEFD5;
	text-align: right;
	padding: 2px;
}
table.rescue_pricelist li.hanrei_raid1 {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFEFD5;
}


/* サービス申込手順（複数サービスで適用）----------------------------------------- */
table#step {
	margin-bottom: 20px;
	margin-top: 20px;
}
table#step td {
	padding: 4px;
}
table#step td.step {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
}
table#step td.step_detail {
	background-color: #EEE;
	text-align: left;
}

table#step td.downarrow {
	color: #C00;
	padding-left: 30px;
}

/* フォーム---------------------------------------------------------------------- */
table#formtable {
	width: 680px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table#formtable th {
	font-weight: normal;
	background-color: #E0FFFF;
	text-align: left;
	padding: 2px 4px;
}
table#formtable td {
	padding: 2px 4px;
	line-height: 200%;
}

table#formtable td.midashi {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
}

table#formtable th span.hissu, table#formtable td span.hissu {
	color: #C00;
}

div.bacediv div.repair {
	border: 1px solid #06C;
	width: 676px;
	margin-bottom: 20px;
}
div.bacediv div.repair h5 {
	font-size: 12px;
	margin-left: 12px;
	color: #06C;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
}
div.bacediv div.repair div.repair_option {
	margin-right: 24px;
	margin-left: 24px;
	background-color: #f5f5f5;
	margin-bottom: 24px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
div.bacediv div.repair div.repair_option p {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
div.bacediv div.repair p {
	margin-right: 12px;
	margin-left: 24px;
}
div.bacediv div.repair h4 {
	font-size: 14px;
	color: #FFF !important;
	background-color: #06C;
	padding: 4px !important;
}
div.bacediv div#yusho_musho {
	width: 678px;
	height: auto;
}
div.bacediv div#yusho_musho div.yusho {
	float: right;
	width: 430px;
	margin-left: 16px;
}
div.bacediv div#yusho_musho div.musho img.arrow {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.bacediv div#yusho_musho div.musho {
	float: left;
	width: 230px;
}
div.bacediv div#yusho_musho div.yusho p {
	margin-right: 24px;
	margin-left: 24px;
}
div.bacediv div#yusho_musho div.yusho div {
	float: right;
	width: 428px;
	border: 1px solid #06C;
	margin-bottom: 20px;
}
