@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 全ページ共通基本設定 */

body {
	text-align:center;
	padding:0;
	margin:0;
}

body,td,li,th{
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック","helvetica";
	color:#555555;
	font-size: 0.85em;
	line-height: 165%;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
img,
table, caption, th, tr, td,
hr,
form, input, button, label {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6,
div, blockquote, p, pre,
ul, ol, li,
dl, dt, dd,
img,
table, caption, th, tr, td,
hr,
form, button, label {
	border:0;
}

p{
	margin:0;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック","helvetica";
}

br {
	letter-spacing:0;
}

.clear{
	clear: both;
}

a:link {
	color:#555555;
	text-decoration: underline;
}
a:visited {
	color:#555555;
	text-decoration: underline;
}
a:hover {
	color: #ed2033;
	text-decoration: underline;
}
a:active {
	color: #ed2033;
	text-decoration: underline;
}

.mfp, textarea, .dp {
	border:1px solid #cccccc;
	margin:0;
	padding: 4px;
	color: #555;
	font-size:12px;
}


/*--------------------------------------------------------------------*/
/* 背景 */
#bg_top {
	width:100%;
	margin:0 auto;
	padding:0;
}

#bg_all {
	width:100%;
	margin:0 auto;
	padding:0;
}


/*--------------------------------------------------------------------*/
/* ヘッダー */
#header {
	width:960px;
	height:81px ;
	margin:0 auto;
	padding:0;
}

#header h1 {
	float: left;
	clear: left;
	padding: 26px 0 0 0;
}

.h_logo {
	float: left;
	clear: left;
	padding: 26px 0 0 0;
}

.header_text {
	padding:26px 0 0 15px;
	float:left;
	font-size: 0.80em;
	line-height: 140%;
	text-align:left;
}

.header_lang {
	float: right;
	clear: right;
	padding: 30px 0 0 0;
	font-size: 0.80em;
}

.header_lang a{
	margin:0;
	padding:6px 0 4px 31px;
	color: #777777;
	background-image: url(../images/common/en_link_icon.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.header_lang a:hover{
	background-image: url(../images/common/en_link_icon_a.gif);
	color: #ed2033;
	text-decoration: none;
}


/*--------------------------------------------------------------------*/
/* メニュー */

#wrapper {
	background: #0068b7;
}

div#global-navi {
	width:960px;
	height:37px;
	margin: 0 auto;
}
div#global-navi ul li {
	float:left;
	position:relative;
	list-style-type: none;
}
div#global-navi ul li a {
	display:block;
	width:160px;
	height:37px;
	background:url(../images/common/global-navi.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
div#global-navi ul li#mm01 a {
	background-position:0 0;
}
div#global-navi ul li#mm01 a:hover {
	background-position:0 -37px;
}
div#global-navi ul li#mm02 a {
	background-position:-160px 0;
}
div#global-navi ul li#mm02 a:hover {
	background-position:-160px -37px;
}
div#global-navi ul li#mm03 a {
	background-position:-320px 0;
}
div#global-navi ul li#mm03 a:hover {
	background-position:-320px -37px;
}
div#global-navi ul li#mm04 a {
	background-position:-480px 0;
}
div#global-navi ul li#mm04 a:hover {
	background-position:-480px -37px;
}
div#global-navi ul li#mm05 a {
	background-position:-640px 0;
}
div#global-navi ul li#mm05 a:hover {
	background-position:-640px -37px;
}
div#global-navi ul li#mm06 a {
	background-position:-800px 0;
}
div#global-navi ul li#mm06 a:hover {
	background-position:-800px -37px;
}
/*div.dropdown*/
div#global-navi ul li div.dropdown {
	display:none;
	float:left;
	padding:15px;
	border:1px solid #c6c6c6;
	border-top:none;
	font-size:13px;
	background:#ffffff;
	position:absolute;
	top:37px;
	z-index: 10000;
	text-align: left;
}
div#global-navi ul li.mm01 div.dropdown {
	left:-200px;
}
div#global-navi ul li.mm02 div.dropdown {
	left:0px;
}
div#global-navi ul li.mm03 div.dropdown {
	left:-120px;
}
div#global-navi ul li.mm04 div.dropdown {
	left:-120px;
}
div#global-navi ul li.mm05 div.dropdown {
	left:-120px;
}
div#global-navi ul li.mm06 div.dropdown {
	left:-55px;
}
div#global-navi ul li .row {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:10px;
}
div#global-navi ul li div.dropdown div {
	float:left;
	width:200px;
	height:auto;
}
div#global-navi ul li div.dropdown div p a {
	display:block;
	height:auto;
	margin-bottom:10px;
	padding:0px;
	padding-left:5px;
	border-left:3px solid #007ab4;
	color:#000000;
	text-indent:0;
	background:none;
	font-size:13px;
	text-decoration: none;
}
div#global-navi ul li div.dropdown div p a:visited {
	color:#000000;
}
div#global-navi ul li div.dropdown div p a:hover {
	color:#ed2033;
}
div#global-navi ul li#mm01 div.dropdown div p a,
div#global-navi ul li#mm02 div.dropdown div p a,
div#global-navi ul li#mm03 div.dropdown div p a,
div#global-navi ul li#mm04 div.dropdown div p a,
div#global-navi ul li#mm05 div.dropdown div p a,
div#global-navi ul li#mm06 div.dropdown div p a {
	width:200px;
}
div#global-navi ul li div.dropdown div li a {
	height:auto;
	padding:6px 3px;
	padding-left:15px;
	border-bottom:1px dotted #cccccc;
	color:#777777;
	text-indent:0;
	font-size:12px;
	text-decoration: none;
}
div#global-navi ul li#mm01 div.dropdown div li a,
div#global-navi ul li#mm02 div.dropdown div li a,
div#global-navi ul li#mm03 div.dropdown div li a,
div#global-navi ul li#mm04 div.dropdown div li a,
div#global-navi ul li#mm05 div.dropdown div li a,
div#global-navi ul li#mm06 div.dropdown div li a {
	width:170px;
	background:url(/common/dot_red.gif) no-repeat 7px center;
}
div#global-navi ul li#mm01 div.dropdown div li a:hover,
div#global-navi ul li#mm02 div.dropdown div li a:hover,
div#global-navi ul li#mm03 div.dropdown div li a:hover,
div#global-navi ul li#mm04 div.dropdown div li a:hover,
div#global-navi ul li#mm05 div.dropdown div li a:hover,
div#global-navi ul li#mm06 div.dropdown div li a:hover {
	color:#ed2033;
	background:#FCF1F2 url(/common/dot_red.gif) no-repeat 7px center;
}

