@charset "utf-8";

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

	Reset

================================ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
ol,ul{list-style:none;}
/*a:focus{outline:thin dotted;}*/
a:hover,a:active{outline:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
ins{text-decoration:none;}
mark{background:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
figure{text-align: center;}
video,audio,canvas{display:inline;zoom:1;}
svg:not(:root){overflow:hidden;}
audio:not([controls]),[hidden]{display:none;}
img {image-rendering: -webkit-optimize-contrast;-webkit-backface-visibility: hidden;}

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

	Base

=================================*/
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%; /* 1rem = 10px */
	background-color:#FFF !important;
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), 
	local('Yu Gothic Medium'), 
	local('YuGothic-Regular');
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'),
	local('Yu Gothic Bold');
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MyYuGothicM', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  -webkit-font-smoothing: antialiased;
	line-height: 1.7;
	color:#333333;
	background-color:#FFF !important;
}
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}
.jpFont {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'MyYuGothicM', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* link setting */
a:link {
	color:#333333;
	text-decoration:none;
	border-bottom: 1px solid rgba(235, 97, 0, 0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:visited {
	color:#333333;
	border-bottom: 1px solid rgba(235, 97, 0, 0);
}
a:hover,
a:active {
	color:#eb6100;
	text-decoration:none;
}
a.txLink:link {
	text-decoration:underline;
}
a.txLink:hover {
	text-decoration:none;
}

/* other setting */
hr {display: none;}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	box-shadow: #000 0em 0em 0em;
}
sub, sup {
	position: relative;
	line-height: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

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

	Utility parts

=================================*/
/* Margin-top of ** line */
.mt1l {margin-top: 14px !important;}
.mt2l {margin-top: 28px !important;}
.mt3l {margin-top: 42px !important;}
/* Margin-top */
.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;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt110 {margin-top: 110px !important;}

/* Margin-bottom */
.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;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
/* Margin-left */
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
/* Margin-right */
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
/* Padding-top */
.pt0 {padding-top: 0 !important;}
/* Padding-bottom */
.pb0 {padding-bottom: 0 !important;}

/* table col width */
.colW10 {width: 10%!important;}
.colW15 {width: 15%!important;}
.colW20 {width: 20%!important;}
.colW25 {width: 25%!important;}
.colW30 {width: 30%!important;}
.colW35 {width: 35%!important;}
.colW40 {width: 40%!important;}
.colW45 {width: 45%!important;}
.colW50 {width: 50%!important;}
.colW55 {width: 55%!important;}
.colW60 {width: 60%!important;}
.colW65 {width: 65%!important;}
.colW70 {width: 70%!important;}
.colW75 {width: 75%!important;}
.colW80 {width: 80%!important;}
.colW85 {width: 85%!important;}
.colW90 {width: 90%!important;}
.colW95 {width: 95%!important;}


/* text-align */
.aL {text-align: left !important;}
.aC {text-align: center !important;}
.aR {text-align: right !important;}
/* text-align PC */
.aC-pc {text-align: center !important;}
@media only screen and (max-width: 640px) {
.aC-pc {text-align: left !important;}
}
/* vertical-align */
.vT {vertical-align: text-top !important;}
.vB {vertical-align: text-bottom !important;}
.vM {vertical-align: middle !important;}
/* text */
.txLL {font-size: 20px !important; font-size: 2.0rem !important;}
.txL {font-size: 16px !important; font-size: 1.6rem !important;}
.txS {font-size: 12px !important; font-size: 1.2rem !important; font-weight: normal!important;}
.txSM {font-size: 14px !important; font-size: 1.4rem !important; font-weight: normal!important;}
.txBold {font-weight: bold !important;}
.txM {font-size: 16px !important;	font-size: 1.6rem !important; font-weight: normal!important;}

/* text-color */
.txRed{ color: #ff0000 !important;}
.txOrange{ color: #ed6d00 !important;}
.txViolet { color: #412283 !important;}

/* for IE8 fallback
IE8 で文字可変をONにしたい時
================================ */
/* 12px = 75% 13px = 81.3% 14px = 87.5% 15px = 93.8% 16px = 100%
 * 17px = 106.3% 18px = 112.5% 19px = 118.8% 20px = 125%
 */
/*.ie8 {font-size: 100%;}
.ie8 body {font-size: 87.5%;}
.ie8 .txL {font-size: 114.28% !important;}
.ie8 .txS {font-size: 85.71% !important;}
*/
/*=================================

	Print

================================ */
@media print {
	/* * {
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}*/
body {
	width:1024px;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	 -webkit-print-color-adjust: exact;
}
	
#globalNavi ul,
.headerOther,
.breadCrumb,
/*#ancBox,*/
.locNav01,
#footer #footerContents,
#footer #footerContents02{
	display:none;
	background:none;
}

#headerContents img{
	margin-left: -40px !important;
}

#header .logo {
    padding: 15px 0;
		margin-bottom: 15px;
}
#footer{
	margin-top: 0;
}
#footer #footerContents03{
	padding-top: 0;
}

.lazy {
display: none;
}

/* /products-service/middleware/orochi/ */
#fade, #loader,
#orochi .titleArea .figureContainer .right06 .right{
	display: none;
}
#orochi .ancBox{
	height: 500px;
}

* a{
	background-image: none !important;
}

/* for page shot */
body {
	overflow-y: visible !important;
}

#fp-nav {
	display: none !important;
	height:0 !important;
}

.printShot {
	display: block !important;
}


}