/* 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:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
/*-------------------------------
スマホ用幅　文　左右余白
--------------------------------*/
.sp_95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.sp_90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.fl{
	float:none;
}

.fr{
	float:none;
}

.clr{
	clear:both;
}

.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; 
}

/*-------------------------------
ページトップへスクロール
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

/*-------------------------------
レスポンシブ　スマホ画面では見えない
--------------------------------*/
.sp_none{
	display:none;
}
/*-------------------------------
レスポンシブ　スマホ画面で見える
--------------------------------*/
.full_none{
	display:inline;
}

/*-------------------------------
アコーディオンメニュー
--------------------------------*/
div.accordion {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.accordion > ul > li > a {
	display: block;
	color: #fff;
	/*font-size: 16px;*/
	font-size: 20px;
	text-decoration: none;
	background-color: #E74B82;
	border-bottom: 1px solid #DC6992;
	cursor: pointer;
	/*padding: 10px 12px;*/
	padding: 15px 12px;
	position: relative;
	
	font-weight:bold;
}
div.accordion > ul > li > a:hover{
	background-color:#E74B82;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{ font-size: 14px; position: absolute; right: 12px; top: 10px; color: #FFFFFF; }
div.accordion > ul > li > a:after{
	content: url(../img/menu_ic.png);
}
div.accordion > ul > li > a.active:after{
	content: url(../img/menu_ic2.png);
}
div.accordion > ul > li > ul {
	display: none;
}
div.accordion > ul > li > ul {
	background-color:#fff;
}
div.accordion > ul > li > ul img{
	width:26%;
}

div.accordion > ul > li > ul > li > a{ display: block; color: #FFF; font-size: 18px; padding: 10px 12px; position: relative; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #DC6992; text-decoration: none; 
}
div.accordion > ul > li > ul > li > a:hover{
	background-color: #E74B82;
}

.accordion ul li ul li { background-color: #A4C655; }

.navi-search{
	padding-top:10px;
	padding-bottom:10px;
}

.search-module-input{
	height:25px;
	width:70%;
}

.search-module-button{
	height:30px;
}

.sp ul{
	width:100%;
	text-align:center;
	background-color:#fff;
}
.w1000 .sp ul img{
	width:25%;
}

/*-------------------------------
スクロール固定
--------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/********************************************************
タブ切り替え
*********************************************************/
.tab{
	width:95%;
	height:100%;
	padding-left:inherit;
	border-bottom: 2px solid #BBBBBB;
	margin-left:auto;
	margin-right:auto;
}

ul.tab li{ /*タブ部分*/
	float: left;
	margin-right:inherit;
	height:40px;
}
	
ul.tab li a{ /*タブ部分*/
	color:#fff;
	font-size:95%;
	vertical-align:middle;
	text-decoration:none;
}

ul.tab li.active { /*選択中のタブ*/
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#D73C43;
}
	
ul.tab .tab1 {
	width:100%;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	background-color:#DC6685;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab2 {
	width:50%;
	border-radius:0px 0px 0px 0px;
	text-align:center;
	background-color:#5FABB0;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab3 {
	width:50%;
	border-radius:0px 0px 0px 0px;
	text-align:center;
	background-color:#F6AC19;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab4 {
	width:50%;
	border-radius:0px 0px 0px 0px;
	text-align:center;
	background-color:#5495CF;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab .tab5 {
	width:50%;
	border-radius:0px 0px 0px 0px;
	text-align:center;
	background-color:#B58A5F;
	color:#fff;
	padding-top:5px;
	padding-bottom:7px;
}

ul.tab li.active a{ /*選択中のタブ*/
	color: #fff;
}

.tab_area{ /*切り替え部分非表示*/
	display: none;
	}
	
.tab_content{ /*内容*/
	width: 95%; /*幅*/
	margin-left:auto;
	margin-right:auto;
	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-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin:5px;
	
}

.tab_content ul li .tab4{
	background-color:#5495CF;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
}

.tab_content ul li .tab5{
	background-color:#B58A5F;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
	margin:5px;
}

/********************************************************
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:45%;
	float:left;
	text-align:left;
}

.wp_post_r{
	width:45%;
	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;
}

/********************************************************
トップページ　共通部分
*********************************************************/
h2 h3{
	line-height:25px;
}
p{
	line-height:25px;
	font-size:120%;
	/*font-weight:bold;*/
	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 img{
	width:100%;
}

#mainimage h1{
	display:none;
}

#bg{
	background-image: url(../img/back-g.jpg);
	min-width:1000px;
	background-repeat:repeat-x;
}
.con{
	margin-left:auto;
	margin-right:auto;
	width:90%;
}


#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:100%;
	margin-top:0px;
}

.kiji img{
	width:100%;
}

.db{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:inherit;
}

.db img{
}

.gr_line{
	border-bottom:solid 1px #BDBCBC;
}

.bg{
	background-color:#fdfadb;
	min-width:inherit;
}

.w1000 img{
	width:100%;
}

.w1000 .wp-smiley{
	width:inherit;
}

/*-------------------------------
トップページボタン
--------------------------------*/
.top_img{
	position:inherit;
}

.top_img_btn{
	width:100%;
	position:inherit;
	text-align:center;
}

.top_img_btn img{
	width:45%;
}

.top_img_btn2{
	width:100%;
	position:inherit;
	text-align:center;
}

.top_img_btn2 img{
	width:45%;
}

.top_img_btn3{
	width:100%;
	position:inherit;
	text-align:center;
}

.top_img_btn3 img{
	width:45%;
}

.top_img_btn3 .img_ln{
	width:45%;
}

.top_img_btn4{
	width:100%;
	position:inherit;
	text-align:center;
}

.top_img_btn4 img{
	width:45%;
}

/********************************************************
看護部
*********************************************************/


/*-------------------------------
看護部長メッセージ
--------------------------------*/
.butyo_img{
	width:100%;
}

.butyo_img img{
	width:60%;
}

.butyo_bun{
	width:100%;
}
.kan_naiyo{
	margin-left:5px;
}

/*-------------------------------
看護の理念
--------------------------------*/
.kihonhoushin_img{
	position:absolute;
    right: 0%;
    bottom: -100%;
}
.pf_bun{
	margin-left:10px;
	width:100%;
}

.pf_bun p{
	width:100%;
}

/*-------------------------------
看護の体制
--------------------------------*/
.soshikizu{
	width:100%;
}

.soshikizu_img{
	width:100%;
}



table td{
	padding-left:15px;
}

.pink_maru{
	padding-right:5px;
}

/*-------------------------------
看護の特徴
--------------------------------*/
.kyuusei p{
	font-size:100%;
	background-color:#F8D1C5;
	border:3px solid #FF6877;
	border-radius:20px;
	padding:5px;
	margin-bottom:10px;
	
}

.riha p{
	font-size:100%;
	background-color:#D3EEE1;
	border:3px solid #5FA15D;
	border-radius:20px;
	padding:5px;
	margin-bottom:10px;
	
}

.team p{
	font-size:100%;
	background-color:#CEEAFF;
	border:3px solid #6B9CD2;
	border-radius:20px;
	padding:5px;
	margin-bottom:10px;
	
}

.zaitaku p{
	font-size:100%;
	background-color:#E5D7FF;
	border:3px solid #9F6599;
	border-radius:20px;
	padding:5px;
	margin-bottom:10px;
	
}



/********************************************************
私たちの職場
*********************************************************/
/*-------------------------------
職場めぐり
--------------------------------*/
.syokubameguri .inbk{
	width:100%;
	vertical-align:inherit;
	margin-left:10px;
	margin-right:10px;
}

.syokubameguri img{
	width:50%;
}

/*-------------------------------
看護実践の紹介
--------------------------------*/
.jiritu_img{
	width:100%;
}

.jiritu_img img{
	width:70%;
}

.jiritu_img .jiritu_img2{
	width:40%;
	margin-left:inherit;
}

.jiritu_bun{
	margin-top:5px;
	width:100%;
}

.jiritu_bun p{
	margin-top:5px;
	margin-bottom:5px;
	font-size:80%;
	line-height:25px;
}

.syoku_round{
	width:100%;
}

.sessyoku{
	width:100%;
}

.pg_jiritu{
	width:100%;
}

.tentou{
	width:100%;
}

.kan_naiyo .ganbaru_nurse{
	width:100%;
}

.gan_ns{
	position:inherit;
}

.nurse1{
	width:100%;
	position:inherit;
}

.nurse2{
	width:100%;
	position:inherit;
}


.gan_ns p{
	line-height:25px;
	margin-bottom:5px;
}

/*-------------------------------
チーム医療の実際
--------------------------------*/
.tmir_bun{
	width:100%;
}

.tmir_img{
	width:100%;
}

/********************************************************
新人教育とキャリア研修
*********************************************************/

/*-------------------------------
新人教育
--------------------------------*/
.shinjinkyoiku_bun{
	width:100%;
}

.shinjinkyoiku_img{
	width:100%;
	margin-top:20px;	
}

.shinjinkyoiku_bun .kan_naiyo .title{
	width:100%;
}

.shinjinkyoiku_bun p{
	font-size:100%;
	line-height:25px;
}

/*-------------------------------
新人ナースから一言
--------------------------------*/
.reflesh_bun{
	width:100%;
	padding-right:15px;
}

.reflesh_bun p{
	margin-bottom:10px;
}

.reflesh_img{
	width:100%;
}

/*-------------------------------
新人ナースの一日
--------------------------------*/
.shinjin_nurse1{
	width:100%;	
}

.shinjin_nurse2{
	width:100%;
}

.sh_nu1{
	width:100%;
}

.sh_nu2{
	width:100%;
}

.sh_nu1 img{
	width:100%;
}

.sh_nu2 img{
	margin-top:50px;
}

.sn_nu_ti{
	width:100%
}

/*-------------------------------
キャリア支援
--------------------------------*/
.carrier1{
	width:100%;
}

.carrier2{
	width:100%;
}

.ca_img img{
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}

.gen_moderu{
	width:100%;
}

.gen_kyoiku{
	width:100%;
	margin-top:30px;
}

/*-------------------------------
院内研修
--------------------------------*/
.innai .inbk{
	width:100%;
	margin-bottom:30px;
}

/********************************************************
私たちのワークバランス
*********************************************************/
#wlb .title1{
	width:100%;
}

