/* ==========================================================================

	Responsive Component

	Latest Update 2018/10/03


	----------------------------------

	Font-size Setting
	8px  :  57.1%		17px : 121.4%
	9px  :  64.3%		18px : 128.6%
	10px :  71.4%		19px : 135.7%
	11px :  78.6%		20px : 142.9%
	12px :  85.7%		22px : 157.1%
	13px :  92.9%		24px : 171.4%
	14px :   100%		26px : 185.7%
	15px : 107.1%		28px :   200%
	16px : 114.3%		30px : 214.3%

   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #333;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #fff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body,
input,
button,
textarea {
	font: 14px/24px "メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
}

.lt-ie9 body {
  font-size: 87.5%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  color: #3E60A7;
}

@media (min-width: 1030px) {

  .wrapper {
    width: 1030px;
    margin: 0 auto;
  }

}

@media (max-width: 1029px) and (min-width: 520px) {}

@media (max-width: 519px) {

  body {
    width: 100%;
  }

}


/* ==========================================================================
   Header Contents
   ========================================================================== */

#title {
  float: left;
  margin: 0;
}

#header-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#slideHead,
#spMenu {
  display: none;
}

header nav a span {
  white-space: nowrap;
}

#header-container {
  position: relative;
}

#header-container header.wrapper {
  position: relative;
}

#searchBox,
#searchBox2 {
  display: none;
  position: absolute;
  right: 10px;
  top: 100%;
  z-index: 100;
}

#searchBox form,
#searchBox2 form {
  background: #eee;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, .3);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, .3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin-top: 5px;
  padding: 8px;
  position: relative;
  width: 250px;
}

#searchBox:before,
#searchBox form:after,
#searchBox2:before,
#searchBox2 form:after {
  content: "";
  display: block;
  position: absolute;
}

#searchBox:before,
#searchBox2:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #eeeeee transparent;
  right: 28px;
  margin: -5px 0 0;
}

#searchBox form:after,
#searchBox2 form:after {
  background: url(/files/user/cmn-img/cmn-search.png) no-repeat 0 0;
  left: 20px;
  height: 15px;
  margin-top: -7px;
  top: 50%;
  width: 15px;
  z-index: 200;
}

#searchBox form input[type="text"],
#searchBox2 form input[type="text"] {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 5px 5px 30px;
  width: 180px;
}

#searchBox form input[type="submit"],
#searchBox2 form input[type="submit"] {
  background: #406CC5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-weight: bold;
  margin-left: 8px;
  padding: 2px 0 2px;
  width: 45px;
  vertical-align: middle;
}


@media (max-width: 519px) {

  #header-container {
    border-top: 3px solid #406CC5;
    padding: 10px 10px 1px;
  }
  #title a {
    background: url(/files/user/cmn-img/header-logosp.png) no-repeat;
    background-size: 100% auto;
    display: block;
    height: 53px;
    width: 90px;
  }
  #spMenu {
    display: block;
    float: right;
    margin-top: 11px;
    overflow: hidden;
  }
  header #nav,
  header #nav3 {
    display: none;
  }
  header p {
    margin: 0;
  }
  /*
	header p a {
		display: block;
		background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -46px 0;
		height: 41px;
		width: 31px;
	}
*/
  header p .searchSp {
    color: #718cc6;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 25px;
    margin-right: 10px;
    padding-left: 3px;
  }
  #searchBox {
    display: none;
    top: 45px;
  }
  #searchBox:before {
    right: 48px;
  }
  #searchBox form input[type="submit"] {
    vertical-align: inherit;
  }

}


/* ==========================================================================
   Main Contents
   ========================================================================== */

#breadCrumb {
  color: #999;
  font-size: 78.6%;
  margin: 0 0 30px;
}

#breadCrumb a {
  color: #999;
  text-decoration: none;
}

#breadCrumb a:hover,
#breadCrumb a:active {
  text-decoration: underline;
}

#breadCrumb strong {
  font-weight: normal;
}

#tagLine {
  margin-bottom: 10px;
}

article a {
  text-decoration: none;
  word-wrap: break-word;
}

article a:hover,
article a:active {
  text-decoration: underline;
}

article h1 {
  color: #000;
  font-size: 171.4%;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 0;
}

article .heading2 {
  border-top: 1px solid #E5E5E5;
  color: #000;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-top: 25px;
  position: relative;
}

article h2.heading2 {
  font-size: 142.9%;
}

article div.heading2 {
  position: relative !important;
}

article .heading2 h2 {
  font-size: 142.9%;
  margin: 0 32px 0 0;
}

article .heading2 .rss {
  display: block;
  height: 17px;
  position: absolute;
  right: 6px;
  top: 33px;
  width: 16px;
}

article .heading2 .rss a {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -65px -47px;
  display: block;
  height: 17px;
  width: 16px;
}

article .heading2:before {
  background: #406CC5;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 0;
  width: 200px;
}

.lt-ie8 article .heading2 {
  border-top: none;
  background: url(/files/user/cmn-img/cmnie-h1-bg.png) no-repeat;
  position: static;
}

article .heading3 {
  border-left: 4px solid #406CC5;
  color: #000;
  font-size: 114.3%;
  margin: 0 0 25px 6px;
  padding: 0 0 0 20px;
}

article .heading4 {
  color: #000000;
  font-size: 114.3%;
  margin: 0 0 15px;
}

article > section,
article > .section {
  margin-bottom: 50px;
}

article > section > section,
article > .section > .section {
  margin-bottom: 30px;
}

article > section > section > section,
article > .section > .section > section {
  margin-bottom: 30px;
}

article section figure img,
article .section figure img,
article .section img {
  height: auto;
  max-width: 100%;
}

article section figure .portrait,
article .section figure .portrait,
article .section .portrait {
  height: auto;
  max-width: 300px;
  margin-right:25px;
  float:left;
}

article section figure .double,
article .section figure .double,
article .section .double {
  float:left;
  width:47%;
  margin-left:2%;
}

#socialLine {
  margin-bottom: 10px;
}

#categoryFlag {
  color: #999;
  font-size: 78.6%;
  float: right;
  text-align: right;
  width: 220px;
}

#social {
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#social li {
  width: 40px;
  float: right;
  margin-left: 5px;
}

#social li img {
  max-width: 100%;
}

#social #facebook {
  width: 72px;
  margin-left: 0px;
}

#social #facebook span {
  vertical-align: top !important;
}

/* ===== Box ===== */

div.box {
  width: 100%;
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
  font-size: 80%;
}

div.box h3 {
  margin: 0;
  padding: 6px 10px;
  background-color: #f5f5f5;
  border-bottom: 1px #c0c0c0 solid;
  font-size: 120%;
}

div.box p {
  margin: 1em 10px;
}

.box_01 {
  width: 100%;
  border-collapse: collapse;
}

.box_01 th {
  width: 25%;
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #b9b9b9;
}

