/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	/*font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ",sans-serif;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************

*******************************************************/

.w1000{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#w95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.w95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

a{
	text-decoration:none;
	word-break: break-all;
}

a:hover { 
	text-decoration: none;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clr{
	clear:both;
}

.inbk{
	display:inline-block;
}

.pt10 {
	display: block; 
	padding-top: 10px; 
	clear: both; 
}
.pt20 {
	display: block; 
	padding-top: 20px; 
	clear: both; 
}
.pt30 {
	display: block; 
	padding-top: 30px; 
	clear: both; 
}
.pt50 {
	display: block; 
	padding-top: 50px; 
	clear: both; 
}
.pt100 {
	display: block; 
	padding-top: 100px; 
	clear: both; 
}

/*-------------------------------
パンくずリスト
--------------------------------*/
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}

/*-------------------------------
ページトップへスクロール
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

/*-------------------------------
レスポンシブ　フル画面では見えない
--------------------------------*/
.full_none{
	display:none;
}

/*-------------------------------
ドロップダウンメニュー
--------------------------------*/
ul#menu li{
    float: left;
    position: relative;
    margin: 0;
    width: 200px; 
    display: block;
}
ul.child{
        display: none;
        position: absolute;
        margin-left: 5px;
        padding: 0;;	
		z-index:1;
}
ul.child li a{
	border: solid #fff 1px;;
    display: block;
    color: #fff;
	width:200px;
	background-color:#2FA677;
	padding-top:10px;
	padding-bottom:10px;
}
ul.child li a:hover{
	width:200px;
    background: #46C995;
}

#menu .ch_non{
	border: solid #fff 1px;;
    display: block;
    color: #fff;
	width:200px;
	background-color:#46C995;
	padding-top:10px;
	padding-bottom:10px;
}

/********************************************************
スクロールアニメーション
*********************************************************/
.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/********************************************************
タブ切り替え
*********************************************************/
.tab{
	width:98%;
	height:100%;
	padding-left:20px;
	border-bottom: 2px solid #BBBBBB;
}

ul.tab li{ /*タブ部分*/
	float: left;
	margin-right: 10px;
}
	
ul.tab li a{ /*タブ部分*/
	color:#fff;
	font-size:95%;
}
	
ul.tab .tab1 {
	width:15%;
	text-align:center;
	background-color:#DC6685;
	border-radius: 5px 5px 0 0;
	padding-top:5px;
	padding-bottom:7px;
	

}

