/*******************************************
*
* CSS tor 国際医療福祉大学病院 Top page
* 2018.4.17
*
********************************************/

@charset "UTF-8";


/* ==========================================================
*
* 基本構造
*
========================================================== */
#contents .columbox{
	width:1020px;
	margin:30px auto 0;
}

#leftCol{
	display:block;
	overflow:hidden;
	width:770px;
	float:left;
}


#rightCol{
	display:block;
	overflow:hidden;
	width:210px;
	float:right;
}

.topBtnList{
	display:block;
	overflow:hidden;
	width:100%;
	min-width:1020px;
}

.topBtnList p.vline{
	width:40px;
	height:100%;
	font-size:15px;
	line-height: 100%;
	text-align:center;
	position:relative;
	float:left;
background-color:#ff6864;
}
.topBtnList p.vline > span{
	height:110px;
	display:inline-block;
	position:absolute;
	top:0;
	left:11px;
	/*top:50%;
	left:50%;
	display:inline;
	transform:translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);*/
}

.topBtnList ul{
	display:block;
	overflow:hidden;
	width:calc(100% - 40px);
}

.topBtnList ul > li > a{
	display:block;
	overflow:hidden;
}

.topBtnList ul > li > a:hover{
	color:#000000;
	opacity:0.75;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#contents .columbox{
		width:inherit;
		margin:30px auto 0;
	}

	#leftCol,
	#rightCol{
		display:block;
		overflow:hidden;
		width:100%;
		float:none;
	}
	
	#rightCol{
		padding:0 1em;
	}

	.topBtnList{
		min-width:100%;
	}
	.topBtnList p.vline{
		width:auto;
		height:auto;
		font-size:15px;
		float:none;
	}
	.topBtnList p.vline > span{
		height:auto;
		position:relative;
		top:auto;
		left:auto;
		/*display:inline;
		transform:none;
		-ms-transform: none;
		-webkit-transform:none;
		-moz-transform:none;*/
	}

	.topBtnList ul{
		width:auto;
	}


}

/********************************
 縦書きボックス
********************************/
.vline{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {
    .vline{
        -webkit-writing-mode:horizontal-tb;
        -ms-writing-mode:lr-tb;
        writing-mode:horizontal-tb;
    }
}


/* ==========================================================
*
* TOP SLYDE
*
========================================================== */
#topContent{
	display:block;
	overflow:hidden;
	position:relative;
	background:#B0DEFF; /*追加背景色*/
	/*background:#5c89c7;*/　/*糖尿病デー*/
}


@media screen and (max-width: 738px) {

#topContent{

	background: #FFF; /*追加背景色*/
}

}

#topContent .vline {
  color: #ffffff;
  position: relative;
}

#topContent .vline.pickcolor {
  color: #ffffff;
  position: relative;
  background: #ffa9a2;
}

.widebox{
	display:block;
	/*overflow:hidden;*/
	width:1200px;
	margin:0 auto;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	.widebox{
		width:100%;
	}

}


/********************************
 TOP SLYDE
********************************/
#topSlyde{
	display:block;
	/*overflow:hidden;*/
	overflow:visible;
	/*width:1200px;*/
	width:1020px; /*width:1020px 修正前;*/
	height:250px;
	margin:0 auto;



}


#topSlyde img{


	
	margin:0 auto;

	
	
	
	}
	
	
	
	

	
	
	


#slydeMain{
	width:1020px;
	/*left:90px;*/
}



/*マウスオーバーアクション追加 開始 ▼ */
#slydeMain a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	
}


/*---------------------------  ▲ */


.bx-viewport{
	overflow:visible!important;
}

.bx-wrapper .bx-prev {
/*  編集前ボタン左右距離left: 75px;*/
	left: 20px;
}
.bx-wrapper .bx-next {
/*  編集前ボタン左右距離right: 75px;*/
    right: 20px;
}

/*.bx-wrapper{
    margin-bottom:0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
}*/



.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}


.bxslider img{
  width: 100% !important;
  height: auto !important;
}


.bx-wrapper .bx-pager {
    bottom: 10px;
    color:#53b539!important;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 100;
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#topSlyde{
		width:100%;
		height:auto;
	}

	#slydeMain{
		width:100%;
		height:auto;
		left:0;
	}

	#slydeMain img{
		width:100%;
		height:auto;
	}

	.bx-wrapper .bx-prev {
	    left: 10px;
	}
	.bx-wrapper .bx-next {
	    right: 10px;
	}

}


/********************************
 診療受付時間
********************************/
#examTab{
	display:block;
	/*overflow:hidden;*/
	width:220px;
	min-height:390px;

	/*position:absolute;
	top:20px;*/
	position:fixed;
	top:186px;
	right:-220px;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;

    z-index: 500;
}

