@charset "utf-8";
/***************************************************************

Title: NOBUTA.CO.JP CSS
Dir: /
FileName: style.css
PubDate: 2011-01-19

1.Global Setting
2.Global Layout

3.Pages
.home(TOP)
.news(延田グループからのお知らせ)
.business(事業紹介)
.corporate(企業情報)
.action(延田のとりくみ)
.recruit(採用情報)
.article(用地・テナント募集)
.inquiry(お問い合わせ)
.privacy(プライバシーポリシー)
.sitepolicy(サイトポリシー)

***************************************************************/

/***************************************************************
1.Global Setting
***************************************************************/
html{
	height:100%;
}

body{
	color:#333;
	font-size:12px;
	font-family:"MS PGothic", "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	line-height:1.0em;
	height:100%;
	margin:0;
	padding:0;
	background:#FFF;
}

a{ color:#4774a2; text-decoration:none; }
a:link{ color:#4774a2; }
a:visited{ color:#4774a2; }
a:hover{ color:#7e9dbe; }
a:active{ color:#00a0e9; }

img{ border:none; }

h1, h2, h3, h4, h5, h6{
	font-size:1.0em;
	margin:0;
	padding:0;
	line-height:1.0em;
}

ol, ul{
	margin:0;
	padding:0;
	list-style:none;
}

p{
	margin:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

.alignright{ text-align:right; }
.aligncenter{ text-align:center; }
.alignleft{ text-align:left; }

.clear{ height:0; clear:both; overflow:hidden; }

.floatright{ float:right; }
.floatleft{ float:left; }

/*　マージン指定クラス　*/
.marginB5 {margin-bottom: 5px !important;}
.marginB10 {margin-bottom: 10px !important;}
.marginB15 {margin-bottom: 15px !important;}
.marginB20 {margin-bottom: 20px !important;}
.marginB30 {margin-bottom: 30px !important;}

.marginL10 {margin-left: 10px !important;}
.marginL16 {margin-left: 16px !important;}
.marginL35 {margin-left: 35px !important;}
.marginL45 {margin-left: 45px !important;}

.setLineH{line-height:1.5em;}

.cl {
/*display:inline-block;/*zoomの代用*/
zoom: 100%;/*IE独自拡張*/
}

.cl:after {
content: ".";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/***************************************************************
2.Global Layout
  2.1 Page
  2.2 Header Block
  2.3 Page Content Block
  2.4 Sidebar Block
  2.5 Footer Block
***************************************************************/

/***************************************************************
2.1 Page
***************************************************************/
#page{
	height:auto;
	min-height:100%;
}

#page-inner{

}

/***************************************************************
2.2 Header Block
***************************************************************/
#header{
	height:125px;
	background:url("images/header_bg.png") repeat-x center top;
	overflow:hidden;
}

#header-inner{
	width:960px;
	height:50px;
	margin:0 auto;
	padding:25px 0 0 0;
}

#header h1{
	text-indent:-9999px;
	width:210px;
	padding:0 0 0 40px;
	background:url("images/header_h1_bg.png") no-repeat 40px 0;
	float:left;
}

#header h1 a{
	height:30px;
	display:block;
}

#header h2{
	text-indent:-9999px;
	width:340px;
	height:20px;
	margin:5px 0 0 60px;
	background:url("images/header_h2_bg.png") no-repeat;
	float:left;
}

ul#headernavi{
	padding:5px 30px 0 0;
	float:right;
}

ul#mainnavi{
	width:900px;
	height:50px;
	margin:0 auto;
	padding:0 30px;
	background:url("images/mainnavi_bg.png") no-repeat center bottom;
	clear:both;
}

ul#mainnavi li{
	width:150px;
	float:left;
}

ul#mainnavi li a{
	height:50px;
	display:block;
}

/***************************************************************
2.3 Page Content Block
***************************************************************/
#top-movie{
	text-align:center;
	width:100%;
	height:365px;
	overflow:hidden;/* flash_movie設置次第削除 */
}

#page-screen{
	width:100%;
	min-height:470px;
	padding:0 0 345px 0;
	background:url("images/page_content_bg.png") repeat-x;
}

#breadcrumb{
	height:30px;
	background:url("images/breadcrumb_bg.png") repeat-x;
	overflow:hidden;
}

#breadcrumb ul{
	width:880px;
	margin:0 auto;
}

#breadcrumb li{
	color:#999;
	padding:10px 5px 0 10px;
	background:url("images/breadcrumb_bullet.png") no-repeat 0 11px;
	float:left;
}

#breadcrumb ul li.firstchild{
	padding-left:0;
	background:none;
}

#page-content{
	width:900px;
	margin:0 auto;
	padding:30px 0 0;
}

.layout-two-column #page-content-inner,
.layout-two-column-left #page-content-inner{
	width:680px;
}

.layout-two-column #page-content-inner{
	padding-left:20px;
	float:right;
}

.layout-two-column-left #page-content-inner{
	padding-right:20px;
	float:left;
}