body.mm01 div#global-navi ul li#mm01 a {
	background-position:0 -74px;
}
body.mm02 div#global-navi ul li#mm02 a {
	background-position:-160px -74px;
}
body.mm03 div#global-navi ul li#mm03 a {
	background-position:-320px -74px;
}
body.mm04 div#global-navi ul li#mm04 a {
	background-position:-480px -74px;
}
body.mm05 div#global-navi ul li#mm05 a {
	background-position:-640px -74px;
}
body.mm06 div#global-navi ul li#mm06 a {
	background-position:-800px -74px;
}


/*--------------------------------------------------------------------*/
/* 全ページ共通 */
#container {
	width:920px;
	text-align:left;
	margin:0 auto;
	padding:0;
}

#bg_contents {
	min-width:960px;
	margin:0 auto;
	padding:0;
	background-color: #eceff0;
	background-image: url(../images/common/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#bg_all_top {
	min-width:960px;
	height:62px;
	margin:0 auto;
	padding:0;
	background-color: #eceff0;
	background-image: url(../images/common/bg_all_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#bg_all_bottom {
	min-width:960px;
	height:85px;
	margin:0 auto;
	padding:0;
	background-color: #eceff0;
	background-image: url(../images/common/bg_all_bottom.gif);
  background-repeat: repeat-y;
  background-position: center top;
}

#bg_all_bottom2 {
	min-width:960px;
	height:15px;
	background-color: #eceff0;
	background-image:url(../images/common/bg_all_bottom2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0 auto;
	padding:0;
}


/*--------------------------------------------------------------------*/
/*パンくず*/
#breadcrumb {
	padding:15px 0 0 0;
	background-image: url(../images/common/bg_all_top02.gif);
	background-repeat: repeat-x;
}

#breadcrumb ul {
	width:960px;
	margin:0 auto;
}

#pan li{
	display: block;
	float: left;
	font-size:8pt;
	line-height: 100%;
	padding: 3px 0 0 0;
	color: #777777;
}

#pan li.top a{
	background: url(../images/common/home.gif) no-repeat;

	float: left;
	display: block;
	padding: 0 0 0 20px;
}

#pan li a:link {
	color: #000000;
	text-decoration: underline;
}
#pan li a:visited {
	color: #000000;
	text-decoration: underline;
}
#pan li a:hover {
	color: #ed2033;
	text-decoration: underline;
}
#pan li a:active {
	color: #ed2033;
	text-decoration: underline;
}

#pan li.link{
	background: url(../images/common/pan_arrow.gif) no-repeat 0px 6px;
	padding: 3px 0 0 12px;
	margin: 0 0 0 12px;
}


/*--------------------------------------------------------------------*/
/* ページトップに戻る */
#page_top {
	text-align:right;
	margin:0;
	padding:40px 0 10px 0;
	background-image: url(../images/common/bg_pageend.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.page_top{
	position: fixed;
	bottom: 100px;
	left: 50%;
	margin-left: 501px;
}

.page_top a:hover{
	opacity: .8;
}


/*--------------------------------------------------------------------*/
/* フッターメニュー */
.f_navi {
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:right;
	font-size: 8pt;
	color: #777777;
}

.f_navi a{
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
}

.f_navi a:hover{
	font-size: 8pt;
	color: #ed2033;
	text-decoration: none;
}

#footer_menu {
	width:888px;
	padding:15px;
	margin:0;
	border:1px solid #dedede;
	background-color:#f6f6f6;
}

#fm_left {
	padding:0;
	float:left;
	clear:left;
}

#footer_menu #bloc {
	padding:0;
	float:left;
}

