@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	max-height: 999999px;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
	word-break: break-all;
}
a img {
	vertical-align: bottom;
/*	-webkit-transition: 0.1s ease-in-out;  */
/*	-moz-transition: 0.1s ease-in-out;  */
/*	-o-transition: 0.1s ease-in-out;  */
/*	transition: 0.1s ease-in-out;  */
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
}
strong sup,
strong sub {
	font-weight: bold;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
html, body {
	height:	100%;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	min-width: 1080px;
	opacity: 0;
}

/* Common */
.clearBoth {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.textindent {
	text-indent: -9999px;
}
.displaynone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}



/* Font Size Common */
.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}
strong {
	font-weight: bold;
}

/* サブページ指定 */
body.products #globalNaviPC li.gmenu01,
body.solutions #globalNaviPC li.gmenu02,
body.download #globalNaviPC li.gmenu03,
body.support #globalNaviPC li.gmenu04,
body.partner #globalNaviPC li.gmenu05,
body.about #globalNaviPC li.gmenu06,
body.example #globalNaviPC li.gmenu07 {
	background-color: #304772;
}
body.products #globalNaviPC li.gmenu01:hover,
body.solutions #globalNaviPC li.gmenu02:hover,
body.download #globalNaviPC li.gmenu03:hover,
body.support #globalNaviPC li.gmenu04:hover,
body.partner #globalNaviPC li.gmenu05:hover,
body.about #globalNaviPC li.gmenu06:hover,
body.example #globalNaviPC li.gmenu07:hover,
body.products #globalNaviPC li.gmenu01.current,
body.solutions #globalNaviPC li.gmenu02.current,
body.download #globalNaviPC li.gmenu03.current,
body.support #globalNaviPC li.gmenu04.current,
body.partner #globalNaviPC li.gmenu05.current,
body.about #globalNaviPC li.gmenu06.current,
body.example #globalNaviPC li.gmenu07.current {
	background-color: #4B70B4;
}
body.products #globalNaviPC li.gmenu01:before,
body.solutions #globalNaviPC li.gmenu02:before,
body.download #globalNaviPC li.gmenu03:before,
body.support #globalNaviPC li.gmenu04:before,
body.partner #globalNaviPC li.gmenu05:before,
body.about #globalNaviPC li.gmenu06:before,
body.about #globalNaviPC li.gmenu07:before {
	color: #4B70B4;
}
body.products #globalNaviPC li.gmenu01:hover:before,
body.solutions #globalNaviPC li.gmenu02:hover:before,
body.download #globalNaviPC li.gmenu03:hover:before,
body.support #globalNaviPC li.gmenu04:hover:before,
body.partner #globalNaviPC li.gmenu05:hover:before,
body.about #globalNaviPC li.gmenu06:hover:before,
body.about #globalNaviPC li.gmenu07:hover:before,
body.products #globalNaviPC li.gmenu01.current:before,
body.solutions #globalNaviPC li.gmenu02.current:before,
body.download #globalNaviPC li.gmenu03.current:before,
body.support #globalNaviPC li.gmenu04.current:before,
body.partner #globalNaviPC li.gmenu05.current:before,
body.about #globalNaviPC li.gmenu06.current:before,
body.about #globalNaviPC li.gmenu07.current:before {
	color: #FFF;
}

/* wrapper */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
}

/* header */
#languageBox {
	width: 90px;
	height: 20px;
	background-color: #4b70b4;
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}
#languageBox a {
	color: #FFF;
}
#languageBox a:hover {
	text-decoration: underline;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 1000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
#header p.logo {
	width: 136px;
	height: 25px;
	position: absolute;
	top: 23px;
	left: 10px;
}
#header p.logoTxt {
	width: 207px;
	height: 15px;
	position: absolute;
	top: 57px;
	left: 10px;
	line-height: 1em;
}
#header p.logo img,
#header p.logoTxt img {
	width: 100%;
}
#header .headerMenu {
	width: 1080px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header .headerMenu ul {
	list-style: none;
	margin-bottom: 20px;
	position: absolute;
	top: 45px;
	right: 10px;
}
#header .headerMenu ul li {
	height: 34px;
	width: 120px;
	background-color: #FFF;
	position: relative;
	text-align: left;
	float: left;
	margin-right: 10px;
}
#header .headerMenu ul li:first-child {
	margin-right: 25px;
}
#header .headerMenu ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#header .headerMenu ul li a {
	height: 30px;
	width: 120px;
	display: block;
}