/*-------------------------------
私たちのWLB
--------------------------------*/
.wlb1 .wlb1_1{
	width:80%;
}

.wlb1 .wlb1_2{
	width:100%;
	margin-bottom:0px;
}

.we_wlb{
	width:100%;
	position:inherit;
}

.wewl1{
	width:100%;
}

.wewl1 img{
	width:70%;
}

.wewl2{
	width:100%;
}

.wewl3{
	width:100%;
}

.wewl4{
	position:inherit;
	width:100%;
}


/*-------------------------------
子育て支援にも力を入れています
--------------------------------*/
.kosodate{
	position:inherit;
}

.kosodate_img{
	position:inherit;
	width:100%;
}

.kosodate_img img{
	width:100%;
}

.kosodate2{
	width:100%;
}

.kosodate2 .kosodate2_1 img{
	width:100%;
}

.kosodate2{
	width:100%;
}

.kosodate2 img{
	width:100%;
}

.red_ln{
	border-bottom:1px solid #DA4755;
	margin-top:5px;
	margin-bottom:5px;
}

.kosodate2 p{
	font-size:100%;
}

.kosodate3{
	width:100%;
}

.kosodate3 img{
	width:100%;
}

/*-------------------------------
独身寮の完備
--------------------------------*/
.ryo1{
	width:100%;
}