#examTab > a{
	display:block;
	overflow:hidden;
	width:60px;
	height:214px;
	font-size:22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position:absolute;
	top:0;
	left:-60px;
	background-color:#ffffff;
	text-decoration:none;
}
#examTab > a:hover > p{
	opacity:0.5;
}

p#pullTab{
	display:block;
	overflow:hidden;
	width:60px;
	height:214px;
	position:relative;
}

p#pullTab > span{
	position:absolute;
	top:18px;
	left:50%;
	display:inline-block;
	position:absolute;
	top:20px;
	left:20px;
	/*
	display:inline;
	transform:translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	*/
}

p#pullTab > span:after{
	display:block;
	width:21px;
	content:"\f137";
	margin-top:10px;
	text-align:center;
	color:#ffffff;
}

#examTab .dicriptTxt{
	display:none;
}

#examTab.open{
	right:0;
	z-index:500;
}

#examTab.open p#pullTab > span:after{
	content:"\f138";
}

#pageMask{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:400;
}

#examTabData{
	display:block;
	overflow:hidden;
	width:220px;
	padding:20px;
	/*position:absolute;
	top:0;
	left:0;*/
	border-bottom-left-radius: 5px;
}

dl.examTxt{
	display:block;
	overflow:hidden;
}
dl.examTxt > dt{
	border-bottom:1px dotted #333333;
	padding:1em 0;
}

dl.examTxt > dd{
	font-size:1.8rem;
	padding:1em 0 1.5em;
	border-bottom:1px dotted #333333;
}


#examTabData > dl.examTxt{
	text-align:center;
	line-height:155%;
}

#examTabData > dl.examTxt > dt,
#examTabData > dl.examTxt > dd{
	font-size:1.6rem;
	line-height:125%;
}
#examTabData > p{
	margin-top:1em;
	font-size:1.3rem;
	line-height:125%;
}

#examTabData a.recBtn_sp{
	display:none;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {
	#examTab{
		overflow:hidden;
		width:100%;
		min-height:auto;

		position:relative;
		top:auto;
		right:auto;

	    -webkit-transition: all ease 0.5s;
	    -moz-transition: all ease 0.5s;
	    -ms-transition: all ease 0.5s;
	    -o-transition: all ease 0.5s;
	    transition: all ease 0.5s;

	    padding:5px 10px 5px;
	    z-index: 120;
	}

	#examTab > a{
		width:100%;
		height:auto;
		border-top-left-radius:0;
		border-bottom-left-radius:0;
		font-size:1.6rem;
		position:relative;
		top:auto;
		left:auto;
		margin:10px auto 0;
		color:#ffffff;
	}

	#examTab > a:hover > p{
		opacity:inherit;
	}

	p#pullTab{
		width:100%;
		height:auto;
		padding:10px;
		text-align:center;
	}

	 p#pullTab > span{
		position:relative;
		top:auto;
		left:auto;
		display:inline;
		transform:none;
		-ms-transform: none;
		-webkit-transform:none;
		-moz-transform:none;
	}

	p#pullTab > span > img{
		display:none;
	}

	p#pullTab > span:after{
		margin-top:0;
		content:"\f067";
		float:right;
	}
	.open p#pullTab > span:after{
		content:"\f068";
	}
	#examTab .dicriptTxt{
		display:block;
	}


	#examTabData{
		display:none;
		width:100%;
		padding:0;
		position:relative;
		top:auto;
		left:auto;
		border-bottom-left-radius: 0;
		margin-bottom:2em;
	}

	#examTabData > dl.examTxt{
		border-bottom: 1px dotted #333333;
	}

	#examTabData > dl.examTxt > dt{
		clear:both;
		width:7em;
		float:left;
		border-bottom:none;
		border-top: 1px dotted #333333;
		font-size:1.6rem;
	}
	#examTabData > dl.examTxt > dd{
		width:calc(100% - 7em);
		padding: 1em 0 1em;
		text-align: left;
		margin-left:7em;
		border-bottom:none;
		border-top: 1px dotted #333333;
		font-size:1.6rem;
	}

	#examTabData a.recBtn_sp{
		display:block;
		overflow:hidden;
		margin-top:2em;
	}

	#examTabData a.recBtn_sp img {
	    width: 100%;
	    height: auto;
	}

}


/********************************
 ご来場の方へ
********************************/
#menuBtns{
	height:130px;
}
#menuBtns p.vline > span{
	padding-top:20px;
}

#menuBtns ul{
	height:130px;
}

