@charset "utf-8";
/************************************************
看護師インタビュー点線（不使用）
***********************************************
#interview01,#interview02,#interview03{
	padding: 10px;
	position: relative;
    border: dashed 2px #FBA518;
    margin-bottom: 20px;
}


/************************************************
	event
************************************************/
/*body { background: #F5F7FA; }

#main,
#sub { padding-top: 20px; }
*/
h1 { /*
	font-size:110%;
	margin-bottom:1em;
	padding:0.8em;
	border-top: 4px solid #73ADFF;
	border-bottom:1px solid #ddd;
	background:#FFFFFF;
*/ }
#contact .link-list .item img{height: auto;width: 50%;}
#jissen h1 {
position: relative;
font-size: 140%;
color: #fa8e9f;
background: url(../../common/images/line.gif)repeat-x bottom left;
padding: 0.5em 0.5em 0.5em 1em;
margin-bottom: 1em;width: 100%;
}

#jissen h1:before {
content: "";
position: absolute;
background: #fa8e9f;
top: 0;
left: 0.4em;
height: 12px;
width: 12px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}

#jissen h1:after {
content: "";
position: absolute;
background: #fa8e9f;
top: 1.0em;
left: 0;
height: 8px;
width: 8px;
transform: rotate(15deg);
-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
}




body.top ul.option {
	position: relative;
	margin:4px 1px 4px 1px;
	padding:0 5px;
	font-size:0;	
}

body.top ul.option:before {
content: "";
position: absolute;
display: block;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-color: transparent #E49719 #E49719 transparent;
border-style: solid;
border-width: 6px;
}

body.top ul.option li {
	font-size: 11px;
	font-weight:bold;
	display:inline-block;
	margin:2px;
	padding: 0 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

body.top ul.option li.postNew {
background: #DD0003;
color: #FFFFFF;
}

body.top ul.option li.postNews {
background: #00B31A;
color: #FFFFFF;
}

body.top ul.option li.postEvent {
background: #0068B7;
color: #FFFFFF;
}

body.top ul.option li.postArea {
background: #F59331;
color: #FFFFFF;
margin: 0 5px 0 0;
}


/* SNS */

.facebook {
float: right;
width: 70px;
margin: 0 5px;
padding: 0;
}

.twitter {
float: right;
width: 70px;
margin: 0 5px 0;
padding: 0;
}

.btnSNS {
border-top: 1px solid #D7D7D7;
padding: 20px 0 0 0;
margin: 30px 0 20px 0;
}

/* ページネーション */

.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;
}

/* 左ナビ */

body#nursingStudent #sub .week {
background: #73ADFF;
padding: 5px;
font-size: 12px;
}

body#nursingStudent #sub .week h2 {
color: #FFFFFF;
padding: 5px 0;
font-size: 14px;
font-weight: bold;
}

body#nursingStudent #sub .week .shiori {
position: relative;
padding: 10px;
background: #FFFFFF;
margin-bottom: 3px;
}

body#nursingStudent #sub .week .shiori p:before {
content: "";
position: absolute;
display: block;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-color: #ccc #3187da #3187da #ccc;
border-style: solid;
border-width: 5px;
}

/* 検索ボックス */
body#nursingStudent #main .area {
margin: 0 0;
float: right;    line-height: 1.9;
}


body#nursingStudent #main .area table.cft td { padding: 0 5px; }


/*--------- button  -------

body.single #main .event_return_button {
border: 1px solid #ddd;
text-align: center;
margin: 30px auto 10px;
padding: 2px;
font-size: 14px;
width: 60%;
}

body.single #main .event_return_button span { color: #33cc00; }

body.single #main .event_return_button a:link {
display: block;
text-decoration: none;
width: 100%;
margin: 0 auto;
padding: 8px 0;
background: #f8f8f8;
text-align: center;
}

body.single #main .event_return_button a:visited { color: #000; }

body.single #main .event_return_button a:hover {
color: #33cc00;
background: #fdfdfd;
}*/
/*------------------------------------
トピックス
------------------------------------*/
/*こちらをうかうなら…

h2 {
    padding: 5px 5px 0px 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #bbb;
    color: rgba(102,204,0,1);
    border-left: rgba(102,204,0,1) solid 5px;
    margin: 10px 0;
}*/
.newTopics {
	overflow: scroll;
	width: 100%;
	height: 200px;
	margin: 0 0 20px 0;
	overflow-x: hidden;
	border-bottom: 1px solid #ccc;
}
.newTopics dt {
	float: left;
	width: 64px;
	padding: 14px 0 6px 0;
	clear: both;
	line-height: 1.3;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

.newTopics dt span{
    padding: 2px 0;
    width: 100%;
    display: block;}

.newTopics dt .event {
	padding: 2px 0;
}
.newTopics dt .news {
	background: #aaa;
	padding: 2px 0;
}
.newTopics dd {
	margin: 0 0 0 0;
	padding: 12px 5px 10px 70px;
	line-height: 1.3;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 14px;
}
.newTopics a:link {
	color: #3187da;
}
.newTopics a:hover {
	color: #aed7ff;
}
body #kosodate,body #interview{
  background-color: #FFF4E3;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#jissen .item-t p{font-size:  14px;}
#interview img{width: 100%;}
#interview h4{    color: #FBA518;
    margin: 2em 0 1em 0;
    line-height: 1.5em; }
#interview p{font-size:  14px;}

body.top #mainImg{padding: 50px 40px 40px 40px;}
.comment_box {
    margin: 0 auto;
    max-width: 880px;
    position: relative;
    text-align: left;
    background-color: white;
    padding: 0.2em 0.5em;
    color: #565656;
    box-shadow: 0px 0px 0px 10px #fff;
    border: dashed 2px #ec6d81;
    border-radius: 30px;
}
.comment_box img.base{    position: absolute;
    top: -40px;
    left: 20px;}

.comment_box p{    padding: 40px 20px 10px 110px;}
body.top #mainImg{background:#fff4e3; }
@media screen and (max-width:959px) {
	
.jobttl img{max-width: 200px; }
#interview .nurse img {margin: 1px 10px 1px 1px;
    border: 3px solid #fff;
    width: 120px;
}
#interview .nurse h3 {
    margin: 10px 0 10px 30px;
}
    body.top #mainImg img{max-width: 50%;}
.comment_box p{    padding: 0 10px 10px 10px;    font-size: small;}
    .comment_box img.base{position: static;}
    body.top #mainImg {    padding: 20px;
}
 .newTopics {
	overflow-y: visible;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px;
	overflow-x: visible;
	border-bottom: none;
}
	 #contents h1 {
	    margin: 0 10px!important;
             font-size: medium;
    width: auto!important;	 
	  }}
@media screen and (max-width:767px) {

body #main .col h2.tit { min-height: 0; }

body.single #main .read { padding: 0 4%; }

body.single #main .read img {
display: block;
width: 100% !important;
height: auto !important;
}

.col { clear: both; }

body.single ul.option {
float: none;
width: 96%;
}

body.single ul.option li {
display: block;
width: 100%;
}


@media screen and (max-width:480px) {
.newTopics {
	overflow: visible;
	height: auto;
}}