.ryo1 .title{
	width:100%;
}

.ryo1 img{
	width:100%;
}

.ryo1_kome{
	padding-left:0px;
}

.ryo2{
	width:100%;
	text-align:center;
}

.ryo2 img{
	width:100%;
}

/*-------------------------------
車通勤
--------------------------------*/
.tukin1{
	width:100%;
}

.tukin2{
	width:100%;
}

.tukin2 img{
	width:100%;
}

.tk2_bun{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}

.tk2_img{
	width:100%;
}

.tk2_img2{
	text-align:center;
}

/*-------------------------------
院内旅行もさまざま
--------------------------------*/
.ryoko1{
	width:100%;
}

.ryoko2{
	width:100%;
}

/*-------------------------------
サークル・部活動紹介
--------------------------------*/
.bukatu{
	position:inherit;
	height:inherit;
}

.bukatu1{
	width:100%;
	position:inherit;
}

.bukatu1 img{
	width:100%;	
}

.bukatu1 p{
	font-size:100%;	
}

.bukatu2{
	width:100%;
	position:inherit;
}

.bukatu3{
	width:100%;
	position:inherit;
}

.bukatu4{
	width:100%;
	position:inherit;
}

.bukatu5{
	width:100%;
	position:inherit;
}

/********************************************************
採用情報
*********************************************************/
#saiyou table th{
	display: block;
	width:100%;
}