.box_01 td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

.box_02 {
  width: 100%;
  border-collapse: collapse;
}

.box_02 td {
  padding: 6px;
  background-color: #f5f5f5;
  border: 1px solid #b9b9b9;
}

.box_03 {
  background: #F9F8F7;
  border: 1px solid #ccc;
  font-size: 85.7%;
  margin: 0 0 20px;
  padding: 0 20px 0;
}

/* ===== Top & Blog Index & Recommend & Ranking List ===== */

.stackList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stackList ul li {
  list-style: none;
  margin: 0 0 30px;
  overflow: hidden;
}

.stackList figure,
.stackList .figure {
  float: left;
}

.stackList .sideBy,
.stackList .stackItem {
  overflow: hidden;
}

.iconSeminor,
.iconService,
.iconJournal,
.iconVideo,
.iconSocial,
.iconCEO,
.iconServiceCat,
.iconOutsite {
  color: #999;
  display: inline-block;
  font-size: 71.4%;
  line-height: 1.7;
  margin-right: 10px;
  padding: 2px 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.lt-ie8 .iconSeminor,
.lt-ie8 .iconService,
.lt-ie8 .iconJournal,
.lt-ie8 .iconVideo,
.lt-ie8 .iconSocial,
.lt-ie8 .iconCEO,
.lt-ie8 .iconServiceCat,
.lt-ie8 .iconOutsite {
  display: inline;
  zoom: 1;
}

.iconSeminor:before,
.iconService:before,
.iconJournal:before,
.iconVideo:before,
.iconSocial:before,
.iconCEO:before,
.iconServiceCat:before,
.iconOutsite:before {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 2px;
}

.iconSeminor {
  color: #83C441;
}

.iconSeminor:before {
  background-position: 0 -26px;
  left: 3px;
  height: 15px;
  width: 10px;
}

.lt-ie8 .iconSeminor {
  background: url(/files/user/cmn-img/cmnie-icon-02.png) no-repeat 0 3px;
}

.iconService {
  color: #E38414;
}

.iconService:before {
  background-position: -30px -26px;
  height: 15px;
  width: 15px;
}

.lt-ie8 .iconService {
  background: url(/files/user/cmn-img/cmnie-icon-03.png) no-repeat 0 3px;
}

.iconServiceCat {
  color: #E38414;
}

.iconServiceCat:before {
  background-position: -30px -26px;
  height: 15px;
  width: 15px;
}

.lt-ie8 .iconServiceCat {
  background: url(/files/user/cmn-img/cmnie-icon-03.png) no-repeat 0 3px;
}

.iconJournal {
  color: #C44157;
}

.iconJournal:before {
  background-position: -13px -26px;
  height: 15px;
  width: 14px;
}

.lt-ie8 .iconJournal {
  background: url(/files/user/cmn-img/cmnie-icon-04.png) no-repeat 0 3px;
}

.iconVideo {
  color: #41C4C4;
}

.iconVideo:before {
  background-position: 0 -43px;
  height: 14px;
  width: 15px;
}

.lt-ie8 .iconVideo {
  background: url(/files/user/cmn-img/cmnie-icon-11.png) no-repeat 0 3px;
}

.iconSocial {
  color: #553FC4;
}

.iconSocial:before {
  background-position: -36px -43px;
  height: 14px;
  width: 15px;
}

.lt-ie8 .iconSocial {
  background: url(/files/user/cmn-img/cmnie-icon-12.png) no-repeat 0 3px;
}

.iconCEO {
  color: #406CC5;
}

.iconCEO:before {
  background-position: -18px -43px;
  height: 14px;
  width: 15px;
}

.lt-ie8 .iconCEO {
  background: url(/files/user/cmn-img/cmnie-icon-13.png) no-repeat 0 3px;
}

.iconOutsite {
  color: #333;
}

.iconOutsite:before {
  background-position: -79px -86px;
  height: 13px;
  width: 14px;
}

.lt-ie8 .iconOutsite {
  background: url(/files/user/cmn-img/cmnie-icon-17.png) no-repeat 0 3px;
}

.tagLine {
  color: #999;
  margin-bottom: 5px;
  overflow: hidden;
}

#recommend .tagLine {
  line-height: 1.2;
  margin-bottom: 0;
}

.tagLine .tag,
.tagLine .day,
.stackItem .tag,
.stackItem .childTag,
.stackItem .day,
.blockList .tag,
.blockList .day,
.tLine .day,
#stoneWall .tag {
  color: #999;
  font-size: 71.4%;
  line-height: 1.7;
}

.stackList .stackItem .childTag {
  display: inline-block;
  background: #D8E7F7;
  color: #666;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 3px 8px 2px;
}

#stoneWall h3,
.stackList .stackTit,
#recommend .stackItem h3,
.blockList .sideBy h3 {
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 5px;
}

#stoneWall h3 {
  font-weight: bold;
}

#stoneWall h3 a,
.stackList .stackTit a,
#recommend .stackItem h3 a,
.blockList .sideBy h3 a {
  color: #000;
  text-decoration: none;
}

#stoneWall p,
.stackList p {
  color: #777;
  font-size: 85.7%;
  margin: 0;
}

#stoneWall p span,
.stackList p span {
  color: #3E61A8;
}

#recommend,
#ranking {
  margin-bottom: 50px;
}

#recommend ul li {
  margin: 0 0 20px;
}

.blockList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blockList li figure,
.blockList li .figure,
.stackList figure,
.stackList .figure {
  margin-bottom: 10px;
  text-align: center;
}

.blockList li figure a,
.blockList li .figure a,
.stackList figure a,
.stackList .figure a {
  display: table-cell;
  vertical-align: middle;
}

.lt-ie9 .blockList li figure a,
.lt-ie9 .blockList li .figure a,
.lt-ie9 .stackList figure a,
.lt-ie9 .stackList .figure a {
  display: inline-block;
  zoom: 1;
}

#recommend.stackList figure,
#recommend.stackList .figure {
  margin: 0 15px 10px 0;
  height: 84px;
  width: 100px;
}

#recommend.stackList figure a,
#recommend.stackList .figure a {
  height: 84px;
  line-height: 84px;
  width: 100px;
}

#recommend.stackList figure img,
#recommend.stackList .figure img {
  height: auto;
  max-height: 84px;
  max-width: 100px;
  width: auto;
}

.lank01 .figure,
.lank02 .figure,
.lank03 .figure {
  position: relative;
  font-size: 85.7%;
}

.lank01 .figure:before,
.lank02 .figure:before,
.lank03 .figure:before {
  background: #406CC5;
  color: #fff;
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 10;
}

.lank01 .figure:before {
  content: "1";
}

.lank02 .figure:before {
  content: "2";
}

.lank03 .figure:before {
  content: "3";
}

.lt-ie9 #ranking .figure:before {
  display: none;
}