/***************************************************************
2.4 Sidebar Block
***************************************************************/
#sidebar{
	margin:0 0 20px 0;
}

.layout-two-column #sidebar,
.layout-two-column-left #sidebar{
	width:200px;
}

.layout-two-column #sidebar{
	float:right;
}

.layout-two-column-left #sidebar{
	float:left;
}

#sidebar ul.banners{
	margin:0 0 10px 0;
}

#sidebar ul.banners li{
	margin:0 0 5px 0;
}

#sidebar ul.banners li.fst{
	margin-right:-15px;
}
#sidebar ul.banners li.lst{
	margin-bottom:0;
}

#sidebar ul#subnavi,
#sidebar ul#subnavi_t{
	margin:0 0 10px 0;
}

#sidebar ul#subnavi li{
	display:inline;
}

#sidebar ul#subnavi li img{
	display:block;
}

#sidebar ul#subnavi_t li{
	font-size:1.2em;
	line-height:normal;
	overflow:hidden;
	background:url("images/sidebar/subnavi_item_bg.png") no-repeat;
}

#sidebar ul#subnavi_t li.current{
	background:url("images/sidebar/subnavi_item_bg_cr.png") no-repeat;
}

#sidebar ul#subnavi_t li a{
	color:#333;
	height:30px;
	padding:15px 0 0 35px;
	display:block;
}

#sidebar ul#subnavi_t li a:hover{
	text-decoration:underline;
}


/***************************************************************
2.5 Footer Block
***************************************************************/

#footer{
	height:320px;
	margin:-321px 0 0 0;
	background:#EFEFEF url("images/footer_bg.png") repeat-x;
	clear:both;
}

#footer-inner{
	width:900px;
	margin:0 auto;
}

#footer h2{
	text-indent:-9999px;
	width:209px;
	margin:30px 70px 0 0;
	background:url("images/footer_h2_bg.png") no-repeat;
	clear:both;
	float:left;
}

#footer h2 a{
	height:22px;
	display:block;
}

#footer h3{
	text-indent:-9999px;
	width:324px;
	height:22px;
	margin:30px 0 0;
	background:url("images/footer_h3_bg.png") no-repeat;
	float:left;
}

#footer #to-pagetop{
	height:30px;
	float:right;
}

#quicklink{
	height:160px;
	padding:30px 0 40px 0;
	overflow:hidden;
	clear:both;
}

#quicklink a:hover{
	text-decoration:underline;
}

#quicklink div{
	letter-spacing:0.05em;
	width:149px;
	height:100%;
	float:left;
	padding:5px 15px;
	border-left:1px solid #CCC;
}

#quicklink div.lst{
	width:148px;
	border-right:1px solid #CCC;
}

#quicklink div h4{
	margin:0 0 10px 0;
}

#quicklink div h4 a{
	color:#333;
}

#quicklink div ul{
	line-height:1.8em;
	margin:-3px 0 0 15px;
	padding:0 0 0 0;
	list-style:url("images/quicklink_list_bullet.png");
}

#quicklink div ul li{

}

#quicklink div ul li a{
	color:#666;
	margin:0 0 0 -4px;
}

#quicklink div p{
	color:#666;
	line-height:1.7em;
	margin:-3px 0 0 0;
}

ul#footernavi{
	margin:0 0 0 10px;
	clear:both;
}

ul#footernavi li{
	margin:0 20px 0 0;
	float:left;
}

p#copyright{
	text-align:right;
	margin:0 10px 0 0;
}

/***************************************************************
3 FORM
***************************************************************/

form.nform{
	margin:0 0 20px 0;
}

form.nform .form-header{
	width:680px;
	height:135px;
	background:url("images/form/form_header.png") no-repeat;
}

form.nform .form-header.noimage{
	width:680px;
	height:60px;
	margin:50px auto 0;
	background:url("images/form/form_header_noimage_bg.png") no-repeat;
}

form.nform .form-header div.attention{
	padding:85px 0 0 20px;
}

form.nform .form-header.noimage div.attention{
	margin:0 10px;
	padding:10px 0 0 10px;
}

form.nform .form-footer{
	text-align:center;
	width:680px;
	height:50px;
	padding:10px 0 0 0;
	background:url("images/form/form_footer.png") no-repeat;
}

form.nform .form-footer.confirm a{
	position:relative;
	left:-80px;
}
form.nform .form-footer button.btn {
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
  -webkit-appearance: none;
  appearance: none;
}
form.nform .form-footer button.btn:hover {
  opacity: 0.8;
}
form.nform .form-footer button.btn img {
  height: 35px;
  width: auto;
}
form.nform .form-area{
	width:660px;
	padding:0 10px 5px 10px;
	background:url("images/form/form_bg.png") repeat-y;
}

form.nform .form-area table{
	width:659px;
}

form.nform .form-area th,
form.nform .form-area td{
	text-align:left;
	height:100%;
	min-height:40px;
	padding:15px 0 0 0;
}

form.nform .form-area td{
	vertical-align:middle;
	padding-right:10px;
	background:url("images/form/form_td_bg.png") repeat-x;
}

