@charset "utf-8";

/*/////////////////////////////////////////

>>layout.css

/////////////////////////////////////////*/

/*
-------------------------------------------
###########################################

###########################################
-------------------------------------------
*/
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity = 70);
}

.btcenter {
	text-align: center;
	margin: 25px 0;
}

p.error {
	color: #cc0000;
}
/*---------------------------------------- 全体囲み */
body {
	text-align: center;
}

body#low {
	text-align: center;
	background-image: url(/img/low_back.jpg);
	background-repeat: repeat-x;
}

#container {
	text-align: left;
	width: 929px;
	margin: 0 auto;
}

/*---------------------------------------- ヘッダー */
#header {
	height: 55px;
	padding: 22px 0 0 0;
}

* html #header {
	height: 55px;
	padding: 27px 0 0 0;
}

#header .companyLogo {
	float: left;
	width: 432px;
	height: 43px;
	padding: 0 0 7px 0;
}

#header .languageNavi {
	float: right;
	margin: -18px 0 8px;
	display: inline;
}

#header .languageNavi li {
	display: inline;
}

#header .globalNavi ul {
	float: right;
	width: 445px;
	height: 43px;
}

#header .globalNavi ul li {
	float: left;
	width: 89px;
}

/*---------------------------------------------------------------------------------- TOPページ */
/*---------------------------------------- イメージ */
#image {
	clear: both;
	height: 400px;
	position: relative;
}

#image .message {
	position: absolute;
	top: 80px;
	left: 0;
}

#image .c1 {
	position: absolute;
	top: 80px;
	left: 510px;
}

#image .c2 {
	position: absolute;
	top: 30px;
	left: 745px;
}

#image .c3 {
	position: absolute;
	top: 250px;
	left: 720px;
}

#image .c4 {
	position: absolute;
	top: 310px;
	left: 790px;
}

#image .c1, #image .c2, #image .c3, #image .c4 {
	display: none;
}

.inner_list {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 470px;
}

.inner_list dt {
	margin: 0 0 2px;
	background: url(/img/area_line.gif) repeat-x 0 center;
}

.inner_list dt span {
	background: #fff;
	padding: 0 1em 0 0;
	font-weight: bold;
}

.inner_list dd {
	font-size: 12px;
}

.inner_list dd.bt {
	text-align: right;
	margin: 2px 0 0;
	background: url(/img/area_line.gif) repeat-x 0 center;
}

.inner_list dd.bt a {
	background: #fff url(/img/area_img1.gif) no-repeat 4px -3px;
	padding: 0 0 0 12px;
}

a.new {
	background-image: url(/img/info_new.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 45px 0 0;
}

/*---------------------------------------- トピックス */
#topic {
	padding: 15px 0 5px 0;
}

#topic img.bn {
	float: left;
	margin: 0 5px 0 0;
}

#topic ul {
	float: right;
	padding: 20px 0 0;
	font-size: 10px;
}

#topic li.themeSong {
	background-image: url(/img/icon_theme_song.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

#topic li.concierMovies {
	background-image: url(/img/icon_movie.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

/*---------------------------------------- インフォメーション */
#info {
	height: 37px;
	line-height: 37px;
	background: url(/img/info_01.jpg) no-repeat;
	padding: 0 0 0 93px;
	overflow: hidden;
}

#info .inner {
	overflow: hidden;
	width: 736px;
	float: left;
	position: relative;
}

#info ul.innner_list {
	height: 37px;
	overflow: hidden;
	background: url(/img/info_02.jpg) repeat-x;
	padding: 0 0 0 8px;
}

#info ul.innner_list li {
	float: left;
	width: 736px;
	height: 37px;
}

* html #info a.bnum {
	margin: 0 0 0 -3px;
}

#info a.new {
	background-image: url(/img/info_new.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 45px 0 0;
}
/*---------------------------------------- バナー */
#banner {
	background-color: #F1F0EE;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
}

#banner .bn {
	margin: 0 10px 0 0;
}
/*保険*/
#bannerhoken {
	width: 929px;
	margin: 0 auto;
	height: 50px;
}

#bannerhoken .hoken_left {
	width: 650px;
	float: left;
	text-align: left;
}

#bannerhoken .hoken_right {
	width: 200px;
	float: left;
}
/*---------------------------------------------------------------------------------- フッター */
#footer {
	background-color: #DED9D5;
	font-size: 11px;
	color: #48403D;
}

#footer .allcontents {
	width: 922px;
	padding: 10px 0;
	margin: 0 auto;
}

