@charset "utf-8";
/* CSS Document */
/*　全体設定
***********************************************************/

body {
	margin: 0;
	padding: 0;
	color: #535252;
	font-size: small;
	font-family: Microsoft YaHei;
	line-height:1.7;
}

dl, dt, dd, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: baseline;
}

p {
	margin: 0;
}

#contents p+p {
	margin-top: 1.4em;
}

#contents p+p.figure {
	margin-top: 40px;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: SimHei, "Lucida Grande",Verdana,Arial,sans-serif;
	line-height: 110%;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color:blue;
}

img {
	border: none;
}

/*导航栏样式*/
body,p
{
    margin: 0;
    
    }
h2
{
    margin: 0;font-size:100%;
    }
ul
{
    margin: 0;padding: 0;list-style: none;
    }   
a
{text-decoration: none;color:inherit;
 }
.box
{
    border: 1px solid #999;overflow: hidden;
    }
.nav
{
    margin-left: -1px;font: 14px "微软雅黑";overflow: hidden;background-color: #f1f1f1;
    }
.navI
{
    float: left;width: 16%;box-sizing: border-box;
    }
.navI-tit
{
    line-height: 40px;text-align: center;cursor: pointer;
    }
.ml1
{
    margin-left: -100%;
    }
.ml2
{
    margin-left: -200%;
     }
.navI_active
{
    position:relative;z-index:1; margin-left: 300px
    }
.navI:hover
{
    position:relative;z-index:1;
    }
.navI:hover .navI-tit
{
    background:#fff;border-bottom:none;
    }
/*导航栏样式*/
/*　各ページ共通
***********************************************************/

.first_child{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.tal {
	text-align:left !important;
}

.tac {
	text-align:center !important;
	height:33px;
}

.tar {
	text-align:right !important;
}

.link_arrow_gray {
    background: url(../images/arrow_gray_r.gif) no-repeat left 4px;
    margin-top: 20px;
    padding-left: 10px;
}

p.line_top{
	margin-top:20px;
}

p.line_top2{
	margin-top:35px;
}

p.note{
	margin-left:1.0em;
	text-indent:-1.0em;
	color:#616262;
	font-size:90%;
}

ul.list{
	margin-left:10px;
	padding-left:5px;
}

ul.list img{
	vertical-align:middle;
}

ol.list_number{
	margin-left:10px;
	padding-left:10px;
}

ol.list_number_gray{
	color:#616262;
	margin-left:20px;
}

ol.list_number_gray li{
	padding:25px 0 0 10px;
}

a.keyword {
    cursor: help;
}

.new_window{
	vertical-align:middle;
	margin-right:5px;
}

.font_gray{
	color:#616262;
}

.font_blue {
	color: #206fb3;
}

.mt0{
	margin-top:0px !important;
}

.mt10{
	margin-top:10px !important;
}

.mt20{
	margin-top:20px !important;
}

.mt30{
	margin-top:30px !important;
}

.mt35{
	margin-top:35px !important;
}

.mt40{
	margin-top:40px !important;
}

.mt45{
	margin-top:45px !important;
}

.mt50{
	margin-top:50px !important;
}

.mt60{
	margin-top:60px !important;
}


/*　ヘッダー部分
***********************************************************/
div#top{
	width: 985px;
	height: 85px;
	margin: 0 auto;
	padding:0 20px;
	overflow:hidden;
}

div#top div#logo{
	
	float:left;
}
div#top div#company
{
    padding-top: 20px;
    padding-left: 100px;
    font-size: x-large;
    color: #000000;  
  }
  div#top div#company a:visited
  {
      color:#000000 !important;
    }
div#top div#info{
	float:right;
}

div#top div#info ul 
{
    margin-top:-29px;
	list-style:none;
	overflow:hidden;
}

div#top div#info ul li{
	float: left;
	margin-left: 14px;
}

div#top div#search{
	position:relative;
	margin: 5px 0 0 14px;
	overflow:hidden;
}

/*div#top div#search .searchform{
	display: block;
	width: 100%;
	height: 21px;
	background: url(../images/search_area_bg.gif) no-repeat left top;
}*/

div#top div#search #keywords{
	position: absolute;
	width: 194px;
	top: 1px;
	left: 11px;
	border: 1px solid #fff;
	color:#808080;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#top div#search #keywords{
		top: 1px;
		border:none;
	}
}

div#top div#search #search_button{
    position: absolute;
    top: 0;
    left: 206px;
}

/*　グローバルナビ部分
***********************************************************/
div#global-nav{
	margin:0 auto;
	padding: 0 20px;
	min-width: 956px ;
	height:43px;
	overflow:hidden;
	background: url(../images/gnav_bg.gif) repeat-x left top;
}

div#global-nav ul{
	width: 956px;
	margin: 0 auto;
	list-style: none;
}

div#global-nav ul li {
	float:left;
	margin-left:135px;
	margin-top:6px;
}

div#global-nav ul li a {
	overflow: hidden;
	font-size:18px;
}
/*　トップページ
***********************************************************/

/* メインビジュアル */

div#top_visual{
	margin: 0;
	padding: 0;
	min-width: 1025px;
	height: 335px;
	background: #696969;
}

div#top_visual div#top_img div {
	position: relative;
	min-width: 1025px;
	margin: auto;
	background: url(../../top_images/banner1.jpg) no-repeat center top;
}
div#top_visual div#top_img ul {
	position: relative;
	list-style: none;
	min-width: 1025px;
	height: 335px;
	background-color:White;
	margin: 0;
	padding: 0;
}

div#top_visual div#top_img ul li {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	min-width: 1025px;
	height: 335px;
	background: none no-repeat center top;
	
}

div#top_visual div#top_img ul li img{
	display: none;
}

div#ticker_area_outer{
	margin: 0 auto;
	width: 100%;
	min-width: 1025px;
	padding: 0;
	background: #424242;
}

div#ticker_area{
	position: relative;
	width: 985px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	zoom:1;
}

div#ticker_area dl:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

div#ticker_area dt {
	float: left;
	width: 4.5em;
	padding: 5px 0;
	color:#ffffff;
	font-weight:bold;
}

div#ticker_area dd {
	margin-left: 4.5em;
	padding: 5px 0;
}

.tickercontainer {
	margin: 0px;
	overflow: hidden;
}

ul#tickerlist {
	list-style-type: none;
	color: #ffffff;
}

ul#tickerlist a{
	color: #ffffff;
}


.mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	list-style-type: none;
	position: relative;
	left: 750px;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0 20px 0 0;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ffffff;
}

/* コンテンツ */

.columns {
	margin-left: -25px;
	overflow: hidden;
	zoom: 1;
}

.columns.columnarrow {
	background: url(../images/columnarrow.gif) no-repeat 52.2% center;
}

.column {
	position: relative;
	float: left;
	width: 265px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.maincolumn2 .columns {
	margin-left: -30px;
}

.maincolumn2 .column {
	width: 370px;
	margin-left: 30px;
}

.maincolumn1 .column {
	width: 480px;
}

h1+.index3col.columns {
	margin-top: 20px;
}

.index3col.columns {
	margin-left: -21px;
}

.index3col.columns .column {
	width: 242px;
}




/* サイドナビ */

#side_navi .block,
#right_navi .block {
	margin-bottom: 10px;
	padding-bottom: 6px;
	background: url(../images/naviblockbottom.gif) no-repeat left bottom;
}

