@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  height: auto;
  vertical-align: top;
}

/* Title */

.archiveTitleArea h2{
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.archiveTitleArea h2 span{
	font-size: 14px;
}
#contents h2{
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	line-height: 160%;
	font-weight: bold;
	color: #455E1E;
}



#contents h2.title {
  line-height: 140%;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
	margin-bottom:20px;
  color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #323232), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left, #323232, #000000);
  background-image: -webkit-linear-gradient(left, #323232, #000000);
  background-image: linear-gradient(to right, #323232, #000000);
}
#contents h2.title:before {
  width: 6px;
  height: 22px;
  content: '';
  margin-right: 0.5em;
  background-color: #53b418;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px -1px 1px 3px rgba(17, 17, 17, 0.7), 1px 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px -1px 1px 3px rgba(17, 17, 17, 0.7), 1px 1px 2px rgba(255, 255, 255, 0.3) inset;
  -ms-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px -1px 1px 3px rgba(17, 17, 17, 0.7), 1px 1px 2px rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px -1px 1px 3px rgba(17, 17, 17, 0.7), 1px 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px -1px 1px 3px rgba(17, 17, 17, 0.7), 1px 1px 2px rgba(255, 255, 255, 0.3) inset;
}


/* common */
/*------------------------------------------------*/
.inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#headBottom .inner{
	position: relative;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 980px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* bxSlider Reset */
/*------------------------------------------------*/
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background-color: transparent;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background-image: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* category */
/*------------------------------------------------*/
.categoryLabel {
  color: #fff;
}
.categoryLabel:visited, .categoryLabel:focus, .categoryLabel:active {
  color: #fff;
}
.categoryLabel.news {
  background-color: #f0872a;
}
.categoryLabel.hot {
  background-color: #e14154;
}
.categoryLabel.press_release {
  background-color: #38a1ea;
}
.categoryLabel.topics {
  background-color: #53b418;
}
.categoryLabel.tech {
  background-color: #a665cf;
}

/* title */
/*------------------------------------------------*/
.titleWithBtnArea {
  width: 100%;
  display: table;
}
.titleWithBtnArea .title, .titleWithBtnArea .btn {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}
.titleWithBtnArea .title {
  line-height: 160%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #3e414a;
}
.titleWithBtnArea .btn {
  width: 13%;
  text-align: center;
  background-color: #53b418;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.titleWithBtnArea .btn:visited, .titleWithBtnArea .btn:focus, .titleWithBtnArea .btn:active {
  color: #fff;
}
.titleWithBtnArea .btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titleWithBtnArea .btn > .icon {
  margin-right: 0.5em;
  display: inline-block;
  font-size: 12px;
}