ul.tab .tab2 {
	width:15%;
	text-align:center;
	background-color:#5FABB0;
	border-radius: 5px 5px 0 0;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab3 {
	width:15%;
	text-align:center;
	background-color:#F6AC19;
	border-radius: 5px 5px 0 0;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab4 {
	width:15%;
	text-align:center;
	background-color:#5495CF;
	border-radius: 5px 5px 0 0;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab5 {
	width:20%;
	text-align:center;
	background-color:#B58A5F;
	border-radius: 5px 5px 0 0;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab li.active { /*選択中のタブ*/
	border-top:2px solid #BEBEBE;
	border-left:2px solid #BEBEBE;
	border-right:2px solid #BEBEBE;
	background-color:#D73C43;
}

ul.tab li.active a{ /*選択中のタブ*/
	color: #fff;
}

.tab_area{ /*切り替え部分非表示*/
	display: none;
	}
	
.tab_content{ /*内容*/
	width: 100%; /*幅*/
	clear: both;
	overflow: hidden;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:2px solid #BBBBBB;
	}
	
.tab_content ul li{ /*内容のリスト表示*/
	clear: both; /*画像有りの場合*/
	line-height:35px;
	font-size:100%;
}

.tab_content ul li span{
	font-size:90%;
}

.tab_content ul li .tab2{
	background-color:#5FABB0;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin:5px;
}

.tab_content ul li .tab3{
	background-color:#F6AC19;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	margin:5px;
}

.tab_content ul li .tab4{
	background-color:#5495CF;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin:5px;
}

.tab_content ul li .tab5{
	background-color:#B58A5F;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:23px;
	padding-right:23px;
	margin:5px;
}

.tab_content ul li img{ /*リスト内画像*/
	float: left;
	margin: 0 10px 10px 0;
}

/********************************************************
WordPress　記事
*********************************************************/

.wp_itiran p{
	line-height:25px;
	font-size:16px;
}

.wp_h2{
	font-size:150%;
}

.wp_h2 h2{
	border-left:5px solid #DC6685;
	border-bottom:1px solid #DC6685;
	padding-left:3px;
	padding-bottom:3px;
}

.wp_con{
	font-size:13px;
}

.wp_post{
	width:100%;
}

.wp_post_l{
	width:30%;
	float:left;
	text-align:left;
}

.wp_post_r{
	width:30%;
	float:right;
	text-align:right;
}

.tab_wp2{
	background-color:#5FABB0;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin:5px;
}

.tab_wp3{
	background-color:#F6AC19;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	margin:5px;
}

.tab_wp4{
	background-color:#5495CF;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin:5px;
}

.tab_wp5{
	background-color:#B58A5F;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:23px;
	padding-right:23px;
	margin:5px;
}

/*-------------------------------
ページ送り
--------------------------------*/
.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}


/********************************************************
トップページ　共通部分
*********************************************************/
h2 h3{
	line-height:25px;
}
p{
	line-height:25px;
	font-size:120%;
	/*font-weight:bold;*/
	/*color:#767178;*/
	color:#4E4B50;
}

#head_obi{
	min-width:1000px;
}

#title{
	width:75%;
	height:100%;
	font-weight:bold;
	font-size:150%;
	color:#fff;
	margin-top: auto;
	margin-bottom: auto;
}

#sitemap{
	width:25%;
	color:#fff;
	line-height:25px;
	height:100%;
	margin-top:auto;
	margin-bottom:auto;
	text-align:right;
}

#sitemap a{
	color:#fff;
}

#sitemap li .sm{
	margin-left:5px;
	margin-right:5px;
}

#sitemap li .oto{
	margin-left:5px;
	margin-right:5px;
}

.hd_tel{
	font-size:130%;
}

a:hover {
	color: #FF6600;
	/*text-decoration: underline;*/
}

#mainimage{
}

#mainimage h1{
	display:none;
}

.bg{
	background-color:#fdfadb;
	min-width:1000px;
}
.con{
	margin-left:auto;
	margin-right:auto;
}

#footer{
	background-color:#2FA677;
	min-width:1000px;
	color:#fff;
}

#adress{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer_con{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#adress li{
	margin: 5px 5px 5px 5px;
}

#footer_con ul{
	width:24%;
	margin: 5px 0 5px 5px;
}

.ft_sub{
	margin: 5px 0 5px 5px;
}

#footer_con a{
	color:#fff;
}

#footer_con a:hover{
	text-decoration:none;
}

#copy{
	color:#2FA677;
	text-align:center;
}

#globalmenu{
	width:1000px;
}

#globalmenu ul{
	text-align:center;
}

#home_mn{
	width:8%;
}

#kango_mn{
	width:14%;
}

#syokuba_mn{
	width:14%;	
}

#shinjin_mn{
	width:23%;
}

#work_mn{
	width:25%;
}

#saiyou_mn{
	width:11%;
}


.kiji{
	width:70%;
	margin-top:7px;
}

.kiji img{
	width:100%;
}

.db{
	width:30%;
	margin-top:60px;
}

.db img{
}

.gr_line{
	border-bottom:solid 1px #BDBCBC;
}

.title{
	width:40%;
}

.title_lg{
	width:60%;
}

/*-------------------------------
トップページボタン
--------------------------------*/
.top_img{
	position:relative;
	height:100%;
}

.top_img_btn{
	width:16%;
	position:absolute;
	top:45px;
	left:20px;
	height:100%;
}

.top_img_btn img{
	width:95%;
}

