@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web　members/style.css                                        */
/*                                                                        20.06.29  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      外部CSS読み込み設定                                                         */
/* ================================================================================ */

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



/* ================================================================================ */
/*      Ｋネット会員                                                                */
/* ================================================================================ */

.members{
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------------------------------------------------- */
/*      ヘッダー                                                                    */
/* -------------------------------------------------------------------------------- */

.members #header{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.members #header .header-top{
	margin: 0px;
	padding: 0px;
}
.members #header .header-middle{
	margin: 0px;
	padding: 0px;
	height: 24px;
	background: url(../members/img/common/bcg_header02.gif) no-repeat 0px 0px;
}
.members #header .header-middle .middle-inner{
	margin: 0px 0px 0px 40px;
	padding: 5px 0px 0px 15px;
	color: #777800;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/ico/ico_pink01.gif) no-repeat 0px 7px;
}
.members #header .header-bottom{
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------------------------------------------------- */
/*      コンテンツ                                                                  */
/* -------------------------------------------------------------------------------- */

/* 共通
----------------------------------------------- */
/* --- リスト --- */
.indent{
	margin-top: 4px;
}
.indent span{
	color: #ff0000;
}
.indent li{
	line-height: 1.5;
}


/* 枠
----------------------------------------------- */
.section{
	margin-top: 20px;
	padding: 16px 0;
	background: #fffecd;
}
.sectionInner{
	margin: 8px 16px 0 16px;
	padding: 10px 0px 16px 16px;
	background: #ffffff;
}


/* タイトル
----------------------------------------------- */
.section h2{
	text-align: center;
}


/* 項目
----------------------------------------------- */
.sectionInner ul li{
	margin-top: 6px;
	margin-right: 16px;
	padding-left: 16px;
	width: 194px;
	line-height: 1.6;
	border-bottom: dashed 1px #cccccc;
	background: url(../img/common/ico/ico_yellow04.gif) no-repeat 0px 3px;
	float: left;
}


/* 注意書き
----------------------------------------------- */
.section .indent{
	margin: 20px 16px 0 36px;
	text-indent: -0.8rem;
}
.section .indent li{
	line-height: 1.6;
}


/* バナー
----------------------------------------------- */
.section .banner{
	margin-top: 16px;
	text-align: center;
}


/* ご利用マニュアル
----------------------------------------------- */
.manual{
	margin-top: 30px;
	text-align: center;
}
.manual .pdf{
	padding-top: 4px !important;
	padding-bottom: 2px !important;
}