/* header */
/*------------------------------------------------*/
/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  border-top: 5px solid #75ac22;
  background-color: #fff;
}
#headWrap #header {
	font-size: 0px;
	width: 1080px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#headWrap #header #headLeft, #headWrap #header #headRight {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#headWrap #header #headLeft {
  width: 580px;
  font-size: 0px;
}
#headWrap #header #headLeft > div {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#headWrap #header #headLeft > div:first-child {
  margin-left: 0;
}
#headWrap #header #headLeft > div#logo {
  width: 140px;
}
#headWrap #header #headLeft > div#logo img{
  width: 100%;
}
#headWrap #header #headLeft > div#headCatch {
  width: 280px;
}
#headWrap #header #headLeft > div#headCatch h2 {
  line-height: 140%;
  font-size: 11px;
}
#headWrap #header #headLeft > div#headCatch h2 span{
	line-height: 140%;
	font-size: 13px;
	font-weight: bold;
}
#headWrap #header #headLeft > div#headImg {
  width: 120px;
}
#headWrap #header #headLeft > div#headImg img{
  width: 100%;
}
#headWrap #header #headRight {
  width: 500px;
  background-color: #424242;
  background-image: url('/images/icon/plaidBg.png');
}
#headWrap #header #headRight #headRightInner {
  width: 100%;
  display: table;
}
#headWrap #header #headRight #headRightInner > div {
  padding: 10px;
  border-left: 1px solid #000;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#headWrap #header #headRight #headRightInner > div:first-child {
  border-left: none;
}
#headWrap #header #headRight #headRightInner #headTel {
  color: #fff;
}
#headWrap #header #headRight #headRightInner #headTel dl {
  font-size: 0px;
}
#headWrap #header #headRight #headRightInner #headTel dl dt, #headWrap #header #headRight #headRightInner #headTel dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#headWrap #header #headRight #headRightInner #headTel dl dt {
	line-height: 130%;
	padding: 2px 5px;
	background-color: #fff;
	color: #000;
	font-size: 8px;
	text-align: justify;
}
#headWrap #header #headRight #headRightInner #headTel dl dd {
  margin-left: 8px;
}
#headWrap #header #headRight #headRightInner #headTel dl dd h4 {
  font-size: 17px;
  font-weight: bold;
}
#headWrap #header #headRight #headRightInner #headTel dl dd p {
	margin-top: 5px;
	font-size: 8px;
	line-height: 100%;
}
#headWrap #header #headRight #headRightInner #headSearch {
  width: 276px;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchInput {
  width: 220px;
  margin-right: 10px;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchInput > input {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchInput > input::-webkit-input-placeholder {
  color: #969696;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchInput > input:-moz-placeholder {
  color: #969696;
  opacity: 1;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchInput > input::-moz-placeholder {
  color: #969696;
  opacity: 1;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchInput > input:-ms-input-placeholder {
  color: #969696;
}
#headWrap #header #headRight #headRightInner #headSearch .searchContents .searchBtn > input {
  background-color: #76b300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #e1e5e0;
  border-bottom: 1px solid #e1e5e0;
}
#globalNavWrap #globalNav ul {
  width: 100%;
  display: table;
  border-left: 1px solid #e1e5e0;
}
#globalNavWrap #globalNav ul li {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #fff;
  border-right: 1px solid #e1e5e0;
}
#globalNavWrap #globalNav ul li.menu-item-113 {
  border: none;
}
#globalNavWrap #globalNav ul li.menu-item-113 a {
  color: #fff;
  background-color: #f1852c;
}
#globalNavWrap #globalNav ul li.menu-item-113 a:visited, #globalNavWrap #globalNav ul li.menu-item-113 a:focus, #globalNavWrap #globalNav ul li.menu-item-113 a:active {
  color: #fff;
}
#globalNavWrap #globalNav ul li.menu-item-113 a:before {
  width: 19px;
  height: 13px;
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('/images/icon/mail.png');
  background-repeat: no-repeat;
  background-position: center center;
}
#globalNavWrap #globalNav ul li.menu-item-113 a:hover {
  color: #fff;
  background-color: #ef9552;
}
#globalNavWrap #globalNav ul li.menu-item-113 a:hover:visited, #globalNavWrap #globalNav ul li.menu-item-113 a:hover:focus, #globalNavWrap #globalNav ul li.menu-item-113 a:hover:active {
  color: #fff;
}
#globalNavWrap #globalNav ul li.menu-item-113 a:hover:after {
  display: none;
}
#globalNavWrap #globalNav ul li a {
  height: 100%;
  line-height: 60px;
  padding: 0 20px;
  display: block;
  text-align: center;
  color: #424242;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
#globalNavWrap #globalNav ul li a:visited, #globalNavWrap #globalNav ul li a:focus, #globalNavWrap #globalNav ul li a:active {
  color: #424242;
}
#globalNavWrap #globalNav ul li a:after {
  width: 10px;
  height: 5px;
  content: '';
  margin-left: -5px;
  display: none;
  background-image: url('/images/icon/globalNavArrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 10px;
  left: 50%;
}
#globalNavWrap #globalNav ul li a:hover {
  color: #fff;
  background-color: #303030;
}
#globalNavWrap #globalNav ul li a:hover:visited, #globalNavWrap #globalNav ul li a:hover:focus, #globalNavWrap #globalNav ul li a:hover:active {
  color: #fff;
}
#globalNavWrap #globalNav ul li a:hover:after {
  display: block;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}
#mainWrap #main {
}
#mainWrap #main #contents {
  width: 900px;
  float: right;
}
#mainWrap #main #side {
  width: 270px;
  float: left;
}