form.nform .form-area th{
	vertical-align:top;
	width:140px;
	padding:20px 20px 0 10px;
	background:url("images/form/form_th_bg.png") no-repeat;
}

form.nform .form-area.confirm tr.first th,
form.nform .form-area.confirm tr.first td{
	background:none;
	border-top:1px dotted #b2b2b2;
}

form.nform .form-area.confirm td{
	color:#cc0000;
	padding-top:20px;
}

form.nform .form-area th.require{
	background:url("images/form/form_th_require_bg.png") no-repeat;
}

form.nform .form-area th.require2{
	background:url("images/form/form_th_require2_bg.png") no-repeat;
}

form.nform .form-area td div{
	line-height:1.0em;
	margin:0 0 15px 0;
}

form.nform .form-area td div.low{
	margin:0 0 10px 0;
}

form.nform .form-area.confirm td div{
	line-height:1.2em;
	width:479px;
	margin:0 0 20px 0;
	overflow:hidden;
}

form.nform .form-area.confirm tr.comment td div{
	line-height:1.8em;
}

form.nform .form-area td span.example{
	color:#999;
	margin:0 0 0 10px;
}

form.nform .form-area td span.gap{
	margin:0 10px;
}

form.nform .form-area td span.alert{
	color:#cc0000;
	background:#f7d9d9;
}

form.nform .form-area td span.tips{
	color:#333;
}

form.nform .form-area td ul.radio_list{

}

form.nform .form-area td ul.radio_list li{
	height:20px;
	float:left;
	margin:0 15px 0 0;
	padding:0 0 15px 0;
	white-space:nowrap;
}

form.nform .form-area input.textbox,
form.nform .form-area textarea{
	font-size:15px;
	background:#F7F3F7;
	border-top:1px solid #DEDEDE;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #DEDEDE;
}

form.nform .form-area input.textbox{
	height:20px;
	padding:2px 5px;
}

form.nform .form-area textarea{
	width:420px;
	height:124px;
	padding:10px;
}

.form-area.complete{
	width:680px;
	background:url("images/form/form_bg.png") repeat-y;
}

.form-area .complete-in{
	width:580px;
	margin:0 auto;
	padding:40px;
	border-top:1px dotted #b2b2b2;
}

.form-area.complete h3{
	margin:0 0 20px 0;
}

.form-area.complete div{
	line-height:1.7em;
}

.form-complete-footer{
	width:680px;
	height:25px;
	margin:0 0 20px 0;
	background:url("images/form/form_complete_footer.png") no-repeat;
}

.w250{
	width:250px;
}

.w70{
	width:70px;
}

.w60{
	width:60px;
}

.w90{
	width:90px;
}

.w340{
	width:340px;
}

form.nform2{
	margin:-70px 0 35px 310px;
}

/***************************************************************
3 PAGES
***************************************************************/

/***************************************************************
 HOME
***************************************************************/
#page-home{

}

#page-home .topics{
	width:330px;
	margin:0 0 20px 0;
	float:left;
}
#page-home .topics.right{
	margin-left:20px;
}

#page-home .topics h3{
	margin:0 0 10px 0;
	padding:10px 0 0 0;
}

#page-home .topics ul{
	margin:0 0 0 10px;
}

#page-home .topics li{
	margin:0 0 20px 0;
}

#page-home .topics .newsheader{
	height:20px;
	background:url("images/top/newsdate_bg.png") no-repeat 0 5px;
}

#page-home .topics span.newstitle{
	font-weight:bold;
	width:270px;
	padding:1px 0 0 0;
	float:left;
}

#page-home .topics span.newstitle a{
	background:#FFF;
	padding:0 2px 0 0;
}

#page-home .topics span.newsdate{
	font-size:0.8em;
	text-align:right;
	width:50px;
	float:left;
}

#page-home .topics.news span.newsdate{
	font-size:0.8em;
	text-align:right;
	width:50px;
	float:right;
}

#page-home .topics .newscontent{
	color:#999;
	line-height:1.6em;
	width:320px;
	display:block;
	clear:both;
}

/***************************************************************
 NEWS
***************************************************************/

#page-news{

}

#page-news h2.page-title{
	text-indent:-9999px;
	width:680px;
	height:85px;
	background:url("images/news/title.png") no-repeat;
}

#page-news .news-archive{
	width:678px;
	margin:0 0 30px 0;
	border:1px solid #D9D9D9;
	border-top-width:5px;
}

#page-news table.headlines{
	width:100%;
	margin:0 0 25px 0;
	border-collapse:collapse;
}

#page-news table.headlines th,
#page-news table.headlines td{
	vertical-align:middle;
	height:40px;
}

#page-news table.headlines td.newsdate{
	text-align:center;
	width:110px;
	background:url("images/news/newsdate_bg.png") no-repeat;
}

#page-news table.headlines td.newstitle{
	width:560px;
	background:url("images/news/newstitle_bg.png") no-repeat;
}

#page-news .pagenavi{
	height:20px;
	margin:0 0 30px;
	text-align:center;
}