/* footer */
#footer {
	width: 100%;
	background-color: #3C495C;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #343F4F;
	padding-top: 40px;
	position: relative;
	color: #BBC0C4;
}
#footer a {
	color: #BBC0C4;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerBox {
	width: 960px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
#footer #gotoTopBtn {
	position: absolute;
	right: 0;
	top: -80px;
	background-image: url(../images/pc_pagetop.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	cursor: pointer;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#footer .footerLeft {
	float: left;
	position: relative;
	width: 285px;
}
#footer .footerRight {
	float: right;
	position: relative;
	width: 620px;
}
#footer .footerBox h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
#footer .footerBox p {
	font-size: 12px;
	line-height: 23px;
}
#footer .footerBox .fmenu01 {
	position: absolute;
	left: 0;
	top: 0;
}
#footer .footerBox .fmenu02 {
	position: absolute;
	left: 130px;
	top: 0;
}
#footer .footerBox .fmenu03 {
	position: absolute;
	left: 300px;
	top: 0;
}
#footer .footerBox .fmenu04 {
	position: absolute;
	left: 300px;
	top: 130px;
	width: 160px;
}
#footer .footerBox .fmenu05 {
	position: absolute;
	left: 480px;
	top: 0;
}
#footer .footerBox .fmenu06 {
	position: absolute;
	left: 440px;
	top: 210px;
	color: #BBC0C4;
	font-size: 13px;
	text-align: right;
}
#footer .footerBox ul {
	list-style: none;
}
#footer .footerBox ul li {
	color: #5C8CC7;
	font-size: 14px;
	width: 150px;
	line-height: 1.35em;
}
#footer .footerBox .fmenu06 ul li {
	width: 180px;
}
#footer .footerBox ul li ul {
	padding-top: 10px;
}
#footer .footerBox ul li ul li {
	color: #BBC0C4;
	font-size: 13px;
	margin-top: 8px;
}
#footer .footerBox address {
	color: #FFF;
	position: absolute;
	bottom: 20px;
	left: 10px;
	font-size: 12px;
}


/* globalNaviPC */
#coverBox {
	width: 100%;
	height: 130px;
	background-color: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	display: none;
}
#coverBoxBK {
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 100;
}
#globalNaviPC {
	width:1080px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-left: 69px;
	padding-right: 69px;
}
#globalNaviPC ul {
	list-style-type: none;
	width: 942px;
	position: relative;
}
#globalNaviPC li {
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #251E1C;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 134px;
	text-align: center;
	font-size: 15px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#globalNaviPC li:nth-child(3) {
	width: 138px;
}
#globalNaviPC li.current,
#globalNaviPC li:hover {
	background-color: #4B70B4;
}
#globalNaviPC li.gmenu01,
#globalNaviPC li.gmenu02,
#globalNaviPC li.gmenu03,
#globalNaviPC li.gmenu04,
#globalNaviPC li.gmenu05,
#globalNaviPC li.gmenu06,
#globalNaviPC li.gmenu07 {
	cursor: pointer;
}
#globalNaviPC li.gmenu01:before,
#globalNaviPC li.gmenu02:before,
#globalNaviPC li.gmenu03:before,
#globalNaviPC li.gmenu04:before,
#globalNaviPC li.gmenu05:before,
#globalNaviPC li.gmenu06:before {
	color: #4B70B4;
	display: inline-block;
	transform: scale(1.6, 0.7);
    content: "∨";
	margin-right: 8px;
}
#globalNaviPC li.gmenu01.current:before,
#globalNaviPC li.gmenu02.current:before,
#globalNaviPC li.gmenu03.current:before,
#globalNaviPC li.gmenu04.current:before,
#globalNaviPC li.gmenu05.current:before,
#globalNaviPC li.gmenu06.current:before,
#globalNaviPC li.gmenu07.current:before,
#globalNaviPC li.gmenu01:hover:before,
#globalNaviPC li.gmenu02:hover:before,
#globalNaviPC li.gmenu03:hover:before,
#globalNaviPC li.gmenu04:hover:before,
#globalNaviPC li.gmenu05:hover:before,
#globalNaviPC li.gmenu06:hover:before,
#globalNaviPC li.gmenu07:hover:before {
	color: #FFF;
}
#globalNaviPC li a {
	line-height: 40px;
	display: block;
	color: #FFF;
	*zoom: 1;
}
#globalNaviPC li .subMenuArea {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	padding: 20px 40px 20px 40px;
	text-align: left;
	cursor: default;
}
#globalNaviPC li .subMenuArea a {
	display: inline;
	color: #4B70B4;
}
#globalNaviPC li .subMenuArea a:hover {
	text-decoration: underline;
}
#globalNaviPC li .subMenuArea a:before {
	color: #4B70B4;
	display: inline-block;
	content: "> ";
	width: 1em;
	text-indent: 0;
	padding-left: 2px;
}
#globalNaviPC li .subMenuArea h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 40px;
	color: #4B70B4;
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9D2EB;
	margin-bottom: 20px;
}
#globalNaviPC li .subMenuArea h2 a {
	font-weight: bold;
}
#globalNaviPC li .subMenuArea h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #3070B8;
	margin-bottom: 5px;
}
#globalNaviPC li .subMenuArea ul {
	width: auto;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}