.top_img_btn2{
	width:16%;
	position:absolute;
	top:35px;
	left:20px;
	height:100%;
}

.top_img_btn2 img{
	width:90%;
}

.top_img_btn3{
	width:16%;
	position:absolute;
	top:35px;
	left:35px;
	height:100%;
}

.top_img_btn3 img{
	width:79%;
}

.top_img_btn3 .img_ln{
	width:95%;
}

.top_img_btn4{
	width:16%;
	position:absolute;
	top:35px;
	left:20px;
	height:100%;
}

.top_img_btn4 img{
	width:92%;
}

/********************************************************
看護部
*********************************************************/
#kango{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}
#kango h2{
	font-size:200%;
	color:#E39FC4;
}

#kango h3{
	font-size:150%;
	color:#E39FC4;
	font-weight:bold;
}
/*-------------------------------
看護部長メッセージ
--------------------------------*/

.butyo_img{
	width:35%;
	text-align:center;
}

.butyo_bun{
	width:65%;
}

.butyo_bun p{
	font-size:95%;
}

.kan_naiyo{
	margin-left:30px;
}

/*-------------------------------
看護の理念
--------------------------------*/
.pf_bun{
	margin-left:10px;
	width:50%;
}

.pf_bun p{
	width:80%;
}

.kihonhoushin{
	position:relative;
	width:100%;
	height:100%;
}

.kihonhoushin_img{
	position:absolute;
    left: 470px;
    bottom: 650px;
	height:100%;
	width:50%;
}

.kihonhoushin_img img{
	width:100%;
}

.kihonhoushin_bun{
	position:absolute;
	left: 57%;
	bottom:280px;
	width:46%;
	height:100%;
}
 
.kihonhoushin_bun h3{
	text-align:center;
}

.kihonhoushin_bun p{
	font-size:100%;
	line-height:35px;
}

/*-------------------------------
看護の体制
--------------------------------*/

.kan_taisei p{
	font-size:100%;
	line-height:25px;
}

.soshikizu{
	width:60%;
}

.soshikizu img{
	width:100%;
}

.soshikizu_img{
	width:40%;
}

.soshikizu_img img{
	width:100%;

}

table{
	text-align:left;
	line-height:25px;
	color:#4E4B50;
	width:100%;
	font-size:100%;
	
}

table th{
	vertical-align:middle;
	font-weight:bold;
	width:25%;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}

.pink_maru{
	color:#dba3c0;
	font-size:80%;
	width:3%;
	margin-left:5px;
	margin-right:5px;
}

.kinmu{
	width:100%;
	text-align:center;
}

.nikkin{
	width:22%;
	vertical-align:top;
}

.hayade{
	width:51%;
	vertical-align:top;
}

.yakin{
	width:23%;
	vertical-align:top;
}

/*-------------------------------
看護の特徴
--------------------------------*/
.tokutyo{
	position:relative;
	width:43%;
	height:100%;
	margin-right:50px;
}

.tokutyo img{
	width:110%;
	text-align:center;
}

.tokutyo_bun_kyuusei{
	width:100%;
	position:absolute;
	left:15%;
	top:90px;
	height:100%;
}

.tokutyo_bun_riha{
	width:100%;
	position:absolute;
	left:15%;
	top:90px;
	height:100%;
}

.tokutyo_bun_team{
	width:100%;
	position:absolute;
	left:15%;
	top:90px;
	height:100%;
}

.tokutyo_bun_zaitaku{
	width:100%;
	position:absolute;
	left:15%;
	top:90px;
	height:100%;
}

.toku_bun{
	width:60%;
}

.kyuusei h4{
	font-size:150%;
	font-weight:bold;
	color:#ff6877;
	position:absolute;
	left:15%;
	top:-40px;
	height:100%;
}

.riha h4{
	font-size:150%;
	font-weight:bold;
	color:#60a15e;
	position:absolute;
	left:15%;
	top:-40px;
	height:100%;
}

