﻿@charset "UTF-8";


/* 事例用<h2>対応プロダクト</h2>の製品リスト用 */
ul.use_product {
	padding-left:0 !important;
}
ul.use_product li {
	display:inline;
	padding-left:0 !important;
	padding-right:5px !important;
	background-image:none !important;
}

/* 基調講演などに使う */
.sticker {
	display:block;
	padding:5px 10px 3px 10px;
	margin-bottom:0 !important;
	background:#688ACD;
	color:#FFF;
	font-weight:normal;
	font-size:80%;
	line-height:1em;
	width:80px;
	text-align:center;
	white-space:nowrap;
	overflow:visible;
}
h3 .sticker {
	font-size:70%;
	width:100px;
}

/* ANSYSロゴ */
#header ul {
	height:54px !important;
}
#header li {
	vertical-align:top !important;
}
#header li img {
	vertical-align:top !important;
}
#ansys_logo {
	position:relative;
	z-index:60;
	top:140px;
	left:698px;
	display:block;
}

#Multiscale_logo {
	position:relative;
	z-index:60;
	top:140px;
	left:628px;
	display:block;
}

#contents #path {
	width:810px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 10px;
}
#globalnav {
	z-index:70;
}
.ie7 #slider, .ie6 #slider {
	z-index:-1 !important;
}


/* ヘッダー固定化 */
#header,
#globalnav {
	position: fixed;
	top: 0;
	left:0;
	z-index: 1000;
	width:100%;
	height:87px;
	margin-left:auto;
	margin-right:auto;
}
#globalnav {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	top: 92px;
	height:72px !important;
}
#contents {
	/* margin-top:179px !important; */
	
}
#globalnav + #slider {
	margin-top:164px;
}
#header + #contents {
	margin-top:15px !important;
	
}
/* フッターのページ上部へのボタン */
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1000;
	margin-left:auto;
	margin-right:auto;
}