#globalNaviPC li.gmenu03 .subMenuArea ul,
#globalNaviPC li.gmenu05 .subMenuArea ul {
	width: 100%;
}
#globalNaviPC li .subMenuArea ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: none;
	text-align: left;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 20px;
}
#globalNaviPC li .subMenuArea ul li a {
	line-height: 20px;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
#globalNaviPC li .subMenuArea ul li a.bottomMenu {
	margin-left: 20px;
}
#globalNaviPC li .subMenuArea ul li a.tBlank:after {
	margin-left: 5px;
    content: url(../images/icon_tblank_pc.gif);
}
#globalNaviSP,
#globalNaviSPbg,
.spOnly {
	display: none;
}

/* topicPath */
#topicPath {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
	height: 30px;
}
#topicPath span.headIMG {
	display: none;
}
#topicPath ul {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#topicPath li {
    color: #666666;
    display: inline;
    font-size: 70%;
    list-style-type: none;
	line-height: 30px;
	*margin-right: 10px;
}
#topicPath li:before {
	color: #666666;
    content: " > ";
}
#topicPath li:first-child:before {
    content: "";
}
#topicPath li a {
    color: #666666;
}
#topicPath li a:hover {
	text-decoration: underline;
}




#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#contents .alignRight {
	text-align: right;
}
#contents .alignLeft {
	text-align: left;
}
#contents .alignCenter {
	text-align: center;
}
#contents .floatRight {
	float: right;
}
#contents .floatLeft {
	float: left;
}
#contents .floatCenter {
	float: center;
}
#contents h2 {
	margin-top: 60px;
	font-weight: bold;
}
#contents p {
}
#contents .mainTitle {
	background-image: url(images/maintitle_bg_temp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 154px;
	width: 100%;
	margin-bottom: 40px;
}
#contents .mainTitle h1 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
}
#contents .mainTitle h1 span {
	display: block;
	padding-top: 25px;
	font-weight: normal;
	font-size: 18px;
}
#contents .mainTitle h1 span.brPoint {
	display: inline;
	padding-top: 0px;
	font-weight: bold;
	font-size: 40px;
}
#contents .grayBox {
	background-color: #edf1f8;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents#contents .grayBox h2 {
	margin-top: 0px;
}
#contents .grayBoxTopBorder {
	background-color: #edf1f8;
	border-top: 15px solid #bfcce5;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#contents .grayBox hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 15px solid #bfcce5;
}
#contents ul.linkList {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
#contents ul.linkList li {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	padding: 15px;
	position: relative;
	line-height: 28px;
}
#contents ul.linkList li h3 {
	font-size: 115%;
	font-weight: bold;
}
#contents ul.linkList li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	content: "";
	text-decoration: none;
	width: 40px;
	height: 100%;
	background-position: right center;
	background-image: url(images/arrow_linklist.png);
	background-repeat: no-repeat;
}
#contents ul.linkList li .leftImg {
	float: left;
	margin-right: 20px;
	padding-right: 15px;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfcce5;
}
#contents .tableBox {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 90%;
}
#contents .tableBox table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	width: 100%;
}
#contents .tableBox table tr {
}
#contents .tableBox table th {
	border-collapse: collapse;
	background-color: #bfcce5;
	padding: 8px;
	width: 180px;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#contents .tableBox table td {
	border-collapse: collapse;
	background-color: #edf1f8;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