#menuBtns ul > li{
	width:20%;
	float:left;
	padding:4px 2px;
	text-align:center;
}
#menuBtns ul > li:first-child{
	padding-left:0;
}
#menuBtns ul > li:last-child{
	padding-right:4px;
}
#menuBtns ul > li > a{
	height:122px;
	padding-top:10px;
	background-color:#ffffff;
	text-decoration:none;
	line-height: 100%;
	/*color:initial;*/
	color:#000000;
}

#menuBtns ul > li > a > p{
	margin-top:5px;
	/*font-size:15px;*/
	font-size:1.0em;
	line-height: 100%;
    white-space: nowrap;
    padding:0 0.5em;
    /*overflow:hidden;*/
}

.icnImg {
	display:inline-block;
	overflow:hidden;
	width:75px;
	height:75px;
	background-image: url('../img/top/menu_icon.png');
	background-repeat:no-repeat;
}

#menuBtns ul > li:nth-child(1) .icnImg{
	background-position:0 -225px;
}

#menuBtns ul > li:nth-child(2) .icnImg{
	/*background-position:0 -300px;*/
	background-position:0 0;
}

#menuBtns ul > li:nth-child(3) .icnImg{
	/*background-position:0 -150px;*/
	background-position:0 -300px;
}

#menuBtns ul > li:nth-child(4) .icnImg{
	/*background-position:0 -75px;*/
	background-position:0 -150px;
}

#menuBtns ul > li:nth-child(5) .icnImg{
	/*background-position:0 0;*/
	background-position:0 -75px;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {
	#menuBtns{
		height:auto;
		margin-top:0;
	}

	#menuBtns p.vline{
		padding:10px;
	}
	#menuBtns p.vline > span{
		padding-top:0;
	}
	#menuBtns ul{
		height:auto;
		padding:1px;
	}

	#menuBtns ul > li{
		width:50%;
		padding:1px 1px;
		text-align:center;
	}

	#menuBtns ul > li:first-child{
		padding-left:inherit;
	}
	#menuBtns ul > li:last-child{
		width:100%;
		padding-right:1px;
	}

	#menuBtns ul > li > a{
		padding-top:10px;
		background-color:#ffffff;
		text-decoration:none;
	}

	#menuBtns ul > li > a > p{
		font-size:0.9em;
		padding:0;
	}

	#menuBtns ul > li:nth-child(4) > a > p{
		letter-spacing:-0.1em;
	}
}


/********************************
 ピックアップ
********************************/
#pickup{
	height:110px;
}

#pickup ul > li{
	/*width:385px;*/
	width:33%;
	float:left;
	padding:5px 2px;
}

#pickup ul > li:last-child{
	/*width:390px;*/
	width:34%;
	height:110px;
}

#pickup ul > li > a{
	line-height:100%;
	/*background-color:#000000;*/
}

div[id^='pickup'] ul > li > a > p{
	font-size:1.8rem;
	font-weight:bold;
	line-height:110px;
	padding:0 1em;
	width:100%;
	height:100px;
	color:#000000;
	/*text-align:center;*/
}


div[id^='pickup'] ul > li > a{
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:cover;
	text-decoration:none;
}

div[id^='pickup'] ul > li > a > p{
    text-shadow:
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;
/*
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
 */
}

/*div[id^='pickup'] ul > li:nth-child(1) > a{
	background-image:url('../img/top/pickup/pickup_01.png');
}*/
div[id^='pickup'] ul > li:nth-child(1) > a{
	background-image:url('../img/top/pickup/pickup_05.png');
}
div[id^='pickup'] ul > li:nth-child(2) > a{
	background-image:url('../img/top/pickup/pickup_02.png');
}
div[id^='pickup'] ul > li:nth-child(3) > a{
	background-image:url('../img/top/pickup/pickup_04.png');
}
div[id^='pickup'] ul.jp > li:nth-child(1) > a{
	background-image:url('../img/top/pickup/pickup_05.png');
}
/*div[id^='pickup'] ul > li img{
	vertical-align:bottom;
}*/

div[id^='pickup'] ul > li > a > p.lineW2{
	line-height:125%;
	padding-top:calc(50px - 1em);
}
div[id^='pickup'] ul > li > a > p.lineW{
	line-height:125%;
	padding-top:calc(50px - 1em);
}
div[id^='pickup'] ul > li > a > p.lineT{
	line-height:125%;
	padding-top:calc(50px - 1.5em);
}


/* for Sp --------------------*/
#pickup_sp{
	 display:none;
	 overflow:hidden;
}
#pickup_sp ul > li{
	margin-bottom:10px;
}