#footer_menu #bloc2 {
	padding:0;
	margin-bottom:10px;
	border-bottom:1px dotted #c5c5c5;
}

#footer_menu #fm_left .menu {
	margin:0;
	padding:10px 10px 0 10px;
}

#footer_menu #fm_left .menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer_menu #fm_left .menu li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer_menu #fm_left .menu li a{
	margin:0;
	padding:0 0 0 12px;
	font-size: 9pt;
	color: #777777;
	text-decoration: none;
	line-height: 180%;
}

#footer_menu #fm_left .menu li.link a{
	font-size: 9pt;
	color: #777777;
	text-decoration: none;
}

#footer_menu #fm_left .menu li.link a:hover{
	font-size: 9pt;
	color: #ed2033;
	text-decoration: underline;
}

#footer_menu #fm_left .menu li.link_title a{
	margin:0;
	padding:0 0 0 12px;
	font-size: 10pt;
	line-height: 220%;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/common/blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#footer_menu #fm_left .menu li.link_title a:hover{
	font-size: 10pt;
	color: #ed2033;
	text-decoration: underline;
}

#fm_right {
	width:430px;
	padding:15px;
	float:right;
	clear:right;
	border:1px solid #dedede;
	background-color:#fdfdfd;
}

#fm_right .title {
	margin:0;
	padding:0 0 10px 12px;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/common/blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#footer_menu #fm_right .menu {
	margin:0;
	padding:0 0 10px 0;
	float:left;
}

#footer_menu #fm_right .menu ul {
	width:430px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer_menu #fm_right .menu li{
	width:215px;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#footer_menu #fm_right .menu li a{
	margin:0;
	padding:0 0 0 25px;
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
	line-height: 190%;
	background-image: url(../images/common/fm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#footer_menu #fm_right .menu li.link a{
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
}

#footer_menu #fm_right .menu li.link a:hover{
	font-size: 8pt;
	color: #ed2033;
	text-decoration: underline;
	background-image: url(../images/common/fm_arrow_a.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}


/*--------------------------------------------------------------------*/
/* フッター */
#footer {
	width:960px;
	text-align:left;
	padding:0;
	margin:0 auto;
}

#footer + #footer {
	width: auto;
	background: #0068b7;
	text-align:center;
	padding:0;
	margin: 0;
}

#footer .copyright {
	color: #fff;
	font-size:11px;
	line-height:1;
	margin-top:20px;
	padding:13px 0;
}

#footer .logo_f {
	float: left;
	padding:0;
	margin:21px 0 3px 0;
}

#footer .name {
	float: left;
	font-size: 0.85em;
	line-height:1;
	padding:0;
	margin:24px 0 0 11px;
}

#footer dl dt {
	padding:0;
	float:left;
	clear:left;
	font-size: 0.80em;
	line-height:160%;
}
#footer dl dd{
	padding:0 0 0 7em;
	font-size: 0.80em;
	line-height:160%;
}


/*--------------------------------------------------------------------*/
/* トップページ */

/* メインビジュアル */
#bg_mv {
	overflow: hidden;
	position: relative;
	height: 283px;
	margin:0;
	padding:0;
	background-color: #eceff0;
	background-image: url(../images/common/bg_mv.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


/* 検索窓 */
#search {
	height:70px;
	background-image:url(../images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 0 20px 0;
	padding:8px 15px 0 15px;
}
#search .left {
	margin:0;
	padding:0;
	float:left;
}
#search .right {
	margin:0;
	padding:10px 0 0 25px;
	float:left;
	font-size: 0.80em;
	line-height:160%;
}