#saiyou table td{
	display: block;
	width:100%;
	padding:inherit;
}


#saiyou .saiyou1 th{
	display: block;
	width:40%;
	padding:inherit;
}

#saiyou .saiyou1 td{
	margin-top:5px;
	display: block;
	width:95%
}

/*-------------------------------
新卒採用
--------------------------------*/
.shinsotu1{
	width:100%;	
}

.shinsotu1 .title{
	width:100%;
}

.shinsotu1 .kan_naiyo .title{
	width:100%;
}

.shinsotu1 .kan_naiyo img{
	width:45%;
}

.shinsotu2{
	width:100%;	
}

.shinsotu2 img{
	width:100%;	
}


/*-------------------------------
採用試験についてはこちら
--------------------------------*/
.saiyou_shiken{
	width:100%;
}

#saiyou .saiyou_shiken h4{
	font-size:180%;
	background-color:#36AACE;
	color:#fff;
	border: 10px double #fff;
	border-radius:10px;
}

/*-------------------------------
病院見学インターシップ
--------------------------------*/
.sotugyo_yotei{
	text-align:center;
}

.sotugyo_yotei img{
	width:70%;
}

/*-------------------------------
求人活動情報
--------------------------------*/

.kyujin_katudou{
	position:inherit;
}

.kyukatu_img{
	position:inherit;
	text-align:center;
}

.kyukatu_img img{
	width:50%;
}

#saiyou table tr td table{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.teisyo_jimutyo{
	margin-left:5px;
}

.kyujin_katu{
	width:40%;
}

/*-------------------------------
お問合せ・お申込み先
--------------------------------*/
.access_title{
	width:100%;
}

.access1{
	width:100%;
}

.access2{
	width:100%;
	margin-top:20px;
}

#saiyou .access1 p{
	font-size:120%;
	line-height:30px;
}

#otoiawase .doui1 a img{
	width:50%;
	margin:5px;
}

/*-------------------------------
サイトマップ
--------------------------------*/
#sitemap_pg ul{
	text-align:center;
}


#sitemap_pg img{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.site_kango_tl{
	width:100%;
}

.site_syokuba_tl{
	width:100%;
}

.site_shinjin_tl{
	width:100%;
}

.site_wlb_tl{
	width:100%;
}

.site_saiyo_tl{
	width:100%;
}