#pickup_sp ul > li > a{
	display:block;
	overflow:hidden;
	padding:0;
	line-height: 100%;
	height:100%;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	padding-top:29%;
	position:relative;
}

#pickup_sp ul > li > a > p{
	text-align:left;
	/*text-align:center;*/
	line-height:100%;
	width:100%;
	height:50%;
	position:absolute;
	top:calc(50% - 0.5em);
	left:0;
}

/*#pickup_sp ul > li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}*/

@media screen and (max-width: 738px) {
	#pickup{
		display:none;
	}

	#pickup_sp{
		display:block;
	}
	/*追加*/
	div[id^='pickup'] ul > li > a > p.lineW2{
		padding-top:0;
		margin-top:calc(-4px - 0.1em) ;
    }
 	div[id^='pickup'] ul > li > a > p.lineW{
		padding-top:0;
		margin-top:calc(-8px - 0.1em) ;
    }
	div[id^='pickup'] ul > li > a > p.lineT{
		padding-top:0;
		margin-top:calc(-10px - 0.1em);
    }
    
    #pickup_sp ul > li > a > p.lineW{
    	top: calc(50% - 1.0em);
    }

}



/* ==========================================================
*
* お知らせ
*
========================================================== */
#newsSection{
	display:block;
	overflow:hidden;
}

#newsSection > h2 > span{
	margin-bottom:1em;
}

#newsList ul{
	/*min-height:600px;*/
	display:none;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#newsSection{
		padding:0 1em;
	}
}


/* ==========================================================
*
* グループ・関連施設
*
========================================================== */
#relationSection{

}

#relationSection a{
	display:inline-block;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
}

#relationSection a:hover{
	opacity:0.5;
}

#relationSection_sp{
	display:none;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
	#relationSection{
		display:none;
	}

	#relationSection_sp{
		display:block;
	}

	#relationSection_sp a{
		display:block;
		margin-right:0;
		margin-bottom:20px;
	}

	#relationSection_sp a img{
		width:100%;
		height:auto;
	}
 
}


/* ==========================================================
*
* 診察受付時間
*
========================================================== */
#bizHours{
	display:block;
	overflow:hidden;
	background-color:#cccccc;
	padding-bottom:2em;
	text-align:center;
}

#bizHours > h2{
	color:#ffffff;
	border-left:none;
	padding:0.75em 0;
	margin:0;
	background-color:#333333;
	font-size:1.6em;
	line-height:100%;
}

#bizHours > dl.examTxt{
	font-size:1.2em;
	margin:0 120px 1em;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#bizHours{
		display:none;
	}
 
}

/********************************
 営業日
********************************/
.bizDay{
	display:block;
	overflow:hidden;
	font-size: 0.9em;
}

#bizHours > dl.examTxt > dt > .bizDay{
	margin-bottom:1em;
}

@media screen and (max-width: 738px) {

	#examTab .bizDay{
		margin-bottom:1em;
	}
	 
}

/* ==========================================================
*
* リクルート
*
========================================================== */
#recruitList{
	display:block;
	overflow:hidden;
	border:2px solid #333333;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#recruitList > h2{
	padding:10px;
	font-size:1.6rem;
	line-height:100%;
	text-align:center;
	color:#ffffff;
	margin-bottom:0;
	/*letter-spacing:initial;*/
	border-left:none;
}

#recruitList > ul{
	display:block;
	overflow:hidden;
	padding:10px;
	background-color:#cccccc;
}

#recruitList > ul > li{
	display:block;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #333333;
}

#recruitList > ul > li > a{
	display:block;
	overflow:hidden;
	line-height:56px;
	text-decoration:none;
	font-size:1.4rem;
	/*color:initial;*/
	color:#000000;
}

#recruitList a:hover{
	opacity:0.5;
}

#recruitList > ul > li > a > img{
	float:left;
	margin-right:10px;
}

#recruitList > ul > li:last-child{
	border-bottom:none;
}

#recruitList > ul > li a > p{
	height:56px;
	line-height:125%;
	display: flex;
	align-items: center;
}

/*追加*/

#recruitList2{
	display:block;
	overflow:hidden;
	border:2px solid #333333;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#recruitList2 > h2{
	padding:10px;
	font-size:1.6rem;
	line-height:100%;
	text-align:center;
	color:#ffffff;
	margin-bottom:0;
	/*letter-spacing:initial;*/
	border-left:none;
}

#recruitList2 > ul{
	display:block;
	overflow:hidden;
	padding:10px;
	background-color:#cccccc;
}

#recruitList2 > ul > li{
	display:block;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #333333;
}

