@charset "utf-8";

/*---------------------------------------------------------------------------*/
.contents_area {
	padding: 80px 0;
}
.no_space {
	padding: 0;
}
.no_space_b {
	padding: 80px 0 0;
}
.bg_g {
	background: #f3f4f6;
}

.sub_nav_link_list {
	text-align: left;
}
.sub_nav_link_list li {
	padding: 22px 80px 15px 0;
}

/*---------------------------------------------------------------------------*/
.bread_list {
	padding: 15px 0;
}

.news_box {
	margin: 15px 0 30px;
	background: #f3f4f6;
}

.txt_title {
	font-size: 40px;
	text-align: center;
}
.title_border {
	background: #0a73b9;
	height: 5px;
	margin: 30px auto 80px;
	width: 110px;
}

/*---------------------------------------------------------------------------*/
.tbl_head {
	font-size: 0;
	position: relative;
	width: 960px;
}
.tbl_head div {
	color: #ffffff;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	vertical-align: top;
	width: 25%;
}
.tbl_head div p {
	font-size: 87.5%;
}
.series_01 {
	background: #4d9cb5;
}
.series_02 {
	background: #1269a1;
}
.series_03 {
	background: #03426d;
}
.series_04 {
	background: #00365a;
}

/*---------------------------------------------------------------------------*/
.lineup_table {
	margin: 0 0 10px;
}
.lineup_table .tr {
	display: table;
}
.lineup_table .tr .th {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 240px;
}
.lineup_table .tr .double {
	width: 480px;
}

.lineup_table .tr.title .th p {
	color: #ffffff;
	font-size: 114.3%;
	padding: 18px 0 12px;
}
.lineup_table .tr.title .th p span {
	color: #ffffff;
	font-size: 87.5%;
}