#side_navi .block img,
#right_navi .block img {
	display: block;
}

#right_keyword dl {
	border: 1px solid #dcdcdc;
	border-left: 1px solid #acb3c4;
	border-bottom: 1px solid #bec0c1;
}

#right_keyword dl dd {
	padding: 4px 10px 4px 2.3em;
	text-indent: -1.2em;
	color: #e5e2e2;
	background: #8599c8;
	border-top: 1px solid #7585a9;
	border-right: 1px solid #7889b0;
}

#right_keyword dl dd.zebra {
	background: #6a7794;
	border-top: 1px solid #7a8bb3;
	border-right: 1px solid #6a7794;
}

#right_keyword dl dd a {
	margin-left: 4px;
	color: #f9eb09;
}

#right_event div {
	border: 1px solid #cdcccc;
}

#right_event div dl {
	padding: 0px 15px 20px;
	font-size: 90%;
	line-height: 1.4;
	border-bottom: none !important;
}

#right_event div dl dt {
	margin-top: 12px;
	color: #252525;
}

#right_event div dl dd {
	margin-top: 3px;
	background: none !important;
}

#right_event div dl dd a {
	display: inline !important;
	color: #002b77 !important;
	padding: 0 !important;
	text-decoration: underline !important;
	width: auto !important;
	background: none !important;
	font-weight: normal !important;
}

#right_event div ul {
	padding: 0px 15px 10px;
}

#right_event div ul li {
	list-style: none;
	padding: 0px 0px 10px;
}

#right_event div ul li a {
	display: block;
	padding: 6px 5px 6px 28px;
	background: url(../images/arrow_gray_r.gif) no-repeat 15px center #f4f4f5;
}

#right_event div ul li.mcframe a {
	color: #1b9f41;
}

#right_event div ul li.asia a {
	color: #ec6618;
}

#right_event div ul li.bridge a {
	color: #0854a5;
}

#right_event div p.noevent {
	padding: 20px 15px 20px;
	font-size: 90%;
	line-height: 1.4;
}

#right_pickup div,
#right_group div {
	margin-bottom: 10px;
}

#right_pickup ul,
#right_group ul {
	margin-bottom: 20px;
}

#right_pickup ul li,
#right_group ul li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}

#right_pickup ul li a,
#right_group ul li a {
	display: block;
}

/*　下層ページ・メインビジュアル
***********************************************************/
div#mainvisual{
	position: relative;
	min-width: 1025px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #eeeeef;
}

#about div#mainvisual{
	background: #b4b9bc;
	border-bottom: 0px;
}

#recruit div#mainvisual{
	background: url(../images/recruit_mainvisual_bg.gif) repeat-x left top;
	border-bottom: 0px;
}


div#mainvisual div#main_img {
	min-width: 1025px;
	margin: 0 auto;
	background: none no-repeat center top;
	overflow: hidden;
	background-color:#ffffff;
}

div#mainvisual div#main_img img {
	display: block;
	margin: 0 auto;
}

div#mainvisual div#seminar_title img {
	position: absolute;
	display: block;
	left: 50%;
	top: 105px;
	margin-left: -467px;
}

/*　下層ページ
***********************************************************/

/* パンくず */

div#breadcrumbs {
	position: relative;
	width: 985px;
	min-height: 16px;
	margin: 10px auto -10px;
	padding: 0 20px;
	overflow: hidden;
}

div#breadcrumbs ul {
	list-style: none;
	float: left;
	width: 985px;
	margin: 0;
	padding: 0;
	color: #373636;
	overflow: hidden;
}

div#breadcrumbs ul li{
	display: inline;
	margin-bottom: 3px;
}

div#breadcrumbs ul li span,
div#breadcrumbs ul li a{
	background: url(../images/icon-breadcrumbs.gif) no-repeat right 3px;
	margin-right: 2px;
	padding-right: 10px;
	color:#aca9a9;
}

div#breadcrumbs div.box_print {
	position: absolute;
	right: 25px;
	top: 0px;
}

div#breadcrumbs div.box_print {
	color: #2b6eb8;
}

/* コンテンツ */

div#main {
	position: relative;
	width: 985px;
	margin: 30px auto 0;
	padding: 0px 20px;
	font-size:100%;
	zoom: 1;
}

div#main:after {
	content: "";
	clear: both;
	display: block;
}

/* メインカラム */

div#contents {
	position:relative;
	float: left;
	width: 555px;
}

#recruit div#contents {
	color: #777a7d;
}

.maincolumn2 div#contents {
	width: 770px;
}

.maincolumn1 div#contents {
	width: 985px;
}

#contents .htype01 {
	position: relative;
	padding-top: 10px;
	margin-bottom: 15px;
	font-size: 120%;
	line-height: 110%;
	color: #616262;
	font-weight: bold;
	border-bottom: 2px solid #eeeef0;
}

#contents .htype01 span {
	position: relative;
	display: inline-block;
	padding: 0px 0px 3px;
	margin-bottom: -2px;
	border-bottom: 2px solid #3f81cb;
}

#contents .htype01 span.option {
	position: absolute;
	top: 7px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#contents .htype01 span.option a {
	display: inline-block;
	height: 16px;
	padding-top: 2px;
	padding-right: 25px;
	font-size: 70%;
	color: #5e5c5c;
	background: url(../images/icon_more.gif) no-repeat right top;
}

#contents .htype01 span.option a:hover {
	text-decoration: none;
}

#contents .htype02 {
	margin: 25px 0px 5px;
	padding-bottom: 20px;
	text-align: center;
	color: #616262;
	font-size: 120%;
	background: url(../images/htype02_bg.gif) no-repeat center bottom;
}

#contents .index3col .htype02 {
	margin: 5px 0px;
	padding-bottom: 12px;
	vertical-align: middle;
}

#contents .htype02 img {
	display: block;
	margin: -10px auto 0px;
}

#contents .index3col .htype02 img {
	margin: 0px auto;
}



#contents .htype05 {
	position: relative;
	padding-top: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 140%;
	line-height: 110%;
	letter-spacing: 3px;
	color: #68696a;
	font-weight: bold;
	border-bottom: 2px solid #eeeef0;
}

#contents h1.htype05 {
	margin-top: 0px;
}

#contents .htype05 span {
	position: relative;
	display: inline-block;
	padding: 0px 0px 8px;
	margin-bottom: -2px;
	border-bottom: 2px solid #3f81cb;
}

#contents .htype05 span.option {
	position: absolute;
	bottom: 13px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#contents .htype09 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	font-size: 120%;
	line-height: 110%;
	color: #2b6eb8;
	font-weight: bold;
	border-bottom: 1px solid #c7c7c8;
}

#contents .htype09 span.option {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding-left: 12px;
	font-weight: normal;
	font-size: 75%;
	background: url(../images/arrow_gray_r.gif) no-repeat left 4px;
}