#recruitList2 > ul > li > a{
	display:block;
	overflow:hidden;
	line-height:56px;
	text-decoration:none;
	font-size:1.4rem;
	/*color:initial;*/
	color:#000000;
}

#recruitList2 a:hover{
	opacity:0.5;
}

#recruitList2 > ul > li > a > img{
	float:left;
	margin-right:10px;
}

#recruitList2 > ul > li:last-child{
	border-bottom:none;
}

#recruitList2 > ul > li a > p{
	height:56px;
	line-height:125%;
	display: flex;
	align-items: center;
}



/* for Sp --------------------*/
.recruit_sp{
	display:none;
	overflow:hidden;
	padding:5px 10px 5px;
}

.recruit_sp > a > p{
	padding:10px;
	text-align:center;
}

.recruit_sp > a{
	display:block;
	overflow:hidden;
	width:100%;
	font-size:1.6rem;
	color: #ffffff;
	text-decoration:none;
	margin: 10px auto 0;
}

.recruit_sp span.icnf-cleft:after {
    content:"\f067";
    float:right;
}

.recruit_sp .open span.icnf-cleft:after {
    content:"\f068";
}

.recruit_spList{
	display:none;
	overflow:hidden;
	margin-bottom:2em;
}

.recruit_spList > ul{
	/**/
}

.recruit_spList > ul > li{
	border-bottom:1px dotted #333333;
	clear:both;

}

.recruit_spList > ul > li > a{
	display:block;
	overflow:hidden;
	padding:10px 0 10px;
	text-decoration:none;
	color:#000000;
}

.recruit_spList > ul > li > a > img{
	float:left;
	margin:0 10px 0 10px;
}

.recruit_spList > ul > li > a > p{
	/*text-align:left;
	line-height:56px;*/
	padding:0;
	height:56px;
	line-height:125%;
	display: flex;
	align-items: center;
}

.recruit_spList span.icnf-R:after {
    content: "\f05b";
    margin-left:1em;

}

.dicriptTxt{
	display:block;
	overflow:hidden;
	font-size:1.2rem;
	color:#333333;
	text-align:right;
	padding-bottom:10px;
}
	

@media screen and (max-width: 738px) {

	#recruitList{
		display:none;
	}
	
	#recruitList2{
		display:block;
	}

	.recruit_sp{
		display:block;
		margin-bottom: 30px;
	}
	.topsphide{
	display:none;
}


}



/* ==========================================================
*
* バナーエリア
*
========================================================== */
#bannerList{
	display:block;
	overflow:hidden;
	margin-top:5px;
}

#bannerList a{
	display:block;
	overflow:hidden;
	margin-top:16px;
}

#bannerList a:hover{
	opacity:0.5;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#bannerList{
		margin-top:0;
		margin-bottom:30px;
	}

	#bannerList a{
		margin-top:0;
		margin-bottom:10px;
	}

	#bannerList a img{
		width:100%;
		height:auto;
	}

}

#examTime,
#infoSection{
	display:none;
}

/* ==========================================================
*
* Special Message Box
*
========================================================== */
#specialMsg{
	display:block;
	overflow:hidden;
	border-width:4px;
	border-style:double;
	margin-bottom:2em;
	padding: 1em;
}

#specialMsg > p{
	line-height:150%;
	font-size:1.1em;
}




/* ==========================================================
*
* Special Message Box
*
========================================================== */
#specialMsg{
	display:block;
	overflow:hidden;
	border-width:4px;
	border-style:double;
	margin-bottom:1.5em;
	padding: 0.8em;
	background:#f6f6f6 !important;
}

#specialMsg > p{
	line-height:150%;
	font-size:1.0em;
}

#specialMsg > p span{
	line-height:180%;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
}

#specialMsg >p a{
	line-height:180%;
	font-size:1.1em;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

#specialMsg >p a{
	line-height:180%;
	font-size:1.0em;
}
}




/* ==========================================================
*
* Color setting
*
========================================================== */
/*.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fbefee;
}*/

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ff6864;
}


#pickup ul{
    background-color:#fbefee;
/* background-color:#ff6864;*/
}

.recruit_sp{
    background-color:#fbefee;
}

#pickup_sp ul > li > a{
	border:2px solid #ff6864;
}


@media screen and (max-width: 738px) {
	#gNavi > ul > li {
	    border-color:#ff6864;
	}

	#examTab{
	    background-color:#fbefee;
	}

	#examTime > dl.examTxt,
	#examTime > dl.examTxt > dt,
	#examTime > dl.examTxt > dd {
		border-color:#ff6864!important;
    }

    #recruit_sp > ul.bgHi{
	    background-color:#ffffff!important;
	}
}