/* sideNav */
/*------------------------------------------------*/
#sideNav .sideNavBox:last-child .sideNavBoxInner {
  border-bottom: 1px solid #ddd;
}
#sideNav .sideNavBox .sideNavBoxInner {
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sideNav .sideNavBox .sideNavBoxInner > nav {
  margin-top: 20px;
}
#sideNav .sideNavBox .sideNavBoxInner > nav:first-child {
  margin-top: 0;
}
#sideNav .sideNavBox .pcTypeName a {
	line-height: 160%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-color: #53b418;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height:60px;
	position: relative;
	width: 270px;
	overflow: hidden;
}
#sideNav .sideNavBox .pcTypeName a img{
	height:120px;
	width:270px;
}
#sideNav .sideNavBox .pcTypeName a:hover img{
	height: 120px;
	width: 270px;
	margin-top: -60px;
}
#sideNav .sideNavBox .pcTypeName a:visited, #sideNav .sideNavBox .pcTypeName a:focus, #sideNav .sideNavBox .pcTypeName a:active {
  color: #fff;
}

#sideNav .sideNavBox .pcTypeName a:hover {
}
#sideNav .sideNavBox .cpuTypeName {
  margin-bottom: 10px;
}
#sideNav .sideNavBox .cpuTypeName a {
  line-height: 160%;
  font-weight: bold;
  color: #53b418;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sideNav .sideNavBox .cpuTypeName a:visited, #sideNav .sideNavBox .cpuTypeName a:focus, #sideNav .sideNavBox .cpuTypeName a:active {
  color: #53b418;
}
#sideNav .sideNavBox .cpuTypeName a:hover {
  color: #86db52;
  text-decoration: underline;
}
#sideNav .sideNavBox .cpuTypeName a:hover:visited, #sideNav .sideNavBox .cpuTypeName a:hover:focus, #sideNav .sideNavBox .cpuTypeName a:hover:active {
  color: #86db52;
}
#sideNav .sideNavBox ul li {
  margin-top: 0px;
}
#sideNav .sideNavBox ul li:first-child {
  margin-top: 0;
}
#sideNav .sideNavBox ul li a {
	line-height: 160%;
	padding-left: 30px;
	background-image: url(../images/icon/orangeArrowR_s.png?1448505431);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #4d5057;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #F7F7F7;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E5E0;
	display: block;
	padding-right: 10px;
}

#sideNav .sideNavBox ul li.childMenu a {
	line-height: 160%;
	padding-left: 40px;
	color: #4d5057;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #FFF;
	background-image: none;
}
#sideNav .sideNavBox ul li a.active {
	background-color: #C5CFC8;
}

#sideNav .sideNavBox ul li.childMenu a.active, #sideNav .sideNavBox ul li a:focus{
	background-color: #C5CFC8;
}
#sideNav .sideNavBox ul li a:visited{
}
#sideNav .sideNavBox ul li a:hover:visited, #sideNav .sideNavBox ul li a:hover:focus, #sideNav .sideNavBox ul li a:hover:active {
}


#sideNav .sideNavBox ul li a:hover{
	background-color: #929292;
	color: #FFF;
	text-decoration: none;
}

.sidebnr{
	margin-top:10px;
	}
.sidebnr ul li{
	margin-bottom:10px;
	}