#contents .htype12 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 200%;
	line-height: 110%;
	color: #929497;
	font-weight: normal;
	border-bottom: 1px solid #c7c7c8;
}

#contents .htype12:first-letter {
	color: #4e4f4f;
}

#contents .htype13 {
	position: relative;
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 5px 0px 5px;
	font-size: 120%;
	line-height: 110%;
	color: #616262;
	font-weight: bold;
	background: url(../images/htype13bg.gif) no-repeat left bottom;
}

#contents h1.htype13 {
	margin-top: 0px;
	padding-top: 0px;
}

#contents .htype13 span.option {
	position: absolute;
	bottom: 6px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#contents .htype13 span.option a {
	display: inline-block;
	height: 16px;
	padding-top: 2px;
	padding-right: 25px;
	font-size: 70%;
	color: #5e5c5c;
	background: url(../images/icon_more.gif) no-repeat right top;
}

#contents .htype13 span.option a:hover {
	text-decoration: none;
}

#contents .htype14 {
	position: relative;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px 0px 5px;
	font-size: 200%;
	line-height: 110%;
	color: #616262;
	font-weight: normal;
	background: url(../images/htype13bg.gif) no-repeat left bottom;
}

#contents .htype14 span {
	color: #020202;
}

#contents .htype15 {
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	font-size: 170%;
	line-height: 110%;
	color: #206fb3;
	font-weight: bold;
	border-bottom: 1px solid #6fabde;
}

#contents .htype15 span {
	display: block;
	margin-bottom: 15px;
	padding: 0px 0px 5px;
	font-size: 71%;
	line-height: 110%;
	color: #616262;
	font-weight: bold;
	background: url(../images/htype07bg.gif) no-repeat left bottom;
}

#contents .htype17 {
	position: relative;
	margin-bottom: 25px;
	padding: 0px 0px 5px;
	font-size: 200%;
	line-height: 110%;
	color: #616262;
	font-weight: normal;
	background: url(../images/htype07bg.gif) no-repeat left bottom;
}

#contents .htype17 span {
	color: #020202;
}


#contents .htype18 {
	position: relative;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	font-size: 120%;
	line-height: 110%;
	color: #616262;
	font-weight: bold;
	border-bottom: 1px solid #c7c7c8;
}


#contents .htype19 {
	margin-bottom: 20px;
	font-size: 240%;
	line-height: 110%;
	color: #2b6eb8;
	font-weight: normal;
}

#recruit #contents .htype19 {
	color: #b7649d;
}

#contents .htype20 {
	/*margin: 45px auto 20px;*/
	padding: 8px 12px 7px;
	font-size: 120%;
	line-height: 110%;
	color: #2b6eb8;
	font-weight: bold;
	background: url(../images/htype20_bg.gif) repeat-x left top;
	border-left: 4px solid #2b6eb8;
	width:740px;
}

#recruit #contents .htype20 {
	color: #2b6eb8;
	border-left: 4px solid #2b6eb8;
}
#contents .htype21 {
	position: relative;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 0px 0px 5px;
	font-size: 110%;
	line-height: 110%;
	color: #787677;
	font-weight: bold;
	background: url(../images/htype21bg.gif) no-repeat left bottom;
}

#recruit #contents .htype21 {
	background: url(../images/htype21bg.gif) no-repeat left bottom;
}

ul.linkbold {
	margin-left: 10px;
}

ul.linkbold li {
	list-style: none;
	padding-left: 12px;
	font-weight: bold;
	background: url(../images/arrow_gray_r.gif) no-repeat left 8px;
}

ul.linkbold li a {
	color: #454141;
}

ul.linkbold li a:hover {
	color: blue;
	
	text-decoration: none;
}

ul.linkblue {
	margin-left: 10px;
}

ul.linkblue li {
	list-style: none;
	padding-left: 12px;
	font-weight: bold;
	background: url(../images/arrow_gray_r.gif) no-repeat left 8px;
}

ul.linkblue.tac li {
	display: inline-block;
}

ul.linkblue li a {
	color: #2b6eb8;
}

ul.linkblue li a span {
	display: inline-block;
	margin-right: 30px
}

.toplink_solutions {
	padding-left: 90px;
	background: url(../images/icon_solutions.gif) no-repeat 12px top;
}

.toplink_about {
	padding-left: 90px;
	background: url(../images/icon_about.gif) no-repeat 12px top;
}

.toplink_globalsupport {
	padding-left: 90px;
	background: url(../images/icon_globalsupport.gif) no-repeat 12px top;
}



.boxblock {
	position: relative;
	margin-bottom: 5px;
	padding: 0px 0px 10px;
	border-top: 1px solid #cdcccc;
	border-bottom: 1px solid #cdcccc;
}

.boxblock .boxblockbottomicon {
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 321px;
	height: 6px;
	margin-left: -160px;
	background: url(../images/boxblockbottomicon.gif) no-repeat left top;
}

.borderblock {
	padding: 0px 10px 10px;
	border: 1px solid #cdcccc;
}

.borderblock .lead {
	margin: 0px 10px;
}

.borderblock .lead img {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}

#contents .borderblock .lead p {
	margin: 0px;
	color: #727070;
}

#contents .borderblock .lead p strong {
	color: #0f0f0f;
}

.borderblock .lead+.linkblue {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
}

.borderblock .contact {
	text-align: center;
}

.borderblock .contact .button a {
	display: inline-block;
	margin: 5px auto 0px;
	padding: 8px 30px;
	color: #ffffff;
	font-size: 120%;
	line-height: 110%;
	text-decoration: none;
	background: #f2ad62;
	border: 1px solid #d6b48f;
}

.borderblock .contact .tel {
	position: relative;
	min-height: 52px;
}

.borderblock .contact .tel img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -156px;
}

.borderblock .contact .tel p {
	display: inline-block;
	margin-top: 3px;
	padding-left: 10px;
	font-size: 85%;
	background: url(../images/arrow_gray_r.gif) no-repeat left 6px;
}

.separateblock {
	margin-bottom: 5px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #e7e7e7;
}

.separateblock p {
	margin-bottom: 5px;
}



dl.list_news dt{
	margin-top:10px;
}

dl.list_news dd{
	background:url(../images/arrow_navy.gif) no-repeat 8px 6px;
	padding-left:18px;
}

#contents .boxlead {
	margin-top: 11px;
	margin-bottom: 30px;
	padding: 25px 25px;
	font-size: 22px;
	line-height: 130%;
	border: 1px solid #cdcccc;
}

.maincolumn2 #contents .boxlead {
	padding: 25px 40px;
	font-size: 32px;
	line-height: 130%;
    letter-spacing: 0.1em;
}

#contents .boxsolution {
	margin-top: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c7c7c8;
	overflow: hidden;
	zoom: 1;
}

#contents .boxsolution .overview {
	float: left;
	width: 155px;
	padding-right: 20px;
	background: url(../images/boxsolution_separate.gif) no-repeat right top;
}

#contents .boxsolution .overview img {
	display: block;
	margin: 3px 0px 15px;
}