#page-news .pagenavi .previouspage{
	width:40px;
	float:left;
	border-bottom:1px solid #FFF;
}

#page-news .pagenavi .nextpage{
	width:40px;
	float:left;
}

#page-news .pagenavi .pagenums{
	width:598px;
	height:20px;
	float:left;
	overflow:hidden;
}

/* Add form TMC Inc.  */
#page-news .pagenavi .pagenums > a,
#page-news .pagenavi .pagenums span {
  display: inline-block;
  vertical-align: middle;
  width:20px;
	height:20px;
  padding:5px 0 0;
  color:#333;
	background:#E5E5E5;
	border-right:10px solid #FFF;
}
#page-news .pagenavi .pagenums span {
  color:#FFF;
	height:20px;
	background:#CC0000;
}
#page-news .pagenavi .pagenums a:hover {
  color:#FFF;
	background:#333;
}

#page-news .pagenavi .pagenums table{
	margin:0 auto;
}

#page-news .pagenavi .pagenums table td{
	text-align:center;
	vertical-align:middle;
	width:20px;
	height:20px;
	padding:0;
	background:#E5E5E5;
	border-right:10px solid #FFF;
}

#page-news .pagenavi .pagenums table td a{
	color:#333;
	height:20px;
	padding:5px 0 0;
	display:block;
}

#page-news .pagenavi .pagenums table td a:hover{
	color:#FFF;
	background:#333;
}

#page-news .pagenavi .pagenums table span.current{
	color:#FFF;
	height:20px;
	padding:5px 0 0;
	background:#CC0000;
	display:block;
}

#page-news .entry{
	width:678px;
	margin:0 0 30px;
	border:1px solid #d9d9d9;
	border-top-width:5px;
}

#page-news .entry .entry-header{
	padding:0 10px;
}

#page-news .entry h3.entry-newstitle,
#page-news .entry .entry-newsdate{
	height:37px;
	margin:0 0 25px 0;
	padding:23px 0 0;
	border-bottom:1px solid #b2b2b2;
	float:left;
}

#page-news .entry h3.entry-newstitle{
	width:518px;
	padding-right:20px;
	padding-left:20px;
}

#page-news .entry .entry-newsdate{
	font-weight:bold;
	width:100px;
}

#page-news .entry .entry-content{
	width:620px;
	margin:0 auto;
	clear:both;
}

#page-news .entry .entry-content p{
	line-height:1.8em;
	margin:0 0 20px;
}

#page-news .entry .entry-content img{}
#page-news .entry .entry-content img a{}
#page-news .entry .entry-content img a:hover{
	border:1px solid #333;
}

#page-news .entry .entry-content .hr{
	height:1px;
	margin:0 0 20px;
	background:#CCC;
	display:block;
	overflow:hidden;
}

#page-news .entry .entry-footer{
	padding:20px;
	border-top:1px solid #cacaca;
	background:#EDEDED;
}

#page-news .entry .entry-footer p{
	margin:0;
}

/***************************************************************
 BUSINESS
***************************************************************/
#page-business{
	position:relative;
}

#page-business h2.page-title{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/business/title.jpg") no-repeat;
}

#page-business #anchorLinks {
	position:absolute;
	top:110px;
	right:0;
}
#page-business #anchorLinks li {
	float:left;
	margin-left:20px;
}

#page-business h3.page-subtitle{
	width:650px;
	height:39px;
	margin:0 0 25px 0;
	padding:20px 0 0 30px;
	border-bottom:1px solid #B2B2B2;
}

#page-business h4{
	margin:0 0 15px 0;
}

