@charset "utf-8";
/* CSS Document */


/*--  /cloud/baremetal/
-----------------------------------------------------------*/
.heading {
	height: 260px;
	text-align: center;
	background: url(/sevice_shared/img/cloud/baremetal/bg_main.png) no-repeat right 0;
	margin-bottom: 40px;
}
.heading p {
	padding: 40px 0 10px;
}
.heading p img {
	width: 100px;
}
.heading h1 {
	font-size: 40px;
	font-size: 4.0rem;
}
.content { max-width: inherit; }

.content .btn_color_blue{
	border: #333 solid 5px;
	color: #333;
	background: none;
	border-radius: 0;
	padding: 10px 0 4px 0;
	font-weight: bold;
	font-size: 20px;
}
.content .btn_color_blue p{
	margin: 0;
	line-height: 1.8;
}
.content .btn_color_blue:hover{
	color: #fff;
	background: #333;
	text-decoration: none;
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;
}
.content .l_baremetal_section_point{
	background: #ECF5FE;
}
.content .l_baremetal_section_merit {
	background: none;
}
.content .l_baremetal_point figcaption {
	padding-top: 30px;
	font-weight: bold;
	margin-bottom: 80px;
	font-size: 17px;
	font-size: 1.7rem;
}
.content .l_baremetal_recommended {
	background:  #fff;
	padding: 1em;
}
.content .l_baremetal_recommended_img figcaption {
	font-size: 18px;
	font-size: 1.8rem;
}
.content .l_baremetal_merit_list_item {
	padding: 20px;
	border: solid 1px #ddd;
	background-color: #fff;
}
.content .l_baremetal_merit_list_num{
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	background: #244FA2;
	border-radius: 17px;
}
.content .l_baremetal_merit_list_text {
	padding-left: 40px;
	font-size: 100%;
}
.content .l_baremetal_section_image{
	background: #F4F4F4;
	padding: 70px 0;
}
.content .l_baremetal_section_image h2 span{
	font-size: 24px;
	font-size: 2.4rem;
}

.d_intel {
	width: 87% !important;
}

.l_baremetal > .l_baremetal_section >.main > h4{
	border-top: 2px solid #ccc;
	padding-top: 30px;
}

@media screen and (max-width: 740px) {
.heading h1 {
	font-size: 22px;
	font-size: 2.2rem;
}
.content {
	width: 100%;
	max-width: inherit;
}
.content .btn_color_blue {
	width: 90%;
	font-size: 18px;
}
.content .l_baremetal_point figcaption {
	padding-top: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 17px;
  font-size: 1.7rem;
}
.content .l_baremetal_recommended_img figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.content .l_baremetal_section_image h2 span{
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

.logo_intel {
	display: block !important;
	margin: 0 auto;
	margin-bottom: 10px;
}

.d_intel {
	margin-top: 20px;
}

.t_intel {
	text-align: left !important;
}
}





/*--  /cloud/baremetal/price.html
-----------------------------------------------------------*/
.content_center table.l_hp_spec_table_c th,
.content_center table.l_hp_spec_table_c td{
	text-align: center;
}

.b_bgc_baremetal{ 
	background-color: #6e8ac0!important;
}