#contents .boxsolution .overview div {
	margin-bottom: 9px;
	padding: 2px 0px;
	color: #7a7979;
	line-height: 100%;
	text-align: center;
	background: #e0dddd;
}

#contents .boxsolution .overview p {
	margin: 0px;
	color: #3a72f0;
	font-size: 90%;
	line-height: 150%;
}

#contents .boxsolution .text {
	float: left;
	width: 495px;
	padding: 0px 65px 0px 35px;
}

#contents .boxsolution .text .title {
	font-size: 24px;
	color: #989696;
	line-height: 100%;
}

#contents .boxsolution .text p {
	margin-top: 10px;
	color: #747373;
}

#contents .boxsolution02 {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c8;
	overflow: hidden;
	zoom: 1;
}

#contents .boxsolution02 .overview {
	float: left;
	width: 80px;
}

#contents .boxsolution02 .overview img {
	display: block;
	margin: 0px 0px 0px 3px;
}

#contents .boxsolution02 .text {
	float: left;
	width: 475px;
}

#contents .boxsolution02 .text .title {
	font-size: 18px;
	color: #989696;
	line-height: 100%;
}

#contents .boxsolution02 .text p {
	margin-top: 10px;
	color: #535252;
}

#contents .boxachievement {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
	background: url(../images/boxachievement_bottom.gif) no-repeat center bottom;
	border-top: 1px solid #c7c7c8;
	overflow: hidden;
	zoom: 1;
}

#contents .boxachievement .overview {
	float: left;
	width: 200px;
	margin-right: 15px;
}

#contents .boxachievement .overview img {
	display: block;
	margin: 0px 0px 13px;
}

#contents .boxachievement .overview div {
	margin-bottom: 9px;
	padding: 3px 0px;
	color: #7a7979;
	font-size: 90%;
	line-height: 100%;
	text-align: center;
	background: #e0dddd;
}

#contents .boxachievement .overview p {
	margin: 0px;
	color: #3a72f0;
	font-size: 90%;
	line-height: 150%;
}

#contents .boxachievement .text {
	position: relative;
	float: left;
	width: 340px;
	padding-bottom: 2.5em;
}

#contents .boxachievement .text .title {
	margin: 0px 0px 5px;
	padding-bottom: 15px;
	font-size: 130%;
	line-height: 105%;
	color: #2b6eb8;
	font-weight: bold;
	background: url(../images/htype02_bg.gif) no-repeat center bottom;
}

#contents .boxachievement .text p {
	margin-top: 10px;
	color: #747373;
}

#contents .boxachievement .text p.name {
	position: absolute;
	bottom: 0px;
	right: 6.5em;
	margin: 0px;
	color: #454141;
	font-weight: bold;
}

#contents .boxachievement .text p.more {
	position: absolute;
	bottom: 2px;
	right: 1px;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#contents .boxachievement .text p.more a {
	display: inline-block;
	height: 18px;
	padding-top: 1px;
	padding-right: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #5e5c5c;
	background: url(../images/icon_more2.gif) no-repeat right top;
}

#contents .boxachievement .text p.more a:hover {
	text-decoration: none;
}

#contents .boxachievement02 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c7c7c8;
	overflow: hidden;
	zoom: 1;
}

#contents .boxachievement02 .overview {
	float: left;
	width: 100px;
}

#contents .boxachievement02 .overview img {
	display: block;
	margin: 0px;
}

#contents .boxachievement02 .text {
	position: relative;
	float: left;
	width: 455px;
}

#contents .boxachievement02 .text .title {
	margin: 0px;
	padding-right: 12em;
	font-size: 110%;
	line-height: 105%;
	color: #2b6eb8;
	font-weight: bold;
}

#contents .boxachievement02 .text p {
	margin-top: 5px;
	color: #403f3f;
}

#contents .boxachievement02 .text p.name {
	position: absolute;
	top: -4px;
	right: 3.5em;
	margin: 0px;
	color: #454141;
	font-weight: bold;
}

#contents .boxachievement02 .text p.more {
	position: absolute;
	top: -3px;
	right: 1px;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#contents .boxachievement02 .text p.more a {
	display: inline-block;
	height: 18px;
	padding-top: 1px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #5e5c5c;
	background: url(../images/icon_more2.gif) no-repeat right top;
}

#contents .boxachievement02 .text p.more a:hover {
	text-decoration: none;
}




#contents .leadtext {
	color: #989696;
	font-size: 120%;
}

#contents .borderbox {
	margin-top: 15px;
	padding: 20px;
	border: 1px solid #cdcccc;
}

#contents .dl {
	margin-top: -20px;
}

#contents .dl dt {
	margin-top: 20px;
	padding-left: 17px;
	font-size: 120%;
	line-height: 120%;
	color: #2b6eb8;
	font-weight: bold;
	background: url(../images/square_blue.gif) no-repeat left 4px;
}

#contents .dl dt span {
	font-size: 90%;
}

#contents .dl dd {
	margin-top: 5px;
	padding-left: 17px;
	line-height: 140%;
}

#contents .select {
	margin-bottom: 13px;
	margin-left: -5px;
	padding-bottom: 13px;
	border-bottom: 1px solid #c7c7c8;
	overflow: hidden;
	zoom: 1;
}

#contents .select dt {
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #616262;
}

#contents .select dd {
	float: left;
	width: 115px;
	margin-left: 5px;
	padding: 2px 15px 2px 5px;
	font-size: 10px;
	line-height: 110%;
	color: #7a7979;
	background: url(../images/arrow_select.gif) no-repeat right 5px #e0dddd;
}

#contents .linkbox {
	display: inline-block;
	margin-top: 20px;
	padding: 2px 18px;
	color: #535252;
	background: #e7f8e7;
	border: 1px solid #bac6b9;
}

#contents .linkbox a {
	padding-left: 12px;
	color: blue;
	background: url(../images/arrow_gray_r.gif) no-repeat 2px 4px;
	cursor: pointer;
}

#contents .contact_back {
	margin-top: 15px;
	overflow: hidden;
}

#contents .contact_back .contact {
	float: left;
}

#contents .contact_back .contact img {
	display: block;
}

#contents .contact_back .back {
	float: right;
	margin: 5px 0px 0px;
}

#contents .contact_back .back a {
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #808181;
	background: url(../images/arrow_gray_r.gif) no-repeat right center;
}

#contents .currentnavi ul {
	display: table;
	width: 100%;
}

#contents .currentnavi li {
	position: relative;
	display: table-cell;
	height: 37px;
	text-align: center;
	vertical-align: middle;
	color: #c5c6c7;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: 0.6em;
	border: 1px solid #cdcccc;
	border-bottom: 1px solid #a09fa0;
}

#contents .currentnavi li.current {
	color: #ffffff;
	background-color: #939597;
	border: 1px solid #d0cfcf;
	border-bottom: 1px solid #a09fa0;
}

#contents .currentnavi li:after {
	content: "";
	position: absolute;
	display: block;
	right: -1px;
	top: -1px;
	width: 35px;
	height: 39px;
	background: url(../images/currentnavi_bg.gif) no-repeat left top;
}