#footer .allcontents a:link, #footer .allcontents a:visited {
	color: #444;
	text-decoration: none;
}

#footer .allcontents a:hover, #footer .allcontents a:active {
	color: #999;
}

#footer ul {
	border-top: #fff ridge 2px;
	padding: 10px 0 0 100px;
	margin: 0 0 10px;
	text-align: left;
}

#footer ul.fcompany {
	background: url(/img/layout/footer_company.gif) no-repeat 0 10px;
	border: none;
}

#footer ul.fbusinessearea {
	background: url(/img/layout/footer_businessearea.gif) no-repeat 0 10px;
}

#footer ul.femployment {
	background: url(/img/layout/footer_employment.gif) no-repeat 0 10px;
}

#footer ul.fgroupsite {
	background: url(/img/layout/footer_groupsite.gif) no-repeat 0 10px;
}

#footer ul li {
	display: inline;
	margin: 0 5px 5px 0;
}

#footer ul.privacy {
	width: 922px;
	padding: 10px 0;
	margin: 0 auto;
}

#footer ul.privacy a:link, #footer .privacy a:visited {
	color: #444;
	text-decoration: none;
}

#footer ul.privacy a:hover, #footer .privacy a:active {
	color: #999;
}

address.Copyright {
	clear: both;
	text-align: center;
	margin: 20px auto 15px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #48403D;
}

/*---------------------------------------------------------------------------------- コピーライト */
#footcopy {
	clear: both;
	margin: 20px 0 15px;
	background-color: #FFFFFF;
}

#footcopy .box {
	margin: 0 auto;
	width: 922px;
}

#footcopy .privacy {
	width: 500px;
	float: left;
	text-align: left;
	font-size: 10px;
}

#footcopy .privacy a {
	color: #666;
	text-decoration: none;
}

#footcopy .copy {
	width: 400px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #48403D;
}

/*---------------------------------------------------------------------------------- 下位ページ */
h1 {
	padding: 15px 0 20px;
}

#sideNavi {
	float: left;
	width: 180px;
	padding: 0 15px 0 0;
}

#sideNavi ul {
	text-align: left;
}
#sideNavi ul li{
	width: 180px;
	padding: 0 0 13px;
	background-image: url(/img/low_menuLine.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#sideNavi ul li.last {
	background-image: none !important;
}
#sideNavi ul.sideNavi_line { border-top: 3px #b5b5b5 double;}

#sideNavi ul li.bt {
	width: 180px;
	padding: 4px 0 12px;
	background-image: url(/img/low_menuLine.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	float: right;
	text-align: left;
	width: 710px;
}

#content h2 {
	background-image: url(/img/low_stitle.gif);
	width: 700px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 16px;
}

#content h3 {
	padding: 20px 0;
	width: 700px;
}

.pageTop {
	clear: both;
	text-align: right;
	padding: 40px 0 15px;
}
/*---------------------------------------------------------------------------------- バックナンバー */
#newmap {
	margin:20px 0;
}
#newmap .new_map_l{
	float:left;
	border: 1px solid #999;
}
#newmap .new_map_r{
	float:left;
	margin:20px;
	font-size: 12px;
}

/*---------------------------------------------------------------------------------- 会社案内 */
/*---------------------------------------- ごあいさつ */
#content img.profile {
	float: left;
	margin: 0 10px 0 0;
	width: 260px;
}

#content .topMessage {
	float: right;
	width: 420px;
	line-height: 150%;
	font-size: 12px;
}

#content .topMessage p {
	padding-bottom: 20px;
}

#content .name {
	text-align: right;
	padding: 80px 0 0;
}

/*---------------------------------------- 企業理念 */
#content .policy {
	width: 710px;
	padding: 5px 0 30px;
	line-height: 150%;
	font-size: 12px;
}

#content .img {
	text-align: center;
}

/*---------------------------------------- 会社概要 */
#content .company {
	width: 710px;
	padding: 35px 0 0 0;
}

#content .company table.summary {
	width: 705px;
	background-image: url(/img/summary_line3.gif);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 150%;
	border-collapse: separate;
	border-spacing: 0px;
	padding: 1px 0 0;
}

#content .company table.summary td.item {
	width: 100px;
	height: 35px;
	padding: 0 0 0 15px;
	font-size: 14px;
	background-color: #F5F5F5;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(/img/summary_line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content .company table.summary td {
	width: 522px;
	height: 35px;
	padding: 8px 0 8px 15px;
	font-size: 14px;
	vertical-align: middle;
	background-image: url(/img/summary_line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*---------------------------------------- 沿革 */
#content .company {
	width: 710px;
	padding: 35px 0 0 0;
}

