@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web　construction.css                                         */
/*                                                                        19.02.28  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      共通                                                                        */
/* ================================================================================ */

/* CSS読み込み
----------------------------------------------- */
@import url("../knet.css");


/* テーブル
----------------------------------------------- */
table{
	width: 100%;
	border-collapse: collapse;
}
table th{
	color: #ffffff;
	background: #e665a5;
	border-right: solid 1px #ffffff;
	white-space: nowrap;
}
table td{
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
table th.first{
	border-left: solid 1px #e665a5;
}
table th.price{
	border-right: solid 1px #e665a5;
}
table td.price{
	white-space: nowrap;
	border-right: solid 1px #cccccc;
}


/* information
----------------------------------------------- */
.information .text01{
	border-bottom: none;
}



/* ================================================================================ */
/*      標準工事                                                                    */
/* ================================================================================ */


#basic .yellow04 li{

	background: url(../../img/common/ico/ico_yellow04.gif) no-repeat 0px 6px !important;
}
#basic .yellow04 li span{
	font-weight: bold;
	font-size: 16px;
}
#basic .yellow04 li p{
	margin-top: 4px;
}

#basic .images{
	margin-top: -6px;
	border: solid 1px #cccccc;
	padding: 4px;
}
#basic .text02 .center span{
	margin-top: 6px;
	display: block;
	font-weight: normal;
	font-size: 13px;
}