@charset "utf-8";

/* CSS Document */
/*------------------------------
日経BPマーケティング殿
製作：株式会社オールフォーエスピー

/* --------------------------------------------------------------
#header
-------------------------------------------------------------- */
#form_header {
	background-color: #1c69bf;
}

#header{
	background-color:#1c69bf;
	padding:14px 0;
	margin-bottom:10px;
}

#ttlArea{
	padding:0 0;
	border-bottom:2px solid #1c69bf;
	margin-bottom:15px;
	position:relative;
}

.txtPageRead{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:2px solid #1c69bf;
	font-size:93%;
}

/* --------------------------------------------------------------
#formContents
-------------------------------------------------------------- */
#formContents .conTtl01 h3{
	font-size:92%;
	border-left:5px solid #1c69bf;
	padding:0 0 0 10px;
}

#formContents h4{
	border-left:5px solid #1c69bf;
	padding:0 0 0 10px;
	font-weight:bold;
	margin-bottom:8px;
}


#formContents .tblSty01 th{
	background-color:#eefeff;
}



/* ==========================================================================

ftoor指定

=========================================================================== */
#footer{
	background-color: #1c69bf;
	border-top:1px solid #CCC;
	padding-top:0px;
	text-align:center;
	font-size:85%;
}

#footer .footCopy{
	clear:both;
	margin:10px 0 0 0;
	padding:10px 0;
	color:#FFF;
	background-color:#1c69bf;
}

.footer01 {
    border-bottom: 1px solid #1c69bf;
    box-shadow: 0 1px 0 0 #12447A;
}

/* ==========================================================================

modal指定

=========================================================================== */
#_modal_ .tblSty01 th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	background-color:#eefeff;
	font-weight:bold;
}

#_modal_s_ .tblSty01 th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	background-color:#eefeff;
	font-weight:bold;
}

/* ==========================================================================

商品テーブル

===========================================================================*/
#formContents .item-table thead{
	background-color:#eefeff;
}

@media screen and (max-width: 767px) {
	.table.item-table td.prc {
		 border-top: 2px solid #1c69bf !important;
	}
}