#contents .tableBoxScroll {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 90%;
}
#contents .tableBoxScroll table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	width: 100%;
}
#contents .tableBoxScroll table tr {
}
#contents .tableBoxScroll table th {
	border-collapse: collapse;
	background-color: #bfcce5;
	padding: 8px;
	width: 180px;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#contents .tableBoxScroll table td {
	border-collapse: collapse;
	background-color: #edf1f8;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#contents span.scrollSP {
	display: none;
}











#contents.indexContents {
	width: 100%;
}
#contents.indexContents a {
	color: #343F4F;
}
#contents.indexContents a:hover {
	text-decoration: underline;
}
#contents.indexContents .width860 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#contents.indexContents .listBtn {
	height: 34px;
	width: 200px;
	border: 2px solid #FFF;
	position: relative;
	text-align: center;
	margin-top: 40px;
}
#contents.indexContents .listBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents.indexContents .listBtn a {
	height: 30px;
	width: 196px;
	display: block;
}
#contents.indexContents .listBtn:after {
	display: block;
	position: absolute;
	right: -2px;
	top: 5px;
	color: #FFF;
    content: "〉";
	font-weight: bold;
	font-size: 13px;
}
#contents.indexContents .listBtn.black {
	border-color: #251E1C;
}
#contents.indexContents .listBtn.black:after {
	color: #251E1C;
}
#contents.indexContents .section01,
#contents.indexContents .section02,
#contents.indexContents .section03,
#contents.indexContents .section04,
#contents.indexContents .section05,
#contents.indexContents .section06 {
	padding-top: 60px;
	position: relative;
}
#contents.indexContents .section01 h1,
#contents.indexContents .section02 h1,
#contents.indexContents .section03 h1,
#contents.indexContents .section04 h1,
#contents.indexContents .section05 h1,
#contents.indexContents .section06 h1 {
	color: #4B70B4;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 25px;
}
#contents.indexContents .section01 h1 span,
#contents.indexContents .section02 h1 span,
#contents.indexContents .section03 h1 span,
#contents.indexContents .section04 h1 span,
#contents.indexContents .section05 h1 span,
#contents.indexContents .section06 h1 span {
	color: #BBC0C4;
	font-size: 12px;
}
#contents.indexContents .section01 {
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 40px;
}
#contents.indexContents .section01 ul li {
	width: 100%;
	min-width: 960px;
	text-indent:-9999px;
}
#contents.indexContents .section01 ul li.slide01 {
	background-image: url(../images/mainslide_01.jpg);
}
#contents.indexContents .section01 ul li.slide02 {
	background-image: url(../images/mainslide_02.jpg);
}
#contents.indexContents .section01 ul li.slide03 {
	background-image: url(../images/mainslide_03.jpg);
}
#contents.indexContents .section01 ul li.slide04 {
	background-image: url(../images/mainslide_04.jpg);
}
#contents.indexContents .section01 ul li.slide05 {
	background-image: url(../images/mainslide_05.jpg);
}
#contents.indexContents .section01 ul li.slide06 {
	background-image: url(../images/mainslide_06.jpg);
}
#contents.indexContents .section01 ul li.slide07 {
	background-image: url(../images/mainslide_07.jpg);
}
#contents.indexContents .section01 ul li.slide08 {
	background-image: url(../images/mainslide_08.jpg);
}
#contents.indexContents .section01 ul li.slide09 {
	background-image: url(../images/mainslide_09.jpg);
}
#contents.indexContents .section01 ul li.slide10 {
	background-image: url(../images/mainslide_10.jpg);
}
#contents.indexContents .section01 ul li.slide01,
#contents.indexContents .section01 ul li.slide02,
#contents.indexContents .section01 ul li.slide03,
#contents.indexContents .section01 ul li.slide04,
#contents.indexContents .section01 ul li.slide05,
#contents.indexContents .section01 ul li.slide06,
#contents.indexContents .section01 ul li.slide07,
#contents.indexContents .section01 ul li.slide08,
#contents.indexContents .section01 ul li.slide09,
#contents.indexContents .section01 ul li.slide10 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}
#contents.indexContents .section01 ul.slides li a:hover {
    background-color: #fff;
	opacity: 0.3 !important;
	filter: alpha(opacity=30) !important;
	-ms-filter: "alpha(opacity=30)" !important;
}
#contents.indexContents .section01 ul li.slide01 a,
#contents.indexContents .section01 ul li.slide02 a,
#contents.indexContents .section01 ul li.slide03 a,
#contents.indexContents .section01 ul li.slide04 a,
#contents.indexContents .section01 ul li.slide05 a,
#contents.indexContents .section01 ul li.slide06 a,
#contents.indexContents .section01 ul li.slide07 a,
#contents.indexContents .section01 ul li.slide08 a,
#contents.indexContents .section01 ul li.slide09 a,
#contents.indexContents .section01 ul li.slide10 a {
	width: 100%;
	height: 400px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#contents.indexContents .section02 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#contents.indexContents .section02 .infoList {
	width: 460px;
	float: right;
	margin-right: 10px;
	margin-top: -60px;
	margin-bottom: 60px;
}
#contents.indexContents .section02 .infoList dt {
	font-size: 13px;
	padding-top: 8px;
}
#contents.indexContents .section02 .infoList dd {
	font-size: 13px;
	line-height: 22px;
	color: #343F4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBC0C4;
	padding-bottom: 8px;
	position: relative;
}
#contents.indexContents .section02 .infoList dd.new:after {
	display: block;
	position: absolute;
	left: 120px;
	top: -20px;
	color: #BD4C3E;
    content: "NEW";
}
#contents.indexContents .section02 .infoList dd.news {
	background-image: url(../images/info_icon_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
}
#contents.indexContents .section02 .infoList dd.press {
	background-image: url(../images/info_icon_press.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
}
#contents.indexContents .section02 .infoList dd.casestudy {
	background-image: url(../images/info_icon_casestudy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
}
#contents.indexContents .section03 {
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
}
#contents.indexContents .section03 a {
	color: #FFF;
}
#contents.indexContents .section03 .seminarBox {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 70px;
}
#contents.indexContents .section03 .seminarBox h1 {
	width: 430px;
	position: absolute;
	right: 0;
	top: 0;
}
#contents.indexContents .section03 .seminarList {
	width: 100%;
	height: 460px;
	*height: 360px;
	background-color: #5C8CC7;
	border-top-width: 17px;
	border-top-style: solid;
	border-top-color: #486e9c;
	padding-bottom: 100px;
}
#contents.indexContents .section03 .seminarList span.headIMG {
	display: none;
}
#contents.indexContents .section03 .seminarBox .listBtn {
	position: absolute;
	right: 230px;
	bottom: 40px;
}
#contents.indexContents .section03 .seminarList dl {
	width: 380px;
	margin-left: auto;
	margin-right: 50px;
	margin-top: 20px;
}
#contents.indexContents .section03 .trainingBox {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 70px;
}
#contents.indexContents .section03 .trainingBox h1 {
	width: 350px;
	position: absolute;
	left: 50px;
	top: 0;
}
#contents.indexContents .section03 .trainingList {
	width: 100%;
	height: 460px;
	*height: 360px;
	background-color: #75B270;
	border-top-width: 17px;
	border-top-style: solid;
	border-top-color: #5b8c58;
	padding-bottom: 100px;
}
#contents.indexContents .section03 .trainingBox .listBtn {
	position: absolute;
	left: 50px;
	bottom: 40px;
}
#contents.indexContents .section03 .trainingList dl {
	width: 380px;
	margin-left: 50px;
	margin-right:  auto;
	margin-top: 20px;
}
#contents.indexContents .section03 .seminarList dt,
#contents.indexContents .section03 .trainingList dt {
	font-size: 13px;
	padding-top: 8px;
	color: #FFF;
}
#contents.indexContents .section03 .seminarList dd,
#contents.indexContents .section03 .trainingList dd {
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 8px;
}
#contents.indexContents .section03 .seminarList dt.new:after,
#contents.indexContents .section03 .trainingList dt.new:after {
	color: #DBBB37;
    content: "　NEW";
}
#contents.indexContents .section04 {
}
#contents.indexContents .section04 .pickupList {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #E9EEF6;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents.indexContents .section04 .pickupList button {
	*display: none !important;
}
#contents.indexContents .section04 .pickupList .pickupListBtn {
	margin: 30px;
	box-shadow:rgba(36, 29, 27, 0.35) 3px 3px 3px 0px;
	-webkit-box-shadow:rgba(36, 29, 27, 0.35) 3px 3px 3px 0px;
	-moz-box-shadow:rgba(36, 29, 27, 0.35) 3px 3px 3px 0px;
}
#contents.indexContents .section05 {
	background-image: url(../images/casestudy_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 360px;
}
#contents.indexContents .section05 h1 {
	color: #FFF;
}
#contents.indexContents .section05 p {
	color: #FFF;
	width: 235px;
	font-size: 15px;
	line-height: 25px;
}
#contents.indexContents .section05 ul {
	position: absolute;
	left: 300px;
	top: 10px;
	width: 600px;
	list-style-type: none;
}
#contents.indexContents .section05 ul li {
	display: inline-block;
	*display: block;
	*float: left;
	width: 100px;
	height: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contents.indexContents .section05 ul li img {
	width: 100px;
	height: 100px;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
}
#contents.indexContents .section06 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;
}
#contents.indexContents .section06 ul {
	list-style: none;
	margin-bottom: 80px;
	text-align: center;
}
#contents.indexContents .section06 ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}