#content .company table.history {
	width: 705px;
	background-image: url(/img/summary_line3.gif);
	background-repeat: no-repeat;
	border-collapse: separate;
	padding: 1px 0 0;
	background-position: top;
	line-height: 150%;
}

#content .company table.history td.item {
	width: 153px;
	height: 35px;
	padding: 0 0 0 15px;
	font-size: 14px;
	background-color: #F5F5F5;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(/img/summary_line1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content .company table.history td {
	width: 522px;
	height: 35px;
	padding: 8px 0 8px 15px;
	font-size: 14px;
	vertical-align: middle;
	background-image: url(/img/summary_line2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*---------------------------------------- 事業内容 */


/* clearfix
=========================================*/
.clearfix { /zoom : 1; }
.clearfix:after { content : ''; display : block; clear : both; height:0; }

#content #business {
	width: 705px;
	padding: 10px 0 0 0;
}

#content #business p {
	padding: 0 0 20px;
}
#content #business p.txt {
	padding: 20px 0 20px 10px;
	margin-bottom: 30px;
}
#content #business .site {
    background: #f7f7f7;
    margin: -20px 0 30px 10px;
    padding: 10px 6px;
}
#content #business .site p {
	margin: 0 0 4px 10px;
	padding: 0;
	font-weight: bold;
}
#content #business .site a {
    display: block;
    float: left;
    width: 300px;
    background: #fff;
    margin: 10px;
    padding: 10px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
}
#content #business .site a img {
	margin-right: 10px;
	float: left;
}
#content #business .site a b {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
#content #business .site a.nurse b { color: #f3708b;}
#content #business .site a.doctor b { color: #946525;}
#content #business .site a.kaigo b { color: #239745;}
#content #business .site a.pharma b { color: #8864a8;}
#content #business .site a.net { width: 640px;}
#content #business .site a.net b { color: #3366cc;}
#content #business .site a span {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
#content #business h3 {
	width: 705px;
	padding: 20px 0 8px 10px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/img/business_img2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content #business .r_text {
	text-align: right;
	font-size: 10px;
	padding: 5px 0 20px;
}

#content #business h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0 1px 10px;
	border-left: #444444 solid 1px;
}

#content #business dl.bsns {
	width: 705px;
	font-size: 12px;
	padding: 20px 0 30px;
}

#content #business dl.bsns dt {
	font-weight: bold;
	padding: 3px 0 2px 15px;
	background-image: url(/img/business_img3.gif);
	background-repeat: no-repeat;
}

#content #business dl.bsns dd {
	padding: 4px 0 3px 15px;
}

/*---------------------------------------------------------------------------------- 営業拠点 */
#content #businessarea {
	width: 710px;
	padding: 35px 0 0 0;
}
#content .businessarea {
	background-image: url(/img/area_back.jpg);
    background-repeat: no-repeat;
}
#content ul.map {
	width: 674px;
	height: 320px;
	/* background-image: url(/img/area_back.gif); */
    /* background-repeat: no-repeat; */
	font-size: 12px;
}

#content ul.map li a {
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
	padding: 4px 0 2px 15px;
}

#content ul.map li.left_top {
	float: left;
	padding: 120px 0 0 395px;
}

#content ul.map li.left {
	float: left;
	padding: 3px 0 0 395px;
}

#content ul.map li.right_top {
	width: 150px;
	float: right;
	text-align: left;
	padding: 120px 0 0 0;
}

#content ul.map li.right {
	width: 150px;
	float: right;
	padding: 3px 0 0 0;
	text-align: left;
}

#content ul.map2 {
	width: 280px;
	margin: 12px 35px 30px 0;
	padding: 12px 0 0 0;
	font-size: 12px;
	border-top: 1px dotted #000;
	float: right;
}

#content ul.map2 li a {
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
	padding: 4px 0 2px 15px;
}

#content ul.map2 li.left_top {
	float: left;
	padding: 160px 0 0 395px;
}

#content ul.map2 li.left {
	float: left;
	padding: 3px 0 0 0;
}

#content ul.map2 li.right_top {
	width: 140px;
	float: right;
	text-align: left;
	padding: 160px 0 0 0;
}

#content ul.map2 li.right {
	width: 140px;
	float: left;
	margin-left: 66px;
	padding: 3px 0 0 0;
	text-align: left;
}

