* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

    .py-2 { padding-top:5px;padding-bottom:15px; }
    .list-unstyled { list-style:none; }
    .database-sp-content { background:#f6f6f6;padding:10px; }
    .database-sp-content p { padding-bottom:5px; }
    .database-sp-content .benchmark-header .benchmark-selector { display:flex;justify-content:space-between;align-items:center; }
    .database-sp-content .benchmark-header .benchmark-selector span {font-size: 13px;}
    .database-sp-content .benchmark-header .benchmark-selector .benchmark-checkbox { transform:scale(1.3); }
    .database-sp-content .benchmark-header .benchmark-selector .sortorder { border: 1px solid #bababa;border-radius: 4px;height: 25px;}
    .main-content { font-size: 16px;background:#fff; }
    .main-content.top-category { font-size:16px;background: #f7fafb;position: relative;border-bottom: 2px solid #dcdcdc; }
    .main-content.top-category::after { content:'';display:block;background:#693; width:20px;height:2px;position:absolute;bottom:-2px;right:0; }
    .main-content .benchmark-content{ font-size:16px; }
    .main-content .card{ padding:10px;}
    .main-content .card .card-link { padding:3px 7px;margin-left:10px;background:#1148b3;font-size:10px;color:#fff;text-decoration:none; }
    .main-content .card .bar-graph { position:relative;margin-top:5px; }
    .main-content .card .bar-graph .bar-value { color:black;position:absolute;left:5px;top:4px; }
    .main-content .card .bar-graph .bar { width:0%;height:25px; }
    .main-content .card .bar-graph .bar .bar-inner { width:100%;height:100%;background:#ed7d31;animation-duration: 1.5s;animation-iteration-count: 1;animation-fill-mode: forwards; }
    .main-content .card .bar-graph .bar .bar-inner.bar-bottom { background:#ffcc00; }
    .main-content .product-details { padding:0;display:none; }
    /* .main-content .product-details li { padding-bottom:5px;} */

/*HEADER START*/
body {
  background-color: #fff;
  font-family: "Segoe UI",Arial,"ＭＳＰ ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif;
  letter-spacing: 1.0px;
  color: #707070!important;
}
header.amd-msi-marker-header {
  width: 100%;
  position:fixed;
  z-index: 1000;
  top:0;
  left:0;
  border-bottom: 1px solid #d5d5d5;
}
header.amd-msi-marker-header .headerWrap {
  height: 55px;
  position: relative;
  background-color: #ffffff;
}

header.amd-msi-marker-header .headerLogo {
  position: absolute;
  max-width: 113px;
  top: 7px;
  left: 3.75%;
}
header.amd-msi-marker-header .headerLogo img {
  width: 100%;
  position: relative;
  top: 2px;
}
.amd-msi-marker-header .update {
  position: absolute;
  left: calc(3.75% + 125px);
  bottom: 30%;
  font-size: 9px;
  top: 16px;
}
.amd-msi-marker-header .update .headName {
    line-height: 1em;
    margin-bottom: 3px;
}
.amd-msi-marker-header .update img {
  width:110px;
  padding-left:15px;
  border-left:2px solid #000;
}

.amd-msi-marker-header .gNaviToggle {
  position: absolute;
  right: 3.75%;
  top: 15px;
}
.amd-msi-marker-header .gNaviToggle img {max-width:34px;}

.amd-msi-marker-header #headFormArea {
  padding: 7px 3.75%;
  background-color: #d5d5d5;
}

.amd-msi-marker-header .headFormAreaInner {
  position: relative;
  height: 25px;
}
.amd-msi-marker-header .search {
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #FFF;
  text-indent:10px;
  border: 1px solid #787878;
  border-radius: 0;
}

.amd-msi-marker-header .searchIcon {
  position: absolute;
  top: 0;
  right: -1px;
  max-width: 25px;
  height: 25px;
}

.amd-msi-marker-header #headNav {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  background: #074f93cc;
}

.amd-msi-marker-header #headNav li:nth-child(1), #headNav li:nth-child(3), #headNav li:nth-child(5), #headNav li:nth-child(7), #headNav li:nth-child(9), #headNav li:nth-child(11), #headNav li:nth-child(13), #headNav li:nth-child(15), #headNav li:nth-child(17), #headNav li:nth-child(19) {
  border-right: 1px solid #fff;
}

.amd-msi-marker-header #headNav li {
  width: 50%;
  float: left;
  list-style: none;
  text-align: center;
  line-height: 20px;
  padding: 9px;
  border-bottom: 1px solid #FFF;
  transition:0.5s;
}

.amd-msi-marker-header #headNav li:hover {
  background:rgba(255,255,255,0.2);
}

.amd-msi-marker-header #headNav li a {
  color: #FFF;
  display: block;
  text-decoration:none;
  font-size:12px;
}

.amd-msi-marker-header #headNav li.cat_nav_item {
  background:#f8981d;
}

.amd-msi-marker-header #headNav li.cat_nav_item:last-of-type a {
  color:#929191;
}
/*HEADER END*/
.GoToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
}
.GoToTop img {
    width: 100%;
    background: #1357c6 none repeat scroll 0 0;
    bottom: 20px;
    height: auto;
    opacity: 0.8;
    position: absolute;
    right: 17.25%;
}
.pagetop {
  display: none;
}