.lt-ie9 #ranking .figure .rankNo {
  background: url(/files/user/cmn-img/cmnie-icon-07.png) no-repeat;
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 25px;
  z-index: 10;
}

.lt-ie9 #ranking .lank02 .figure .rankNo {
  background-position: -25px 0;
}

.lt-ie9 #ranking .lank03 .figure .rankNo {
  background-position: -50px 0;
}

/* ===== Dot Under Line Style ===== */

#stoneWall h3 a,
.stackList .stackTit a,
#recommend .stackItem h3 a,
.blockList .sideBy h3 a,
#inqBtn a span,
#Home aside li p a,
#Home aside #topSeminor a {
  background: url(/files/user/cmn-img/aside-bg-.png) repeat-x 0 bottom;
  line-height: 2;
}

.lt-ie8 #stoneWall h3 a,
.lt-ie8 .stackList .stackTit a,
.lt-ie8 .blockList .stackItem h3 a,
.lt-ie8 #ranking .sideBy h3 a,
.lt-ie8 #Home aside li p a,
.lt-ie8 #Home aside #topSeminor a {
  background: none;
  text-decoration: underline;
}

.touch #stoneWall h3 a {
  background: none;
  text-decoration: none;
}

.touch .stackList .stackTit a,
.touch .blockList .stackItem h3 a,
.touch .blockList .sideBy h3 a,
.touch #ranking .sideBy h3 a,
.touch #Home aside li p a,
.touch #Home aside #topSeminor a {
  background: none;
  text-decoration: underline;
}

.dateList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dateList li {
  margin: 0;
  padding: 0 0 15px;
}

/* ===== Link Style ===== */

.inLink {
  padding-left: 10px;
  width: 100%;
}

.outLink {
  padding-left: 10px;
}

.outLink a {
  padding-left: 20px;
  position: relative;
}

.outLink a:before {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -66px -88px;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 11px;
}

.lt-ie8 .outLink a {
  background: url(/files/user/cmn-img/cmnie-icon-14.png) no-repeat 0 2px;
  position: static;
}

.pdfLink {
  padding-left: 25px;
  position: relative;
}

.lt-ie8 .pdfLink {
  background: url(/files/user/cmn-img/cmnie-icon-08.png) no-repeat 0 4px;
}

.pdfLink:before {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -65px -69px;
  content: "";
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px;
}

.newsSect ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.newsSect li {
  margin: 0 0 15px;
  overflow: hidden;
}

.newsSect .day {
  display: block;
  float: left;
  width: 4em;
}

.newsSect .newsBox {
  display: block;
  overflow: hidden;
}

.more {
  border-top: 1px solid #E5E5E5;
  font-size: 85.7%;
  margin: 0;
  padding: 10px 0 0 0;
}

/* ===== Table Style ===== */

table {
  border: 1px solid #E5E5E5;
  border-collapse: collapse;
  width: 100%;
}

table th {
  background: #F9F8F7;
  border: 1px solid #E5E5E5;
  padding: 15px;
  vertical-align: top;
}

table td {
  border: 1px solid #E5E5E5;
  font-size: 85.7%;
  padding: 15px;
  vertical-align: top;
}

table thead th {
  background: #F0EFEE;
}

table caption {}

table caption.capL {
  text-align: left;
}

table caption.capR {
  text-align: right;
}

/* ===== Inquiry Box Style ===== */

#inqLink {
  background: #003D99;
  color: #fff;
  margin-bottom: 50px;
  padding: 30px 40px;
}

#inqLink h2 {
  font-size: 114.3%;
  margin: 0 0 10px;
}

#inqLink p {
  font-size: 85.7%;
  margin: 0;
}

#inqBtn {
  background: #fff;
}

#inqBtn a {
  color: #333;
  display: block;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
}

/* ===== Pager Style ===== */

.pager ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.pager li {
  float: left;
  display: block;
  font-size: 85.7%;
  height: 30px;
  margin: 0 5px 5px 0;
  padding: 0;
}

.pager li a {
  border: 1px solid #ddd;
  display: block;
  height: 30px;
  padding: 3px 0 0;
  text-align: center;
  width: 30px;
}

.lt-ie8 .pager li a {
  height: 25px;
}

.pager li.current a {
  background: #406CC5;
  color: #fff;
  font-weight: bold;
  padding: 3px 0 0;
  text-align: center;
  width: 30px;
}

.pager .prevPage {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -87px 0;
  padding: 0 0 0 4px;
  width: 55px;
}

.pager .nextPage {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -87px -33px;
  margin: 0 0 5px;
  padding: 0 4px 0 0;
  width: 55px;
}

.pager .prevPage a,
.pager .nextPage a {
  background: none;
  border: none;
  height: 30px;
  padding: 4px 0 0;
  width: 55px;
}

/* ===== Utility Style ===== */

#Lower.singleClumn article {
  float: none;
  margin: 0 auto;
}

/* ===== Youtube Style ===== */

.youTube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youTube iframe,
.youTube object {
  left: 0;
  height: 100% !important;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/* ===== Floating Box Style ===== */

.boxLine {
  list-style: none;
  padding: 0;
}

.boxLine li {
  margin: 0 0 20px;
  padding: 0;
  vertical-align: top;
}

.boxLine figure {
  margin: 0 0 15px;
}

.boxLine figure img {
  height: auto;
  width: 100%;
}

.boxTitle {
  font-size: 100%;
  line-height: 1.6;
  margin: 0 0 10px;
}

.boxLine p {
  font-size: 85.7%;
  line-height: 1.6;
  margin: 0;
}

.headge {
  font-size: 85.7%;
  line-height: 1.6;
  color: #666;
}

@media (min-width: 520px) {

  /* ===== Blog Index & Recommend & Ranking List ===== */
  .blockList {
    letter-spacing: -0.40em;
    margin-left: -25px;
    overflow: hidden;
  }
  .blockList li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 0 20px 25px;
    vertical-align: top;
    width: 190px;
  }
  .lt-ie8 .blockList li {
    display: inline;
    zoom: 1;
  }
  .blockList li figure,
  .blockList li .figure {
    height: 159px;
    width: 190px;
  }
  .lt-ie8 .blockList li figure,
  .lt-ie8 .blockList li .figure,
  .lt-ie8 .stackList li figure {
    layout-grid-line: 159px;
  }
  .lt-ie8 .stackList #blogRmd li figure,
  .lt-ie8 #blogRmd li .figure {
    layout-grid-line: 84px;
  }
  .blockList li figure a,
  .blockList li .figure a,
  .stackList li figure a,
  .stackList li .figure a {
    height: 159px;
    line-height: 159px;
    width: 190px;
  }
  .blockList li figure img,
  .blockList li .figure img,
  .stackList li figure img,
  .stackList li .figure img {
    height: auto;
    max-height: 159px;
    max-width: 190px;
    width: auto;
  }
  .stackList figure,
  .stackList .figure {
    height: 159px;
    margin: 0 25px 10px 0;
    width: 190px;
  }

}