h3.area_category {
	text-align: left;
    margin: 30px 0 4px 0;
    padding: 0 !important;
}
#content #hub {
	text-align: center;
	padding: 35px 0;
}

#content #hub table {
	width: 705px;
	background-image: url(/img/area_tablebk.gif);
	background-repeat: repeat-y;
	border-collapse: separate;
	border-spacing: 15px;
}

#content #hub table.area_frame {
	width: 360px;
}
#content #hub table td {
	width: 330px;
	height: 130px;
	background-color: #FFFFFF;
	text-align: left;
}

#content #hub table .photo {
	float: left;
	width: 57px;
	height: 76px;
	padding: 10px 10px 0 10px;
}

#content #hub table .area_deta {
	float: right;
	width: 240px;
	padding: 10px 10px 0 0;
}

#content #hub table .area_deta.multiple_lines {
	min-height: 158px;
}

#content #hub table .area_deta dl dt {
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/img/area_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 5px 0;
}
/* #content #hub table .area_deta dl dd.freedial { width:240px; padding:4px 0 3px 25px; background-image:url(/img/area_freedial.gif); background-repeat:no-repeat; background-position:bottom; background-position:left; font-size:14px; font-weight:bold;} */
#content #hub table .area_deta dl dd.freedial {
	width: 240px;
	padding: 4px 0 3px 0px;
	font-size: 14px;
	font-weight: bold;
}

#content #hub table .area_deta dl dd.adress {
	width: 230px;
	font-size: 10px;
	line-height: 130%;
}

#content #hub table .area_deta dl dd.tell {
	width: 240px;
	font-size: 10px;
	background-image: url(/img/area_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
}

#content #hub table .area_deta dl dd.access {
	width: 86px;
	float: left;
	padding: 4px 8px 5px 12px;
	margin-left: 2px;
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: left;
}

#content #hub table .area_deta dl dd.site {
	width: 120px;
	float: left;
	padding: 4px 0 5px 12px;
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: left;
}
#content #hub table .area_deta dl dd.site2 {
	width: 130px;
	float: left;
	padding: 4px 0 5px 4px;
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: right;
}
#content #hub table .area_deta dl dd.site3 {
	width: 135px;
	float: left;
	padding: 4px 0 5px 4px;
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: right;
}
#content #hub table .area_deta dl dd.site4 {
    width: 230px;
    float: left;
    padding: 4px 0 5px 18px;
    background-image: url(/img/area_img1.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    text-align: left;
}

#content #hub table .area_deta dl dd.map {
	display: none;
}

/*---------------------------------------------------------------------------------- 採用情報 */

/*---------------------------------------- メッセージ */
#content #message {
	width: 710px;
	padding: 35px 0 0 0;
}

#content #message p#link {
	width: 706px;
	height: 208px;
	background: url(/img/message_back.jpg) no-repeat;
	text-align: right;
	margin: 0 0 10px 3px;
}

#content #message h3 {
	padding: 30px 0 20px;
	height: 26px;
}

#content #message p.text {
	font-size: 12px;
}

/*---------------------------------------- 募集要項 */
#content #guideline {
	width: 710px;
	padding: 10px 0 0 0;
}

#content #guideline h3 {
	width: 705px;
	height: 20px;
	padding: 25px 0 16px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/img/business_img2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content #guideline ul {
	width: 705px;
	font-size: 12px;
	padding: 20px 0 30px;
}

#content #guideline ul li {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background-image: url(/img/business_img3.gif);
	background-repeat: no-repeat;
}

* html #content #guideline ul li {
	font-weight: bold;
	padding: 2px 0 2px 0;
	background-image: url(/img/business_img3.gif);
	background-repeat: no-repeat;
}

*+html #content #guideline ul li {
	font-weight: bold;
	padding: 2px 0 2px 0;
	background-image: url(/img/business_img3.gif);
	background-repeat: no-repeat;
}

#content #guideline table {
	width: 705px;
	background-image: url(/img/summary_line3.gif);
	background-repeat: no-repeat;
	border-collapse: separate;
	padding: 1px 0 0;
	background-position: top;
	line-height: 150%;
}

#content #guideline table td.item {
	width: 153px;
	height: 35px;
	padding: 10px 0 0 15px;
	font-size: 14px;
	background-color: #F5F5F5;
	font-weight: bold;
	background-image: url(/img/summary_line1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}

#content #guideline table td {
	width: 522px;
	height: 35px;
	padding: 8px 0 8px 15px;
	font-size: 12px;
	vertical-align: middle;
	background-image: url(/img/summary_line2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content #guideline span.o {
	color: #FF9900;
}