#cse-search-form {
	width: 495px !important;
}
#cse-search-form table.gsc-search-box td.gsc-input {
	padding: 0 !important;
}
#cse-search-form input[type="text"] {
	padding: 0 !important;
	height: 35px;
	width: 431px;
}
#cse-search-form input.gsc-search-button {
	margin-left: 5 !important;
	background-color: #e8e8e8;
	border: 1px solid #BBBBBB;
	color: #333333;
	height: 37px;
	width: 40px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;

	background: -webkit-gradient(
	linear,
	left top,
	left bottom,
	from(#ffffff),
	to(#e8e8e8)
	);

	background: -moz-linear-gradient(
	top,
	#ffffff,
	#e8e8e8
	);

	filter:progid:DXImageTransform.Microsoft.gradient
	(startColorstr=#ffffff,endColorstr=#e8e8e8);
	zoom: 1;
}


/* 検索結果 */
.gs-title {
	padding:0 0 5px 0 !important;
	font-size: 14px !important;
	line-height:160%;
}
.gs-snippet {
	font-size: 12px !important;
	line-height:160%;
}
.gsc-url-bottom {
	padding:2px 0 8px 0 !important;
	font-size: 10px !important;
	line-height:160%;
}


/* ナード研究所の受託合成サービスの3つの特徴 */
.features {
	width:686px;
	padding:20px 15px 20px 25px;
	margin:0 0 0 0;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}

.features h2{
	margin:0 0 15px 0;
	font-size: 1.4em;
	color:#323232;
	line-height: 1;
}

.features ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.features ul li{
	font-size: 1.1em;
	line-height:1.9;
	padding:0 0 5px 30px;
	border-bottom:1px dotted #c5c5c5;
	background-image: url(../images/features_li.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
}

.features ul li + li{
	margin-top:1px;
}

.features_bg {
	width:686px;
	height:20px;
	margin:0 0 15px 0;
	background-image: url(../images/features_bg.gif);
}


/* ニュースリリース */
#newsrelease {
	width:728px;
	float:left;
	clear:left;
	margin:0;
	padding:0;
}

.news {
	width:686px;
	padding:20px;
	margin:5px 0 50px 0;
	font-size: 0.85em;
	border:1px solid #dedede;
}

dl.date dt {
	padding:0 3px 1px 3px;
	float:left;
	clear:left;
	line-height:150%;
}
dl.date dd{
	padding:0 0 10px 7em;
	margin-bottom:10px;
	border-bottom:1px dotted #c5c5c5;
	line-height:150%;
}

/* バナー */
.banner {
	width:182px ;
	height: auto;
	float: right;
	clear: right;
	margin:0;
	padding:0 0 30px 0;
	line-height:100%;
}

.banner .b01 {
	margin:0 0 10px 0;
	padding:0;
}

.banner .b02 {
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
}


/*--------------------------------------------------------------------*/
/* ページ */

/* 共通 */
#contents {
	width:718px;
	margin:0;
	padding:0;
	float:left;
	clear:left;
}

h2 {
	margin:0;
	padding: 0;
}

.page-heading{
	margin:0;
	padding: 0;
}


#txt_box {
	margin:0;
	padding:30px 20px 50px 20px;
}

#txt_box h3 {
	margin:0;
	padding: 0 0 30px 0;
	color:#242424;
	font-size: 1.3em;
	line-height: 145%;
}

#txt_box p {
	color:#555555;
	font-size: 0.95em;
	line-height: 165%;
	margin:0;
	padding:0 0 25px 0;
}

#txt_box .pic {
	margin:0;
	padding:30px 0 20px 0;
}


#sub_menu {
	width:182px;
	margin:0;
	padding:0 0 50px 0;
	float:right;
	clear:right;
}

.sm_dot {
	margin-top:20px;
	padding:20px 0 0 0;
	border-top:1px dotted #c5c5c5;
}

#sub_menu ul {
	width:182px ;
	margin:0;
	padding:0;
	list-style-type:none;
}

#sub_menu li{
	width:182px ;
	height:41px ;
	margin:0 0 3px 0;
	padding:0;
	list-style-type:none;
}

#sub_menu li.title_n{
	height:29px ;
	margin:0;
	padding:0 0 3px 0;
	list-style-type:none;
}

#sub_menu li.title_nc{
	height:29px ;
	margin:0;
	padding:20px 0 3px 0;
	list-style-type:none;
}

#sub_menu li a{
	height:41px ;
	display:block ;
	margin:0;
	padding:0;
	text-decoration:none ;
	text-indent:-9999px;
	overflow:hidden;
}