#page-business p{
	line-height:1.7em;
	margin:0 0 25px 0;
	padding:0 0 0 30px;
}
.businessBox{
	width:678px;
	margin:0 auto 30px;
	border:1px solid #D9D9D9;
	border-top:5px solid #CC0001;
}
.businessBox2{
	margin:10px auto 20px;
	border:1px solid #D9D9D9;
}
.businessBox3{
	width:203px;
	margin:10px 11px 20px 0;
	border:1px solid #D9D9D9;
	float:left;
}
.businessBox4{
	width:203px;
	margin:10px auto 20px;
	border:1px solid #D9D9D9;
	float:right;
}
.businessBox5{
	width:185px;
	margin:10px auto 20px;
	border:1px solid #D9D9D9;
	float:left;
}
.businessBox6{
	width:185px;
	margin:10px auto 20px;
	border:1px solid #D9D9D9;
	float:right;
}
.businessBoxInner{
	margin:20px 20px 5px 20px;
}
.businessBox2 .businessBoxInner{
	margin:10px 0 10px 10px;
}
.businessBox3 .businessBoxInner, .businessBox4 .businessBoxInner, .businessBox5 .businessBoxInner, .businessBox6 .businessBoxInner{
	margin:10px 0 10px 10px;
}
.businessBoxHeader{
	border-bottom:1px solid #D9D9D9;
	padding-bottom:13px;
	margin-bottom:20px;
}
.businessBox2 .businessBoxHeader{
	padding-bottom:8px;
	border:none;
	margin:0;
}
.businessBox3 .businessBoxHeader, .businessBox4 .businessBoxHeader, .businessBox5 .businessBoxHeader, .businessBox6 .businessBoxHeader{
	padding-bottom:5px;
	border:none;
	margin:0;
}
.businessBox .businessBoxL{
	width:240px;
	float:left;
}
.businessBox2 .businessBoxL{
	width:410px;
	float:left;
	line-height:1.5em;
}
.businessBox .businessBoxR{
	width:380px;
	float:right;
}
.businessBox2 .businessBoxR{
	width:198px;
	float:right;
}
.businessBox .businessBoxRTxt{
	line-height:1.6em;
}
.businessBoxTxt{
	line-height:1.5em;
}
.businessBoxRestBtn{
	text-align:center;
}
.businessBoxIndex{
	width:330px;
	height:232px;
	margin:0 0 30px;
	border:1px solid #D9D9D9;
	border-top:5px solid #CC0001;
	float:left;
}
.businessBoxIndex2{
	width:330px;
	height:232px;
	margin:0 0 30px;
	border:1px solid #D9D9D9;
	border-top:5px solid #CC0001;
	float:right;
}
.businessBoxIndexInner{
	margin:12px 20px 12px 20px;
}
.businessBoxIndexInner .businessBoxHeader{
	border-bottom:1px solid #D9D9D9;
	padding-bottom:13px;
	margin-bottom:10px;
}
.businessBoxLead{
	border-bottom:1px solid #D9D9D9;
	padding-bottom:13px;
	margin-bottom:13px;
	font-weight:bold;
}
.businessBoxIndexInner .businessBoxL{
	width:152px;
	float:left;
}
.businessBoxIndexInner .businessBoxR{
	width:120px;
	line-height:1.5em;
	float:right;
}


.businessBoxMini{
	padding:5px;
	margin:10px 0 15px;
	border:1px solid #E0E0E0;
	background:url("images/business/box_bg.jpg");
}
.businessBoxMini ul{
	margin:10px 0 10px 20px;
}
.businessBoxMini li{
	display:inline;
	width:140px;
	float:left;
	margin-right:25px;
	font-size:0.8em;
	line-height:2em;
	padding:0 0 0 8px;
	background:url("images/business/ic_bullet.jpg") left center no-repeat;
}
.businessBoxMini ul.pro_box{
	margin:10px 5px 10px 8px;
}
.businessBoxMini li.profile{
	display:inline;
	width:263px;
	float:left;
	margin-right:25px;
	margin-bottom:5px;
	font-size:0.8em;
	line-height:1.4em;
	padding:0 0 0 8px;
	background:url("images/business/ic_bullet.jpg") left 5px no-repeat;
}
.businessBoxAddr{}
.businessBoxAddr dl{
	margin:15px 0;
}
.businessBoxAddr dt{
	width:35px;
	float:left;
	line-height:1.5em;
	font-weight:bold;
	padding:0;
	margin:0;
}
.businessBoxAddr dd{
	width:300px;
	float:left;
	line-height:1.5em;
	padding:0 0 0 18px;
	margin:0;
	background:url("images/business/ic_line.jpg") left center no-repeat;
}
.businessBoxAddr dl.dental{
	margin:15px 0;
}
.businessBoxAddr dl.dental dt{
	width:70px;
	float:left;
	line-height:1.5em;
	font-weight:bold;
	padding:0;
	margin:0;
}
.businessBoxAddr dl.dental dd{
	width:265px;
	float:left;
	line-height:1.5em;
	padding:0 0 0 18px;
	margin:0;
	background:url("images/business/ic_line.jpg") left center no-repeat;
}

/***************************************************************
 CORPORATE
***************************************************************/

#page-corporate{

}

#page-corporate h2.page-title{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/corporate/title.png") no-repeat;
}

#page-corporate h2.page-title-recruit{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/corporate/recruit/title_recruit.jpg") no-repeat;
}
#page-corporate h2.page-title-article{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/corporate/article/title_article.jpg") no-repeat;
}
#page-corporate h3.page-subtitle{
	width:650px;
	height:39px;
	margin:0 0 25px 0;
	padding:20px 0 0 30px;
	border-bottom:1px solid #B2B2B2;
}

#page-corporate h4{
	margin:0 0 15px 0;
}

#page-corporate p{
	line-height:1.7em;
	margin:0 0 25px 0;
	padding:0 0 0 30px;
}

#page-corporate p.aboutssl{
	width:490px;
	margin-right:15px;
	margin-bottom:20px;
	float:left;
}

#page-corporate p.privacy{
	margin:10px 0 0 0;
	position:absolute;
}

#page-corporate form.nform{
	/*margin-top:-40px;*/
}