/* footSliderWrap */
/*------------------------------------------------*/
#footSliderWrap {
  width: 100%;
  padding: 30px 0;
  background-color: #efefef;
}
#footSliderWrap #footSlider {
  width: 1020px;
}
#footSliderWrap #footSlider .bx-prev {
  left: -90px;
}
#footSliderWrap #footSlider .bx-next {
  right: -90px;
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  background-color: #272727;
  color: #fff;
}
#footWrap a {
  color: #fff;
}
#footWrap a:visited, #footWrap a:focus, #footWrap a:active {
  color: #fff;
}
#footWrap #footer {
  padding: 65px 0;
}
#footWrap #footer #footInfo {
  width: 240px;
  float: left;
}
#footWrap #footer #footInfo h2 {
  margin-bottom: 15px;
}
#footWrap #footer #footInfo p {
  line-height: 180%;
  font-size: 10px;
}
#footWrap #footer #footNav {
  width: 800px;
  float: right;
  display: table;
}
#footWrap #footer #footNav .footNavCont {
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#footWrap #footer #footNav .footNavCont#footNavInformation {
  width: 190px;
}
#footWrap #footer #footNav .footNavCont#footNavAbout {
  width: 120px;
  padding-right: 0;
}
#footWrap #footer #footNav .footNavCont > h5 {
  font-size: 14px;
  font-weight: bold;
}
#footWrap #footer #footNav .footNavCont > ul {
  margin-top: 20px;
}
#footWrap #footer #footNav .footNavCont > ul > li {
  margin-top: 10px;
}
#footWrap #footer #footNav .footNavCont > ul > li:first-child {
  margin-top: 0;
}
#footWrap #footer #footNav .footNavCont > ul > li a {
  line-height: 140%;
  padding-left: 10px;
  display: inline-block;
  background-image: url('../images/icon/whiteDotsArrowR_m.png?1452068564');
  background-position: left 3px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#footWrap #footer #footNav .footNavCont > ul > li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#footWrap #copyright {
  width: 100%;
  background-color: #363636;
}
#footWrap #copyright p {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}

/* search */
/* ------------------------------------------------- */
.searchContents {
  font-size: 0px;
}
.searchContents .searchInput, .searchContents .searchBtn {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.searchContents .searchInput {
  width: -webkit-calc( 100% - 25px );
  width: calc( 100% - 25px );
}
.searchContents .searchInput > input {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eef6e9;
}
.searchContents .searchInput > input::-webkit-input-placeholder {
  color: #4d5057;
}
.searchContents .searchInput > input:-moz-placeholder {
  color: #4d5057;
  opacity: 1;
}
.searchContents .searchInput > input::-moz-placeholder {
  color: #4d5057;
  opacity: 1;
}
.searchContents .searchInput > input:-ms-input-placeholder {
  color: #4d5057;
}
.searchContents .searchBtn {
  width: 25px;
}
.searchContents .searchBtn > input {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3e414a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.searchContents .searchBtn > input:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* pager */
/* ------------------------------------------------- */
.pagerArea {
  margin-top: 70px;
  font-size: 0px;
}
.pagerArea span, .pagerArea a {
  line-height: 100%;
  padding: 8px 10px;
  margin-right: 0.5em;
  display: inline-block;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .pagerArea span, .pagerArea a {
    padding: 1.5% 2.5%;
    font-size: 10px;
  }
}
.pagerArea span {
  background-color: #53b418;
  color: #fff;
}
.pagerArea span.dots {
  background-color: transparent;
  color: #333;
}
.pagerArea a {
  background-color: #eee;
  color: #333;
}
.pagerArea a:visited, .pagerArea a:focus, .pagerArea a:active {
  color: #333;
}
@media only screen and (min-width: 980px) {
  .pagerArea a:hover {
    background-color: #53b418;
    color: #fff;
  }
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}
#notFound h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #53b418;
}
@media only screen and (max-width: 768px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 18px;
    text-align: left;
  }
}
#notFound p {
  line-height: 160%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #notFound p {
    font-size: 12px;
    text-align: left;
  }
}
#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #53b418;
  color: #fff;
}
#notFound p a:visited, #notFound p a:focus, #notFound p a:active {
  color: #fff;
}
#notFound p.returnTop {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}


/* アーカイブ */

#contents .archiveList {
  border: 1px solid #ddd;
}
#contents .archiveList li {
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 0px;
}
#contents .archiveList li:first-child {
  border-top: none;
}
#contents .archiveList li > span, #contents .archiveList li a {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
#contents .archiveList li a:hover {
  text-decoration: underline;
}
#contents .archiveList li .date {
  width: 70px;
  margin-right: 15px;
  font-size: 11px;
  color: #787878;
}
#contents .archiveList li .categoryLabel {
  width: 100px;
  padding: 5px;
  margin-right: 15px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
#contents .archiveList li .title {
  max-width: 650px;
  line-height: 160%;
}


/*20170522 add*/
a.dgx_sidebanner {
  position: fixed;
  top: 110px;
  right: 0;
  display: block;
}