#sub_menu li.sm01 a{
	background-image: url(../images/common/sm01.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm01 a:hover{
	background-image: url(../images/common/sm01a.gif);
}

#sub_menu li.sm02 a{
	background-image: url(../images/common/sm02.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm02 a:hover{
	background-image: url(../images/common/sm02a.gif);
}

#sub_menu li.sm03 a{
	background-image: url(../images/common/sm03.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm03 a:hover{
	background-image: url(../images/common/sm03a.gif);
}

#sub_menu li.sm04 a{
	background-image: url(../images/common/sm04.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm04 a:hover{
	background-image: url(../images/common/sm04a.gif);
}

#sub_menu li.sm05 a{
	background-image: url(../images/common/sm05.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm05 a:hover{
	background-image: url(../images/common/sm05a.gif);
}

#sub_menu li.sm06 a{
	background-image: url(../images/common/sm06.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm06 a:hover{
	background-image: url(../images/common/sm06a.gif);
}

#sub_menu li.sm07 a{
	background-image: url(../images/common/sm07.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm07 a:hover{
	background-image: url(../images/common/sm07a.gif);
}

#sub_menu li.sm08 a{
	background-image: url(../images/common/sm08.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm08 a:hover{
	background-image: url(../images/common/sm08a.gif);
}

#sub_menu li.sm09 a{
	background-image: url(../images/common/sm09.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm09 a:hover{
	background-image: url(../images/common/sm09a.gif);
}

#sub_menu li.sm10 a{
	background-image: url(../images/common/sm10.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm10 a:hover{
	background-image: url(../images/common/sm10a.gif);
}

#sub_menu li.sm11 a{
	background-image: url(../images/common/sm11.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm11 a:hover{
	background-image: url(../images/common/sm11a.gif);
}

#sub_menu li.sm12 a{
	background-image: url(../images/common/sm12.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm12 a:hover{
	background-image: url(../images/common/sm12a.gif);
}

#sub_menu li.sm13 a{
	background-image: url(../images/common/sm13.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm13 a:hover{
	background-image: url(../images/common/sm13a.gif);
}

#sub_menu li.sm14 a{
	background-image: url(../images/common/sm14.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm14 a:hover{
	background-image: url(../images/common/sm14a.gif);
}

#sub_menu li.sm15 a{
	background-image: url(../images/common/sm15.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm15 a:hover{
	background-image: url(../images/common/sm15a.gif);
}

#sub_menu li.sm16 a{
	background-image: url(../images/common/sm16.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm16 a:hover{
	background-image: url(../images/common/sm16a.gif);
}

#sub_menu li.sm17 a{
	background-image: url(../images/common/sm17.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm17 a:hover{
	background-image: url(../images/common/sm17a.gif);
}

#sub_menu li.sm18 a{
	background-image: url(../images/common/sm18.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm18 a:hover{
	background-image: url(../images/common/sm18a.gif);
}

#sub_menu li.sm19 a{
	background-image: url(../images/common/sm19.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm19 a:hover{
	background-image: url(../images/common/sm19a.gif);
}

#sub_menu li.sm20 a{
	background-image: url(../images/common/sm20.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm20 a:hover{
	background-image: url(../images/common/sm20a.gif);
}

#sub_menu li.sm21 a{
	background-image: url(../images/common/sm21.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm21 a:hover{
	background-image: url(../images/common/sm21a.gif);
}

#sub_menu li.sm22 a{
	background-image: url(../images/common/sm22.gif);
	margin:0;
	padding:0;
}

#sub_menu li.sm22 a:hover{
	background-image: url(../images/common/sm22a.gif);
}


/* 企業情報 */
#txt_box p.right {
	color:#555555;
	font-size: 0.95em;
	line-height: 165%;
	margin:0;
	padding:0;
	text-align:right;
}

.pic_right {
	float: right;
	margin: 0 0 30px 30px;
	width: 220px;
}

.cap {
	margin:0;
	padding:0 0 10px 0;
	font-size:10px;
	line-height:130%;
}

#txt_box .pic_right p.cap_txt {
	font-size: 0.80em;
	line-height: 145%;
	margin:0;
	padding:10px 0 0 0;
}

#txt_box .env h3 {
	margin:0 0 15px 0;
	padding: 3px 0 3px 12px;
	color:#242424;
	font-size: 1.1em;
	line-height: 145%;
	background-image: url(../images/common/h4_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom:1px dotted #c5c5c5;
}

#txt_box .env ol li p {
	font-size: 10pt;
	line-height: 165%;
}

#txt_box .env ol li p {
	margin:0;
	padding:0 0 15px 0;
}

#txt_box .env ol {
	margin:0 0 0 20px;
	padding:0;
}

.env_img {
	width:270px ;
	margin:0 auto;
	padding:30px 0 0 0;
}
#txt_box .profile h3 {
	height:40px;
	margin:0 0 5px 0;
	padding: 8px 0 5px 10px;
	color:#242424;
	font-size: 1.25em;
	line-height: 145%;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
}
.profile table{
	width:678px;
	border: 1px solid #dedede;
	border-collapse: collapse;
}
.profile tr{
	vertical-align:top;
	border: 0;
}
.profile th.kei{
	width:140px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 7px;
	background-color:#ebf2f9;
}
.profile th.nokei{
	width:140px;
	border-right: 1px solid #dedede;
	padding: 7px;
	background-color:#ebf2f9;
}
.profile td.kei{
	border-top: 1px solid #dedede;
	padding: 7px;
	background-color:#fff;
}
.profile td.kei110{
	width:110px;
	border-top: 1px solid #dedede;
	padding: 7px;
	background-color:#fff;
}

.history {
	padding: 40px 0 20px 0;
}
#txt_box .history h3 {
	height:40px;
	margin:0 0 5px 0;
	padding: 8px 0 5px 10px;
	color:#242424;
	font-size: 1.25em;
	line-height: 145%;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
}
.history table{
	width:678px;
	border: 1px solid #dedede;
	border-collapse: collapse;
}
.history tr{
	vertical-align:top;
	border: 0;
}
.history th.kei{
	width:140px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 7px;
	background-color:#ebf2f9;
}
.history th.nokei{
	width:140px;
	border-right: 1px solid #dedede;
	padding: 7px;
	background-color:#ebf2f9;
}
.history td.kei{
	border-top: 1px solid #dedede;
	padding: 7px;
	background-color:#fff;
}
.history td.kei40{
	width:40px;
	border-top: 1px solid #dedede;
	padding: 7px;
	background-color:#fff;
	text-align:right;
}
.history .p_txt {
	padding: 15px 0 0 0;
	font-size: 0.85em;
	line-height: 145%;
}

.equ table{
	width:678px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 15px 0;
}
.equ tr{
	vertical-align:top;
	border: 0;
}
.equ th{
	width:140px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 10px;
	background-color:#ebf2f9;
	text-align:center;
}
.equ td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
}
.equ th.nc {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 10px 5px 10px 5px;
	background-color:#ebf2f9;
	text-align:left;
}
.equ .p_txt {
	padding: 0 0 15px 0;
	font-size: 0.75em;
	line-height: 145%;
	text-align:right;
}

#txt_box h3.bg {
	height:40px;
	margin:0 0 5px 0;
	padding: 8px 0 5px 10px;
	color:#242424;
	font-size: 1.25em;
	line-height: 145%;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
}

#txt_box .access h3 {
	margin:0 0 10px 0;
	padding: 3px 0 3px 12px;
	color:#242424;
	font-size: 1.1em;
	line-height: 145%;
	background-image: url(../images/common/h4_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom:1px dotted #c5c5c5;
}
#txt_box .access p {
	padding: 0 0 35px 0;
	font-size: 0.90em;
	line-height: 155%;
}
#txt_box .access p.pb15 {
	padding: 0 0 15px 0;
	font-size: 0.90em;
	line-height: 155%;
}
#txt_box .access p .route {
	padding: 15px 0 0 0;
	font-size: 0.90em;
	line-height: 140%;
}
#map_canvas{
	width:676px;
	height:350px;
	border: 1px solid #dedede;
	margin:0 0 25px 0;
}
#map_canvas2{
	width:676px;
	height:350px;
	border: 1px solid #dedede;
	margin:0 0 25px 0;
}


/* 研究受託システム */
#txt_box .workflow {
	margin:15px 0 20px 0;
	padding:0;
}

#txt_box .workflow h4 {
	margin:0 0 3px 0;
	padding:0;
}

#txt_box .workflow p {
	margin:0;
	padding:0;
	font-size:0.90em;
	line-height:150%;
}

#txt_box .workflow .arrow {
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
}

.workflow_pic_right {
	float: right;
	margin: 0 0 30px 30px;
	width: 230px;
}


/*実験合成と理論計算による有機合成支援*/
#txt_box .calculation {
	margin:15px 0 20px 0;
	padding:0;
}