.team h4{
	font-size:150%;
	font-weight:bold;
	color:#6B9CD2;
	position:absolute;
	left:15%;
	top:-40px;
	height:100%;
}
.zaitaku h4{
	font-size:150%;
	font-weight:bold;
	color:#A0669A;
	position:absolute;
	left:15%;
	top:-40px;
	height:100%;
}

.toku_bun p{
	font-size:80%;
	line-height:20px;
	padding-top:5px;
}

.tokutyo_bun_team .toku_bun p{
	font-size:80%;
	line-height:20px;
}

.toku_img{
	width:40%;
}

.toku_img img{
	width:100%;
}

.team_img1 img{
	width:120%;
}

.team_img2 img{
	width:80%;
}


/********************************************************
私たちの職場
*********************************************************/
#syokuba{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}
#syokuba h2{
	font-size:200%;
	color:#427bbe;
}

#syokuba h3{
	font-size:150%;
	color:#427bbe;
	font-weight:bold;
}

#syokuba h4{
	font-size:110%;
	color:#427bbe;
	font-weight:bold;
}

/*-------------------------------
職場めぐり
--------------------------------*/
.syokubameguri{
	text-align:center;
}

.syokubameguri .inbk{
	width:20%;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
}

.syokubameguri img{
	width:100%;
}

.syokubameguri p{
	font-size:80%;
	text-align:left;
}

/*-------------------------------
看護実践の紹介
--------------------------------*/
.kan_naiyo h3 .blue_line{
	height:2px;
	width:79%;
	padding-bottom:7px;
	padding-left:5px;
}

.jiritu_img{
	width:50%;
}

.jiritu_img img{
	width:95%;
}

.jiritu_img .jiritu_img2{
	width:60%;
	margin-left:75px;
}

.jiritu_bun{
	width:50%;
}

.jiritu_bun p{
	font-size:85%;
	line-height:20px;
	margin-top:5px;
}

.syoku_round{
	width:50%;
}

.sessyoku{
	width:50%;
}

.pg_jiritu{
	width:50%;
}

.tentou{
	width:50%;
}

.gan_ns{
	position:relative;
}

.ganbaru_nurse{
	width:100%;
}

.nurse1{
	width:35%;
	position:absolute;
	bottom:80px;
	left:200px;
}

.nurse2{
	width:35%;
	position:absolute;
	bottom:70px;
	left:520px;
}

.nurse1 img{
	width:100%;
}

.nurse2 img{
	width:100%;
}

.gan_ns p{
	font-size:80%;
	line-height:20px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------------------
チーム医療の実際
--------------------------------*/
.tmir_title1{
	width:40%;
}

.tmir_title2{
	width:60%;
}

.tmir_bun{
	width:60%;
	padding-left:10px;
	padding-right:10px;
}

.tmir_bun p{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:100%;
}

.tmir_bun img{
	width:100%;
}

.tmir_img{
	width:35%;
}

.tmir_img img{
	width:100%;
}

/*-------------------------------
建物探訪
--------------------------------*/
.tatemono{
	width:100%;
	text-align:center;
}

.tatemono img{
	width:30%;
	margin-left:7px;
	margin-right:7px;
}

/********************************************************
新人教育とキャリア研修
*********************************************************/
#shinjin{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}
#shinjin h2{
	font-size:200%;
	color:#008600;
}

#shinjin h3{
	font-size:200%;
	color:#008600;
	margin-bottom:10px;
}

#shinjin h4{
	font-size: 110%;
	color:#008600;
	font-weight: bold;
}

/*-------------------------------
新人教育
--------------------------------*/
.shinjinkyoiku_bun{
	width:55%;
}

.shinjinkyoiku_bun img{
	width:100%;
}

.shinjinkyoiku_bun .kan_naiyo .title{
	width:70%;
}

.shinjinkyoiku_bun h3{
	line-height:30px;
}

.shinjinkyoiku_bun p{
	font-size:90%;
	line-height:20px;
}

.shinjinkyoiku_img{
	width:45%;
	margin-top:50px;	
}