#contents {
    background-color: #ebebeb;
    position: relative;
}

#contInner {
    margin: 0 auto;
    padding-top: 20px;
    width: 1040px;
}

#mainCont01 {
    float: left;
    width: 770px;
    background:#fff;
    height:auto;
}

/*#asideRight {
    float: right;
    width: 250px;
    background:#fff;
}*/

#asideRight .box {
  background-color: #fff;
    border-color: #669933 #b4b4b4 #b4b4b4;
    border-style: solid;
    border-width: 3px 1px 1px;
    padding: 20px 15px;
    display: none;
}

#asideRight .language h1 {
    margin: 0 0 10px;
}

#asideRight h1 {
    margin: 0 0 10px;
}

.language select {
    border: 1px solid #ccc;
    width: 100%;
}

.box .box-btn {
  width: 100%;
  padding: 7px 10px;
  background: #669933;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.box .box-btn:hover {
  text-decoration: underline;
}
.box .box-btn.active {
  background-color: #3d5723;
}
.mb-10 {
  margin-bottom: 10px;
}
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  /*position: relative;*/
  /*top: -0.2em;*/
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}

.radio-label {
  font-size: 14px;
}

.checkbox {
  transform: scale(1.3);
  position: relative;
  top:5px;
  margin-right:0.5em;
}