#txt_box .calculation h3 {
	margin:0;
	padding:0;
}

#txt_box .calculation ul {
	width:670px;
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

#txt_box .calculation ul li {
	margin:0;
	padding:0 0 10px 15px;
	text-decoration: none;
	background-image: url(../calculation/images/c_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#txt_box .calculation ul.left {
	width:320px;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#txt_box .calculation ul.left li {
	margin:0;
	padding:0 0 3px 15px;
	text-decoration: none;
	background-image: url(../calculation/images/c_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#txt_box .calculation ul.right {
	width:320px;
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	float:right;
}

#txt_box .calculation ul.right li {
	margin:0;
	padding:0 0 3px 15px;
	text-decoration: none;
	background-image: url(../calculation/images/c_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#txt_box .calculation .attention {
	color:#d70000;
	font-weight:bold;
}

#txt_box .calculation .box {
	margin:15px 0 40px 0;
	padding:10px 15px 10px 15px;
	border: 1px solid #ffc984;
	background-color:#fffaf1;
}
#txt_box .calculation .box h4 {
	margin:0 0 2px 0;
	padding:0;
	font-size:0.95em;
	color:#333333;
}
#txt_box .calculation .box p {
	margin:0;
	padding:0;
	font-size:0.80em;
	line-height:150%;
}

#txt_box .calculation .info_box {
	margin:0 0 10px 0;
	padding:20px 0 0 0;
	border-top:1px dotted #c5c5c5;
}
#txt_box .calculation .info_box .left {
	width:320px;
	margin:0;
	padding:0;
	float:left;
}
#txt_box .calculation .info_box .right {
	width:320px;
	margin:0;
	padding:0;
	float:right;
}
#txt_box .calculation .info_box h5 {
	margin:5px 0 2px 0;
	padding:0;
	font-size:0.95em;
	color:#333333;
}
#txt_box .calculation .info_box p {
	margin:0;
	padding:0;
	font-size:0.85em;
	line-height:150%;
}


#box_pic {
	margin: 20px 0 0 0;
	padding: 0;
}

#box_pic .left {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	clear: left;
}

#box_pic .right {
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
	clear: right;
}

#box_pic .cap {
	font-size:0.85em;
	line-height:150%;
}


/* 個人情報保護方針 */
#txt_box .policy h3 {
	margin:0 0 10px 0;
	padding: 3px 0 3px 12px;
	color:#242424;
	font-size: 1.1em;
	line-height: 145%;
	background-image: url(../images/common/h4_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom:1px dotted #c5c5c5;
}


/* 採用情報 */
#txt_box .recruit h3 {
	height:40px;
	margin:0 0 5px 0;
	padding: 8px 0 5px 10px;
	color:#242424;
	font-size: 1.25em;
	line-height: 145%;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
}


/* 技術キーワード */
#txt_box .keyword h3 {
	height:40px;
	margin:0 0 15px 0;
	padding: 8px 0 5px 10px;
	color:#242424;
	font-size: 1.25em;
	line-height: 145%;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
}

.key-page-heading {
	height:40px;
	margin:0 0 15px 0;
	padding: 8px 0 5px 10px;
	color:#242424;
	font-size: 1.25em;
	line-height: 145%;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
}



