@charset "UTF-8";

@import "slide.css";
@media print {
	body {
		width:1200px;
	}
	html {
		width:1200px;
	}
	div.contArea {
		float:right !important;
	}
	#content_press_release {
		float:left !important;
		clear:left !important;
	}
}
* {
	font-family:"Verdana","Arial","Helvetica",sans-serif;
}



/*
 ▽初期化
-------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, form, p {
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
table {
	empty-cells:show;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
em {
	font-style:normal;
	font-weight:bold;
}

/*
 ▽テキスト
-------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:small;
	line-height:140%;
	color:#333;
}
* html body {	font-size:80%;}
*:first-child+html body {	font-size:80%;}
body * {	font-size:100%;}


/*
 ▽リンク
-------------------------------------------------------------------------*/
a {
	color: #0066a7;
}

a:visited {
	color: #800080;
}


a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
 ▽非表示コンテンツ
-------------------------------------------------------------------------*/
.hidden {
	text-indent:-5000px;
/* \*/ 
	display:none;
/* */
}

/*
 ▽行揃え
-------------------------------------------------------------------------*/
.taLeft {
	text-align:left !important;
}
.taCenter {
	text-align:center !important;
}
.taRight {
	text-align:right !important;
}

/*
 ▽縦位置
-------------------------------------------------------------------------*/
.vat {
	vertical-align:top !important;
}
.vam {
	vertical-align:middle !important;
}
.vab {
	vertical-align:bottom !important;
}

/*
 ▽float
-------------------------------------------------------------------------*/
.float_L {
	float:left;
}
.float_R {
	float:right;
}
.float_center {
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear: both;
}

/*
 ▽float clear
-------------------------------------------------------------------------*/
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */


/*
 ▽マージン：上
-------------------------------------------------------------------------*/
.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;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !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;
}
.ml40{
	margin-left:40px !important;
}
.ml50{
	margin-left:50px !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;
}
.mr40{
	margin-right:40px !important;
}
.mr50{
	margin-right:50px !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;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}

/*
 ▽パディング：上
-------------------------------------------------------------------------*/
.pt0{
	padding-top:0 !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt25{
	padding-top:25px !important;
}
.pt30{
	padding-top:30px !important;
}


/*
 ▽パディング：下
-------------------------------------------------------------------------*/
.pb0{
	padding-bottom:0 !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb35{
	padding-bottom:35px !important;
}


/*
 ▽その他
-------------------------------------------------------------------------*/
.noBr {
	white-space:nowrap !important;
}
.noBd {
	border:none !important;
}
input.oneByte {
	ime-mode:disabled !important;
}
.breakAll {
	word-break:break-all;
}

.red {
	display: inline-block;
	font-size: 83%;
	margin-left: 3px;
	padding: 3px;
	color: #ffffff;
	background-color: #ff6666;
}
.error {
	color: #ff0000 !important;
}
.errorBox {
	display: block;
	width: auto;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-size: 83%;
	text-align: left;
}

/*
 ▽共通パーツ
-------------------------------------------------------------------------*/

#wrap {
	width:1200px;
	position:absolute;
	left:50%;
	margin-left:-600px;
}
#headerContainer {
	margin: 0 auto;
	padding:0;
	height:80px;
}
#header {
	width:900px;
	margin:0 auto;
}
#header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header h1{
	float:left;
	margin: 20px 0 0;
}
#header .headRight{
	float:right;
	margin-top:35px;
}
#header .headRight ul{
	float:right;
}
#header .headRight .search{
	float:right;
	clear:right;
}
#header .headRight ul li{
	float:left;
}
#header .search{
	margin-top:8px;
	float:right;
}
#header .search .searchbox{
	border:1px solid #3f3f3f;
	width:155px;
	height:15px;
	margin-bottom:1px;
}
#header .search #searchbtn{
	vertical-align:bottom;
	margin:0 10px 0 3px;
}
#grobalNavi{
	width:900px;
	margin:0 auto;
}
#grobalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#grobalNaviUl{
	margin:4px 0;
}
#grobalNavi li.mainnavli{
	float:left;
	position: relative;
}

#grobalNaviUl ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 9999;
	border-top:1px dotted #999;
	border-left:1px dotted #333;
	border-right:1px dotted #333;
}

#grobalNavi ul ul li {
	float:none;
	width:147px;
	text-align:left;
	background: #f3f3f3;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*FF*/
	opacity:0.90;
}

#grobalNavi ul ul li a {
	display:block;
	width:147px;
	color:#333;
	font-weight:normal;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "California", sans-serif;
	height:29px;
	border-bottom:1px dotted #999;
}

#grobalNavi ul ul li a.rows2 {
	height:45px;
}

#grobalNavi ul ul li a:hover {
	text-decoration :none;
	background: #ccc;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*FF*/
	opacity:0.90;
}
#grobalNavi ul ul li a span{
	display:block;
	padding:5px 10px;
}
#grobalNavi #grobalNaviUl .mainnavli .subnav_en li {
	width:177px !important;
}
#grobalNavi #grobalNaviUl .mainnavli .subnav_en li a {
	width:177px !important;
}

