@charset "UTF-8";

/*--management_index--*/
/*#mainBody h1{
	background: url(/csr/2020/management/images/bg_h1_pc.png) center center no-repeat;
}*/
span.blue_blue{
	display:block !important;
	font-weight:bold;
	background:#BFCEE3;
	color:#191D7E;
	padding:3px 0;
	margin:3px 0;
	text-align:center;
}

dl.phi_phi_01 dt{
	border-top: 1px dotted #2B4A9D;
	padding-top:15px;
}
dl.phi_phi_01 dd{
	margin:-35px 0 20px 160px;

}

div.navy_box{
	background:#33499D;
	color:#ffffff;
	padding:15px;
}
div.box_gc{
	background:url(../images/bg_blue.gif);
	border-top:solid 4px #426cb1;
	padding:20px;
}
div.box_gc h3{
	color: #426cb1 !important;
	border-left:0 !important;
	padding-left:0 !important;
}
div.box_gc h4{
	text-align:center;
	border:solid 1px #426cb1;
	color: #426cb1;
	margin-bottom:15px;
	padding:5px 0 5px 0;
}
div.box_gc span{
	color: #426cb1;
}
/*-----------------------------------------------------------
Mobile (Portrait) Design for a width of 320 to 767
-----------------------------------------------------------*/
@media only screen and (max-width: 767px) {

dl.phi_phi_01 dd{
	margin:20px 0 0 0;
}
/*#mainBody h1{
	background: url(/csr/2020/management/images/bg_h1_sp.png) 0 0 no-repeat;
}*/

}