#txt_box .keyword h4 {
	margin:0 0 10px 0;
	padding: 3px 0 3px 12px;
	color:#242424;
	font-size: 1.1em;
	line-height: 145%;
	background-image: url(../images/common/h4_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom:1px dotted #c5c5c5;
}

#txt_box .keyword .k01_006_img {
	margin:0 0 30px 0;
	padding: 0;
}

dl.k01_006 dt {
	padding:0;
	float:left;
	clear:left;
}
dl.k01_006 dd{
	padding:0 0 5px 4em;
}

.k02_001 table{
	width:678px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 30px 0;
}
.k02_001 tr{
	vertical-align:top;
	border: 0;
}
.k02_001 th{
	width:170px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#ebf2f9;
}
.k02_001 td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
}

.k02_002 table{
	width:475px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 30px 0;
	float:left;
	clear:left;
}
.k02_002 tr{
	vertical-align:top;
	border: 0;
}
.k02_002 th{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#ebf2f9;
}
.k02_002 td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
}
.k02_002_img {
	float:right;
	clear:right;
}

.k02_002_2 table{
	width:678px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 30px 0;
	float:left;
	clear:left;
}
.k02_002_2 tr{
	vertical-align:top;
	border: 0;
}
.k02_002_2 th{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#ebf2f9;
}
.k02_002_2 td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
}

.k02_009 table{
	width:470px;
	margin:0 auto;
	padding:0 0 30px 0;
}














#txt_box .keyword .k02_005 {
	margin:10px 0 10px 0;
	padding: 0;
	text-align:center;
}
#txt_box .keyword .k02_005 .cap {
	margin:0;
	padding: 0;
	font-size:10px;
	line-height:130%;
}

#txt_box .keyword .k02_007 {
	margin:15px 0 15px 0;
	padding: 0;
	text-align:center;
}

.k02_008_img {
	float: right;
	margin: 0 0 30px 30px;
	width: 278px;
}

#txt_box .keyword .k02_010 {
	margin:10px 0 10px 0;
	padding: 0;
	text-align:center;
}

.k02_010t table{
	width:678px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 30px 0;
}
.k02_010t tr{
	vertical-align:top;
	border: 0;
}
.k02_010t th{
	width:339px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#ebf2f9;
}
.k02_010t td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
}

.k02_010t2 table{
	width:678px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 10px 0;
}
.k02_010t2 tr{
	vertical-align:top;
	border: 0;
}
.k02_010t2 th{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#ebf2f9;
}
.k02_010t2 td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
}
.k02_010_small {
	font-size: 10px;
	line-height:140%;
	margin:0 0 30px 0;
}

#txt_box .keyword .k02_011 {
	margin:10px 0 10px 0;
	padding: 0;
	text-align:center;
}
#txt_box .keyword .k02_011 .cap {
	margin:0;
	padding: 0;
	font-size:10px;
	line-height:130%;
}

#txt_box .keyword .k03_001 {
	margin:0 0 20px 0;
	padding: 0;
	text-align:center;
}

#txt_box .keyword .k03_002 {
	margin:0 0 20px 0;
	padding: 0;
	text-align:center;
}
#txt_box .keyword .k03_002 .cap {
	margin:0;
	padding: 0 0 20px 0;
	font-size:10px;
	line-height:130%;
}

#txt_box .keyword .k03_003 {
	margin:15px 0 20px 0;
	padding: 0;
	text-align:center;
}

#txt_box .keyword .k03_003_btn {
	margin:0;
	padding: 10px 0 25px 0;
}

#txt_box .keyword .k03_003_btn a {
	width:254px ;
	height:35px ;
	display:block ;
	margin:0 auto;
	padding:0;
	text-decoration:none ;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../keyword/images/03_003_btn.gif);
	text-align:center;
}
#txt_box .keyword .k03_003_btn a:hover{
	background-image: url(../keyword/images/03_003_btn_a.gif);
}

#txt_box .keyword .small {
	font-size: 10px;
	line-height:140%;
}

.k03_003 table{
	width:678px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-collapse: collapse;
	margin:0 0 30px 0;
}
.k03_003 tr{
	vertical-align:top;
	border: 0;
}
.k03_003 th{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#ebf2f9;
}
.k03_003 td{
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
	background-color:#fff;
	text-align:left;
}


.dl_btn a {
	width:174px ;
	height:43px ;
	display:block ;
	margin:0 auto;
	padding:0;
	text-decoration:none ;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../keyword/images/dl_btn.gif);
	text-align:center;
}
.dl_btn a:hover{
	background-image: url(../keyword/images/dl_btn_a.gif);
}

.contact_btn a {
	width:429px ;
	height:67px ;
	display:block ;
	margin:0 auto;
	padding:0;
	text-decoration:none ;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../keyword/images/contact_btn.gif);
	text-align:center;
}
.contact_btn a:hover{
	background-image: url(../keyword/images/contact_btn_a.gif);
}