#contents.indexContents .section07 {
	background-color: #4b70b4;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents.indexContents .section07 .bannerBtn {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#contents.indexContents .section07 ul {
	list-style: none;
	text-align: center;
}
#contents.indexContents .section07 ul li {
	display: inline-block;
	width:23%;
	margin-right: 2%;
	background-color: #FFF;
	box-shadow:0px 0px 6px 3px #0a4d9b;
	-moz-box-shadow:0px 0px 6px 3px #0a4d9b;
	-webkit-box-shadow:0px 0px 6px 3px #0a4d9b;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
/*	-webkit-transition: 0.1s ease-in-out;  */
/*	-moz-transition: 0.1s ease-in-out;  */
/*	-o-transition: 0.1s ease-in-out;  */
/*	transition: 0.1s ease-in-out;  */
}
#contents.indexContents .section07 ul li.datadl {
	background-image: url(../images/sec07_icon_datadl.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#contents.indexContents .section07 ul li.trialdl {
	background-image: url(../images/sec07_icon_trialdl.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#contents.indexContents .section07 ul li.seminar {
	background-image: url(../images/sec07_icon_seminar.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#contents.indexContents .section07 ul li.training {
	background-image: url(../images/sec07_icon_training.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-right: 0%;
}
#contents.indexContents .section07 ul li a {
	display: block;
	padding-top: 100px;
	padding-bottom: 20px;
	color: #251e1c;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
}
#contents.indexContents .section07 ul li a span {
	font-weight: bold;
}
#contents.indexContents .section07 ul li a:hover {
	text-decoration: none;
}
#contents.indexContents .section07 ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#contents .recommendationArea {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#contents .recommendationArea ul {
	list-style: none;
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}
#contents .recommendationArea ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}