#contents .currentnavi li.current:after {
	background-image: url(../images/currentnavi_bg_on.gif);
}

#contents p.border {
	width:100%;
	margin: 30px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #c7c7c8;
}

#contents .imgblock ul {
	list-style: none;
	margin-top: -20px;
	margin-right: -20px;
	overflow: hidden;
	zoom: 1;
}

#contents .imgblock ul li {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#contents .imgblock ul li img {
	display: block;
}

#contents .relatedcontents {
	margin: 10px 0px;
	padding: 4px 6px;
	border: 1px solid #cdcccc;
	display: block;
}

#contents .relatedcontents_r {
	margin: 10px 0px;
	padding: 4px 6px;
	border: 1px solid #cdcccc;
	display: inline-block;
	float: right;
}

#contents .relatedcontents a,
#contents .relatedcontents_r a {
	color: #db4f2e;
}

#contents .relatedcontents img,
#contents .relatedcontents img_r {
	vertical-align: middle;
}

#contents .cscompanyname {
	margin: 15px 0px 20px;
	color: #454141;
	font-weight: bold;
	font-size: 140%;
}

#contents .cscompanyname img {
	margin-right: 15px;
	vertical-align: middle;
}

#contents .tableseminar {
	width:100%;
	margin: 20px 0px 10px;
	border-collapse:collapse;
}

#contents .tableseminar caption {
	margin-top: 10px;
	margin-bottom: 2px;
	padding-left: 13px;
	font-weight: bold;
	text-align: left;
	background: url(../images/square_gray.gif) no-repeat left center;
}

#contents .tableseminar thead th {
	position: relative;
	padding: 6px 0px;
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	color: #206fb3;
	text-align: left;
	border-top: 1px solid #6fabde;
	border-bottom: 1px solid #6fabde;
}

#contents .tableseminar_accordion thead th {
	padding-right: 11em;
}

#contents .tableseminar_accordion tbody {
	display: none;
}

#contents .tableseminar_more thead th {
	padding-right: 6em;
}

#contents .tableseminar tbody th {
	padding: 4px 0px;
	width: 7em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #c7c7c8;
	border-bottom: 1px solid #c7c7c8;
}

#contents .tableseminar tbody td {
	padding: 4px 0px;
	border-top: 1px solid #c7c7c8;
	border-bottom: 1px solid #c7c7c8;
}

#contents .tabletimetable {
	width:100%;
	margin: 20px 0px 10px;
	border-collapse:collapse;
	border-top: 1px solid #c7c7c8;
}

#contents .tabletimetable caption {
	margin-top: 10px;
	margin-bottom: 2px;
	padding-left: 13px;
	font-weight: bold;
	text-align: left;
	background: url(../images/square_gray.gif) no-repeat left center;
}

#contents .tabletimetable tbody th {
	padding: 4px 0px;
	width: 9em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #c7c7c8;
}

#contents .tabletimetable tbody td {
	padding: 4px 0px;
	border-bottom: 1px solid #c7c7c8;
}

#contents a.accordionswitch {
	position: absolute;
	display: inline-block;
	bottom: 8px;
	right: 0px;
	height: 18px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 11px;
	font-size: 11px;
	font-weight: normal;
	color: #535252;
	background: url(../images/icon_more2.gif) no-repeat right top;
}

#contents a.accordionswitch span {
	padding-right: 11px;
	background: url(../images/accordionswitch_close.gif) no-repeat right 2px;
}

#contents .open a.accordionswitch span {
	background-image: url(../images/accordionswitch_open.gif);
}

#contents a.more {
	position: absolute;
	display: inline-block;
	bottom: 8px;
	right: 0px;
	height: 18px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 11px;
	font-size: 11px;
	font-weight: normal;
	color: #535252;
	background: url(../images/icon_more2.gif) no-repeat right top;
}


#contents a.linkclick {
	display: inline-block;
	height: 18px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 11px;
	font-size: 11px;
	color: #1d6bfa;
	background: url(../images/icon_more2.gif) no-repeat right top;
}

#contents a.linkclickinline {
	display: inline-block;
	height: 18px;
	padding-bottom: 2px;
	padding-right: 11px;
	color: #ea8314;
	background: url(../images/icon_more2.gif) no-repeat right 2px;
}

#contents a.linkmail {
	display: inline-block;
	height: 17px;
	padding-right: 30px;
	color: #ea8314;
	background: url(../images/icon_mail.gif) no-repeat right 0px;
}

#contents dl.contactblock {
	margin-top: 35px;
}

#contents dl.contactblock dt {
	margin-bottom: 5px;
	font-weight: bold;
	color: #206fb3;
}

#contents dl.contactblock dd {
	padding: 6px 0px;
	border-top: 1px solid #c7c7c8;
	border-bottom: 1px solid #c7c7c8;
}

#contents dl.contactblock dd span {
	padding-left: 10px;
	background: url(../images/arrow_dark_gray.gif) no-repeat left 4px;
}

#contents .map {
	height: 470px;
	margin: 15px 0 10px;
}

#contents .boxseparate {
	margin: 35px 0px 10px;
	padding: 25px 0px;
	border-top: 1px solid #c7c7c8;
	border-bottom: 1px solid #c7c7c8;
}

p.details{
	margin:20px 0 0 5px;
	background:url(../images/arrow_gray_r.gif) no-repeat left 8px;
	padding-left:11px;
	font-size:90%;
	color:#565655;
}

p.details a{
	color:#ea8314;
}

p.details_middle{
	margin-top:20px;
	font-size:90%;
	color:#565655;
}

p.details_middle a{
	background:url(../images/arrow_gray_r.gif) no-repeat left 5px;
	padding-left:11px;
	margin-left:8px;
	color:#ea8314;
}


div.goTop {
	margin:10px 0 25px 1px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}

div.goTop.border {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #c7c7c8;
}

.columns + div.goTop {
	margin-top: -5px;
}

#recruit #main > div.goTop {
	position: absolute;
	bottom: -30px;
	right: 20px;
	margin: 0px;
	overflow: hidden;
	zoom: 1;
}

div.goTop > a {
	float: left;
	display: block;
	width: 13px;
	height: 13px;
	text-indent: -10000px;
	background: url(../images/icon_go2top.gif) no-repeat left top;
	overflow: hidden;
}

div.goTop span {
	float: right;
	margin-top: -3px;
	font-size: 11px;
}

div.goTop span a {
	margin-left: 0px !important;
	color: #ea8314 !important;
}

div.goTop_border{
	margin:10px 0 0 0;
	width:100%;
	border-top:1px solid #c7c7c8;
	padding-top:17px;
}

#recruit div.goTop > a {
	float: none;
	display: block;
	width: auto;
	height: auto;
	padding-left: 12px;
	text-indent: 0px;
	line-height: 110%;
	color: #808181;
	background: url(../images/arrow_go2top.gif) no-repeat left 5px;
	overflow: hidden;
}



/* 枠 */

div.section{
	width:100%;
	overflow:hidden;
}

div.section div.box_l164{
	width:164px;
	float:left;
}

