@charset "utf-8";
/*========================================*
*　■トップページ用スタイル
*========================================*/
@import "base.css";


/* グロナビ調整 */
#gn-contact a{
	top:-54px;
}

/* 輸出該非判定書発行　/certificate/用の上書きスタイル ここから */

#container{
	width:750px;
	text-align:left;
	margin:0 auto;
}
/*------------------------------
 contents
------------------------------*/
#contents{
	margin-bottom: 55px;
}
#main{
	width: 730px;
}

div#agreement_message{
	margin-left:0;
	}

/* 輸出該非判定書発行　/certificate/用の上書きスタイル ここまで */




/*---------- [問合せ] ----------*/
#contact-area{}
#contact-area textarea{
	height: 7em;
}



table.type_input{
	display:block;
	width:700px;
	margin-bottom:20px;
	padding-top:5px;
	background-image:url(..//img/support_com/bg_contact.gif);
	background-repeat:repeat-x;
	background-position:top;
}
table.type_input th,table.type_input td{
	vertical-align:middle;
	background-image:url(..//img/support_com/bg_contact.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
* html table.type_input th,
* html table.type_input td{
	position:relative;
	top:5px;
}
*+html table.type_input th,
*+html table.type_input td{
	position:relative;
	top:5px;
}
table.type_input th{
	width:170px;
	padding:10px;
	background-color:#EAF5FA;
	color:#528B9C;
	text-align:left;
	font-weight:normal;
}
table.type_input td{
	padding:10px 15px;
	width:500px;
}
#contact-area table.type_input td.radios_area{}
#contact-area table.type_input td.radios_area label{
	display:block;
	width:50%;
	float:left;
	margin-bottom:5px;
}

ul.frm_bt{
	list-style:none;
	text-align:center;
}
ul.frm_bt li{
	display:inline;
	margin:0 10px;
}
ul.frm_bt li input{}


#thanks{}
#thanks img{}


.importance{
	color: #c00;
}

.ipt_sml{width:6%}
.ipt_mid{width:45%}
.ipt_big{width: 100%;}
.alert{
	color: #c00;
}


/*---------- [カタログ請求] ----------*/
table#catalog-type{}
table#catalog-type th,
table#catalog-type td{
	width:700px !important;
}
table#catalog-type td{
	text-align:center;
}
table#catalog-type label{
	margin-left: 5px;
}


/*---------- [ネットワーク表] ----------*/
table.network-col{
	width:100%;
	margin-bottom:25px;
}
table.network-col caption{
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
}
table.network-col th,
table.network-col td{
	padding:10px;
	vertical-align:middle;
	border-bottom:1px solid #fff;
}
table.network-col th{
	width:230px;
	font-weight:bold;
	text-align:center;
	background:#E9EFF8;
}
table.network-col td{
	background:#F2F5FB;
	border-left:1px solid #fff;
}

/*---------- [ToolTip] ----------*/
/* mouseover state */
#tips:hover {
	background-position:0px;
}

/* clicked state */
#tips:focus {
	background-position:0px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../img/contact/white_arrow.png) no-repeat;
	width:780px;
	height:600px;
	padding:30px 20px 20px 30px;
	z-index:9;
}
.tooltip #tip_area tr{
	color:#999999;
	text-align:left;
	font-size:10px;
}
.tooltip #tip_area th,
.tooltip #tip_area td{
	padding:7px;
	background-color:transparent;
	border-bottom:1px solid 1px #000000;
	color:#333333;
}
.tooltip #tip_area th{

}