nav.guideline {
	text-align: center;
	margin: 10px 0;
	padding: 20px;
	border-top: #CCC 1px dotted;
	border-bottom: #CCC 1px dotted;
	font-size: 14px;
}

nav.guideline a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	padding-left: 20px;
	margin: 30px;
	background: url(/img/guideline_nav_icon.png) no-repeat left top 4px;
}

.rlink02_txt {
	width: 705px;
	font-size: 12px;
	padding: 20px 0 30px;
}

#content #guideline table tr td.job-category p span {
	margin-right: 0.5em;
}
#content #guideline table tr td.business-content div {
	display: table;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content #guideline table tr td.business-content div strong {
	display:table-cell;
	line-height: 1;
	padding-right: 0.5em;
}
#content #guideline table tr td.business-content div p {
	display:table-cell;
}

/*---------------------------------------- エントリーフォーム */
#content table.form div.recruit-tokyo {
	display: none;
}
#content table.form div.recruit-tokyo span {
	font-size: 1.0em;
	color: #444;
}

/*---------------------------------------------------------------------------------- 運営サイト */
#content #container_l {
	width: 490px;
	float: left;
	padding: 35px 0 0 0;
}

#content #container_l img#net {
	float: left;
	width: 234px;
}

#content #container_l dl.net {
	float: left;
	width: 234px;
	padding: 0 0 15px 10px;
	font-size: 12px;
	height: 131px;
}

#content #container_l dl.net dt {
	padding: 0 0 25px 0;
	font-weight: bold;
}

#content #container_l dl.net dd {
	line-height: 150%;
}

#content #container_l #box_l {
	width: 240px;
	float: left;
	padding-top: 15px;
}

#content #container_l img.site {
	float: left;
	width: 74px;
}

#content #container_l dl {
	float: left;
	width: 155px;
	padding: 0 0 15px 10px;
	font-size: 12px;
	height: 80px;
}

#content #container_l dl dt {
	font-weight: bold;
}

#content #container_l dl dd {
	line-height: 150%;
}

#content #container_l #box_r {
	width: 240px;
	float: left;
	padding-top: 15px;
}

#content #container_r {
	width: 200px;
	float: right;
	padding: 35px 0 0 0;
}

#content #container_r dl dt {
	font-size: 12px;
	font-weight: bold;
}

#content #container_r dl dd {
	padding: 3px 0 2px 15px;
	background-image: url(/img/business_img3.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}

/*---------------------------------------------------------------------------------- バックナンバー */
#content #back {
	margin: 26px 0 0 0;
}

#content #back dl {
	float: left;
	margin: 2px;
	width: 350px;
	height: 72px;
	background-image: url(/img/back_bk.gif);
	background-repeat: no-repeat;
}

#content #back dl dt {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 0 10px;
	background-image: url(/img/back_img.gif);
	background-repeat: no-repeat;
	width: 90px;
	background-position: right;
}

#content #back dl dd {
	font-size: 12px;
	padding: 0 10px;
}

/*---------------------------------------------------------------------------------- TOPからの○○の方 */
/*---------------------------------------- 医療有資格者の方 */
#content #mstaff {
	width: 710px;
	padding: 10px 0 0 0;
}

#content #mstaff #box1 {
	width: 705px;
	background-image: url(/img/mstaff_back1.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#content #mstaff #box1 p {
	width: 306px;
	padding: 20px 0 20px;
	font-size: 14px;
}

#content #mstaff .lbox_a {
	float: left;
	width: 340px;
	background-image: url(/img/mstaff_back2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#content #mstaff .rbox_b {
	float: right;
	width: 350px;
	background-image: url(/img/mstaff_back3.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#content #mstaff .lbox_c {
	float: left;
	width: 340px;
	background-image: url(/img/mstaff_back4.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#content #mstaff .rbox_d {
	float: right;
	width: 350px;
	background-image: url(/img/mstaff_back5.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#content #mstaff h4 {
	margin: 0 0 20px 0;
	height: 20px;
}

#content #mstaff p {
	width: 250px;
	font-size: 14px;
	margin-bottom: 15px;
}

#content #mstaff #box2 {
	width: 705px;
	background-image: url(/img/mstaff_back6.jpg);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
}

#content #mstaff #box2 p {
	width: 360px;
	padding: 20px 0 20px;
	font-size: 14px;
}

#content #mstaff #box2 p.bt {
	width: 360px;
	padding: 10px 0 20px;
	text-align: center;
}
/*---------------------------------------- 人材をお探しの方 */
#content #mclient {
	width: 710px;
	padding: 10px 0 0 0;
}