@media (min-width: 1030px) {

  #main-container .main {
    overflow: hidden;
  }
  /*
#Lower #main-container .main {
	margin-top: 50px;
}
*/
  #main-container article {
    float: right;
    padding: 40px 0 40px 40px;
    width: 660px;
  }
  .lt-ie8 #main-container article {
    width: 620px;
  }


  /* ===== Inquiry Box Style ===== */
  #inqLink #inqTxt {
    float: left;
    margin-right: 10px;
    width: 320px;
  }
  #inqBtn {
    float: right;
    width: 210px;
  }

  /* ===== Utility Style ===== */
  #Lower.singleClumn article {
    padding: 40px 0 0 15px;
    width: 70%;
  }

  /* ===== Floating Box Style ===== */
  .boxLine {
    letter-spacing: -0.40em;
    margin: 0 0 0 -25px;
  }
  .boxLine li {
    display: inline-block;
    letter-spacing: normal;
  }
  .lt-ie8 .boxLine li {
    display: inline;
    zoom: 1;
  }
  .boxC3 li {
    margin-left: 25px;
    width: 190px;
  }


}

@media (max-width: 1029px) and (min-width: 520px) {

  #main-container {
    padding-top: 50px;
    overflow: hidden;
  }
  /*
#Home #main-container {
	padding-top: 0px;
}
*/
  #main-container article {
    float: right;
    padding: 40px 1% 40px 4%;
    width: 64%;
  }
  .lt-ie8 #main-container article {
    margin-right: 1%;
    padding: 40px 0;
    width: 60%;
  }
  article section figure img,
  article .section figure img {
    height: auto;
    max-width: 100%;
  }
  .lt-ie9 article section figure img,
  .lt-ie9 article .section figure img {
    width: auto;
  }

  /* ===== Inquiry Box Style ===== */
  #inqLink {
    padding: 30px 5%;
  }
  #inqLink #inqTxt {
    float: left;
    margin-right: 2%;
    width: 58%;
  }
  #inqBtn {
    float: right;
    width: 40%;
  }

  /* ===== Utility Style ===== */
  #Lower.singleClumn article {
    padding: 40px 0;
    max-width: 770px;
    width: 90%;
  }

  /* ===== Floating Box Style ===== */
  .boxLine {
    letter-spacing: -0.40em;
    margin: 0;
  }
  .boxLine li {
    display: inline-block;
    letter-spacing: normal;
  }
  .lt-ie8 .boxLine li {
    display: inline;
    zoom: 1;
  }
  .boxC3 li {
    margin-right: 3.33%;
    width: 30%;
  }

}

@media (max-width: 519px) {

  .main article {
    background: #fff;
    padding: 20px 10px 10px;
  }
  #breadCrumb {
    display: none;
  }
  .main article h1 {
    font-size: 142.9%;
  }
  article h2.heading2,
  article .heading2 h2 {
    font-size: 121.4%;
  }
  article .heading3 {
    font-size: 107.1%;
  }
  article .heading4 {
    font-size: 100%;
  }
  article section figure img,
  article .section figure img,
  article .section img {
    height: auto;
    max-width: 100%;
  }

  article section figure .portrait,
  article .section figure .portrait,
  article .section .portrait {
    float:none;
    margin-right:0;
    height: auto;
    max-width: 100%;
  }
  
  article section figure .double,
  article .section figure .double,
  article .section .double {
    float:none;
    width:100%;
    margin-left:0;
  }

  .lt-ie9 article section figure img,
  .lt-ie9 article .section figure img {
    width: auto;
  }

  #social li {
    width: 38px;
  }

  /* ===== Blog Index & Recommend & Ranking List ===== */
  .stackList ul,
  .blockList {
    border-top: 1px solid #EFEFEF;
  }
  .stackList ul li {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 0 !important;
    padding: 10px 0;
  }
  .blockList li {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 0;
  }
  .blockList li figure,
  .blockList li .figure {
    float: left;
    height: 84px;
    margin-right: 15px;
    width: 100px;
  }
  .blockList li:first-child {
    margin-left: 0;
  }
  .blockList li figure,
  .blockList li .figure,
    {
    height: 84px;
    width: 100px;
  }
  .lt-ie8 .blockList li figure,
  .lt-ie8 .blockList li .figure,
  .lt-ie8 .stackList #blogRmd li figure,
  .lt-ie8 #blogRmd li .figure {
    layout-grid-line: 84px;
  }
  .blockList li figure a,
  .blockList li .figure a,
  .stackList li figure a,
  .stackList li .figure a {
    height: 84px;
    line-height: 84px;
    width: 100px;
  }
  .blockList li figure img,
  .blockList li .figure img,
  .stackList li figure img,
  .stackList li .figure img {
    height: auto;
    max-height: 84px;
    max-width: 100px;
    width: auto;
  }
  .stackList figure,
  .stackList .figure {
    height: 84px;
    margin: 0 25px 10px 0;
    width: 100px;
  }
  .blockList li .sideBy {
    overflow: hidden;
  }
  .dateList li {
    padding: 0;
  }
  .dateList li a {
    border-bottom: 1px solid #EFEFEF;
    display: block;
    padding: 10px;
  }

  /* ===== Inquiry Box Style ===== */
  #inqLink {
    padding: 15px 20px;
  }
  #inqLink p {
    margin-bottom: 10px;
  }

  /* ===== Floating Box Style ===== */
  .boxLine {
    border-top: 1px solid #E5E5E5;
  }
  .boxLine li {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 0;
  }
  .boxLine li figure {
    float: left;
    margin-right: 4%;
    width: 38%;
  }
  .boxLine li boxTitle,
  .boxLine li p {
    overflow: hidden;
  }

}


/* ==========================================================================
   aside
   ========================================================================== */

aside {
  background: #F9F8F7;
}

aside a:link,
aside a:visited {
  color: #000;
  text-decoration: none;
}

aside section {
  margin-bottom: 70px;
}

aside #headLine {
  display: none;
}

aside h2 {
  font-weight: normal;
  text-transform: uppercase;
}

aside .lead {
  color: #666;
  font-size: 78.6%;
  line-height: 2;
}

aside ul,
.sp_sideNav,
.sp_sideNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

aside p {
  margin: 0;
}

#catNav {
  border-bottom: 1px solid #e5e5e5;
}

#catNav a:link,
#catNav a:visited,
#catNav > li > span {
  color: #333;
  display: block;
  text-decoration: none;
}

#catNav > li > a,
#catNav > li > span {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0 10px 25px;
  position: relative;
}

#catNav > li > a:before,
#catNav > li > span:before {
  background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}

.lt-ie8 #catNav > li > a,
.lt-ie8 #catNav > li > span {
  background: url(/files/user/cmn-img/cmnie-icon-01.png) no-repeat 5px 17px;
  position: static;
}