div.section div.box_r580{
	width:580px;
	float:right;
}

div.section div.box_l495{
	width:495px;
	float:left;
}

div.section div.box_r239{
	width:239px;
	float:right;
}

div.section div.box_l360{
	width:360px;
	float:left;
}

div.section div.box_r360{
	width:360px;
	float:right;
}

ul.section{
	width:100%;
	overflow:hidden;
	list-style:none;
}

ul.section li{
	width:377px;
	float:left;
	margin:30px 14px 0 0;
}

ul.section li.col_r{
	margin:30px 0 0 0;
}

div.box_border{
	margin-top:54px;
	border:1px solid #cdcccc;
	padding:30px;
	width:708px;
}

div.box_border p{
	margin-top:0;
	color:#373636;
	font-size:110%;
	font-weight:bold;
}

/* テーブル */

table.t_regular,
table.t_regular_l{
	width:100%;
	margin-top:20px;
	border-top:1px solid #c7c7c8;
	border-collapse:collapse;
}

table.t_regular caption,
table.t_regular_l caption{
	text-align:left;
	font-weight:bold;
	padding-bottom:3px;
}

table.t_regular th,
table.t_regular td{
	padding:5px 10px;
	border-right:1px solid #c7c7c8;
	border-bottom:1px solid #c7c7c8;
	text-align:center;
}

table.t_regular_l th,
table.t_regular_l td{
	padding:5px 10px;
	border-right:1px solid #c7c7c8;
	border-bottom:1px solid #c7c7c8;
	text-align:left;
}

table.t_regular th,
table.t_regular_l th{
	background-color:#edebeb;
	font-weight:normal;
	vertical-align:top;
}

table.t_regular th.noborder,
table.t_regular_l th.noborder,
table.t_regular td.noborder,
table.t_regular_l td.noborder{
	border-right:none;
}



table.recruit_table {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
}

h2+table.recruit_table {
	margin-top: 0px;
}

table.recruit_table thead {
	border-bottom: 1px solid #be5d9f;
}

table.recruit_table thead th {
	padding: 4px 15px;
	text-align: left;
	font-size: 110%;
	color: #b7649d;
	border-bottom: 1px solid #be5d9f;
}

table.recruit_table tbody {
	border-top: 1px solid #cfcdce;

}

table.recruit_table tbody th {
	padding: 8px 15px;
	text-align: left;
	border-bottom: 1px solid #cfcdce;

}

table.recruit_table tbody td {
	padding: 8px 15px;
	text-align: left;
	border-bottom: 1px solid #cfcdce;
}

table.recruit_table tbody *+td {
	border-left: 1px solid #cfcdce;
}

table.recruit_table tbody tr.bg th,
table.recruit_table tbody tr.bg td {
	background: #f8f8f8;
}


table.form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.form th {
	padding: 10px 10px 10px 0px;
	color: #616262;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #c7c7c8;
}

table.form th:first-child {
	width: 200px;
}

table.form td+th {
	padding-left: 25px;
}

table.form th span {
	margin-left: 5px;
	color: #dc0414;
}

table.form td {
	padding: 10px 0px;
	border-bottom: 1px solid #c7c7c8;
}

table.form td.text {
	padding: 30px 0px;
}

table.form td.text p {
	margin: 0px 0px 0px 1em !important;
	text-indent: -1em;
}

table.form td.button {
	padding: 75px 0px 40px;
}

table.form td input.text {
	width: 550px;
	padding: 4px;
}

table.form td input.text_name {
	float: right;
	width: 220px;
	padding: 4px;
}

table.form td input.text_tel {
	width: 90px;
	padding: 4px;
}

table.form td textarea {
	width: 550px;
	height: 120px;
	padding: 4px;
}

table.form td.button {
	text-align: center;
}

table.form td input.button {
	margin: 0px 7px;
	width: 270px;
	height: 40px;
	color: #4c4d4d;
	font-size: 120%;
	background: #e8e5e5;
	border: 1px solid #cdcccc;
}

table.form td input.button.submit {
	color: #ffffff;
	background: #4296fd;
}

/* 
#news dl.list_news_gray{
	margin-top:10px;
	width:100%;
	background:none;
}

#news dl.list_news_gray dt{
	padding-top: 15px;
	padding-left: 12px;
	background: url(../images/arrow_gray_r.gif) no-repeat left 22px;
}

#news dl.list_news_gray dt a{
    background: url(../images/icon_pdf.gif) no-repeat 10px top;
    padding: 2px 30px;
	color:#8b8989;
	text-decoration:underline;
}

#news dl.list_news_gray dd{
	padding:8px 0 15px 12px;
	border-bottom:1px solid #c7c7c8;
}

#news dl.list_news_gray dd.no_link{
	background:none;
}
*/

/* プレスリリース */

#news .line_margin{
	margin-top:25px;
}

#news div.gray_line_news{
	margin-top:25px;
	width:100%;
}

#news div.gray_line_news p {
	margin-top: 20px;
}

#news div.gray_line_news p.news_beginning{
	padding-top:5px;
	text-align:right;
}

#news div.gray_line_news h2{
	margin-top:10px;
	padding:20px 25px;
	background-color:#ffffff;
	font-size:150%;
	color:#646262;
}

#news div.gray_line_news h2 span{
	font-size:70%;
}

#news div.gray_line_news h3{
	margin-top:25px;
	color:#024ebf;
	font-size:110%;
}

#news div.gray_line_news p strong{
	color:#696969;
}

#news div.gray_line_news p.line_square{
	background:url(../images/square_dark_gray.gif) no-repeat left 5px;
	text-indent:20px;
}

#news div.gray_line_news p.line_square2{
	background:url(../images/square_dark_gray2.gif) no-repeat left 5px;
	text-indent:35px;
}

#news div.gray_line_news hr{
	margin-top:25px;
	color:#e7e7e7;
}

#news div.gray_line_news ul{
	margin:10px 0 0 10px;
	padding-left:5px;
}

#news div.gray_line_news table{
	margin-top:10px;
	border:1px solid #666666;
	border-collapse:collapse;
	width:100%;
}

#news div.gray_line_news table th{
	font-weight:bold;
	color:#696969;
}

#news div.gray_line_news table th,
#news div.gray_line_news table td{
	padding:5px;
	border:1px solid #666666;
}

#news div.img_news{
	margin-top:10px;
	text-align:center;
}

#news div.box_contact{
	margin-top:35px;
	padding:20px 5px;
	border-top:1px solid #e7e7e7;
	background-color:#f5f5f7;
	overflow:hidden;
	width:690px;
}

#news div.box_contact p{
	margin-top:0;
}

#news div.box_contact p.txt{
	margin-top:10px;
}

#news div.box_contact div.col1{
	width:110px;
	padding:0 20px;
	border-right:1px solid #e7e7e7;
	float:left;
}

#news div.box_contact div.col2{
	width:230px;
	padding:0 20px;
	border-right:1px solid #e7e7e7;
	float:left;
}

#news div.box_contact div.col3{
	width:225px;
	padding:0 20px;
	float:left;
}

#news div.print{
	overflow:hidden;
	margin-top:25px;
	width:100%;
}