#content #mclient #box1 {
	width: 705px;
	background-image: url(/img/mclient_back1.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#content #mclient #box1 p {
	width: 306px;
	padding: 20px 0 85px;
	font-size: 14px;
}

#content #mclient .box2 {
	width: 225px;
	float: left;
	border-top: #666666 solid 1px;
	padding: 20px 0 0 0;
	margin-right: 13px;
}

#content #mclient .box3 {
	width: 225px;
	float: right;
	border-top: #666666 solid 1px;
	padding: 20px 0 0 0;
}

#content #mclient p {
	font-size: 14px;
	padding-top: 20px;
}

#content #mclient #box4 {
	width: 705px;
	background-image: url(/img/mclient_back2.gif);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
}

#content #mclient #box4 p {
	width: 465px;
	padding: 20px 0 20px;
	font-size: 14px;
}

#content #mclient #box4 p.bt {
	width: 465px;
	padding: 10px 0 20px;
	text-align: center;
}
/*---------------------------------------- 一般･企業･学生の方 */
#content #mpublic {
	width: 710px;
	padding: 35px 0 0 0;
}

#content #mpublic .box1 {
	width: 335px;
	float: left;
}

#content #mpublic .box2 {
	width: 335px;
	float: right;
}

#content #mpublic p {
	font-size: 14px;
	padding-top: 20px;
}

#content #mpublic p#link {
	font-size: 14px;
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
	width: 710px;
	background-image: url(/img/mpublic_back.gif);
	background-repeat: repeat-x;
	clear: both;
}

/*---------------------------------------------------------------------------------- プライバシーポリシー */
#content .privacy {
	width: 710px;
	padding: 15px 0 30px;
	line-height: 150%;
	font-size: 12px;
}

#content .privacy p {
	padding: 10px 0;
}

#content .privacy dl {
	padding: 10px 0;
}

#content .privacy ol {
	padding: 10px 0;
	list-style: decimal;
}

#content .privacy ol li {
	margin: 0 0 10px 20px;
	padding: 0 0 0 5px;
	list-style: decimal outside;
}

#content .privacy .credit {
	text-align: right;
}

#content .privacy .front {
	margin-bottom: 40px;
}

#content .privacy dl {
	padding: 10px 0;
}

#content .privacy dl dd {
	padding: 0 0 10px 15px;
}

/*---------------------------------------------------------------------------------- 利用規約 */
#content .rules {
	width: 710px;
	padding: 15px 0 30px;
	line-height: 150%;
	font-size: 12px;
}

#content .rules p {
	padding: 10px 0;
}

#content .rules dl {
	padding: 10px 0;
}

#content .rules dl dd {
	padding: 0 0 10px 15px;
}

#content .rules dl.list2 {
	padding: 10px 0 0 0;
}

#content .rules dl.list2 dd {
	padding: 0 0 0 15px;
}

#content .rules dl.list3 {
	padding: 0 0 1em 0;
}

#content .rules dl.list3 dd {
	padding: 0 0 0 15px;
}

#content #proflist {
	margin: 30px 0;
}

#content #proflist img.fl {
	float: left;
	margin: 0 -2px 0 0; /* IE */
}

#content #proflist img.fr {
	float: right;
}

#content #proflist p {
	background: url(/img/bg_listback.gif) no-repeat center bottom;
	padding: 0 0 40px;
}

#content #profdetail {
	text-align: justify;
	margin: 30px 0 0;
	padding: 0 0 1px;
	font-size: 12px;
	line-height: 20px;
}

#content #profdetail p {
	margin: 0 0 20px;
}

#content #profdetail p.head {
	height: 162px;
	overflow: hidden;
}

#content #profdetail p.head.tes {
	height: 129px;
	padding: 13px 0 0;
	overflow: hidden;
}

#content #profdetail h3 {
	margin: 0 0 20px;
	padding: 2px 0 0;
	width: auto;
	height: 18px;
}

#content #profdetail p.biog {
	padding: 0 0 0 60px;
	background: #fff url(/img/profdetail_biog.gif) no-repeat 11px center;
	border-left: 1px solid #444;
}

* html #content #profdetail p.biog {
	margin: 0 0 32px;
} /* IE6のみ表示ずれ回避 */
#content .listback {
	margin: 30px 0 0;
	padding: 25px 0 0;
	text-align: center;
	background: url(/img/bg_listback.gif) no-repeat center 0;
}