#catNav ul {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}

#catNav ul li a {
  font-size: 85.7%;
  padding: 5px 0 5px 25px;
}

#catNav a:hover,
#catNav a:active {
  text-decoration: underline;
}

#catNav a.current {
  font-weight: bold;
}

#catNav li.categoryTag {
  position: relative;
}

#catNav li.categoryTag span {
  padding: 10px;
}

#catNav li.categoryTag span:before {
  display: none;
}

#catNav li.categoryTag ul li {
  display: inline;
}

#catNav li.categoryTag ul li a {
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin-bottom: 4px;
  white-space: nowrap;
}

#catNav li.categoryTag ul li.hide_ct,
#catNav li.categoryTag .close_ct {
  display: none;
}

#catNav li.categoryTag .btn_ct {
  position: absolute;
  top: 9px;
  right: 10px;
  margin: 0;
  background: #bbb;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 85.7%;
}

#catNav li.categoryTag .btn_ct:hover {
  cursor: pointer;
  opacity: 0.6;
}

#catNav li.other_nav span {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  display: block;
  padding: 7px 0;
}

#catNav li.other_nav2 span {
  border-top: 1px dotted #ddd;
  display: block;
  padding: 7px 0 0 0;
}

#asideBnr li {
  float: left;
  margin: 0 0 20px 30px;
  width: 135px;
}

.addbnr {
  margin-top: 50px;
}

.addbnr img {
  height: auto;
  width: 100%;
}

.sp_sideNav {
  display: none;
}

@media (min-width: 1030px) {

  #main-container aside {
    border-right: 1px solid #EFEFEF;
    float: left;
    padding: 64px 29px 32768px 39px;
    margin-bottom: -32768px;
    overflow: hidden;
    width: 370px;
  }
  .lt-ie8 #main-container aside {
    width: 290px;
  }
  aside h2 {
    font-size: 157.1%;
  }
  aside .lead {
    margin-bottom: 60px;
  }
  #asideBnr {
    overflow: hidden;
    margin: 50px 0 20px -30px;
    padding-bottom: 10px;
  }
  #asideBnr li {
    float: left;
    margin: 0 0 20px 30px;
    width: 135px;
  }
  .lt-ie8 #asideBnr {
    margin-left: -20px;
  }
  .lt-ie8 #asideBnr li {
    margin-left: 20px;
  }

}

@media (max-width: 1029px) and (min-width: 520px) {

  #main-container aside {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    float: left;
    padding: 64px 0 32768px;
    margin-bottom: -32768px;
    overflow: hidden;
    width: 36%;
  }
  .lt-ie8 #main-container aside {
    width: 35%;
  }
  #main-container aside section {
    margin-left: 10%;
    margin-right: 10%;
  }
  aside h2 {
    font-size: 157.1%;
  }
  aside .lead {
    margin-bottom: 60px;
  }
  #asideBnr {
    margin: 50px 0 20px 0;
  }
  #asideBnr li {
    margin: 0 2% 20px;
    width: 46%;
  }
  #asideBnr li img {
    height: auto;
    width: 100%;
  }

}

@media (max-width: 519px) {

  .main aside {
    background: #fff;
    padding: 0px 0 40px;
  }
  .main aside section {
    margin-bottom: 20px;
  }
  #Lower aside h2 {
    background: #003D99;
    color: #fff;
    font-size: 100%;
    padding: 8px 10px 5px;
  }
  #Lower aside h2 a:link,
  #Lower aside h2 a:visited {
    color: #fff;
    display: block;
  }
  aside .lead {
    margin: 0 10px 10px;
  }
  #catNav a {
    padding: 10px 10px 10px 35px;
  }
  #catNav a:before {
    left: 15px;
  }
  #catNav .categoryTag ul {
    padding: 10px;
  }
  #asideBnr {
    margin: 0 auto;
  }
  #asideBnr li {
    margin: 10px 0 10px 10px;
    width: 105px;
  }
  #asideBnr li img {
    height: auto;
    width: 100%;
  }

  .sp_sideNav {
    display: block;
    margin-bottom: 30px;
  }
  article #catNav {
    border-bottom: none;
  }
}


/* ==========================================================================
   Footer Contents
   ========================================================================== */

#footer-container {
  line-height: 1.7;
}

#footer-container a {
  text-decoration: none;
}

#footer-container a:hover,
#footer-container a:active {
  text-decoration: underline;
}

#footer-container ul {
  list-style: none;
}

/*
#pageTop {
	margin: 0;
}
	#pageTop a {
		background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat 0 -18px;
		display: block;
		float: right;
		height: 40px;
		margin: -60px 30px 0 0;
		outline: none;
		position: relative;
		width: 40px;
	}
	#pageTop.fix-pageTop a {
		bottom: 30px;
		right: 0;
		position: fixed;
	}
*/

#siteNav {
  font-size: 85.7%;
}

#siteNav ul {
  margin: 0;
  padding: 0;
}

#siteNav ul a {
  color: #333;
}

#footerBnr {
  background: #6A6A6A;
  padding: 3px 0 0;
}

#footerBnr ul {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.lt-ie8 #footerBnr {
  padding-bottom: 3px;
}

#footerBnr li {
  float: left;
  margin-bottom: 3px;
}

#utility {
  font-size: 78.6%;
}

#utility ul {
  margin: 0;
  padding: 0;
}

#utility li a {
  color: #333;
}

#utilityMark {
  float: left;
  overflow: hidden;
  width: 288px;
}

#utilityMark li {
  float: left;
  margin: 3px 0 0 22px;
}

#utilityMark li:first-child {
  margin-left: 0;
}

#utilityMark li.ecoBnr img {
  height: 42px;
  width: 112px;
}

#utility .footHld {
  float: right;
  overflow: hidden;
}

#utility .footHld div {
  float: left;
  margin-top: 3px;
}

#utility .footHld p {
  float: right;
  padding-left: 10px;
}

#utility .footHld p a {
  color: #fff;
  background: #718cc6 url("/files/user/cmn-img/ico_headAroow.png") no-repeat 6px 4px;
  background-size: 16px;
  display: block;
  padding: 0 5px 0 27px;
  font-size: 14px;
  font-weight: bold;
}

#copy {
  background: #232323;
  color: #fff;
  padding: 15px 0;
}

#copy p {
  margin: 0 auto;
}

#copy small {
  font-size: 78.6%;
}

#copy .login {
  color: #bbb;
  display: inline-block;
  float: right;
  font-size: 71.4%;
  margin: 5px 0 0 0;
  text-align: right;
}