.lineup_table .tr.name .th {
	color: #ffffff;
	padding: 0 0 14px;
}
.lineup_table .tr.name .th .tab {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	/display: inline-block;
	/zoom: 1;
	font-size: 0;
	margin: 0;
	vertical-align: bottom;
	width: 120px;
}
.lineup_table .tr.name .th.series_02 .tab,
.lineup_table .tr.name .th.series_04 .tab {
	background: #095a90;
	border-bottom: 1px solid #79a0bd;
	color: #aacadf;
	padding: 10px 0;
}
.lineup_table .tr.name .th.series_02 .tab {
	background: #095a90;
	border-top: 7px solid #1269a1;
}
.lineup_table .tr.name .th.series_04 .tab {
	background: #01375b;
	border-top: 7px solid #03426d;
}
.lineup_table .tr.name .th.series_02 .tab.on,
.lineup_table .tr.name .th.series_04 .tab.on {
	border-bottom: none;
	border-top: 1px solid #79a0bd;
	color: #ffffff;
	padding: 15px 0 12px;
}
.lineup_table .tr.name .th.series_02 .tab.on {
	background: #1269a1;
}
.lineup_table .tr.name .th.series_04 .tab.on {
	background: #00365a;
}
.lineup_table .tr.name .th.series_02 .tab_a.on,
.lineup_table .tr.name .th.series_04 .tab_a.on {
	border-right: 1px solid #79a0bd;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.lineup_table .tr.name .th.series_02 .tab_b.on,
.lineup_table .tr.name .th.series_04 .tab_b.on {
	border-left: 1px solid #79a0bd;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
.lineup_table .tr.name .th p {
	font-size: 20px;
	line-height: 1.2;
}
.lineup_table .tr.name .th .tab p {
	line-height: 1;
}
.lineup_table .tr.name .th p span.size_ss {
	font-size: 60%;
}
.lineup_table .tr.name .th p span.size_s {
	font-size: 65%;
}
.lineup_table .tr.name .th p span.size_m {
	font-size: 80%;
}
.lineup_table .tr.name .th p span.size_l {
	font-size: 110%;
}

.lineup_table .tr .td {
	background: #ffffff;
	box-sizing: border-box;
	display: table-cell;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 240px;
}
.lineup_table .tr.cpu .td {
	padding: 15px 20px 0;
}
.lineup_table .tr.cpu .td .cpu_name {
	background: #c6d9e6;
	color: #073e6e;
	display: inline-block;
	/display: inilne;
	/zoom: 1;
	line-height: 1;
	margin: 0 0 10px;
	padding: 3px 12px;
	vertical-align: top;
}
.lineup_table .tr.memory .td p {
	border-bottom: 1px solid #aacadf;
	border-top: 1px solid #aacadf;
	padding: 15px 0;
}
.lineup_table .tr.storage .td {
	padding: 0 20px 15px;
}
.lineup_table .tr.price .td {
	padding: 15px 22px 18px;
}
.lineup_table .tr.price .td p {
	text-align: left;
}

.lineup_table .tr .td p {
	color: #444444;
	font-size: 114.3%;
}
.lineup_table .tr .td p .size_l {
	font-size: 137.5%;
}
.lineup_table .tr .td p .size_m {
	font-size: 87.5%;
}
.lineup_table .tr .td p .size_s {
	color: #a0a0a0;
	font-size: 75%;
}
.lineup_table .tr.storage .td p .size_s {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 1.2;
	padding: 5px 0 0;
	vertical-align: middle;
}

.lineup_table .tr.price .td p,
.lineup_table .tr.price .td p .size_l,
.lineup_table .tr.price .td p .size_m,
.lineup_table .tr.price .td p .size_s {
	color: #ffffff;
}

.lineup_table .tr .series_01 {
	background: #4d9cb5;
}
.lineup_table .tr .series_02 {
	background: #1269a1;
}
.lineup_table .tr .series_03 {
	background: #03426d;
}
.lineup_table .tr .series_04 {
	background: #00365a;
}

.lineup_table .tr .type_b {
	display: none;
}

.lineup_table .tr.btn .td {
	padding: 18px 30px;
}
.lineup_table .tr.btn .td .btn_entry {
	background: #e1ae1c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.lineup_table .tr.btn .td .btn_entry a {
	color: #ffffff;
	display: block;
	font-size: 107.1%;
	padding: 8px 5px;
}
.lineup_table .tr.btn .td .btn_entry a:hover {
	background: #d0a11a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-decoration: none;
}
.lineup_table .tr.btn .td .btn_entry a i {
	margin: 0 0 0 5px;
}

.lineup_caution {
	font-size: 71.4%;
/*	padding: 0 0 40px;*/
}

/*---------------------------------------------------------------------------*/
.pdf_btn_area {
	float:right;
	margin-top:-30px;
	overflow:hidden;
}
.pdf_btn_area p {
	float:right;
}
.pdf_btn_area p a {
	color: #0a73b9;
}
.contents_area .pdf_btn_area .btn_download {
	background: #ffffff;
	border: 2px solid #424a55;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	/*margin: 0 auto;*/
	width: 220px;
	margin-bottom:10px;
}
.contents_area .pdf_btn_area .btn_download a {
	color: #424a55;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 10px 15px;
	text-align: center; 
}
.contents_area .pdf_btn_area .btn_download a:hover {
	background: #bfc4cd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-decoration: none;
}
.contents_area .pdf_btn_area .btn_download a i {
	margin: 0 10px 0 0;
}

/*---------------------------------------------------------------------------*/
#customize_box .btn_entry {
	background: #e1ae1c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 0 auto;
	width: 340px;
}
#customize_box .btn_entry a {
	color: #ffffff;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 15px 30px;
	text-align: center; 
}
#customize_box .btn_entry a:hover {
	background: #d0a11a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-decoration: none;
}
#customize_box .btn_entry a i {
	margin: 0 0 0 15px;
}