/* searchBox用CSS上書き */
#header .headerMenu ul {
	right: 50px;
}
#customSearch {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 800;	
}
#searchBoxOpener {
	width: 30px;
	height: 30px;
	background-color: #4b70b4;
	position: absolute;
	right: 10px;
	top: 45px;
	line-height: 34px;
	text-indent: 10px;
	color: #FFF;
	font-size: 13px;
	text-indent: -9999px;
	background-image: url(images/icon_search.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#searchBoxOpener:hover {
	cursor: pointer;
}
#searchBoxOpener.close {
	background-image: url(images/icon_search_close.png);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	height: 44px;
}
#searchBox {
	width: 320px;
	border: 4px solid #4b70b4;
	background-color: #FFF;
	height: 40px;
	*height: 30px;
	padding-right: 2px;
	position: absolute;
	right: 10px;
	top: 72px;
	z-index: 800;
	display: none;
}
#searchBox .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 28px !important;
    width: 70px !important;
    *height: 13px !important;
    *width: 13px !important;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    box-shadow: none !important;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    box-shadow: none !important;
}
.gsst_b {
	-moz-user-select: none;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	padding-top: 5px !important;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.searchresultsBox {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.gsc-results .gsc-cursor-box {
    text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	*float: left;
	font-size: 20px;
	border: 1px solid #88a1ce !important;
	margin-left: 3px;
	margin-bottom: 10px;
	text-align: center;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-weight: normal !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #88a1ce !important;
	color: #FFF !important;
	font-weight: normal !important;
}
.gsc-cursor-current-page {
	background-color: #88a1ce !important;
	color: #FFF !important;
	font-weight: normal !important;
}



/* リマーケティングタグ空白削除 */
iframe[name="google_conversion_frame"] {
	position:absolute;
	height: 0;
}



/* マルケト関連 */
#mktoBox {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