@media (min-width: 1030px) {

  #siteNav #siteNavL {
    overflow: hidden;
  }
  #siteNav #siteNavR {
    float: right;
    width: 245px;
  }
  .fb-like-box {
    background: #fff;
  }
  #siteNav {
    padding: 30px 0 10px;
  }
  #siteNavL > ul > li {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #siteNavL > ul > li > a {
    display: block;
    float: left;
    margin-top: 3px;
    width: 80px;
  }
  #siteNavL > ul > li > ul {
    border-left: 1px dotted #5f5f5f;
    overflow: hidden;
    padding: 3px 0 0 20px;
  }
  #siteNavService > li {
    overflow: hidden;
    margin: 0 0 15px;
  }
  #siteNavService > li:last-child {
    margin-bottom: 0;
  }
  #siteNavService > li > a {
    display: block;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
  }
  #siteNavService > li > a:before {
    background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -17px -11px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 7px;
  }
  .lt-ie8 #siteNavService > li > a {
    background: url(/files/user/cmn-img/cmnie-icon-06.png) no-repeat 0 7px;
  }
  #siteNavService > li ul li,
  .siteNavItem ul li {
    float: left;
    border-right: 1px dotted #5f5f5f;
    padding-right: 12px;
    margin: 0 12px 5px 0;
  }
  #siteNavService > li ul li:last-child,
  .siteNavItem ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #siteNavService ul li a,
  .siteNavItem ul li a {
    display: block;
    white-space: nowrap;
  }
  .singleItem a {
    border-right: 1px dotted #5f5f5f;
    padding: 3px 0;
    width: 81px;
  }
  footer .wrapper {
    padding: 0 !important;
  }
  #footerBnr li {
    margin-right: 3px;
    width: 203px;
  }
  #utility {
    padding: 5px 0;
  }
  #utility ul li {
    float: left;
  }
  #utility #utilityLink {
    float: left;
    margin-top: 15px;
    width: 300px;
  }
  #utilityLink li {
    margin: 0 20px 0 0;
  }

}

@media (max-width: 1029px) and (min-width: 520px) {

  .fb-like-box {
    display: none !important;
  }
  footer .wrapper {
    padding: 0 10px !important;
  }
  #siteNav {
    background: #eee;
    padding: 15px 0;
  }
  #siteNavL > ul > li {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #siteNavL > ul > li > a {
    display: block;
    float: left;
    margin-top: 3px;
    width: 80px;
  }
  #siteNavL > ul > li > ul {
    border-left: 1px dotted #5f5f5f;
    overflow: hidden;
    padding: 3px 0 0 20px;
  }
  #siteNavService > li {
    overflow: hidden;
    margin: 0 0 15px;
  }
  #siteNavService > li:last-child {
    margin-bottom: 0;
  }
  #siteNavService > li > a {
    display: block;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
  }
  #siteNavService > li > a:before {
    background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -17px -11px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 7px;
  }
  .lt-ie8 #siteNavService > li > a {
    background: url(/files/user/cmn-img/cmnie-icon-06.png) no-repeat 0 7px;
  }
  #siteNavService > li ul li,
  .siteNavItem ul li {
    float: left;
    border-right: 1px dotted #5f5f5f;
    padding-right: 12px;
    margin: 0 12px 5px 0;
  }
  #siteNavService > li ul li:last-child,
  .siteNavItem ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #siteNavService ul li a,
  .siteNavItem ul li a {
    display: block;
    white-space: nowrap;
  }
  .singleItem a {
    border-right: 1px dotted #5f5f5f;
    padding: 3px 0;
    width: 81px;
  }
  #footerBnr li {
    margin-right: 3px;
    width: 203px;
  }
  #utility {
    padding: 5px 0;
  }
  #utility ul li {
    float: left;
  }
  #utility #utilityLink {
    float: left;
    margin-top: 10px;
  }
  #utilityLink li {
    margin: 0 20px 0 0;
  }


}

@media (max-width: 519px) {

  /*
#pageTop a {
	margin-top: -50px;
}

#utilityMark,
.fb-like-box,
#siteNavL ul ul {
	display: none !important;
}
*/
  #siteNavL > ul > li {
    background: #F6F6F6;
    border-top: 1px solid #EBEBEB;
    margin-top: 1px;
  }
  .lt-ie8 #siteNavL > ul > li {
    background: #F6F6F6 url(/files/user/cmn-img/cmnie-icon-05.png) no-repeat 95% 50%;
  }
  #siteNavL > ul > li > a {
    color: #333;
    display: block;
    padding: 10px 25px 10px 30px;
    position: relative;
  }
  #siteNavL > ul > li > a:before,
  #siteNavL > ul > li > a:after {
    background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat 0 0;
    content: "";
    display: block;
    position: absolute;
  }
  #siteNavL > ul > li > a:before {
    height: 12px;
    left: 12px;
    margin-top: -6px;
    top: 50%;
    width: 12px;
  }
  #siteNavL > ul > li > a:after {
    background-position: -17px 0;
    height: 9px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    width: 5px;
  }
  .lt-ie8 #siteNavL > ul > li > a {
    background: url(/files/user/cmn-img/cmnie-icon-01.png) no-repeat 12px 14px;
  }
  #footerBnr {
    padding: 10px 10px 7px;
  }
  #footerBnr li {
    margin-right: 1%;
    max-width: 49%;
    width: 203px;
  }
  #footerBnr li img {
    height: auto;
    width: 100%;
  }
  #utilityLink li {
    border-top: 1px solid #EBEBEB;
    margin-top: 1px;
  }
  #utilityLink li a {
    background: #F6F6F6;
    display: block;
    padding: 10px 25px 10px 10px;
    position: relative;
  }
  #utilityLink li:first-child a {
    border-top: none;
  }
  #utilityLink li a:before {
    background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -17px 0;
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    right: 10px;
    position: absolute;
    top: 50%;
    width: 5px;
  }
  .lt-ie8 #utilityLink li a {
    background: #F6F6F6 url(/files/user/cmn-img/cmnie-icon-05.png) no-repeat 95% 50%;
    position: static;
  }
  #copy {
    padding: 7px 0;
    text-align: center;
  }
  #copy small {
    font-size: 71.4%;
  }
  #utility .footHld p {
    margin-right: 10px;
  }
  #utilityMark {
    float: none;
    width: auto;
  }

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.imgRep {
  float: right;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ofh {
  overflow: hidden;
}

.txtR {
  text-align: right !important;
}

.txtC {
  text-align: center !important;
}

.txtL {
  text-align: left !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.txt8 {
  font-size: 57.1%;
}

.txt9 {
  font-size: 64.3%;
}

.txt10 {
  font-size: 71.4%;
}

.txt11 {
  font-size: 78.6%;
}

.txt12 {
  font-size: 85.7%;
}

.txt13 {
  font-size: 92.9;
}

.txt14 {
  font-size: 100%;
}

.txt15 {
  font-size: 107.1%;
}

.txt16 {
  font-size: 114.3%;
}

.txt17 {
  font-size: 121.4%;
}

.txt18 {
  font-size: 128.6%;
}

.txt19 {
  font-size: 135.7%;
}

.txt20 {
  font-size: 142.9%;
}

.txt22 {
  font-size: 157.1%;
}

.txt24 {
  font-size: 171.4%;
}

.txt26 {
  font-size: 185.7%;
}

.txt28 {
  font-size: 200%;
}

.txt30 {
  font-size: 214.3%;
}

.txt32 {
  font-size: 228.6%;
}

.txt8,
.txt9,
.txt10,
.txt11,
.txt12,
.txt13,
.txt14,
.txt15,
.txt16,
.txt17,
.txt18,
.txt19,
.txt20,
.txt22,
.txt24,
.txt26,
.txt28,
.txt30,
.txt32 {
  line-height: 1.714;
}

.txtRed {
  color: #f00;
}

.txtRedB {
  color: #f00;
  font-weight: bold;
}

.txtB {
  font-weight: bold;
}

p.dotList {
  padding-left: 8px;
  position: relative;
}

p.dotList:before,
ul.dotList li:before {
  background: #333;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 3px;
}

.lt-ie8 p.dotList,
.lt-ie8 ul.dotList li {
  background: url(/files/user/cmn-img/cmnie-icon-10.png) no-repeat 0 10px;
}

ul.dotList {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

ul.dotList li {
  padding-left: 8px;
  position: relative;
}

.icon {
  margin: 0 5px;
}

.indent01 {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.indent01 li {
  margin: 0 0 5px 1.3em;
  padding: 0;
  text-indent: -1.3em;
}

/* ==========================================================================
   fancyBox v2.1.5
   ========================================================================== */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/files/user/cmn-img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/files/user/cmn-img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/files/user/cmn-img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/files/user/cmn-img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/files/user/cmn-img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/files/user/cmn-img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.modalTxt {
  text-align: center;
}

/* ==========================================================================
   pageslide
   ========================================================================== */

@media (max-width: 519px) {

  #pageslide {
    /* These styles MUST be included. Do not change. */
    -webkit-box-shadow: inset 1px 0px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 0px 6px 3px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    /* Specify the width of your pageslide here */
    width: 250px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #33569E;
    color: #FFF;
  }
  #pageslide .searchLink {
    display: none;
  }
  #pageslide #slideHead {
    border-bottom: 1px solid #4867A8;
    display: block;
    overflow: hidden;
    padding: 10px 15px 10px 20px;
  }
  #pageslide .slideTitle {
    display: block;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #pageslide .close {
    background: url(/files/user/cmn-img/cmn-sprite.png) no-repeat -29px 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-top: 3px;
    width: 16px;
  }
  #pageslide ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #pageslide ul li {
    border-bottom: 1px solid #4867A8;
    margin: 0;
    padding: 0;
  }
  #pageslide ul li a {
    color: #fff;
    display: block;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
  }
  .fb-like-box {
    display: none;
  }

}