.shinjinkyoiku_img img{
	width:100%;
}

.shinjin_kensyu{
	position:relative;
	width:100%;
	height:750px;
}

.shke_koumoku{
	width:40%;
}

.shke_sche{
	width:70%;
	position:absolute;
	top:0px;
	left:0px;
}

.shke_img{
	width:20%;
	position:absolute;
	top:0px;
	right:0px;
}

.shke_img1{
	width:180%;
	position:absolute;
	top:0px;
	right:0px;
}

.shke_img2{
	width:120%;
	position:absolute;
	top:240px;
	right:120px;
}

.shke_img3{
	width:120%;
	position:absolute;
	top:300px;
	right:0px;
}

.shke_img4{
	width:130%;
	position:absolute;
	top:400px;
	right:180px;
}

.shke_img5{
	width:230%;
	position:absolute;
	top:570px;
	right:0px;
}

/*-------------------------------
新人ナースから一言
--------------------------------*/
.shinjin_hito{
	margin-left:-20px;
}

.shin_a{
	position:relative;
	margin-top:-50px;
}

.shin_a img{
	width:100%;
}

#shinjin .kan_naiyo .shin_a h4{
	position:absolute;
	top:100px;
	left:50px;
	font-size:200%;
	color:#fff;
}

#shinjin .kan_naiyo .shin_a p{
	position:absolute;
	top:150px;
	left:50px;
	font-size:100%;
	color:#fff;
	width:55%;
}

.shin_b{
	position:relative;
}

.shin_b img{
	width:100%;
}

#shinjin .kan_naiyo .shin_b h4{
	position:absolute;
	top:100px;
	left:350px;
	font-size:200%;
	color:#fff;
}

#shinjin .kan_naiyo .shin_b p{
	position:absolute;
	top:150px;
	left:350px;
	font-size:100%;
	color:#fff;
	width:55%;
}

.shin_c{
	position:relative;
}

.shin_c img{
	width:100%;
}

#shinjin .kan_naiyo .shin_c h4{
	position:absolute;
	top:100px;
	left:50px;
	font-size:200%;
	color:#fff;
}

#shinjin .kan_naiyo .shin_c p{
	position:absolute;
	top:150px;
	left:50px;
	font-size:100%;
	color:#fff;
	width:55%;
}

.reflesh_bun{
	width:45%;
	padding-right:15px;
}

.reflesh_bun p{
	font-size:100%;
}

.reflesh_img{
	width:50%;
}

.reflesh_img img{
	width:100%;
}

/*-------------------------------
新人ナースの一日
--------------------------------*/
.shinjin_nurse1{
	width:55%;	
}

.shinjin_nurse2{
	width:45%;
}

.shinjin_nurse1 img{
	width:100%;	
}

.shinjin_nurse2 img{
	width:100%;
	margin-top:70px;
}

.sh_nu1{
	width:50%;
	margin-top:15px;
}

.sh_nu2{
	width:50%;
}

.sn_nu_ti{
	width:70%
}

/*-------------------------------
キャリア支援
--------------------------------*/
.carrier1{
	width:30%;
}

.carrier2{
	width:60%;
}

.ca_ti img{
	width:100%;
}

.ca_img img{
	width:70%;
	padding-left:70px;
}

.carrier2 img{
	width:100%;
}

.gen_moderu{
	width:60%;
}

.gen_kyoiku{
	width:35%;
}

.gen_kyoiku img{
	width:100%;
}

.gen_moderu img{
	width:100%;
}

.gen_kyoiku h5{
	color:#E15D6E;
	font-weight:bold;
}

.gen_kyoiku p{
	font-size:90%;
	margin-left:10px;
}

.dt_line{
	border:1px dashed #4E4B50;
	margin-top:5px;
	margin-bottom:10px
}

.ninteikango{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	border:1px solid #4E4B50;
}

.ninteikango h5{
	color:#568FC3;
	font-weight:bold;
}