.corpBox{
	margin:0 auto 30px;
	border:1px solid #D9D9D9;
	border-top:5px solid #CC0001;
}
.corpBox2{
	margin:0 auto 30px;
}
.corpBoxInner{
	padding:20px;
}
.corpBoxHeader{
	border-bottom:1px solid #D9D9D9;
	padding-bottom:13px;
	margin-bottom:20px;
}
.corpBoxL{
	width:240px;
	float:left;
}
.corpBoxRecruitL{
	width:310px;
	float:left;
}
.corpBoxR{
	width:380px;
	float:right;
}
.recruitEx .corpBoxL{
	width:290px;
	float:left;
}
.recruitEx .corpBoxR{
	width:306px;
	float:right;
}





.corpBoxEx{
	clear:both;
	padding:17px 0 0;
}
.corpBoxEx ul li{
	width:189px;
	float:left;
}
.corpBoxUl{
	height:26px;
	background-color:#FAF7F9;
	clear:both;
	text-align:center;
	border-bottom:1px solid #EDEDED;
	padding:12px 0 0;
	margin-top:20px;
}
.corpBoxUl2{
	height:70px;
	background-color:#FAF7F9;
	clear:both;
	border-bottom:1px solid #EDEDED;
	padding:14px 0 0 20px;
	margin-top:31px;
}
.corpBoxUl3{
	height:110px;
	background-color:#FAF7F9;
	clear:both;
	border-bottom:1px solid #EDEDED;
	padding:8px 0 0 20px;
	margin-top:10px;
}
.corpBoxUl ul{
	display:inline;
}
.corpBoxUl ul li{
	display:inline;
	padding:0 10px;
}
.corpBoxUl2 ul li, .corpBoxUl3 ul li{
	font-weight:bold;
	padding:0 0 0 17px;
	line-height:1.7em;
	background:url(images/corporate/recruit/ic.jpg) left center no-repeat;
}
#corpBoxTop table{
}
#corpBoxTop th{
	width:87px;
	padding:10px 0;
	text-align:center;
	background-color:#E6E6E6;
	line-height:1.5em;
}
#corpBoxTop td.corpCont{
	padding:10px 0 10px 20px;
	line-height:1.5em;
}
#corpBoxTop td.corpCont ul{
}
#corpBoxTop td.corpCont li{
	width:240px;
	padding:0 0 5px 10px;
	margin-top:5px;
	float:left;
	line-height:1.5em;
	background:url("images/corporate/top/ic01.jpg") left 7px no-repeat;
}
.corpBoxRList{
	padding-bottom:5px;
	margin-bottom:7px;
	background:url("images/corporate/top/line.jpg") right bottom no-repeat;
}
.corpBoxR dl{
	margin:0;
}
.corpBoxR dt{
	width:55px;
	float:left;
}
.corpBoxR dd{
	width:315px;
	float:left;
	margin:0;
	padding-top:3px;
}

.visionBox{
	height:150px;
	border:1px solid #999999;
	background:#CCCCCC;
	margin-bottom:30px;
}
.visionCenter{
	text-align:center;
}

.messageName{
	height:260px;
	background:url("images/corporate/message/pic02.jpg") right bottom no-repeat;
	line-height:1.5em;
}
.messageBox{
	clear:both;
	margin:15px 0 25px 0;
	padding:15px 0 0 0;
	background:url("images/corporate/message/line.jpg") left top no-repeat;
	line-height:1.5em;
}

.messageBoxL{
	width:375px;
	float:left;
	padding-top:85px;
}
.messageBoxR{
	width:240px;
	float:right;
}
.messageSign{
	text-align:right;
}


#corpBoxHistry table{
}
#corpBoxHistry th{
	width:158px;
	padding:10px 0;
	text-align:center;
	background-color:#E6E6E6;
	line-height:1.5em;
	font-size:11px;
	font-weight:bold;
}
#corpBoxHistry td.corpCont{
	padding:10px 0 10px 20px;
	line-height:1.5em;
}
#corpBoxHistry td.corpContPic{
	width:240px;
	text-align:center;
}
#corpBoxHistry td.corpContPic img{
	width:110px;
	padding:8px 5px;
}

.corpRecruitTxt{
	line-height:1.5em;
	margin:5px 0 15px;
}
.corpRecruitBtn{
	text-align:center;
	margin-top:25px;
}
.corpBoxRecruit{
	width:290px;
	float:right;
}
.corpBoxRecruitInner{
	width:260px;
	background-color:#FAF7F9;
	border-bottom:1px solid #EDEDED;
	padding:15px;
}
.corpBoxRecruit strong{
	color:#666666;
}
.corpBoxRecruitAttention{
	line-height:1.5em;
	margin:10px 0 0;
	font-size:10px;
}

.corpBoxArticleL{
	width:380px;
	float:left;
}
.corpBoxArticleR{
	width:240px;
	float:right;
}
.corpBoxArticleLead{
	font-weight:bold;
	margin-bottom:10px;
}
.corpBoxArticleTxt{
	line-height:1.6em;
}
.corpBoxArticleBtn{
	margin-top:44px;
}
.corpBoxArticleBtn2{
	margin-top:30px;
	text-align:center;
}