/* ==========================================================================
   Search page styles
   ========================================================================== */

#main-container .gsc-table-result {
	font: 14px/24px "メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
}

.gsc-results-wrapper-visible table {
  border: none;
}

.gsc-results-wrapper-visible td {
  border: none;
  padding: 0;
}

.gsc-table-result .gsc-table-cell-thumbnail {
  width: 90px;
}

.gsc-table-result .gsc-table-cell-snippet-close,
.gsc-table-result .gs-promotion-text-cell {
  width: auto;
}

.gsc-above-wrapper-area .gsc-selected-option-container {
  min-width: 90px;
}

.gs-result .gs-image-box {
  width: 90px !important;
  text-align: center;
}

.gs-result img.gs-image,
.gs-result img.gs-promotion-image {
  border: none !important;
}

.gs-result .gsc-thumbnail-inside {
  margin-bottom: 5px;
}

.gs-result .gs-visibleUrl {
  margin-bottom: 5px;
}

.gsc-results .gsc-webResult.gsc-result,
.gsc-results .gsc-results .gsc-imageResult {
  border-bottom: 1px dotted #999 !important;
  padding: 15px 0;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title {
  font-weight: bold;
}

table.gsc-search-box {
  background: #eee;
  border: none;
}

table.gsc-search-box th,
table.gsc-search-box td {
  border: none;
}

.gsc-control-cse .gsc-input .gsc-input-box {
  height: auto;
}

.gsc-search-box-tools .gsc-search-box input.gsc-input {
  font-size: 14px;
}

.gsc-control-cse .gsc-search-box-tools .gsc-search-box td.gsc-input {
  padding: 10px 4px 9px 10px;
}

.gsc-control-cse .gsc-search-box-tools .gsc-search-box td.gsc-search-button {
  padding: 8px 10px 9px 3px;
}

table.gsc-search-box td.gsib_a,
table.gsc-search-box td.gsib_b {
  padding: 2px 6px 1px;
}

table.gsc-search-box td.gsib_b .gsst_b a.gsst_a {
  display: none;
}

.gsc-search-box .gsc-search-button input.gsc-search-button-v2 {
  height: 29px;
  width: 71px;
  vertical-align: middle;
}

.gs-webResult .gs-snippet {
  font-size: 11px;
  line-height: 1.4;
}

#main-container .gsc-control-cse {
  padding: 0;
}

@media (max-width: 519px) {
  .gsc-table-result .gsc-table-cell-thumbnail {
    width: 60px;
  }
  .gs-result .gs-image-box {
    width: 60px !important;
  }
  .gs-web-image-box-landscape img.gs-image {
    max-width: 50px !important;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  #Lower #header-container.fix-header,
  #Lower #header-container {
    position: static !important;
  }
  #Lower #main-container .main {
    margin-top: 0 !important;
  }
  #main-container aside {
    padding: 64px 29px 0 39px !important;
    margin-bottom: 0 !important;
  }
  #Lower .wrapper {
    width: 1050px !important;

  }
}

/* ==========================================================================
   2017/07 header/navi/footer 改修のため追加
   ========================================================================== */

.font_roboto {
	font-family: 'Roboto Condensed', "メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
}

@media (min-width: 520px) {
  .for_sp {
    display: none;
  }
  .l-container {
    width: 1200px;
    margin: 0 auto;
  }
  .l-container--middle {
    width: 1047px;
    margin: 0 auto;
  }
  #main-container {
    padding-top: 134px;
  }
}


@media (max-width: 519px) {
  .for_pc {
    display: none;
  }
  #main-container {
    padding-top: 50px;
  }
  html.-open,
  html.-open body {
    overflow: hidden;
    height: 100%;
  }
}

/* ==================================
  header
==================================== */

header a {
  text-decoration: none;
}