/*-------------------------------
院内研修
--------------------------------*/
.innai{
	text-align:center;
}
.innai .inbk{
	width:23%;
	vertical-align:top;
}

.innai .inbk img{
	width:100%;
}

#shinjin .innai .inbk h4{
	color:#4A474C;
	font-size:100%;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}

.innai .inbk p{
	font-size:90%;
	text-align:left;
	line-height:20px;
}

/********************************************************
私たちのワークバランス
*********************************************************/
#wlb{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}

#wlb .title1{
	width:65%;
}

#wlb h2{
	font-size:200%;
	color:#DA4755;
}

#wlb h3{
	font-size:200%;
	color:#DA4755;
	margin-bottom:10px;
}

#wlb h4{
	font-size: 110%;
	color:#DA4755;
	font-weight: bold;
}

/*-------------------------------
私たちのWLB
--------------------------------*/
.wlb1{
	width:100%;
	text-align:center;
}

.wlb1 .wlb1_1{
	width:30%;
}

.wlb1 .wlb1_2{
	width:45%;
	margin-bottom:20px;
}

.we_wlb{
	width:100%;
	position:relative;
	height:100%;
}

#wlb .we_wlb h3{
	font-size:150%;
	font-weight:bold;
}

#wlb .we_wlb p{
	font-size:100%;
}

.wewl1{
	width:20%;
}

.wewl1 img{
	width:100%;
}

.wewl2{
	width:45%;
}

.wewl3{
	width:40%;
}

.wewl4{
	position:absolute;
	left:350px;
	top:-30px;
	height:100%;
	width:60%;
}

.wewl4 img{
	width:100%;
}

/*-------------------------------
子育て支援にも力を入れています
--------------------------------*/
.kosodate{
	position:relative;
}

.kosodate_img{
	position:relative;
	right:80px;
	bottom:15px;
	width:100%;
}

.kosodate_img img{
	width:35%;
}

.kosodate1{
	width:30%;
	text-align:center;
}

.kosodate1 img{
	width:85%;
}

.kosodate2{
	width:40%;
}

.kosodate2 img{
	width:100%;
}

#wlb .kosodate2 h4{
	font-size:110%;
	font-weight:bold;
	line-height:25px;
}

.red_ln{
	border-bottom:1px solid #DA4755;
	margin-top:5px;
	margin-bottom:5px;
}

.kosodate2 p{
	font-size:100%;
}

.kosodate3{
	width:30%;
}

.kosodate3 img{
	width:100%;
}

/*-------------------------------
独身寮の完備
--------------------------------*/
.ryo1{
	width:70%;
}

#wlb .ryo1 h3{
	font-size:150%;
	font-weight:bold;
}

.ryo1 .title{
	width:50%;
}

.ryo1 img{
	width:45%;
}

.ryo1_kome{
	padding-left:50px;
}

.ryo2{
	width:30%;
	text-align:right;
}

.ryo2 img{
	width:100%;
}

/*-------------------------------
車通勤
--------------------------------*/
.tukin1{
	width:40%;
}

.tukin1 img{
	width:100%;
}

.tukin2{
	width:60%;
}

#wlb .tukin2 h4{
	font-size:120%;
	color:#4E4B50;
	font-weight:bold;
}

.tukin2 p{
	font-size:100%;
}

.tukin2 img{
	width:60%;
}

.tk2_bun{
	width:81%;
	margin-top:20px;
	margin-bottom:20px;
}

.tk2_img{
	width:19%;
}

.tk2_img img{
	width:100%;
}

.tk2_img2{
	text-align:right;
}

/*-------------------------------
院内旅行もさまざま
--------------------------------*/
.ryoko1{
	width:40%;
}

.ryoko1 p{
	font-size:100%;
}

.ryoko1 img{
	width:100%;
}

.ryoko2{
	width:60%;
}

.ryoko2 img{
	width:100%;
}

.ryoko3 {
	width:100%;
	text-align:center;
}

.ryoko3_img1{
	width:40%;
}
.ryoko3_img2{
	width:28%;
}
.ryoko3_img3{
	width:30%;
}

