/*
======================================
	RIX_Common
	2016.01.25
	last 2016.03.08

	[1]Clear
	[2]clearfix
	[3]HTML/BODY/WRAP
	[4]HeadContainer
	[5]Navigation
	[6]Pankuzu
	[7]PageContainer
	[8]ContentsParts
		1)Midashi
		2)Column
		3)Space
		4)Icon
		5)Border
		6)Button
		7)ImgScale
	[9]FootContainer
	[10]media only screen
		1)HeadContainer
======================================
*/
/*
-------------------------
	[1]Clear
-------------------------
*/
.clear {
  font-size: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  clear: both;
  height: 0;
  width: 0;
  display: none;
}

/*
-------------------------
	[2]clearfix
-------------------------
*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}

/*
-------------------------
	[3]HTML/BODY/WRAP
-------------------------
*/
body {
  background: #edeef2;
}

.wrap {
  background: #ffffff;
  width: 100%;
  text-align: left;
}

.Container980 {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Container980 {
    width: auto;
    margin: 0 20px;
  }
}

/*
-------------------------
	[4]HeadContainer
-------------------------
*/
.HeadContainer .HeadLogo {
  padding: 14px 0 14px 14px;
}
.HeadContainer .HeadLogo h1 a > img:hover {
  opacity: 1;
  transition: none;
}
.HeadContainer .HeadLogo p {
  margin: 10px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #595959;
}
.HeadContainer .HeadOther {
  position: relative;
}
.HeadContainer .HeadContents {
  border-left: 1px solid #c8c9cc;
  border-right: 1px solid #c8c9cc;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: -108px;
  right: 0;
}
.HeadContainer .HeadContents .HeadContentsTop {
  border-bottom: 1px solid #c8c9cc;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadDL,
.HeadContainer .HeadContents .HeadContentsTop .HeadLink,
.HeadContainer .HeadContents .HeadContentsTop .HeadLang {
  box-sizing: border-box;
  float: left;
  height: 53px;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadDL {
  background: #e42000 url(../img/icon/icon_download_w.png) no-repeat 16px 18px;
  border-right: 1px solid #c8c9cc;
  width: 165px;
  font-size: 12px;
  font-size: 1.2rem;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadDL:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadDL a {
  box-sizing: border-box;
  width: 165px;
  height: 53px;
  padding: 13px 0 0 40px;
  color: #ffffff;
  display: block;
  line-height: 1.2;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadDL a:hover {
  text-decoration: none;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadLink {
  border-right: 1px solid #c8c9cc;
  width: 200px;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadLink li {
  margin: 0 0 0 14px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
  line-height: 53px;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadLang {
  background: #edeef2;
  padding: 0 5px 0 12px;
  display: table;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadLang dt, .HeadContainer .HeadContents .HeadContentsTop .HeadLang dd {
  display: table-cell;
  vertical-align: middle;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadLang dt {
  padding-right: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #404c87;
}
.HeadContainer .HeadContents .HeadContentsTop .HeadLang li {
  margin: 0 1px;
  line-height: 1;
  display: inline-block;
  opacity: 0.6;
}
.HeadContainer .HeadContents .HeadSearch {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 5px 0 5px 16px;
}
.HeadContainer .HeadContents .HeadSearch .search-box {
  background: url(../img/icon/icon_search.png) no-repeat 0 50%;
  padding-left: 20px;
}
.HeadContainer .HeadContents .HeadSearch .search-box input[type="text"] {
  background: #f7f7f7;
  border: none;
  width: 483px;
  height: 40px;
  line-height: 40px;
}
.HeadContainer .HeadContents .HeadSearch .search-box input[type="submit"] {
  background: url(../img/bt_search.png) no-repeat 0 50%;
  border: none;
  width: 92px;
  height: 42px;
  text-indent: -9999px;
  cursor: pointer;
}

.Usa .HeadContainer .HeadContents .HeadContentsTop .HeadLang li.LangUsa,
.China .HeadContainer .HeadContents .HeadContentsTop .HeadLang li.LangChina,
.ChinaTw .HeadContainer .HeadContents .HeadContentsTop .HeadLang li.LangChinaTw,
.German .HeadContainer .HeadContents .HeadContentsTop .HeadLang li.LangGerman,
.Taiwan .HeadContainer .HeadContents .HeadContentsTop .HeadLang li.LangThailand,
.Japan .HeadContainer .HeadContents .HeadContentsTop .HeadLang li.LangJapan {
  padding: 1px;
  font-weight: 700;
  opacity: 1;
}

/*
-------------------------
	[5]Navigation
-------------------------
*/
.GnavContainer {
  border-top: 3px solid #373582;
}
.GnavContainer li {
  background: url(../img/bg_gnav.png) no-repeat 100% 50%;
  box-sizing: border-box;
  float: left;
  width: 16% !important;
  height: 50px;
  text-align: center;
  position: relative;
}
.GnavContainer li:last-child {
  background: none;
}
.GnavContainer li a {
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
}
.GnavContainer li a:hover {
  color: #e42000;
  text-decoration: none;
}
.GnavContainer li > .Nav__second {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.GnavContainer li:hover > .Nav__second {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.GnavContainer li > .Nav__second li {
  background: initial;
  width: 100% !important;
  height: initial;
}
.GnavContainer li > .Nav__second li a {
  border-top: 2px solid #373582;
  box-sizing: border-box;
  display: block;
  padding: 1em;
  text-align: center;
  height: initial;
  line-height: initial;
}

#Solution .GnavContainer li.Nav01 a,
#Product .GnavContainer li.Nav02 a,
#Download .GnavContainer li.Nav03 a,
#Company .GnavContainer li.Nav04 a,
#Ir .GnavContainer li.Nav05 a,
#Contact .GnavContainer li.Nav06 a {
  color: #e42000;
}

/*
-------------------------
	[6]Pankuzu
-------------------------
*/
.Bread {
  background: #e1e2e6;
  border-top: 1px solid #c8c9cc;
  padding: 5px 0;
}
.Bread ul {
  background: url(../img/icon/icon_home.png) no-repeat 0 50%;
  box-sizing: border-box;
  padding: 0 0 0 14px;
}
.Bread ul li {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
}
.Bread ul li:after {
  content: ">";
}
.Bread ul li:last-child:after {
  content: none;
}
.Bread ul li a {
  padding: 0 3px 0 0;
  text-decoration: underline;
}

/*
-------------------------
	[7]PageContainer
-------------------------
*/
.PageContainerTitle {
  border-bottom: 8px solid #373582;
  background-color: #fff;
}
.PageContainerTitle h1 {
  width: 980px;
  margin: 0 auto;
  padding: 35px 0 40px 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .PageContainerTitle h1 {
    width: auto;
    margin: 0 20px;
  }
}



.PageContainer {
  background: #edeef2;
  width: 710px;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .PageContainer {
    width: auto;
    margin: 0 20px;
  }
}

.SideNav {
  background: #ffffff;
}
.SideNav h2 {
  background: #373582 url(../img/bg_sidenavi.png) no-repeat 100% 0;
  margin: -56px 0 0;
  padding: 20px 0 22px 15px;
  color: #ffffff;
  line-height: 1;
}

.SideLink {
  margin: 15px 0 0;
}
.SideLink .TopSideLink {
  width: 100%;
}
.SideLink .TopSideLink .TopSideContact {
  padding: 20px 0 10px;
}
.SideLink .TopSideLink .TopSideContact h3 {
  padding: 0 0 15px;
}
.SideLink .TopSideLink .TopSideContact h3 img {
  width: 104px;
}
.SideLink .TopSideLink .TopSideContact li {
  margin: 0 10px 10px;
}
.SideLink .TopSideLink .TopSideContact li:last-child {
  margin-bottom: 0;
}

.singleColumn .PageContainer {
  background: #fff;
}

/*
-------------------------
	[8]ContentsParts
-------------------------
*/
/*
++++++++++++++++++++++
	1)Midashi
++++++++++++++++++++++
*/
.MidashiBGline {
  background: url(../img/bg_midashi_ul.png) no-repeat 0 100%;
  margin: 0 0 15px;
  padding: 0 0 10px 7px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.MidashiBGBlue {
  background: #373582;
  margin: 0 0 30px;
  padding: 6px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}
.MidashiBGBlue span {
  border-left: 1px solid #ffffff;
  padding: 10px 15px;
  display: block;
}

.MidashiArrowBlue {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #353581;
  line-height: 1.3;
}

.MidashiLeftBorderRed {
  border-left: solid 3px #ef7966;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #e42000;
  line-height: 1.4;
  position: relative;
}
.MidashiLeftBorderRed:before {
  background: #e42000;
  content: "";
  width: 3px;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: -3px;
}

.MidashiBlueSlash {
  background: #373582 url(../img/bg_sidenavi.png) no-repeat 100% 0;
  padding: 15px 0 14px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
}

/*
++++++++++++++++++++++
	2)Column
++++++++++++++++++++++
*/
.Column2Left {
  box-sizing: border-box;
  float: left;
  width: 75.8334%;
}

.Column2Right {
  box-sizing: border-box;
  float: right;
  width: 24.1666%;
}

.Flexbox2Column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Flexbox2Column li {
  background: #ffffff;
  width: 480px;
  margin-right: 20px;
}
.Flexbox2Column li:last-child {
  margin-right: 0;
}

.Flexbox3Column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Flexbox3Column li {
  width: 200px;
  margin-right: 15px;
}
.Flexbox3Column li:last-child {
  margin-right: 0;
}

.ColumnW60 {
  width: 60px;
}

.ColumnW70 {
  width: 70px;
}

.ColumnW100 {
  width: 100px;
}

.ColumnW170 {
  width: 170px;
}

.ColumnW210 {
  width: 210px;
}

.ColumnW240 {
  width: 240px;
}

.ColumnW250 {
  width: 250px;
}

.ColumnW300 {
  width: 300px;
}

.ColumnW310 {
  width: 310px;
}

.ColumnW320 {
  width: 320px;
}

.ColumnW345 {
  width: 345px;
}

.ColumnW385 {
  width: 385px;
}

.ColumnW405 {
  width: 405px;
}

.ColumnW450 {
  width: 450px;
}

.ColumnW470 {
  width: 470px;
}

.ColumnW680 {
  width: 680px;
}

.ColumnW710 {
  width: 710px;
}

.ColumnW900 {
  width: 900px;
}

/*
++++++++++++++++++++++
	3)Space
++++++++++++++++++++++
*/
.Space5 {
  margin-top: 5px;
}

.Space10 {
  margin-top: 10px;
}

.Space15 {
  margin-top: 15px;
}

.Space20 {
  margin-top: 20px;
}

.Space25 {
  margin-top: 25px;
}

.Space30 {
  margin-top: 30px;
}

.Space35 {
  margin-top: 35px;
}

.Space40 {
  margin-top: 40px;
}

.Space45 {
  margin-top: 45px;
}

.Space50 {
  margin-top: 50px;
}

.Space55 {
  margin-top: 55px;
}

.Space60 {
  margin-top: 60px;
}

.Space65 {
  margin-top: 65px;
}

.Space70 {
  margin-top: 70px;
}

.Space75 {
  margin-top: 75px;
}

.Space80 {
  margin-top: 80px;
}

.Space85 {
  margin-top: 85px;
}

.Space90 {
  margin-top: 90px;
}

.Space95 {
  margin-top: 95px;
}

.Space100 {
  margin-top: 100px;
}

.MLRauto {
  margin-left: auto;
  margin-right: auto;
}

.PAll5 {
  padding: 5px;
}

.PAll10 {
  padding: 10px;
}

.PAll15 {
  padding: 15px;
}

.PAll20 {
  padding: 20px;
}

.PAll25 {
  padding: 25px;
}

.PTB3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.PTB5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.PTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.PTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.PTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.PTB25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.PLR5 {
  padding-left: 5px;
  padding-right: 5px;
}

.PLR10 {
  padding-left: 10px;
  padding-right: 10px;
}

.PLR15 {
  padding-left: 15px;
  padding-right: 15px;
}

.PLR20 {
  padding-left: 20px;
  padding-right: 20px;
}

.PLR25 {
  padding-left: 25px;
  padding-right: 25px;
}

/*
++++++++++++++++++++++
	4)Icon
++++++++++++++++++++++
*/
.IconArrowBlack li, .IconArrowBlack h2, .IconArrowBlack h3, .IconArrowBlack .IconABSpan {
  background: url(../img/arrow_gray.png) no-repeat 0 50%;
  padding: 0 0 0 10px;
}
.IconArrowBlack li:hover, .IconArrowBlack h2:hover, .IconArrowBlack h3:hover, .IconArrowBlack .IconABSpan:hover {
  background-position: 3px 50%;
  transition: background-position 0.1s;
}

.IconPdf:after {
  content: url(../img/icon/icon_pdf.png);
  margin: 0 0 0 5px;
}

.IconArrowDottedRed li, .IconArrowDottedRed .IconDRSpan {
  background: url(../img/arrow_dotted_red_right.png) no-repeat 95% 50%;
}
.IconArrowDottedRed li:hover, .IconArrowDottedRed .IconDRSpan:hover {
  background-position: 92% 50%;
  transition: background-position 0.1s;
}
.IconArrowDottedRed .IconDRSpan {
  display: block;
}

.IconStripe li {
  background: url(../img/icon/icon_stripe.png) no-repeat 0 7px;
  margin: 0 0 15px;
  padding-left: 15px;
}

.IconCircleOrange,
.IconCircleGray,
.IconCircleBlue {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  display: inline-block;
}

.IconCircleOrange {
  background: #ec6941;
}

.IconCircleGray {
  background: #898991;
}

.IconCircleBlue {
  background: #0068b7;
}

.IconDSPurple {
  border: 6px solid transparent;
  border-bottom-color: #8d34af;
  width: 0;
  height: 0;
  margin-right: 4px;
  position: relative;
  top: -6px;
  display: inline-block;
}
.IconDSPurple:after {
  border: 6px solid transparent;
  border-top-color: #8d34af;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  left: -6px;
}

.IconProduct {
  border: 1px solid #0e7ac3;
  border-radius: 3px;
  width: 70px;
  height: 17px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0e7ac3;
  line-height: 17px;
  text-align: center;
  display: inline-block;
}

.TopNewsListIcon01,
.TopNewsListIcon02,
.TopNewsListIcon03,
.TopNewsListIcon04 {
  padding: 0 0 0 75px;
}
.TopNewsListIcon01 {
  background: url(../img/icon/icon_company.png) no-repeat 0 0;
}
.TopNewsListIcon02 {
  background: url(../img/icon/icon_products.png) no-repeat 0 0;
}
.TopNewsListIcon03 {
  background: url(../img/icon/icon_event.png) no-repeat 0 0;
}
.TopNewsListIcon04 {
  background: url(../img/icon/icon_topics.png) no-repeat 0 0;
}

/*
++++++++++++++++++++++
	5)Border
++++++++++++++++++++++
*/
.BorderBottomGray {
  border-bottom: 1px solid #c8c9cc;
}

/*
++++++++++++++++++++++
	6)Button
++++++++++++++++++++++
*/
.TopSolutionsLink {
  margin-top: 14px;
  text-align: center;
}
.TopSolutionsLink a {
  background: #ffffff url(../img/arrow_gray.png) no-repeat 63px 18px;
  box-sizing: border-box;
  width: 210px;
  padding: 12px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.7s;
}
.TopSolutionsLink a:before, .TopSolutionsLink a:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.TopSolutionsLink a:before {
  top: 0;
  left: 0;
  border-top: 2px solid #c8c9cc;
  border-left: 2px solid #c8c9cc;
}
.TopSolutionsLink a:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #c8c9cc;
  border-right: 2px solid #c8c9cc;
}
.TopSolutionsLink a:hover {
  background: #373582 url(../img/arrow_white.png) no-repeat 63px 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 1s;
}
.TopSolutionsLink a:hover:before, .TopSolutionsLink a:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 1s;
}

.TopSolutionsList01 li:nth-child(2n) .TopSolutionsLink a,
.RecruitTopList li:nth-child(2n) .TopSolutionsLink a {
  width: 209px;
}

/*
++++++++++++++++++++++
	7)ImgScale
++++++++++++++++++++++
*/
.TopSolutionsList01 dt a img:hover,
.TopSolutionsList02 dt a img:hover,
.ProductList li:hover img,
.SolutionTopList dt a img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transition: all 0.5s;
}

/*
-------------------------
	[9]FootContainer
-------------------------
*/
.FootContainer {
  background: #edeef2;
}
.FootContainer .PageTop {
  background: #353581;
  border-bottom: 3px solid #2f0700;
}
.FootContainer .PageTop p {
  margin-right: 10px;
  line-height: 36px;
  text-align: right;
}
.FootContainer .FootLink {
  padding: 32px 0;
  position: relative;
}
.FootContainer .FootLink ul {
  position: absolute;
  top: 55px;
}
.FootContainer .FootLink ul.FootLinkContets01 {
  left: 9px;
}
.FootContainer .FootLink ul.FootLinkContets02 {
  left: 570px;
}
.FootContainer .FootLink ul li {
  margin: 0 13px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}
.FootContainer .FootLogo,
.FootContainer .Copyright {
  text-align: center;
}
.FootContainer .FootLogo {
  padding: 0 0 25px;
}
.FootContainer .Copyright {
  font-size: 11px;
  font-size: 1.1rem;
  color: #373582;
}

/*
-------------------------
	[10]media only screen
-------------------------
*/
/*
++++++++++++++++++++++
	1)HeadContainer
++++++++++++++++++++++
*/
@media only screen and (max-width: 976px) {
  .HeadContainer .HeadOther {
    width: 975px;
  }
}
