@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web　style.css                                                */
/*                                                                        17.04.14  */
/* ******************************************************************************** */


/* ================================================================================ */
/*      共通                                                                        */
/* ================================================================================ */

@import url("../css/common_new.css");



/* ================================================================================ */
/*      お客様安心サポート                                                          */
/* ================================================================================ */

.safety-support{
}


/* -------------------------------------------------------------------------------- */
/*      ヘッダー                                                                    */
/* -------------------------------------------------------------------------------- */

.safety-support #header{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.safety-support #header .header-top{
	margin: 0px;
	padding: 0px;
}
.safety-support #header .header-middle{
	margin: 0px;
	padding: 0px;
	height: 24px;
	background: url(./img/common/bcg_header02.gif) no-repeat 0px 0px;
}
.safety-support #header .header-bottom{
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------------------------------------------------- */
/*      コンテンツ                                                                  */
/* -------------------------------------------------------------------------------- */

/* 事例
----------------------------------------------- */
.safety-support .case{
	margin-top: -12px;
	margin-bottom: 16px;
}
.safety-support .case li{
	padding: 12px 0 12px 44px;
	background: url(./img/ico_case.gif) no-repeat 4px 6px;
	border-bottom: dashed 1px #dfdfdf;
}
.safety-support .case li img{
	vertical-align: top;
}

/* --- 最終行 --- */
.safety-support .case li.last{
	border-bottom: none;
}

/* --- 文字が2行の場合 --- */
.safety-support .case li.two-rows{
	background: url(./img/ico_case.gif) no-repeat 4px 18px;
}


/* フリーコール
----------------------------------------------- */
.safety-support .free-call{
	margin: 0 auto;
	width: 460px;
}
.safety-support .free-call ul{
	margin-top: 12px;
}
.safety-support .free-call ul li{
	color: #ff0000;
	font-size: 14px;
	line-height: 1.6;
}


/* メールでのお問い合わせ
----------------------------------------------- */
.safety-support .mail{
	margin: 40px auto 0 auto;
	width: 460px;
}