.page_direct_link {
	margin:0;
	padding:0 0 30px 0;
}
.page_direct_link ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.page_direct_link li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.page_direct_link li a{
	margin:0;
	padding:0 0 0 15px;
	font-size: 10pt;
	color: #777777;
	text-decoration: none;
	line-height: 210%;
	background-image: url(../images/common/fm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.page_direct_link li.link a{
	font-size: 10pt;
	color: #777777;
	text-decoration: none;
}
.page_direct_link li.link a:hover{
	font-size: 10pt;
	color: #ed2033;
	text-decoration: underline;
	background-image: url(../images/common/fm_arrow_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


/* サイトマップ */
#contents_sitemap {
	width:920px;
	margin:0;
	padding:0;
	float:left;
	clear:left;
}

#sm {
	padding:0;
}

#sm_bloc {
	padding:0;
	float:left;
}

#sm .menu {
	width:273px;
	margin:0;
	padding:0 10px 20px 10px;
}

#sm .menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#sm .menu li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#sm .menu li a{
	margin:0;
	padding:0 0 0 12px;
	font-size: 9pt;
	color: #777777;
	text-decoration: none;
	line-height: 180%;
}

#sm .menu li.link a{
	font-size: 10pt;
	color: #777777;
	text-decoration: none;
	line-height: 220%;
}

#sm .menu li.link a:hover{
	font-size: 10pt;
	color: #ed2033;
	text-decoration: underline;
}

#sm .menu li.link_title{
	width:273px;
	margin-bottom:10px;
	border-bottom:1px dotted #c5c5c5;
}

#sm .menu li.link_title a{
	margin:0;
	padding:0 0 0 12px;
	font-size: 10pt;
	line-height: 220%;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/common/blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#sm .menu li.link_title a:hover{
	font-size: 10pt;
	color: #ed2033;
	text-decoration: underline;
}

#sm_keyword {
	width:850px;
	margin:20px 0 0 0;
	padding:15px;
	float:right;
	clear:right;
	border:1px solid #dedede;
	background-color:#fbfbfb;
}

#sm_keyword .title {
	margin:0;
	padding:0 0 10px 12px;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/common/blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#sm_keyword .menu {
	margin:0;
	padding:0 0 10px 0;
	float:left;
}

#sm_keyword .menu ul {
	width:850px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#sm_keyword .menu li{
	width:280px;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#sm_keyword .menu li a{
	margin:0;
	padding:0 0 0 25px;
	font-size: 9pt;
	color: #777777;
	text-decoration: none;
	line-height: 210%;
	background-image: url(../images/common/fm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#sm_keyword .menu li.link a{
	font-size: 9pt;
	color: #777777;
	text-decoration: none;
}

#sm_keyword .menu li.link a:hover{
	font-size: 9pt;
	color: #ed2033;
	text-decoration: underline;
	background-image: url(../images/common/fm_arrow_a.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#sm_bloc2 {
	padding:0;
	margin-bottom:10px;
	border-bottom:1px dotted #c5c5c5;
}


/*--------------------------------------------------------------------*/
/* お問い合わせ */
.verisign {
	margin:0;
	padding:0 0 20px 20px;
	float: right;
}

.attention {
	font-size:.85em;
	color:#ea0000;
}

.contact_small {
	margin:0;
	padding:0 0 10px 0;
	font-size: 10px;
	line-height:120%;
}

#contact_container .keitop p {
	margin:0;
	padding:0;
}

#contact_container .keitop {
	padding:0;
	margin:0 0 15px 0;
	font-size:.90em;
	border-top:1px dotted #c5c5c5;
}

#contact_container .keitop .small_txt {
	font-size:.80em;
}

dl.contact dt {
	padding:15px 3px 1px 3px;
	color:#242424;
	float:left;
	clear:left;
}
dl.contact dd{
	padding:15px 0 15px 17em;
	border-bottom:1px dotted #c5c5c5;
}

#contact_container ul{
	list-style-type:none;
}

#contact_container li{
	list-style-type:none;
}

#thx {
	margin:0 auto;
	padding:70px 0 100px 0;
	text-align:center;
}

.comment {
	margin:0;
	padding:20px 0 0 0;
	font-size:.95em;
}




form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	display: block;
	padding: 4px 4px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.label_true {
	background-color: #f3faff;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 28px;
	height: 13px;
	float: left;
	margin: 4px 8px 0 0;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0;
	color: #ea0000;
	font-size: 11px;
	line-height: normal;
	display: none;
}
input.mfp {
	padding: 4px;
}
textarea.mfp {
	padding: 5px;
}
div#mfp_buttons {
	padding: 15px 0 0 0;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(../contact/images/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(../contact/images/mfp_prev.gif);
	float: left;
}

input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}

input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../contact/images/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../contact/images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(../contact/images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../contact/images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../contact/images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../contact/images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/

table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/

ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 720px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../contact/images/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../contact/images/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../contact/images/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	width: 150px;
	border-bottom: 1px dotted #c0c0c0;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: 1px dotted #c0c0c0;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: 1px dotted #c0c0c0;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #f5f5f5;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  ||
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 12px;
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}

/*// Phase Input Style //*/

div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	clear: both;
}
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
ol.mfp_phase_input_proccess {
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	background-color: #CCCCCC;
	border: solid 1px #999999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(../contact/images/mfp_h3.png);
	border: solid 1px #FFFFFF;
	background-color: #FFEEEE;
}