#corpBoxTopArticle table{
}
#corpBoxArticle th{
	width:130px;
	padding:6px 0;
	text-align:center;
	background-color:#E6E6E6;
	line-height:1.5em;
}
#corpBoxArticle td.corpCont{
	padding:6px 0 6px 20px;
	line-height:1.5em;
}
#corpBoxArticle td.corpCont ul{
}
#corpBoxArticle td.corpCont ul li{
	padding:5px 0 5px 10px;
	line-height:1.5em;
	background:url("images/corporate/top/ic01.jpg") left 10px no-repeat;
}
#corpBoxArticle td.corpCont ol{
	padding-left:14px;
}
#corpBoxArticle td.corpCont ol li{
	list-style:decimal;
	padding:5px 0 5px 0;
	line-height:1.5em;
}
#corpBoxArticle h4{
	font-size:1.2em;
	padding:0 0 0 10px;
	margin:0 0 10px;
	background:url("images/corporate/article/bar.jpg") left center no-repeat;
}

.voiceBoxL{
	width:200px;
	float:left;
}
.voiceBoxR{
	width:425px;
	line-height:1.5em;
	float:right;
}
.voiceBoxBtn{
	text-align:right;
	margin-top:20px;
}
.voiceLink{
	background-color:#FAF7F9;
	border-bottom:1px solid #EDEDED;
	padding:15px 0;
	margin-bottom:20px;
}
.voiceLink ul{
	padding-left:10px;
}
.voiceLink li{
	width:119px;
	float:left;
	margin:0 16px 0 0;
}
.voiceLink li.lastChild{
	margin:0;
}
#corpInfoBtn{
	text-align:center;
	margin:30px 0 0;
}
#corpBoxHistry th.corpInfo{
	font-size:12px;
}
/***************************************************************
 INQUIRY
***************************************************************/

#page-inquiry{

}

#page-inquiry h2.page-title{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/corporate/title.png") no-repeat;
}

#page-inquiry h3.page-subtitle{
	width:650px;
	height:39px;
	margin:0 0 25px 0;
	padding:20px 0 0 30px;
	border-bottom:1px solid #B2B2B2;
}

#page-inquiry h4{
	margin:0 0 15px 0;
}

#page-inquiry p{
	line-height:1.7em;
	margin:0 0 25px 0;
	padding:0 0 0 30px;
}

#page-inquiry p.aboutssl{
	width:490px;
	margin-right:15px;
	margin-bottom:20px;
	float:left;
}

#page-inquiry p.privacy{
	margin:10px 0 0 0;
	position:absolute;
}

#page-inquiry form.nform{
	/*margin-top:-40px;*/
}
/***************************************************************
 Site Policy
***************************************************************/

#page-sitepolicy{

}
#page-sitepolicy h3.page-subtitle{
	width:650px;
	height:39px;
	margin:0 0 25px 0;
	padding:0 0 0 30px;
	border-bottom:1px solid #B2B2B2;
}
.sitePolicyTxt{
	width:650px;
	margin:0 auto 25px;
	line-height:1.5em;
}
.sitePolicyTxt2{
	margin:0 auto 15px;
	line-height:1.5em;
}
#sitePolicyLink{
	background-color:#FAF7F9;
	border-bottom:1px solid #EDEDED;
	padding:20px 0 10px 20px;
	margin:0 0 25px 0;
}
.sitePolicyLink2{
	background-color:#FAF7F9;
	border-bottom:1px solid #EDEDED;
	padding:20px 0 10px 20px;
	margin:0 0 25px 0;
}
.sitePolicyLink3{
	background-color:#FAF7F9;
	border-bottom:1px solid #EDEDED;
	padding:20px 0 20px 20px;
}
#sitePolicyLink li{
	float:left;
	margin:0 13px 10px 0;
}
.sitePolicyUl li{
	background:url(images/sitepolicy/ic_circle01.jpg) left 7px no-repeat;
	padding-left:13px;
	line-height:1.5em;
	margin:0 0 10px;
}
.sitePolicyLink2 .sitePolicyUl li{
	margin:0 0 5px;
}
#page-sitepolicy .corpBox{
	margin:0 0 10px 0;
}
.pageTop{
	text-align:right;
	margin-bottom:20px;
}
.sitePolicyL{
	width:500px;
	float:left;
}
.sitePolicyR{
	width:115px;
	float:right;
}
/***************************************************************
 Privacy Policy
***************************************************************/

#page-privacy{

}
#page-privacy h3.page-subtitle{
	width:650px;
	height:39px;
	margin:0 0 25px 0;
	padding:0 0 0 30px;
	border-bottom:1px solid #B2B2B2;
}
.privacyTxt{
	width:650px;
	margin:0 auto 25px;
	line-height:1.5em;
}

/***************************************************************
 Action
***************************************************************/

