@charset "utf-8";




/* -----------------------------------------------------------
	サーバー setting
----------------------------------------------------------- */



.Server{
	width : 950px;
	margin : 0 auto;
	margin-top : 50px;
}

.Server_contents{
	width : 850px;
	margin : 0 auto;

}

h3{
	font-size : 18px;
	font-weight : normal;
	text-decoration : none;
	margin-bottom : 20px;
}

h4{
	font-size : 14px;
}

.Server_contents dl{
	margin : 30px 0 30px 0;
}

.Server_contents dt{
	font-weight : bold;
	font-size : 16px;
	margin-bottom : 20px;
}

.Server_contents dd{
	margin-bottom : 20px;
}

/* サーバー申し込みの取得の流れ */


.Server_box{
	width : 710px;
	margin : 20px auto;
	border-left : 5px solid #f4c42f;
	padding : 0 20px;
}

.Server_box_img{
	text-align : center;
	margin-bottom : 20px;
}

p.title{
	font-size : 18px;
	margin-bottom : 24px;
}

.Server_box_txt{
	min-height : 50px;
	font-size : 13px;

	margin-top : 20px;
}

.Server_kind{
	padding-left : 20px;
	border-left : 5px solid #f4c42f;
}

p.span{
	background : #d3eaff;
}