.bntxt {
	margin: 1.5em 0;
}

.bntxt p {
	margin: 1.5em 0 0;
}
/*---------------------------------------------------------------------------------- エントリーフォーム */
#content table.form {
	width: 100%;
	margin: 10px 0 0;
}

#content table.form th {
	font-size: 1.11em;
	text-align: left;
	background: #E6E6E6;
	width: 30%;
	border: 1px solid #ddd;
	padding: 0.4em 0.5em;
}

#content table.form td {
	font-size: 1.1em;
	border: 1px solid #ddd;
	padding: 0.5em;
}

#content table.form #title {
	background-color: #f5f5f5;
	width: 30%;
}

#content table.form td span {
	display: block;
	font-size: 0.8em;
	color: #999;
	margin: 0.5em 0 0;
}

#content table.form td em {
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 0.5em;
}

p.caution {
	color: red;
	display: inline;
}

input {
	width: 90%;
	border: 1px solid #999;
	margin: 0 0 2px;
	padding: 0.2em;
}

input.s {
	width: 22%;
}

input.ss {
	width: 7%;
}

input.r {
	width: auto;
	border: none;
	padding: 0;
}

select {
	border: 1px solid #999;
	padding: 0.2em;
}

input:hover {
	background: #eee;
}

input:focus {
	border: 1px solid #222;
}

textarea {
	width: 90%;
	height: 150px;
	border: 1px solid #999;
	padding: 0.2em;
}

textarea.s {
	width: 45%;
	height: 50px;
}

textarea:hover {
	background: #eee;
}

textarea:focus {
	border: 1px solid #222;
}

input.entry {
	display: table;
	margin: 2em auto;
	background: transparent url(/img/recruit/entry_btn.gif) no-repeat;
	cursor: pointer;
	width: 280px;
	height: 40px;
	border: none;
	text-indent: -9998px;
}

input.entry :hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

input.contact {
	display: table;
	margin: 2em auto;
	background: transparent url(/img/contact/submit_btn.gif) no-repeat;
	cursor: pointer;
	width: 280px;
	height: 40px;
	border: none;
	text-indent: -9998px;
}

input.contact :hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

#telnumber {
	border: 15px solid #f7f7f7;
	margin: 30px 0 0;
	padding: 10px;
}

#telnumber h4 {
	margin: 0 0 10px;
	padding: 0;
	background: url(/img/summary_line1.gif) repeat-x 0 bottom;
}

#telnumber img {
	float: left;
	margin: 0.5em 1em 0 0;
}

#cuandsp {
	clear: both;
	padding: 2em 0 0;
}

#cuandsp dl {
	width: 48%;
	margin: 3% 1% 0 0;
	float: left;
	font-size: 10px;
}

#cuandsp dt {
	width: 74px;
	float: left;
	margin: 0 10px 0 0;
}

#cuandsp dd a {
	display: block;
	margin: 0 0 2px;
	font-size: 12px;
}

.list-form-link {
	margin: 20px auto;
	text-align: center;
}

.list-form-link li {
	display: inline;
	padding: 0 10px;
}

.pmark_r {
	float: right;
}

.pmark_a {
	position: absolute;
}

input.confirm {
	background: -ms-linear-gradient(top, #B2E4FF, #34A4E4);
	background: linear-gradient(to bottom, #B2E4FF, #34A4E4);
	background: -moz-linear-gradient(top, #B2E4FF 0%, #34A4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#B2E4FF),to(#34A4E4));
	color: #FFF;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 280px;
	font-size: 17px;
	padding: 10px;
	font-weight: bold;
	margin: 25px;
	box-shadow: -1px 3px 2px #868686;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	position: relative;
}

input.confirm:hover {
	opacity: 0.6;
	filter: alpha(opacity = 70);
	cursor: pointer;
	cursor: hand;
}

input.back {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100px;
	position: relative;
	left: 72px;
}

input.back:hover {
	opacity: 0.6;
	filter: alpha(opacity = 70);
	cursor: pointer;
	cursor: hand;
}
/*---------------------------------------------------------------------------------- 損害保険 */
#hokenhead h1 {
	padding: 0;
}

#hokenhead .globalNavi ul {
	float: right;
	margin-top: 26px;
}

#hokenhead .globalNavi ul li {
	float: left;
	width: 175px;
}

#hokenhead .keywords {
	background-image: url(/img/hoken/keywords.gif);
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 929px;
}

#hokenmain {
	text-align: center;
}

#hokenmain .pan {
	font-size: 12px;
	color: #044987;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}