#footer {
	width:900px;
	margin:30px auto 0 auto;
	padding:10px 0 30px 0;
	border-top:1px solid #c0c0c0;
	clear:both;
}
#footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#footer ul{
	float:left;
}
#footer ul li{
	float:left;
	margin-right:15px;
}
#footer p.copyright{
	float:right;
	font-size:0.8em;
}

#web_content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#web_content_main {
	width:650px;
	margin:20px auto 0;
}

.border_black {
	border:1px solid #000000;
}
.w700 {
	width:650px;
}

.w200 {
	width:200px;
}

.w900 {
	width:900px;
	margin:0 auto;
}
.w930 {
	width:900px;
}

.w1200 {
	width:1200px;
}

#business_sidebar {
	width:200px;
	float:left;
}
#maintain {
	float:right;
	width:650px;
}
.content_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:900px;
}

.pankuzu {
	float:right;
	font-size:1.0em;
	margin-bottom:7px;
	text-align:right;
	line-height:1.7em;
}
.green {
	color:#08A3A1;
}
.active {
}

#maintain b {
	color:#08A3A1;
}
.sub_title {
	float:left;
	margin-right:7px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
.product_info {
	float:left;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:13px;
}
.product_exp {
	width:195px;
	margin-left:5px;
	padding:3px;
	font-size:95%;
	text-align:left;
}
.product_align {
	width:252px;
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;
}
.product_titlebar {
	margin-bottom:10px;
	width:652px;
}
.other_page h2 {
	background-image:url('../../../cmn/img/title_bar/title_bullet.html');
	background-position:0 0;
	background-repeat:no-repeat;
	color:#555555;
	font-size:14px;
	border-bottom:1px dotted #CCCCCC;
	margin-top:20px;
	margin-bottom:20px;
}
.other_page h2 span {
	margin-left:13px;
}
.ul_disc li {
	list-style:disc;
	margin-left:17px;
}
.browser_title {
	border-bottom: 1px dotted #CCCCCC;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:5px;
}
.os_title {
	display:block;
	padding:20px;
	border: 1px solid #CCCCCC;
}

.contact_tbl {
	width:92%;
	margin:20px 30px;
}

.contact_tbl td, .contact_tbl th {
vertical-align:top;
}
.contact_tbl th div{
	width:248px;
	height:21px;
	text-align:left;
	background:url('../../../cmn/img/top/contact_subtitle_bg.html') no-repeat;
	background-position: 2px 4px;
	border-bottom:1px dashed #AAA;
}

.contact_tbl.tableLineAuto th div{
	height:auto;
	padding-bottom:4px;
}

.contact_tbl th span{
	display:block;
	margin:0 15px;
	line-height:18px;
}

.contact_titleH2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #AAA;
	text-align: left;
}
.contact_titleH2 span {
	display: block;
	padding-left: 15px;
	background: url(../../../../www.a-n-t.jp/mes/src/cmn/img/top/contact_subtitle_bg.gif) 0 50% no-repeat;
}

.searchBox {
	width: 159px;
}


/*
 ▽サイドバーボーダー
-------------------------------------------------------------------------*/
.sideNavi dd.nav_top{
	width:197px;
	height:33px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.sideNavi dd.nav_mid{
	width:197px;
	height:33px;
	border-top:1px dotted #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.sideNavi dd.nav_btm{
	width:197px;
	height:33px;
	border-top:1px dotted #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.sideNavi dt {
	height:30px;
}
.sideNavi dt img {
	padding-top:5px;
}
.sideNavi {
	text-align:left;
}



#web_content_main.sitemap_content {
	text-align:left;
	line-height:20px;
}
#web_content_main.sitemap_content #main_con a {
	font-weight:normal;
	color:black;
}
#web_content_main.sitemap_content #main_con a:hover {
	color:#007686;
}
#web_content_main.sitemap_content table {
}
#web_content_main.sitemap_content table tr {
	vertical-align:top;
}
#web_content_main.sitemap_content ul {
	margin-top:10px;
	vertical-align:top;
}
#web_content.sitemap_content ul li,
#web_content_main.sitemap_content ul li {
	line-height:20px;
	margin-left:20px;
	margin-right:20px;
	list-style:disc;
}
#web_content .anchor_on,
#web_content_main.sitemap_content .anchor_on {
	font-weight:bold;
	background-image:url('../../../cmn/img/title_bar/title_bullet.html');
	background-position:0 0;
	background-repeat:no-repeat;
	color:#555555;
	font-size:14px;
	border-bottom:1px dotted #CCCCCC;
	margin-top:20px;
}
#web_content .anchor_on strong ,
#web_content_main.sitemap_content .anchor_on strong {
	margin-left:20px;
}
#web_content_main.sitemap_content .anchor_off {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
}
#web_content_main.sitemap_content .compliance_box tr {
}

#header ul#fontSize{
	float:left;
}