.price-range-slider {
  /*width: 100%;*/
  padding: 10px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider h3 {
    margin-bottom: 15px;
}
.price-range-slider .range-bar {
    margin-bottom: 50px;
}
.price-range-slider .range-bar, .price-range-slider .range-bar1 {
  border: none;
  background: #ddd;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range, .price-range-slider .range-bar1 .ui-slider-range {
  background: #ddd;
}
.price-range-slider .range-bar .ui-slider-handle, .price-range-slider .range-bar1 .ui-slider-handle {
  border: none;
  border-radius: 0px;
  background: #ddd;
  border: 2px solid #ddd;
  height: 20px;
  width: 10px;
  top: -9px;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span, .price-range-slider .range-bar1 .ui-slider-handle + span {
  background: #ddd;
}
.value {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
}
.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active {
    color: #454545;
}



/*RESULT TABLE START*/
.BenchResultScreen {
    padding:15px;
}
h4.mainCont-header {
    background: #669933;
    color: #ffffff;
    padding: 10px 15px;
    font-size:20px;
}
.BenchResultScreen ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.BenchResultScreen ul li {
    margin-right: 5px;
}
.BenchResultScreen ul li img {
    width: 30px;
}
.BenchResultScreen>h3{
    font-size:25px;
    font-weight:normal;
}
.BenchResultScreen>p {
    text-indent: 15px;
    padding:20px 0;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.BenchResultScreenTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.BenchResultScreenTable thead {
    background: #0070C0;
}
.title_color {
  background: #0070C0;
  color: #ffffff;
}

.BenchResultScreenTable td,
.BenchResultScreenTable th {
    border: 1px solid #cccccc;
    padding: 8px;
    vertical-align: middle;
}
.BenchResultScreenTable th {
    color: #ffffff;
}
.table-stripped {
    background: #f2f2f2;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.BenchResultScreenTable td.position-relative {
    position: relative;
}
.BenchResultScreenTable td.position-relative p {
    display: inline;
    margin: 0;
    float: left;
}
.review {
    background: #0033cc;
    color: #ffffff !important;
    padding: 3px 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}
.table-stripped {
    background: #f2f2f2;
}
.graph_col {
    width: 100%;
}
.product_info {
  padding-bottom: 10px;
  /*display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;*/
}
.option p {
    background: url(http://www.gdm.or.jp/wp-content/themes/hermitage-sp/images/common/bg_menu.png) 100% 100% no-repeat;
    background-size: 20px 20px;
    background-position: right center;
    margin-right: 15px;
}
.option p {
  padding: 4px 15px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.option p.optionopen {
    background: url(http://www.gdm.or.jp/wp-content/themes/hermitage-sp/images/common/bg_menu_on.png) 100% 100% no-repeat;
    background-size: 20px 20px;
    background-position: right center;
    margin-right: 15px;
}
.bar {
    height:30px;
    margin-bottom:5px;
    width:20%;
    position: relative;
}
.bar .innerGraph {
    width:100%;
    height:100%;
    background:#ff6633;
    animation-name: barGraph;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.bar .innerGraph.graph-bottom {
    background:#ffcc00;
}
.device-name {
    display:inline-block;
    padding-bottom:10px;
    font-weight:500;
}
span.bar_num {
    position: absolute;
    font-size: 14px;
    top: 6px;
    left: 5px;
    color: #fff;
}
.list {
  padding: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}
.title-list {
    font-size: 14px;
    font-weight: 500;
}
#AMDRyzenThreadripper, #AMDRyzenThreadripperseries, #IntelCorei9, #IntelCorei9series {
  display: none;
}
ul {
  list-style: none;
}
ul#AMDRyzenThreadripper, ul#AMDRyzenThreadripperseries, ul#IntelCorei9, ul#IntelCorei9series  {
  padding-left: 25px;
}
.checkbox_label label {
    vertical-align: middle;
}
@keyframes barGraph {
    0% { width:0; }
    100% { width:100%; }
}
.product_name {
  text-decoration: none;
  color: black;
}
.product_name:hover {
  text-decoration: underline;
}
.font-size-sm {
  font-size: 12px;
}
.sidebar-header {
  display: block;
  margin-bottom: 10px;
}
.breadcrumbs {
  background-color: #f6f6f6;
}
.breadcrumbs a {
  font-size: 12px;
}
.border-bottom{
  border-bottom: 2px solid #693;
}
.search-form h1{
  font-size: 16px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.gap-sm {
  width: 100%;
  height: 20px;
}
.price-range-slider {
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 0;
}
.d-none {
	display: none;
}
.toggle-filters {
  margin-left: 30px;
}
.text-bold {
  font-weight: bold;
}
.gap-1{
  width: 100%;
  height: 8px;
}
.gap-2{
  width: 100%;
  height: 12px;
}
.gap-3{
  width: 100%;
  height: 16px;
}
		/*Custom Selected Start*/
		.customselectedbox, .close {
			display: none;
		}
		.open {
			display: inline-block;
		}
		.fas {
			background: #9E9E9E;
		    padding: 9px 5px;
		    position: absolute;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    color: #505050;
		}
		.customselected {
			display: inline-block;
			border: 1px solid #ccc;
			padding: 7px;
			position: relative;
		}
		.customselected span {
			margin-right: 20px;
		}
		.customselectedbox {
      padding: 0;
      border: 1px solid #ccc;
      margin: 0;
      position: absolute;
      width: 100%;
		}
		.customselectedbox li {
		    background: #ededed;
		    padding: 5px 7px;
		    margin-bottom: 1px;
    }
    .customselectedbox li:hover {
      background: #d7f0ff;
  }

  .customselectedbox li.order-option.active {
    background: #0671a5;
    padding: 5px 7px;
    margin-bottom: 1px;
    color: white;
}
    /*Custom Selected End*/
    
.apply-button {
  padding: 10px 14px;
  background: #669933;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: navajowhite;
  display: inline;
}

.benchmark-content{
  font-size:14px;
  text-indent: 1em;
}

.breadcrumb {
  padding: 5px 3.75%;
  background: #fff;
  font-size: 12px;
}

.breadcrumb a {
  color: #034c91 !important;
  text-decoration: none !important;
}

.h1_ttl01 {
  border-top: 5px solid #693;
  /* border-bottom: 1px solid #693; */
  border-bottom: 2px solid #dcdcdc;
  padding: 7px 10px;
  background: #f7fafb;
  font-size: 15px;
  position: relative;
}
.h1_ttl01::after {
  content: '';
  height: 2px;
  width:20px;
  background:#693;
  bottom:-2px;
  left:0;
  position: absolute;
}
.benchmark-header2 {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 30px 0;
	padding: 15px 0;
	font-size: 14px;
	color: #669933;
  border-color: #669933;
  margin-top: 20px;
  background:#fff;
}
.benchmark-header3 {
  font-size: 13px;
  color: #669933;
  margin-bottom: 4px;
}
.filter-list {
  line-height: 1.5;
}
.checkbox_label {
	display: flex;
	align-items: baseline;
}
.d-flex {
  display: flex;
}
.checkbox_label input {
	margin-right: 4px;
}