/*---------------------------------------------------------------------------*/
.table_data tr th {
	background: #03426d;
	border-left: 1px solid #f2f2f2;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	width: 25%;
}
.table_data tr th:first-child {
	border-left: none;
}
.table_data tr th div {
	display: table-cell;
	height: 70px;
	position: relative;
	vertical-align: middle;
	padding: 0 15px;
	width: 25%;
}
.table_data tr th p {
	font-size: 12px;
}
.table_data tr th span {
	background: #0a73b9;
	color: #ffffff;
	display: block;
	font-size: 78.6%;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.table_data tr td {
	background: #ffffff;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	box-sizing: border-box;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	height: 80px;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
	width: 25%;
}
.table_data tr td:first-child {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.table_data tr td.td_border {
	background: #424a55;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0;
	height: 6px;
	padding: 0;
}
.table_data tr.txt_info td {
	font-size: 85.7%;
}
.table_data tr.price td {
	padding: 25px 0 25px 30px;
	text-align: left;
}
.table_data tr.price td p {
	margin: 0 0 10px;
}
.table_data tr.price td span {
	font-size: 185.7%;
	font-weight: bold;
	padding: 0 0 0 3px;
}
.table_data tr.type td {
	text-align: center;
}
.table_data tr.type td span {
	font-size: 171.4%;
}
.table_data tr.memory td {
	text-align: center;
}
.table_data tr.memory td span {
	font-size: 128.6%;
}

.table_data tr td span.size_s {
	font-size: 85.7%;
	font-weight: normal;
	line-height: 1;
	padding: 0;
}

.table_data tr.btn td {
	background: #666666;
}
.table_data tr.btn td .btn_entry {
	background: #e1ae1c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 0 auto;
	width: 178px;
}
.table_data tr.btn td .btn_entry a {
	color: #ffffff;
	display: block;
	font-size: 107.1%;
	padding: 12px 5px;
	text-align: right; 
}
.table_data tr.btn td .btn_entry a:hover {
	background: #d0a11a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-decoration: none;
}
.table_data tr.btn td .btn_entry a i {
	margin: 0 0 0 15px;
}

/*---------------------------------------------------------------------------*/
.s_title {
	color: #424a55;
	float: left;
	font-size: 185.7%;
	font-weight: normal;
	margin: 0 0 20px;
}
.spec_link {
	float: right;
	font-size: 100%;
	margin: 0 0 5px;
}
.spec_link a {
	color: #0a73b9;
}
.spec_link a i {
	margin: 0 0 0 10px;
}

.table_data_2 {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 25px;
	width: 100%;
}
.table_data_2 tr th {
	background: #d8dbdf;
	box-sizing: border-box;
	font-size: 114.3%;
	font-weight: normal;
	line-height: 1;
	padding: 12px 18px;
	text-align: left;
	width: 25%;
}
.table_data_2 tr th span.modallink {
	padding-left:30px;
}
.table_data_2 tr th span.modallink a {
 	color: #0a73b9;
	font-size: 92.9%;
}
.table_data_2 > a i {
	 margin: 0 5px 0 0;
}
.table_data_2 tr.snd_head th {
	border: none;
	color: #ffffff;
	font-size: 114.3%;
	padding: 10px 0;
	text-align: center;
}
.table_data_2 tr.mdl_head th {
	border: none;
	color: #ffffff;
	font-size: 0;
	height: 8px;
	line-height: 1;
	padding: 0;
	text-align: center;
}
.table_data_2 tr th.series_01 {
	background: #4d9cb5;
}
.table_data_2 tr th.series_02 {
	background: #1269a1;
}
.table_data_2 tr th.series_03 {
	background: #03426d;
}
.table_data_2 tr th.series_04 {
	background: #00365a;
}
.table_data_2 tr th p {
	font-size: 87.5%;
}
.table_data_2 tr td {
	background: #ffffff;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
	font-size: 92.9%;
	padding: 15px 5px 15px 15px;
	text-align: left;
	vertical-align: top;
	width: 25%;
}
.table_data_2 tr td:first-child {
	border-left: none;
}

.table_data_2 tr td span.size_s {
	font-size: 84.6%;
}
.table_data_2 tr td.width_short{
	width: 34%;
}
.table_data_2 tr td .in_table tr td.width_short_02{
	width: 23%;
	padding-left: 98px;
}
/*
.table_data_2 tr.storage td {
	font-size: 85.7%;
	padding: 15px 10px 15px 40px;
	text-align: left;
}
.table_data_2 tr.storage td span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 116.7%;
	vertical-align: bottom;
	width: 55px;
}

.table_data_2 tr.storage2 td {
	font-size: 85.7%;
	padding: 15px 10px 15px 20px;
	text-align: left;
}
.table_data_2 tr.storage2 td span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 116.7%;
	vertical-align: bottom;
	width: 80px;
}

.table_data_2 tr.global td {
	font-size: 85.7%;
	padding: 15px;
	text-align: left;
}
.table_data_2 tr.global td p {
	margin: 0 0 10px;
	text-align: center;
}
.table_data_2 tr.global td span {
	font-size: 116.7%;
}

.table_data_2 tr.local td {
	font-size: 85.7%;
	padding: 15px;
	text-align: left;
}
.table_data_2 tr.local td p {
	margin: 0 0 10px;
	text-align: left;
}
.table_data_2 tr.local td span {
	font-size: 116.7%;
}

.table_data_2 tr.region td {
	padding: 15px 40px;
	text-align: left;
}

.table_data_2 tr.gn td {
	font-size: 85.7%;
	padding: 15px 10px;
	text-align: left;
}
*/

.table_data_2 tr td .in_table {
	width: 100%;
}
.table_data_2 tr td .in_table tr th {
	background: none;
	border-top: 1px solid #bfc4cd;
	color: #000000;
	font-weight: normal;
	height: auto;
	line-height: 1;
	padding: 20px 8px;
	text-align: left;
	vertical-align: top;
	width: 6%;
}
.table_data_2 tr td .in_table tr th span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 5px;
	padding: 3px 5px;
	vertical-align: middle;
}
.table_data_2 tr td .in_table tr th span.item_s {
	background: #dcdcdc;
	border: 1px solid #c6c7cc;
}
.table_data_2 tr td .in_table tr th span.item_g {
	background: #666666;
	border: 1px solid #c6c7cc;
	color: #ffffff;
}
.table_data_2 tr td .in_table tr td {
	background: none;
	border-top: 1px solid #bfc4cd;
	border-left: none;
	color: #444444;
	font-weight: normal;
	height: auto;
	line-height: 1.5;
	padding: 20px 8px;
	text-align: left;
}
.table_data_2 tr td .in_table tr:first-child th,
.table_data_2 tr td .in_table tr:first-child td {
	border-top: none;
}

.box_b {
	border: 1px solid #c6c7cc;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 1;
	margin: 3px 0;
	padding: 2px 10px;
	vertical-align: top;
}

.txt_gray {
	color: #a5a5a5;
}

.txt_caution {
	font-size: 71.4%;
	line-height: 1.8;
}

/*---------------------------------------------------------------------------*/
.txt_sub_title {
	background: none;
	color: #000000;
	font-size: 36px;
	text-align: center;
}
.option_list {
	font-size: 0;
	margin: 40px 0 0;
}
.option_list > li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 14px;
	margin: 0 20px 90px;
	vertical-align: top;
	width: 280px;
}
.option_list > li .option_title {
	color: #03426d;
	font-size: 157.1%;
	font-weight: bold;
	padding: 5px 0 15px;
	text-align: center;
}
.option_list > li .option_detail_list li {
	font-size: 14px;
	margin: 0 0 10px;
}
.option_list > li .option_detail_list li.sub_list {
	font-size: 12px;
	margin: 0 0 10px 25px;
}
.option_list > li .option_detail_list li a {
	color: #0a73b9;
}
.option_list > li .option_detail_list li a i {
	margin: 0 5px 0 0;
}
.option_list > li .option_detail_list li > i {
	margin: 0 0 0 5px;
}