#header ul#fontSize li {
	padding: 1px 0px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	font-size:12px;
}

#header ul#fontSize li.active {
}

h1.product_titlebar {
	margin-bottom:10px;
}
.content_container .product_path {
	float:right;
	margin-bottom:10px;
}
.product_category_table tr td div {
	line-height:15px;
	font-size:12px;
	text-align:left;
}
.top_table td {
	vertical-align:top;
}
.top_table td img {
	float:left;
}
.table_align_top td, .table_align_top th {
	vertical-align:top;
}
.left_shadow {
	position:absolute;
	top:128px;
	left:-12px;
}
.right_shadow {
	position:absolute;
	top:128px;
	right:-12px;
}
#grobalNavi #grobalNaviUl .mainnavli .subnav_chn li {
	width:173px !important;
}
#grobalNavi #grobalNaviUl .mainnavli .subnav_chn li a {
	width:173px !important;
}
.rollover {
	opacity:1 !important;
	-moz-opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
}
/*
 ▽ニュース体裁※2013/02/08あとらす追記
-------------------------------------------------------------------------*/
.xmlList00 {
	clear: both;
	padding: 5px 0 0 23px;
	text-align: left;
	zoom: 1;
}
.xmlList00 li {
	margin-top: 5px;
}
.xmlList00 li .date {
	display: block;
	float: left;
	width: 10em;
}
.xmlList00 li .data {
	display: block;
	overflow: hidden;
	padding-top: 0.15em;
}

/* noFloat */
.noFloat {
	float: none !important;
}
/* inBtn */
.inBtn {
	position: relative;
}
.inBtn .indexBtn {
	display: block;
	position: absolute;
	width: 75px;
	height: 20px;
	top: 2px;
	right: 140px;
}
.inBtn .rssBtn {
	display: block;
	position: absolute;
	width: 67px;
	height: 20px;
	top: 2px;
	right: 73px;
}
.inBtn .mailBtn {
	display: block;
	position: absolute;
	width: 73px;
	height: 20px;
	top: 2px;
	right: 0;
}
/* inBtn2 */
.inBtn2 {
	position: relative;
}
.inBtn2 .indexBtn {
	display: block;
	position: absolute;
	width: 75px;
	height: 20px;
	top: 2px;
	right: 67px;
}
.inBtn2 .rssBtn {
	display: block;
	position: absolute;
	width: 67px;
	height: 20px;
	top: 2px;
	right: 0;
}
/* inBtn3 */
.inBtn3 {
	position: relative;
}
.inBtn3 .indexBtn {
	display: block;
	position: absolute;
	width: 75px;
	height: 20px;
	top: 2px;
	right: 80px;
}
.inBtn3 .rssBtn {
	display: block;
	position: absolute;
	width: 67px;
	height: 20px;
	top: 2px;
	right: 13px;
}
/* inRss2 */
.inRss2 {
	position: relative;
}
.inRss2 .rssBtn {
	display: block;
	position: absolute;
	width: 67px;
	height: 20px;
	top: 5px;
	right: 5px;
}

#smpBtn {
	width: 888px;
	margin: 0 auto;
	text-align: center;
	border: 6px solid #e6e6e6;
}
#smpBtn a {
	display: block;
	padding: 28px 0;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	border: 4px solid #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
}
#smpBtn a:hover {
	text-decoration: none;
}
#smpBtn a span {
	padding-left: 66px;
	background: url(../../../../www.a-n-t.jp/mes/src/cmn/img/sp_btn_ic.png) 0 50% no-repeat;
}

/*
 ▽見出し体裁※2014/02/25あとらす追記
-------------------------------------------------------------------------*/

.titleContact{
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:115%;
	padding-bottom:5px;
	border-bottom:#F00 2px solid;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom:10px !important;
}

.contactOrignalStyle .contact_tbl th div {
	border-bottom: none;
}

.contactOrignalStyle .contact_tbl th {
	padding-top:20px;
}

.contactOrignalStyle .contact_tbl td {
	border-bottom: 1px dashed #AAAAAA;
	padding-bottom:10px;
}

.contactOrignalStyle .contact_tbl td.noneborder {
	border-bottom:none;
}

.titleContact.sitemap_mt{
	padding-top:20px;
}


/* ClearFix
***************************************************** */
.xmlList00 li:after,
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.xmlList00 li,
.clearFix {
	display: block; /* for safari firefox3 */
	zoom: 1;  /* for IE 7*/
}

* html .xmlList00 li,
* html .clearFix {
	display: inline-block; /* for IE6 */
}

/* IE7 hacks */
*:first-child+html .xmlList00 li,
*:first-child+html .clearFix {
	display: inline-table;
}/* end hacks */


.intro_message {
    margin: 0 0 30px;
    padding: 70px 0;
    font-size: 16px;
    border: 6px solid #f2f2f2;
}
.intro_message a{
    color: #008ECF;
    text-decoration: underline;
}
.intro_message a:hover{
    text-decoration: none;
}