#page-action{
}
#page-action h2.page-title{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/action/title.jpg") no-repeat;
}
#page-action h3.page-subtitle{
	width:650px;
	height:39px;
	margin:0 0 25px 0;
	padding:20px 0 0 30px;
	border-bottom:1px solid #B2B2B2;
}
.actionTxt{
	width:650px;
	margin:0 auto 25px;
	line-height:1.5em;
}
#actionBoxEyecatch{
	margin-bottom:40px;
	background:url(images/action/eyecatch.jpg) left top no-repeat;
}
#actionBoxEyecatch p{
	line-height:1.5em;
	padding-left:175px;
}
#actionBoxEyecatch p img{
	padding:12px 0;
}
.actionBoxBorder{
	border:1px solid #E0E0E0;
	padding:16px 13px;
}
.actionBoxBorder dl{
	margin:0;
	padding:0;
}
.actionBoxBorder dl dt{
	margin:0 0 6px 0;
	padding:0;
}
.actionBoxBorder dl dd.actionBoxBorderPic{
	width:259px;
	float:left;
	margin:0;
	padding:0;
	line-height:1.5em;
}
.actionBoxBorder dl dd.actionBoxBorderTxt{
	width:340px;
	float:left;
	margin:0;
	padding:0;
	line-height:1.5em;
}
.actionBoxSmall{
	width:180px;
	height:114px;
	float:left;
	margin:5px 8px 5px 0;
}
.actionBoxSmall2{
	width:178px;
	height:114px;
	float:left;
	margin:5px 0 5px 0;
}
.actionBoxSmall dl dd.actionBoxBorderPic,
.actionBoxSmall2 dl dd.actionBoxBorderPic{
	width:76px;
}
.actionBoxSmall dl dd.actionBoxBorderTxt,
.actionBoxSmall2 dl dd.actionBoxBorderTxt{
	width:98px;
	font-size:10px;
}
#page-action .businessBoxIndex,
#page-action .businessBoxIndex2{
	height:350px;
}
#page-action .businessBoxL{
	width:136px;
}
#page-action .businessBoxR{
	width:150px;
}
#actionBg{
	background-color:#FAF7F9;
	border-bottom:1px solid #EDEDED;
	padding:10px 0 10px 20px;
	margin:15px 0 8px 0;
}
#actionBg dl{}
#actionBg dl dt{
	width:164px;
	float:left;
	padding:0;
	margin:5px 0;
	font-size:14px;
	font-weight:bold;
}
#actionBg dl dd{
	width:80px;
	text-align:right;
	float:left;
	padding:0;
	margin:5px 0;
	font-size:14px;
	font-weight:bold;
}
.actionBoxL{
	width:112px;
	float:left;
}
.actionBoxR{
	width:517px;
	float:right;
}
.actionBoxR dl{
	margin:0;
	padding:0;
}
.actionBoxR dl dt{
	width:70px;
	height:3em;
	float:left;
	margin:0 0 5px;
	padding:5px 0 8px;
	font-size:10px;
	line-height:1.5em;
	border-bottom:1px solid #B2B2B2;
}
.actionBoxR dl dd{
	width:430px;
	height:3em;
	float:right;
	margin:0 0 5px;
	padding:5px 0 8px;
	font-size:10px;
	line-height:1.5em;
	border-bottom:1px solid #D9D9D9;
}
.actionBoxR dl dt.actionHight,
.actionBoxR dl dd.actionHight{
	height:2em;
}


/***************************************************************
 404
***************************************************************/
page-404{
}
#page-404 h2.page-title{
	text-indent:-9999px;
	width:680px;
	height:90px;
	background:url("images/404/title.jpg") no-repeat;
}
#page-404 #eyeCatch{
	width:640px;
	margin:20px auto;
}
#page-404 #eyeCatch p{
	line-height:1.6em;
	margin-bottom:1.2em;
}
#page-404 #list404{
	background:url("images/404/bg.jpg") repeat-x;
	height:80px;
	margin-bottom:20px;
}
#page-404 #eyeCatch ul{
	width:610px;
	margin:0 auto;
	padding:20px 0;
	line-height:1.6em;
}
#page-404 #eyeCatch li{
	background:url("images/404/bullet.jpg") left center no-repeat;
	padding-left:10px;
}



div#flashArea{
	text-align:center;
	width: 100%;
	margin:auto;
	overflow: hidden;
}

.wrap-no-flash {
	position: relative;
	width: 960px;
	height: 365px;
	margin: 0 auto;
}

.wrap-no-flash img {
	position: absolute;
	top: 0;
	left: -70px;
}


/***************************************************************
 TOP Movie
***************************************************************/

#popup-movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
}

#popup-movie .wrap-iframe {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 800px;
	height: 530px;
	margin: -265px 0 0 -400px;
	z-index: 2;
}

#popup-movie .wrap-iframe iframe {
	margin: 0 0 30px;
}

#popup-movie .wrap-iframe .button {
	float: left;
}

#popup-movie .wrap-iframe .back {
	float: left;
	margin: 9px 0 0 43px;
	cursor: pointer;
}

#popup-movie .close {
	position: absolute;
	top: 27px;
	right: 27px;
	cursor: pointer;
	z-index: 2;
}

#popup-movie .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	background-color: #000000;
	z-index: 1;
}