/*-------------------------------
サークル・部活動紹介
--------------------------------*/
.bukatu{
	position:relative;
	height:800px;
}

.bukatu1{
	width:45%;
	position:absolute;
	right:0px;
	top:0px;
}

.bukatu1 img{
	width:100%;	
}

.bukatu1 p{
	font-size:95%;	
}

.bukatu2{
	width:60%;
	position:absolute;
	left:-30px;
	top:90px;
}

.bukatu3{
	width:45%;
	position:absolute;
	right:0px;
	top:150px;
}

.bukatu4{
	width:45%;
	position:absolute;
	left:0px;
	top:500px;
}

.bukatu5{
	width:50%;
	position:absolute;
	right:0px;
	top:450px;
}

/********************************************************
採用情報
*********************************************************/
#saiyou{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}

#saiyou .title1{
	width:65%;
}

#saiyou p{
	font-size:100%;
}

#saiyou h2{
	font-size:200%;
	color:#36AACE;
}

#saiyou h3{
	font-size:200%;
	color:#36AACE;
	margin-bottom:10px;
	font-weight:bold;
}

#saiyou h4{
	font-size: 110%;
	color:#36AACE;
	font-weight: bold;
	text-align:center;
}

#saiyou table th{
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	width:15%;
	border: 2px solid #C4C4C4;
	letter-spacing:5px;
}

#saiyou table td{
	border: 2px solid #C4C4C4;
	padding:10px;
}

#saiyou table td a{
	color:#46B2E1;
	border-bottom:1px solid #46B2E1;
}

#saiyou .saiyou1 th{
	border:none;
	background-color:inherit;
}

#saiyou .saiyou1 td{
	border:none;
}

/*-------------------------------
新卒採用
--------------------------------*/
.shinsotu1{
	width:60%;	
}

.shinsotu1 .title{
	width:60%;
}

.shinsotu2{
	width:40%;
	
}

.shinsotu2 img{
	width:100%;
	margin-top:45px;
}

/*-------------------------------
採用試験についてはこちら
--------------------------------*/
.saiyou_shiken{
	width:45%;
	text-align:center;
	border-bottom:1px solid #219ACF;
	margin-left:auto;
	margin-right:auto;
}

#saiyou .saiyou_shiken a :hover{
	background-color:#36AACE;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
}

#saiyou .saiyou_shiken h4{
	font-size:200%;
	margin-bottom:10px;
	/*color:#219ACF;*/
	color:#36AACE;
	padding-top:10px;
	padding-bottom:10px;
}

/*-------------------------------
中途採用
--------------------------------*/


/*-------------------------------
求人活動情報
--------------------------------*/
.kyujin_katudou{
	position:relative;
	width:100%;
	height:100%;
}

.kyukatu_img{
	position:absolute;
	top:-75px;
	right:20px;
	height:100%;
	text-align:right;
}

.kyukatu_img img{
	width:50%;
}

#saiyou table tr td table{
	width:60%;
}

.teisyo_jimutyo{
	margin-left:120px;
}

/*-------------------------------
お問合せ・お申込み先
--------------------------------*/
.access_title{
	width:50%;
	border-bottom:solid 2px #8A8A8A;
}

.access_title img{
	width:90%;
	margin-bottom:20px;
	
}

.access1{
	width:50%;
}

.access2{
	width:45%;
}

#saiyou .access1 p{
	font-size:120%;
	line-height:30px;
}

.access1 img{
	width:100%;
}

.access2 img{
	width:100%;
}

/*-------------------------------
お問合せ・お申込み先2
--------------------------------*/
#otoiawase h2{
	background-color:#3FAEE1;
	text-align:center;
	font-size:200%;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}

#otoiawase h3{
	font-size:130%;
}

#otoiawase .doui{
	text-align:center;
}

#otoiawase p{
	font-size:100%;
}

#otoiawase .kojinn_toi{
	text-align:right;
	line-height:25px;
	font-size:120%;
}

