@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 共通設定
--------------------------------------*/
#ui2505 {
	width: 750px;
	margin: 20px auto 0;
	color: #111;
}

#ui2505 h1 {
	padding: 10px;
	border: 1px solid #EEE;
}

#ui2505 .section {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}

#ui2505 .section::after {
	content: "";
	display: block;
	clear: both;
}

#ui2505 .section h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #007eb5;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #CCC;
}

#ui2505 .section p {
	margin: 0 0 20px;
}

#ui2505 .section .boxleft {
	float: left;
	width: 540px;
}

#ui2505 .section .boxright {
	float: right;
	width: 185px;
}

/* コア数・スレッド数
--------------------------------------*/
#ui2505 #section01 ul.ulleft {
	float: left;
	width: 540px;
}

#ui2505 #section01 ul.ulleft li {
	float: left;
	width: 270px;
	padding: 0 0 10px;
}

#ui2505 #section01 ul.ulright {
	float: right;
	width: 185px;
}



@media screen and (max-width: 767px) {

/* 共通設定
--------------------------------------*/
#ui2505 {
	width: 100%;
	padding:  0 10px;
}

#ui2505 img {
	height: auto;
}

#ui2505 .section .boxleft {
	float: none;
	width: 100%;
}

#ui2505 .section .boxleft p.photo {
	text-align: center;
}

#ui2505 .section .boxright {
	float: none;
	width: 100%;
	text-align: center;
}

/* コア数・スレッド数
--------------------------------------*/
#ui2505 #section01 ul.ulleft {
	float: none;
	width: 100%;
	text-align: center;
}

#ui2505 #section01 ul.ulleft li {
	float: none;
	width: 100%;
}

#ui2505 #section01 ul.ulright {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 10px; 
}


}