#news div.print ul{
	list-style:none;
	float:right;
	overflow:hidden;
}

#news div.print ul li{
	float:left;
}

#news div.print ul li.print_out{
	width:131px;
	padding-right:12px;
}

#news div.print ul li.back{
	width:77px;
	padding-top:5px;
}

#news div.adobe{
	margin-top:25px;
	padding-top:17px;
	border-top:1px solid #e7e7e7;
	overflow:hidden;
	width:100%;
}

#news div.adobe div.a_l{
	float:left;
	width:158px;
	padding-right:20px;
}

#news div.adobe div.a_r{
	float:left;
	width:500px;
}

#news div.adobe div.a_r p{
	margin-top:0;
}

div.t_box{
	margin:8px 0 0 0;
	width:100%;
}

div.t_box ul{
	width:100%;
	list-style:none;
	overflow:hidden;
	margin-top:25px;
	background:url(../../ir/images/t_box_bg.html) no-repeat left bottom;
}

div.t_box ul li{
	float:left;
	width:239px;
	margin-right:26px;
	padding-bottom:28px;
}

div.t_box ul li.last{
	margin-right:0;
}

div.t_box ul li div{
	width:199px;
	margin:15px 20px 0 20px;
}

/* 採用情報 */

div#main_visual_employment{
	margin:0;
	padding:0;
	height:430px;
	background-color:#e0e6e4;
}

div#main_visual_employment div#main_img{
	width:985px;
	margin:0 auto;
}

div#main_visual_overseas{
	margin:0;
	padding:0;
	height:206px;
	background:url(../../employment/career/images/overseas_main_bg.html) no-repeat center top;
	background-color:#f8f5e8;
}

div#main_visual_overseas div#main_img{
	width:985px;
	margin:0 auto;
}

div.e_lead{
	margin-top:22px;
}

ul.e_menu{
	width:100%;
	overflow:hidden;
	list-style:none;
}

ul.e_menu li{
	margin-top:30px;
	width:233px;
	margin-right:35px;
	float:left;
}

ul.e_menu li.last{
	margin-right:0;
}

ul.e_menu li p{
	margin-top:18px;
	color:#777a7d;
}

/* 海外拠点採用 */

div#contents h1.title_overseas{
	color:#b7649d;
	padding:7px 10px 7px 17px;
	background:url(../images/title_pink_bg.html) no-repeat left top;
	font-size:110%;
	font-weight:bold;
}

h2.title_overseas{
	margin-top:40px;
	border:none;
	padding-bottom:0;
}

h3.title_overseas{
	width:100%;
	background:url(../images/title_border_pink.html) no-repeat left bottom;
	padding-bottom:7px;
	font-size:110%;
	font-weight:bold;
	line-height:1;
	margin-top:43px;
	color:#787677;
}

table.t_overseas{
	width:100%;
	margin-top:14px;
	border-top:1px solid #e5e5e7;
	border-left:1px solid #e5e5e7;
	border-collapse:collapse;
	color:#777a7d;
}

table.t_overseas th{
	padding:17px 23px;
	border-bottom:1px solid #e5e5e7;
	background-color:#f3f3f5;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}

table.t_overseas td{
	padding:17px 23px;
	border-right:1px solid #e5e5e7;
	border-bottom:1px solid #e5e5e7;
}

p.line_top_o{
	margin-top:20px;
	color:#777a7d;
}

/* よくある質問 */

div.f_box{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}

div.f_box div.box_l{
	width:349px;
	padding:0 13px 23px;
	float:left;
	border:1px solid #cdcccc;
}

div.f_box div.box_r{
	width:349px;
	padding:0 13px 23px;
	float:right;
	border:1px solid #cdcccc;
}

div.f_box p{
	text-align:center;
}

div.f_box p.title{
	margin-top:25px;
	background:url(../../faq/images/faq_1.html) no-repeat center bottom;
	padding-bottom:20px;
	font-size:110%;
	font-weight:bold;
	line-height:1;
}

div.f_box p.title a{
	color:#616262;
}

div.f_box p.title a:hover{
	color:#2b6eb8;
	text-decoration:none;
}

div.f_box p.text{
	margin-top:5px;
	background:url(../../faq/images/faq_2.html) no-repeat center bottom;
	padding-bottom:10px;
}

div.f_box ul{
	list-style:none;
	margin:13px 0 0 20px;
}

div.f_box ul li{
	background:url(../images/arrow_gray_r.gif) no-repeat left 0.6em;
	padding-left:11px;
}

dl.list_faq dt{
	margin-top:30px;
	color:#2b6eb8;
	font-size:110%;
	font-weight:bold;
}

dl.list_faq dt.first{
	margin-top:25px;
}

dl.list_faq dd{
	color:#616262;
}

dl.list_faq dd a{
	color:#616262;
	text-decoration:underline;
}

dl.list_faq dd a:hover{
	color:#2b6eb8;
}


dl.list_faq dd ul{
	list-style:none;
	margin:5px 0 0 0;
}

dl.list_faq dd ul li{
	background:url(../images/arrow_gray_r.gif) no-repeat left 0.6em;
	padding-left:11px;
	line-height:2;
}

dl.list_faq dd ul li a{
	color:#616262;
	text-decoration:none;
}

dl.list_faq dd ul li a:hover{
	text-decoration:underline;
	color:#2b6eb8;
}

dl.list_faq dd span.note_faq{
	color:#616262;
	font-size:90%;
}

dl.list_faq dd span.note_faq a{
	background:url(../images/arrow_gray_r.gif) no-repeat left 0.4em;
	margin-left:5px;
	padding-left:11px;
	color:#ea8314;
	text-decoration:none;
}

dl.list_faq dd span.note_faq a:hover{
	text-decoration:underline;
}

dl.list_faq dd a.link_arrow_gray{
	background:url(../images/arrow_gray_r.gif) no-repeat left 0.4em;
	margin-left:5px;
	padding-left:11px;
	color:#ea8314;
	text-decoration:none;
}

dl.list_faq dd a.link_arrow_gray:hover{
	text-decoration:underline;
}

.bb{
	border-bottom:1px solid #c7c7c8;
	padding-bottom:15px;
}


/* adobe */

div.adobe{
	margin-top:25px;
	padding-top:17px;
	border-top:1px solid #e7e7e7;
	overflow:hidden;
	width:100%;
}

div.adobe div.a_l{
	float:left;
	width:158px;
	padding-right:20px;
}

div.adobe div.a_r{
	float:left;
	width:500px;
}

div.adobe div.a_r p{
	margin-top:0;
}

/*　サイドメニューー
***********************************************************/

div#side_navi{
	float:left;
	width:185px;
	margin-right: 30px;
}

div#side_navi dl {
	line-height:1.4;
	border-bottom: 10px solid #f5f4f4;
}

div#side_navi dl+* {
	margin-top: 30px;
}

div#side_navi dl dt a {
	display: block;
	width: 141px;
	padding: 30px 22px 10px;
	color: #494848;
	text-decoration: none;
	font-weight: normal;
	background-color: #f5f4f4;
}