/*#otoiawase .doui1 a{
	background-color:#3FAEE1;
	color:#fff;
	font-size:130%;
	padding:5px;
	margin:5px;
}

#otoiawase .doui1 a:hover{
	background-color: #197BA9;
}*/

/*-------------------------------
サイトマップ
--------------------------------*/
#sitemap_pg{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
}

#sitemap_pg .title1{
	width:65%;
}

#sitemap_pg img{
	width:32%;
}

#sitemap_pg p{
	font-size:100%;
}

#sitemap_pg h2{
	font-size:250%;
	color:#F7A5D5;
}

#sitemap_pg h3{
	font-size:200%;
	color:#36AACE;
	margin-bottom:10px;
	font-weight:bold;
}

.site_kango_tl{
	width:30%;
	text-align:center;
	border-bottom:1px solid #FD6E91;
	margin-left:auto;
	margin-right:auto;
}

#sitemap_pg .site_kango_tl a :hover{
	background-color:#FD6E91;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
}

#sitemap_pg .site_kango_tl h3{
	font-size:200%;
	margin-bottom:10px;
	/*color:#219ACF;*/
	color:#FD6E91;
	padding-top:10px;
	padding-bottom:10px;
}

.site_syokuba_tl{
	width:30%;
	text-align:center;
	border-bottom:1px solid #568FC3;
	margin-left:auto;
	margin-right:auto;
}

#sitemap_pg .site_syokuba_tl a :hover{
	background-color:#568FC3;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
}

#sitemap_pg .site_syokuba_tl h3{
	font-size:200%;
	margin-bottom:10px;
	/*color:#219ACF;*/
	color:#568FC3;
	padding-top:10px;
	padding-bottom:10px;
}

.site_shinjin_tl{
	width:45%;
	text-align:center;
	border-bottom:1px solid #63B84B;
	margin-left:auto;
	margin-right:auto;
}

#sitemap_pg .site_shinjin_tl a :hover{
	background-color:#63B84B;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
}

#sitemap_pg .site_shinjin_tl h3{
	font-size:200%;
	margin-bottom:10px;
	/*color:#219ACF;*/
	color:#63B84B;
	padding-top:10px;
	padding-bottom:10px;
}

.site_wlb_tl{
	width:60%;
	text-align:center;
	border-bottom:1px solid #D73C43;
	margin-left:auto;
	margin-right:auto;
}

#sitemap_pg .site_wlb_tl a :hover{
	background-color:#D73C43;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
}

#sitemap_pg .site_wlb_tl h3{
	font-size:200%;
	margin-bottom:10px;
	/*color:#219ACF;*/
	color:#D73C43;
	padding-top:10px;
	padding-bottom:10px;
}

.site_saiyo_tl{
	width:25%;
	text-align:center;
	border-bottom:1px solid #3FAEE1;
	margin-left:auto;
	margin-right:auto;
}

#sitemap_pg .site_saiyo_tl a :hover{
	background-color:#3FAEE1;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:10px;
}

#sitemap_pg .site_saiyo_tl h3{
	font-size:200%;
	margin-bottom:10px;
	/*color:#219ACF;*/
	color:#3FAEE1;
	padding-top:10px;
	padding-bottom:10px;
}


#sitemap_pg h4{
	font-size: 110%;
	color:#36AACE;
	font-weight: bold;
	text-align:center;
}

#sitemap_pg .site_kango{
	border:5px solid #FD6E91;
	padding:20px;
	border-radius:15px;
}

#sitemap_pg .site_syokuba{
	border:5px solid #568FC3;
	padding:20px;
	border-radius:15px;
}

#sitemap_pg .site_shinjin{
	border:5px solid #63B84B;
	padding:20px;
	border-radius:15px;
}

#sitemap_pg .site_wlb{
	border:5px solid #D73C43;
	padding:20px;
	border-radius:15px;
}

#sitemap_pg .site_saiyo{
	border:5px solid #3FAEE1;
	padding:20px;
	border-radius:15px;
}