@charset "UTF-8";
/*test-deskutop-first*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 767px以下用（タブレット／スマートフォン用）の記述 */
/* 479px以下用（スマートフォン用）の記述 */
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

@font-face {
  font-family: 'pcgenki-logo2';
  src: url("http://pcgenki.com/fonts/mplus-1p-black-sub.eot") format("eot");
  src: url("http://pcgenki.com/fonts/mplus-1p-black-sub.woff") format("woff");
  src: url("http://pcgenki.com/fonts/mplus-1p-black-sub.ttf") format("truetype");
}

@font-face {
  font-family: 'pcgenki-logo';
  src: url("http://pcgenki.com/fonts/mplus-1p-heavy-sub.eot") format("eot");
  src: url("http://pcgenki.com/fonts/mplus-1p-heavy-sub.woff") format("woff");
  src: url("http://pcgenki.com/fonts/mplus-1p-heavy-sub.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: 'mplus-1p-heavy';
  font-family: 'mplus-1p-black';
}

/* for IE7 */
*:first-child + html body {
  font-size: 75%;
}

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-image: url(http://pcgenki.com/gazo/bgzuru.png);
  background-repeat: repeat;
  background-color: #666666;
}

h1 {
  font-weight: bolder;
  font-size: 132%;
  padding-top: 10px;
  background-repeat: no-repeat;
  padding-left: 8px;
  clear: both;
}

h2 {
  font-weight: bolder;
  font-size: 119%;
  background-repeat: repeat-y;
  padding-left: 8px;
  margin-left: 10px;
  clear: both;
}

h3 {
  font-size: 113%;
  border-top-width: 1em;
  margin-left: 20px;
  clear: both;
}

h4 {
  font-size: 100%;
  line-height: 1.2em;
}

img {
  border-width: 0px;
}

FORM {
  padding: 0px;
  margin: 0px;
}

A:LINK {
  color: #273f8d;
  text-decoration: none;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

A:HOVER {
  color: #990000;
  text-decoration: underline;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

A.nav {
  text-decoration: underline;
  color: navy;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

A:hover.nav {
  color: navy;
  text-decoration: underline;
  background-color: #feeca5;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

LI {
  list-style: outside none;
  list-style-type: none;
}

EM {
  padding: 0px;
  font-weight: normal;
  margin: 0px;
  line-height: 1em;
  font-style: normal;
  color: navy;
}

.link {
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: left;
}

.next {
  margin-top: 1em;
  display: block;
  font-size: 100%;
  text-align: right;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 90%;
}

.linkG {
  color: #47acba;
  text-align: center;
}

#bookmark {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-top: 10px;
  width: 200px;
  height: 90px;
}

.title4 {
  padding-top: 4px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 40px;
  background-image: url(http://pcgenki.com/gazo/brec.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.title4 a {
  display: block;
  color: #080016;
  text-decoration: none;
}

.title4 a:hover {
  background-color: #B9CBB0;
  text-decoration: underline;
}

.text2 {
  font-weight: bold;
  color: #6a3535;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #990000;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.expl {
  border-bottom: 1px dashed #ccc;
  padding: 0.6em 0.8em;
  margin-left: 30px;
  margin-bottom: 0.8em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*濃い背景色＋白抜き文字のテキストシャドウ（黒いシャドウ）*/
/*薄い（白に近い）背景色＋濃い色の文字のテキストシャドウ（白いシャドウ）*/
.subbut {
  width: 100%;
  height: 50px;
}
.subbut a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #48b1f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF60BBF4', endColorstr='#FF48B1F2');
  background-image: linear, false, #60bbf4 0%, #48b1f2 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  display: block;
}
.subbut a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.subbut a:hover {
  background-color: #60bbf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF78C5F5', endColorstr='#FF60BBF4');
  background-image: linear, false, #78c5f5 0%, #60bbf4 100%;
  text-decoration: none;
  color: white;
}
.subbut a:hover i {
  color: white;
}
.subbut a:active {
  background-color: #48b1f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF60BBF4', endColorstr='#FF48B1F2');
  background-image: linear, false, #60bbf4 0%, #48b1f2 100%;
  top: 1px;
}

.button-black {
  width: 100%;
  height: 50px;
}
.button-black a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #333333;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF404040', endColorstr='#FF333333');
  background-image: linear, false, #404040 0%, #333333 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  display: block;
}
.button-black a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.button-black a:hover {
  background-color: #404040;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4D4D4D', endColorstr='#FF404040');
  background-image: linear, false, #4d4d4d 0%, #404040 100%;
  text-decoration: none;
  color: white;
}
.button-black a:hover i {
  color: white;
}
.button-black a:active {
  background-color: #333333;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF404040', endColorstr='#FF333333');
  background-image: linear, false, #404040 0%, #333333 100%;
  top: 1px;
}

.button-white a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6');
  background-image: linear, false, white 0%, #f6f6f6 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(68, 68, 68, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  text-shadow: -1px 1px rgba(0, 0, 0, 0);
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, white -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, white -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, white -1px 1px 0 inset;
  display: block;
}
.button-white a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(68, 68, 68, 0.5);
}
.button-white a:hover {
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: linear, false, white 0%, white 100%;
  text-decoration: none;
  color: #444444;
}
.button-white a:hover i {
  color: #444444;
}
.button-white a:active {
  background-color: #f6f6f6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6');
  background-image: linear, false, white 0%, #f6f6f6 100%;
  top: 1px;
}

.subbut2 {
  width: 100%;
  height: 50px;
}
.subbut2 a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #48b1f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF60BBF4', endColorstr='#FF48B1F2');
  background-image: linear, false, #60bbf4 0%, #48b1f2 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
}
.subbut2 a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.subbut2 a:hover {
  background-color: #60bbf4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF78C5F5', endColorstr='#FF60BBF4');
  background-image: linear, false, #78c5f5 0%, #60bbf4 100%;
  text-decoration: none;
  color: white;
}
.subbut2 a:hover i {
  color: white;
}
.subbut2 a:active {
  background-color: #48b1f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF60BBF4', endColorstr='#FF48B1F2');
  background-image: linear, false, #60bbf4 0%, #48b1f2 100%;
  top: 1px;
}

.but-ore {
  width: 100%;
  height: 50px;
}
.but-ore a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #ff6e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7D1A', endColorstr='#FFFF6E00');
  background-image: linear, false, #ff7d1a 0%, #ff6e00 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  display: block;
}
.but-ore a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.but-ore a:hover {
  background-color: #ff7d1a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF8B33', endColorstr='#FFFF7D1A');
  background-image: linear, false, #ff8b33 0%, #ff7d1a 100%;
  text-decoration: none;
  color: white;
}
.but-ore a:hover i {
  color: white;
}
.but-ore a:active {
  background-color: #ff6e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7D1A', endColorstr='#FFFF6E00');
  background-image: linear, false, #ff7d1a 0%, #ff6e00 100%;
  top: 1px;
}