@media (min-width: 520px) {
  .l-topContents {
    position: fixed;
    width: 100%;
    height: 134px;
    z-index: 1000;
    background: #fff;
  }
  header {
    height: 64px;
  }
  header a,
  header a:link,
  header a:visited {
    color: #9b9b9b;
  }
  header a:hover {
    opacity: 0.7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  header h1 {
    float: left;
    margin: 5px 0 0 40px;
    width: 100px;
  }
  header h1 a {
    background: url(/files/user/cmn-img/logo_new.png) no-repeat 0 50%;
    background-size: 100% auto;
    display: block;
    height: 54px;
    width: 100px;
  }
  .header__nav ul {
    list-style: none;
    margin: 17px 0 0 0;
    padding: 0;
    float: right;
  }
  .header__nav__item {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0;
    font-weight: bold;
    font-size: 19px;
    height: 33px;
    line-height: 33px;
  }
  .header__nav__item.-holding a {
    display: block;
    width: 145px;
    height: 33px;
    background: url(/files/user/cmn-img/ico_headAroow.png) no-repeat 6px 5px;
    background-color: #718cc6;
    color: #fff;
    padding: 0 0 0 35px;
    font-size: 17px;
  }

  .js-searchLink {
    position: relative;
  }
  .js-searchLink a:hover {
    cursor: pointer;
  }
  #searchBox2 {
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 519px) {
  header {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #718cc6
  }

  header h1 {
    float: left;
    margin: 0 0 0 10px;
    width: 80px;
  }
  header h1 a {
    background: url(/files/user/cmn-img/logo_new.png) no-repeat 0 50%;
    background-size: 80px auto;
    display: block;
    height: 50px;
    width: 80px;
  }
  .header__navBtn {
    display: block;
    float: left;
    margin: 0 10px 0 5px;
    width: 30px;
    font-size: 30px;
    text-align: center;
  }
  .header__navBtn:link,
  .header__navBtn:visited {
    color: #718cc6 !important;
  }
  .header__navBtn .fa-times,
  .header__navBtn.active .fa-bars {
    display: none;
  }
  .header__navBtn.active .fa-times {
    display: block;
  }
}


/* ==================================
  navi
==================================== */

.main__nav ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 520px) {
  .main__nav {
    border-top: 2px solid #718cc6;
    border-bottom: 2px solid #718cc6;
    position: relative;
  }
  .main__nav__item > a {
    display: block;
    text-decoration: none;
    font-size: 21px;
    color: #718cc6;
    font-weight: bold;
    float: left;
    height: 66px;
    line-height: 66px;
    /*width: 179px;*/
    width: 155px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .main__nav__item:first-child {
    margin-left: 70px;
  }
  .main__nav__item.-whitepaper > a {
    width: 200px;
  }
  .main__nav a:hover {
    opacity: 0.7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .main__navChild__wrapper {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 1047px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #7f97cc;
    width: 100%;
  }
  .main__nav__item:hover .main__navChild__wrapper {
    top: 68px;
    visibility: visible;
    opacity: 1;
  }
  .main__navChild {
    width: 1047px;
    background: #677fbc;
    text-align: center;
    margin: 0 auto !important;
    position: relative;
  }
  .main__navChild:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 16px solid #7f97cc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -18px;
  }
  .-company .main__navChild:before {
    /*left: 251px;*/
    left: 215px;
  }
  .-service .main__navChild:before {
    /*left: 431px;*/
    left: 370px;
  }
  .-news .main__navChild:before {
    /*left: 787px;*/
    left: 682px;
  }
  .-knowledge .main__navChild:before {
    left: 855px;
  }
  .-recruit .main__navChild:before {
    /*left: 611px;*/
    left: 525px;
  }
  .-company .main__navChild > li:first-child {
    margin-left: 60px;
  }
  .-service .main__navChild > li:first-child {
    margin-left: 80px;
  }
  .-news .main__navChild > li:first-child {
    margin-left: 30px;
  }
  .-recruit .main__navChild > li:first-child {
    margin-left: 130px;
  }
  .-knowledge .main__navChild > li:first-child {
    margin-left: 150px;
  }
  .main__navChild a {
    color: #fff;
    text-decoration: none;
  }
  .main__navChild a:hover {
    border-bottom: 1px solid #fff;
  }
  .main__navChild__item {
    float: left;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
  }
  .-company .main__navChild__item {
    padding: 25px 55px;
  }
  .-service .main__navChild__item {
    padding: 25px 60px;
  }
  #solution {
    padding-left: 20px;
    padding-right: 20px;
  }

  #data {
    padding-left: 10px;
    padding-right: 30px;
  }
  .-news .main__navChild__item {
    padding: 25px 45px;
  }
  .-recruit .main__navChild__item {
    padding: 25px 160px;
  }
  .-knowledge .main__navChild__item {
    padding: 25px 110px;
  }

  .main__navChild2 {
    margin: 8px 0 0 0 !important;
  }
  .main__navChild2__item {
    font-size: 14px;
    margin: 0 0 3px 13px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 519px) {
  .js-hasChild + .main__navChild__wrapper,
  .js-hasChild + .main__navChild2 {
    display: none;
  }
  .main__nav {
    width: 230px;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 100;
    display: none;
    height: 100%;
    overflow-y: auto !important;
    border-top: 1px solid #718cc6;
    -webkit-overflow-scrolling: touch;
  }
  .main__nav__item a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    position: relative;
  }
  .main__nav__item > a {
    color: #718cc6;
    padding-left: 16px;
    background: #fff;
    border-bottom: 1px solid #718cc6;
  }
  .main__navChild__item > a {
    background: #718cc7;
    color: #fff;
    font-size: 16px;
    padding-left: 26px;
    border-top: 1px solid #6279ad
  }
  .main__navChild2__item > a {
    background: #40598f;
    color: #fff;
    font-size: 16px;
    padding-left: 42px;
    border-top: 1px solid #6279ad;
    letter-spacing: 0.1em;
  }
  .main__nav__item a.js-hasChild::after {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .main__nav__item a.js-hasChild.active::after {
    content: "\f106";
  }

}


/* ==================================
  footer
==================================== */

@media (max-width: 519px) {
  #utilityMark img {
    height: 30px;
    width: auto;
  }
  #utilityMark li {
    margin: 0 0 0 10px;
  }
  .footerLink {
    padding-top: 15px;
    font-size: 71.4%;
  }
  .footerLink a {
    color: #fff;
  }
  #copy p {
    line-height: 1.4;
  }
}

/* ==================================
  ãƒ˜ãƒƒãƒ€ãƒ¼å›ºå®š
==================================== */

@media (min-width: 520px) {
  body {
    width: 100%;
  }

  #main-container {
    overflow: inherit;
  }

  header {
    background-color: #fff;
  }

  header,
  #main-container,
  #footer-container,
  .l-topContents,
  .l-container {
    min-width: 1200px;
  }

  .is-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* ==================================
  utility
==================================== */

.u-border-top--none {
  border-top: none !important;
}

#map-tokyo,
#map-osaka,
#map-okinawa1,
#map-okinawa2,
#map-sendai {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}