#hokenmain .subtitle {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#hokenmain .map {
	width: 652px;
	margin: 0 auto;
	background: #f1f1f1;
	height: 160px;
	padding: 0 138px;
}

#hokenmain .map img {
	float: left;
}

#hokenmain .map_1 {
	width: 403px;
	margin: 0 auto;
	background: #f1f1f1;
	padding: 30px 263px;
	height: 35px;
}

#hokenmain .map_1 img {
	float: left;
}

#hokenmain .title {
	float: left;
	height: 0px;
}

#hokenmain .notcenter {
	text-align: left;
	margin: 10px auto;
	width: 929px;
}

#hokenmain .institlePOSI {
	margin-top: 7px;
}

#hokenmain .inseachBG {
	background-color: #F1F1F1;
}

#hokenmain .insTEXT01 {
	margin: 15px 0px 5px 20px;
	line-height: 175%;
}

#hokenmain .insTEXT02 {
	background-color: #FFFFFF;
	margin: 10px 20px 10px 20px;
	padding: 5px 25px 5px 25px;
	line-height: 175%;
}

#hokenmain .insTEXT03BG {
	background-color: #FFFFFF;
	margin: 10px 20px 10px 20px;
	padding: 5px 25px 5px 25px;
	line-height: 175%;
	background-image: url(/img/hoken/mg01.jpg);
	background-repeat: repeat-y;
	height: 182px;
}

#hokenmain .insTEXT03 {
	padding: 39px 0 0 0;
	width: 475px;
	margin-left: 105px;
	line-height: 175%;
}

#hokenmain .pharmsubtitle {
	margin: 5px 0;
}

#hokenmain .titlebk {
	background-image: url(/img/hoken/main_title_bk.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 929px;
}

#hokenmain .content {
	background-image: url(/img/hoken/frame02.jpg);
	background-repeat: repeat-x;
	width: 929px;
	height: 315px;
}

#hokenmain .content_left {
	background: #FFF;
	width: 65%;
	margin: 0 5px;
	float: left;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}

#hokenmain .content_right {
	background: #FFF;
	width: 32%;
	margin: 0 5px;
	padding: 6px 0;
	float: right;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}

#hokenmain .menuPOSI01 {
	margin: 5px 0px 0px 72px;
}

#hokenmain .menuPOSI02 {
	margin: 5px 0px 0px 15px;
}

#hokenmain a:visited {
	color: 0000FF;
	text-decoration: none;
}

#hokenmain a:link {
	color: 0000FF;
	text-decoration: none;
}
/*---------------------------------------------------------------------------------- 保険申込 */
#hokencontent {
	width: 800px;
	margin: 0 auto;
}

#formmain {
	text-align: left;
}

#hokencontent table.form {
	width: 100%;
	margin: 10px 0 0;
}

#hokencontent table.form th {
	font-size: 1.11em;
	text-align: left;
	background: #E6E6E6;
	width: 30%;
	border: 1px solid #ddd;
	padding: 0.4em 0.5em;
}

#hokencontent table.form td {
	font-size: 1.1em;
	border: 1px solid #ddd;
	padding: 0.5em;
}

#hokencontent table.form #title {
	background-color: #f5f5f5;
	width: 30%;
}

#hokencontent table.form td span {
	display: block;
	font-size: 0.8em;
	color: #999;
	margin: 0.5em 0 0;
}

#hokencontent table.form td em {
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 0.5em;
}
/*---------------------------------------------------------------------------------- error */
#error {
	margin-top:80px;
	background-color: #F1F1F1;
}
#error .error_in {
	background-color: #fff;
	width: 500px;
	padding: 40px 0;
    margin: 0px auto;
    text-align: center;
}
#error .button{
	background: -ms-linear-gradient(top, #79BBFF, #0066D1);
	background: linear-gradient(to bottom, #79BBFF, #0066D1);
	background: -moz-linear-gradient(top, #79BBFF 0%, #0066D1);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BBFF),to(#0066D1));
	color: #FFF;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	font-weight: bold;
	box-shadow: -1px 3px 2px #868686;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	font-size: 17px;
	width: 150px;
	padding: 10px;
	margin:20px auto;
	display: inline-block;
}

/**
 * 会社概要の所在地修正対応用
 */
.location-item {
	margin: 16px 0;
	padding-top: 2px;
	padding-left: 12px;
	background-image: url(/img/area_img1.gif);
	background-repeat: no-repeat;
}
.location-item:first-child {
	margin-top: 0;
}