div#side_navi dl dt a:first-line {
	font-weight: bold;
}

div#side_navi dl dt a span{
	font-size: 70%;
	color: #154bad;
}

div#side_navi dl dt a:hover {
	color: blue;
}

div#side_navi dl dd,
div#side_navi dl dd ul li {
	background: url(../images/navi_line.gif) no-repeat left top;
}

div#side_navi dl dd.first {
	background: none;
}

div#side_navi dl dd a {
	display: block;
	width:164px;
	padding: 10px 4px 10px 17px;
	color: #535252;
	text-decoration: none;
	font-weight:bold;
	background: url(../images/navi_arrow.gif) no-repeat 4px 15px;
}
div#side_navi dl dd a.active{
	color:blue;
}

#recruit div#side_navi dl dd a.active{
	color:blue;
}

div#side_navi dl dd a.active_down{
	color:blue;
	background: url(../images/navi_arrow_down.gif) no-repeat 2px 17px;
}

div#side_navi dl dd a.down {
	background: url(../images/navi_arrow_down.gif) no-repeat 2px 17px;
}

div#side_navi dl dd a:hover{
	color: blue;
}

div#side_navi dl dd ul{
	list-style: none;
}

div#side_navi dl dd ul li a {
	display: block;
	width: 146px;
	padding: 10px 4px 10px 35px;
	color: #535252;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/navi_arrow_aqua.gif) no-repeat 20px 15px;
}

div#side_navi dl dd ul li a.down {
	background: url(../images/navi_arrow_aqua_down.gif) no-repeat 18px 17px;
}

div#side_navi dl dd ul li ul li {
	background: none;
}

div#side_navi dl dd ul li ul li a {
	width: 136px;
	padding: 0px 4px 5px 45px;
	background: url(../images/navi_arrow_lightblue.gif) no-repeat 34px 4px;
}


div#side_navi dl#news_navi{
	margin-top:26px;
	border-bottom:none;
	background:url(../images/navi_line.gif) no-repeat left bottom;
}

div#side_navi dl#news_navi dt a{
	width:181px;
	padding:10px 22px 10px;
	background-color:#f5f4f4;
	display:block;
	color:#494848;
	text-decoration:none;
	font-weight:bold;
}

div#side_navi ul#banners{
	list-style:none;
	margin-top:5px;
}

div#side_navi ul#banners li{
	width:100%;
	padding-top:13px;
}

div#side_navi div#banners2{
	margin-top:14px;
	background: url(../images/navi_end.html) no-repeat left bottom;
	padding-bottom:18px;
}

div#side_navi div#banners2 ul{
	list-style:none;
	margin-top:8px;
}

div#side_navi div#banners2 ul li{
	width:100%;
	padding-top:13px;
}

.recruitcontactbox {
	padding-bottom: 10px;
	background: #f6f7f7;
}

.recruitcontactbox p {
	margin-top: 5px;
	text-align: center;
	line-height: 140%;
}

.recruitcontactbox p img {
	margin: auto;
}



div#right_navi{
	float: right;
	width: 185px;
	margin-left: 30px;
}




/*　フッター
***********************************************************/

div#footer_go2top {
	width:958px;
	margin:40px auto 0;
    overflow: hidden;
}

div#footer_go2top p a{
    background: url(../images/arrow_go2top.gif) no-repeat left 8px;
    float: right;
    margin-top: 0;
    padding: 0 5px 0 10px;
	color:#808181;
}

div#footer_nav{
	min-width: 1025px;
	margin: 40px auto 0;
	padding: 0;
	background:url(../images/footer_navi_bg.gif) repeat-x left bottom;
}

div#footer_nav_section{
	width: 945px;
	margin: 0 auto;
	padding: 20px 0px 30px;
	overflow:hidden;
}

div#footer_nav_section,
div#footer_nav_section a{
	color:#ffffff;
}

div#footer_nav_section div.col{
	width:160px;
	float:left;
	padding-right:10px;
}

div#footer_nav_section div.col ul{
	margin-top:10px;
	list-style:none;
}

div#footer_nav_section div.col ul li{
	background:url(../images/square_white.gif) no-repeat left 8px;
	padding-left:10px;
}

div#footer_nav_section div.col_last{
/*	width:300px;*/
	float:left;
	padding-right:10px;
	overflow:hidden;
}

div#footer_nav_section div.col_last p{
	width:100%;
}

div#footer_nav_section div.col_last ul{
	margin-top:10px;
	list-style:none;
	float:left;
	padding-right:10px;
}

div#footer_nav_section div.col_last ul li{
	background:url(../images/square_white.gif) no-repeat left 8px;
	padding-left:10px;
}

div#footer{
	min-width: 1025px;
	padding: 0;
	margin:0 auto;
	background: url(../images/footer_bg.gif) repeat-x left top;
}

div#footer_body{
	width: 945px;
	margin: 0 auto;
	padding: 15px 0px 20px;
	overflow:hidden;
}

div#footer_body,
div#footer_body a{
	color:#ffffff;
}

div#footer_body ul {
	list-style: none;
	overflow: hidden;
}

div#footer_body ul li {
	background: url(../images/footer_separator.gif) no-repeat right center;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
}

div#footer_body ul li.last {
	margin-right: 0px;
	padding-right: 0px;
	background:none;
}

div#footer_body p {
	margin-top: 15px;
}

/* =========== 印刷設定CSS =========== */
@media print{

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12pt;
    line-height: 1.7;
}

div#top div#info,
div#global-nav,
div#breadcrumbs,
div#side_navi,
div#footer_nav,
div#footer,div#right_navi{
	display:none;
}

div#contents{
	display:inline-table;
	width:100%;
}

div#contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#contents h1{
	width:100%;
	background:url(../images/title_border_print.html) no-repeat left bottom;
}

div#contents h1.title_overseas{
	width:100%;
	background:url(../images/title_pink_print_bg.html) no-repeat left top;
}


div#contents h2.half_link{
	background:url(../images/title_blue_print_bg.html) no-repeat left top;
}

div#contents h3.title_overseas{
	width:100%;
	background:url(../images/title_border_pink_print.html) no-repeat left bottom;
}

div.section{
	width:100%;
	display:inline-table;
}

div.section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.section div.box_l164{
	width:15%;
}

div.section div.box_r580{
	width:80%;
}



div.print,
div.adobe{
	display:none;
}


div.f_box{
	width:100%;
	margin-top:20px;
	width:100%;
}

div.f_box:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.f_box div.box_l{
	width:45%;
	padding:0 13px 23px;
	float:left;
	border:1px solid #cdcccc;
}

div.f_box div.box_r{
	width:45%;
	padding:0 13px 23px;
	float:right;
	border:1px solid #cdcccc;
}

/* for WYSIWYG */

.bold {
  font-weight: 700!important;
}
.mt-image-left {
    float: left !important;
    margin: 0 20px 20px 0 !important;
}

.mt-image-center {
    display: block !important;
    margin: 0 auto 20px !important;
    text-align: center;
}

.mt-image-right {
    float: right !important;
    margin: 0 0 20px 20px !important;
}