/*---------------------------------------------------------------------------*/
.download_list {
	margin: 45px auto 0;
	width: 750px;
}
.download_list li {
	font-size: 14px;
	margin: 0 0 10px;
}
.download_list li a {
	color: #0a73b9;
}
.download_list li a i {
	margin: 0 5px 0 0;
}

/*---------------------------------------------------------------------------*/
.bg_gray {
	background: #ebedf1;
	border-top: 1px solid #bfc4cd;
	margin: 0;
	position: relative;
	width: 100%;
}
.bg_gray .in_area {
	padding: 0 0 40px;
}

.security_list {
	font-size: 0;
	padding: 38px 0 0;
}
.security_list li {
	border-right: 1px solid #bfc4cd;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 12px;
	height: 200px;
	padding: 15px 0 0;
	text-align: center;
	vertical-align: top;
	width: 235px;
}
.security_list li:first-child {
	border-left: 1px solid #bfc4cd;
}
.security_list li .security_title {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 2px;
}
.security_list li .security_txt {
	font-size: 12px;
	padding: 0 20px;
	text-align: center;
}
.security_list li .security_link {
	font-size: 12px;
	padding: 12px 0 0;
	text-align: center;
}
.security_list li .security_link a {
	color: #0a73b9;
}
.security_list li .security_link a i {
	margin: 0 0 0 5px;
}
.spec_txt_caution{
	text-align:center;
	padding:20px 0 0 0;
}
.spec_txt_caution a{
color: #0a73b9;
}