.but-ore2 {
  width: 100%;
  height: 40px;
}
.but-ore2 a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #ff6e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7D1A', endColorstr='#FFFF6E00');
  background-image: linear, false, #ff7d1a 0%, #ff6e00 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.but-ore2 a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.but-ore2 a:hover {
  background-color: #ff7d1a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF8B33', endColorstr='#FFFF7D1A');
  background-image: linear, false, #ff8b33 0%, #ff7d1a 100%;
  text-decoration: none;
  color: white;
}
.but-ore2 a:hover i {
  color: white;
}
.but-ore2 a:active {
  background-color: #ff6e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7D1A', endColorstr='#FFFF6E00');
  background-image: linear, false, #ff7d1a 0%, #ff6e00 100%;
  top: 1px;
}

.but-dark {
  width: 100%;
  height: 50px;
}
.but-dark a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #32495f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3B5670', endColorstr='#FF32495F');
  background-image: linear, false, #3b5670 0%, #32495f 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  display: block;
}
.but-dark a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.but-dark a:hover {
  background-color: #3b5670;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF446380', endColorstr='#FF3B5670');
  background-image: linear, false, #446380 0%, #3b5670 100%;
  text-decoration: none;
  color: white;
}
.but-dark a:hover i {
  color: white;
}
.but-dark a:active {
  background-color: #32495f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3B5670', endColorstr='#FF32495F');
  background-image: linear, false, #3b5670 0%, #32495f 100%;
  top: 1px;
}

#submenu a {
  color: #ffffff;
  text-decoration: none;
}

#submenu hover {
  color: #4385c2;
  text-decoration: underline;
}

p {
  font-size: 113%;
  width: 90%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  margin: 1em;
  padding: 1em;
  line-height: 1.6em;
  clear: both;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.property {
  background-color: #fff8d9;
}

.no-wrap {
   overflow:  hidden;
  _zoom: 1;
}

.vir-icon, .s-icon {
  border-radius: 2px;
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
  padding: 2px 5px;
  vertical-align: middle;
}

.vir-icon {
  font-size: .80rem;
}

.s-icon {
  font-size: 1.0rem;
}

.v-o {
  color: #fff;
  background: #f78d1d;
}

.v-a {
  color: #fff;
  background: #c33219;
}

.v-g {
  color: #000;
  background: #e5f5d7;
}

.v-b {
  color: #000;
  background: #dbeef3;
}

.v-p {
  color: #000;
  background: #f8d1d3;
}
