/* CSS Document */
	
/*======================================================

google margin hack

======================================================*/
iframe[name^=google] {
	height:0px!important;
	display:inline-table!important;
}
#Footer {/*forIE*/
	margin-bottom: -7px;
}
@-moz-document url-prefix(){/*forMOZ*/
	#Footer {
		margin-bottom:-20px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {/*forWEBKIT*/
	#Footer {
		margin-bottom:-20px;
	}
}

body {background-color: #fff;}

@media screen and (max-width: 767px){
.JS body {background-color: #fff;}
}

/*======================================================

Non Responsive 

======================================================*/
.JS h2 {
	margin: 0 0 5px;
}

/*======================================================

 Common Setting

======================================================*/
/*chrome RightSeparater対応*/
.CourtesyNavi li.RightSeparater a {
	display: inherit;
}

.Section {
	padding: 0 0 25px;
}

.PageTitleStyle3 {
	margin: 0;
}

.Grid4 h2 {
	background: transparent;
	background-image: none;
	font-size: 1.2em;
	clear: both;
	position: relative;
	margin-bottom: 15px;
}


.Grid4 h2 span {
	display: inline-block;
	padding: 11px 15px 8px 15px;
	background-color: #03377b;
	min-height: 30px;
	position: relative;
	top: 0px;
}

.Grid4 h2:before {
	content: url("/-/media/ind/vertica/image/h2_before.png");
	position: relative;
	padding: 0 0 0 2px;
	margin: 0 -7px 0 0;
	top: 16.5px;
	display: inline-block;
	z-index: 10;
}

.Grid4 h2:after {
	content: url("/-/media/ind/vertica/image/h2_after.png");
	position: absolute;
	padding: 0;
	margin: 0;
	top: 15.5px;
	height: 50px;
}



.TextStyle1 span {
	color: #4E716F;
	font-weight: bold;
}

.Feature .Column2 > h3 {
	color: #02377B;
	font-size: 1.15em;
	border: none;
	background: none;
	margin: .75em .75em .25em;
	padding: .5em 0;
}

.Feature .Column2,
.Performance .Column2 {
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0;
	margin-top: 15px;
}

.Feature .FirstItem:first-child + .LastItem,/*2*/
.Feature .FirstItem:first-child + .LastItem + .FirstItem,/*3*/
.Feature .FirstItem:first-child + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem,/*6*/
.Feature .FirstItem:first-child + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem + .FirstItem,/*7*/
.Feature .FirstItem:first-child + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem,/*10*/
.Feature .FirstItem:first-child + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem + .FirstItem + .LastItem + .FirstItem/*11*/ {
	background: #F8FAEF;
}

.Feature .Column2 > .ImgOnlyStyle {
	position: relative;
	display: block;
	min-height: 180px;
	padding: 1em 0;
	margin-bottom: 0;
}

.Feature .Column2 > .ImgOnlyStyle > img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.Feature .Column2 > .TextStyle1 {
	padding: 0 1em;
}

.TableStyle3 th {
	width: 30%;
}

.Performance h3 {
	background: none;
	border: none;
	font-size: 1.3em;
	padding: 14px 0 5px;
	margin: 0;
}

.Performance h3:before {
	position: relative;
	content: url("/-/media/ind/vertica/image/h3_icon.png");
	margin-right: .15em;
}

.Performance .TextStyle1 {
	margin: 0;
}

.Performance .Column2 {
	background: #F8FAEF;
}

.Performance .Column2 h4 {
	font-size: 1.2em;
	color: #fff!important;
	border-radius: 2px 2px 0 0;
}

.Performance .FirstItem h4 {
	background-color: #500047!important;
}

.Performance .LastItem h4 {
	background-color: #5D7F0F!important;
}

.Performance h4:before {
	content: "";
}

.Performance .Column2 .ListStyle2 {
	padding: 0 1em 1em;
}

.TableStyle3 .ListStyle2 {
	margin: 0;
}

.TableStyle3 .AdditionalNotesStyle3 {
	margin-bottom: 0;
}

h1.CenterAdjust {
    background: #cdece9;
	overflow: hidden;
}
h1 img {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.Grid4 .ImgOnlyStyle {
	text-align: center;
	margin: auto;
}
/*======================================================

Inquiry Box

======================================================*/


div.BoxPatternA.Inquiry {
	padding: 4px;
	background: url("/-/media/ind/vertica/image/bg_box_a03.gif") repeat 0 0;
}
div.BoxPatternA.Inquiry p.Title {
	border: none;
	padding: 8px 10px 0 !important;
	margin: 0;
	background-color: #ffffff;
}
div.BoxPatternA.Inquiry p.Title strong {
	padding: 0;
	border: none;
	background: none;
	font-size:93.7%;
	font-weight:bold;
}
div.BoxPatternA.Inquiry div.Inner {
	padding: 10px 7px 0;
	background-color: #ffffff;
	border: none;
}
div.BoxPatternA.Inquiry div.Inner ul { margin-bottom: 10px; }
div.BoxPatternA.Inquiry div.Inner li {
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
}
div.BoxPatternA.Inquiry div.Inner p.ImgOnlyStyle {
	margin: 0;
	padding: 0 0 10px;
}



/*======================================================

ページトップリンク

======================================================*/

.PageTop a {
display: inline;
padding: 1px 0 1px 17px;
font-weight: bold;
letter-spacing: 0;
background: url("/-/media/image/h1/icon/icon_link_top.gif") no-repeat 0 0.1em;
}
