/* PDFアイコン
-------------------------------------*/
p.pdfIcon {
	font-size: 14px;
	font-weight: bold;
	display: table;
	text-align: center;
	margin: 10px auto 20px;
}

p.pdfIcon a {
	display: block;
	position: relative;
	padding: 15px 45px 15px 30px;
	color: #FFF;
	background-color: #009944;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

p.pdfIcon a:hover {
	background-color: #25ab60;
}

p.pdfIcon a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

p.pdfIcon span {
	display: table-cell;
	vertical-align: middle;
}

p.pdfIcon span.txt {
	padding:0 15px;
	letter-spacing:0.1em;
	line-height:1.5em;
}

/* 特集index
-------------------------------------*/
.specialTop h2.list {
	background-image: url(/common/images/entry_main.gif);
	background-repeat: no-repeat;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

.specialList {
	width: 580px;
	overflow: hidden;
}

.specialListBox {
	margin-bottom: 15px;
	position: relative;
	padding-left: 120px;
	width: 155px;
	min-height: 85px;
	margin-right: 15px;
	float: left;
}

.specialListBox p.entry {
	font-size:12px;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom: 5px;
}

.specialListBox p {
	line-height:1.5em;
}

.specialListBox img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.specialList2 {
	width: 545px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.specialList2 li {
	background-image: url(/common/images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.8em;
}


/* 特集
-------------------------------------*/
.specialTop {
 margin-bottom: 15px;
}

.specialIndex {
	background-image: url(/special/medical/images/index_back.gif);
	background-repeat: repeat;
	padding: 10px;
}

.specialIndex li {
	background-image: url(/special/images/point.gif);
	background-repeat: no-repeat;
	color: #666666;
	line-height: 1.8em;
	background-position: 0px 7px;
	padding-left: 8px;
}

.specialBox {
	width: 545px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/special/medical/images/special_box_line.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 15px;
	display: inline-block;
	
	overflow:hidden;
	z-index:1;
}

.specialBox h3 {
	margin-bottom: 15px;
}

.specialBox h3.mb0 {
	margin-bottom: 0;
}

.specialBox h4 {
	margin-bottom: 15px;
}

.specialBox h5 {
	margin-bottom: 15px;
}

.noBorder {
	border-bottom-style: none;
	background-image: none;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}

.txtBoxL {
	float: left;
	width: 263px;
	margin-right: 19px;
	margin-bottom: 15px;
}

.txtBoxR {
	float: left;
	width: 263px;
	margin-bottom: 15px;
}

* html .txtBoxL {
	margin-bottom: 0px;
}

* html .txtBoxR {
	margin-bottom: 0px;
}

*:first-child+html .txtBoxL {
	margin-bottom: 0px;
}

*:first-child+html .txtBoxR {
	margin-bottom: 0px;
}

.interviewBox {
	width: 545px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/special/medical/images/special_box_line.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 15px;
	position: relative;
}

.interviewBox h3 {
	margin-bottom: 15px;
}

.interviewBox h4 {
	margin-bottom: 15px;
}

.interviewBox h5 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #008ccf;
	font-size: 14px;
}

img.interviewImg {
	display: block;
	margin-bottom: 15px;
	margin-top: -149px;
	float: right;
}

img.interviewImg2 {
	margin-bottom: 15px;
	display: inline;
	margin-left: 453px;
}

.profielBox,.profielBox2 {
	margin-bottom: 15px;
	background-color: #FCF3C2;
	padding: 10px;
}

.profielBoxL {
	width: 262px;
	float: left;
}

.profielBoxR {
	width: 262px;
	float: right;
}

.profielBox p,.profielBox2 p {
 /*line-height: 1.5em;*/
}

.profielBox dl,.profielBox2 dl {
	width: 262px;
	display: block;
	float: left;
	margin-top: 5px;
}

.profielBox dt {
	float: left;
	font-size: 11px;
	width: 70px;
	margin-bottom: 3px;
}

.profielBox dd{
	float: left;
	font-size: 11px;
	width: 182px;
	margin-bottom: 3px;
	padding-right: 10px;
}

.profielBox2 dt {
	float: left;
	font-size: 11px;
	width: 50px;
	margin-bottom: 3px;
}

.profielBox2 dd{
	float: left;
	font-size: 11px;
	width: 202px;
	margin-bottom: 3px;
	padding-right: 10px;
}

.specialLink {
	text-align: center;
	margin-bottom: 15px;
	color: #666666;
}

.specialLink li {
	display: inline;
	color: #666666;
}

.specialLink li.next {
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 30px;
}

/* 大学のキャリア教育は新たな大学選びの道しるべとなるか
-------------------------------------*/
span.specialCarrierPoint {
	font-weight: bold;
	color: #003894;
	line-height: 1.5em;
	font-size: 14px;
}

/* 指導力アップ講座
-------------------------------------*/
.specialBox h3.specialEssay {
	font-weight: bold;
	color: #008ccf;
	font-size: 14px;
}

/* 2013年度　「子ども・子育て新システム」
-------------------------------------*/

h4.subTitle {
	margin: 0 0 8px 15px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #CC0000;
	line-height: 1.5em;
}

h5.subTitle {
	margin: 0 0 8px 15px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #CC0000;
	line-height: 1.5em;
}


.childcareLocal{
	float:left;
	padding-left:13px;
	padding-bottom:15px;
	width:255px;
	}


/* 2013年度　「子ども・子育て新システム」
資格・免許取得＋α“わが大学・短大の注目の学び”
-------------------------------------*/

.specialBox table{
	border-collapse:collapse;
}
.specialBox th{
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:left;
	padding:5px;
	border:#CCCCCC 1px solid;
}

.specialBox th.center {
	text-align:center;
}

.specialBox td{
	line-height:150%;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" 10px;
	padding:5px;
	font-size:12px;
	border:#CCCCCC 1px solid;
}

.specialBox th.backRed{
	background:#CC0000;
	color:#FFFFFF;
}

.specialBox th.backGreen{
	background: #006633;
	color:#FFFFFF;
}

.specialBox th.w10{
	width:10%;
	background:#000000;
	color:#FFFFFF;
	}

.specialBox th.w20{
	width:20%;
	background:#000000;
	color:#FFFFFF;
	}
	
.specialBox th.w30{
	width:30%;
	background:#000000;
	color:#FFFFFF;
}

.specialBox th.w40{
	width:40%;
	background:#000000;
	color:#FFFFFF;
}

.specialBox td.w10{
	width:10%;}

.specialBox td.w20{
	width:20%;}
	
.specialBox td.w30{
	width:30%;}

.specialBox td.w40{
	width:40%;}

.specialBox td a {
	font-weight: bold;
}


/* 新設大学・学部・学科特集
-------------------------------------*/
.specialBox h4.newSchool,.specialBox h5.newSchool {
	font-weight: bold;
	color: #008ccf;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-size: 16px;
}

.newSchoolIntervew {
	position: relative;
	padding-bottom: 15px;
}

.newSchoolIntervew h4 {
 margin-bottom: 10px;
}

.newSchoolIntervew img.img {
 position: absolute;
 top: 0px;
 right: 0px;
}

.newSchoolIntervew p {
 width: 340px;
}

.newSchoolQa {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
}

/* LED
-------------------------------------*/
.specialBox .agricultureImgBox{
	width: 250px;
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 15px;
}

.specialBox .agricultureImgBox p {
 line-height: 1.5em;
}

.profielBox p.entry {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;

}

/* 理工系
-------------------------------------*/
.specialBox .scienceRBox {
	width: 200px;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.specialBox .scienceRBox p {
	font-size: 11px;
	line-height: 1.3em;
	padding-top: 5px;
}

/* 企業・大学・学生にきく！
-------------------------------------*/
.specialBox h3.voice {
	margin-bottom: 15px;
}

.specialBox img.voicePic1 {
	float: right;
	display: block;
	margin-left: 15px;
	margin-top: -156px;
}

.specialBox img.voicePic2 {
	float: right;
	display: block;
	margin-left: 15px;
	margin-top: -134px;
}

.specialBox img.voicePic3 {
	float: right;
	display: block;
	margin-left: 15px;
	margin-top: -104px;
}

.specialBox .voiceCo {
	background-color: #FCF3C2;
	padding: 10px;
}

.specialBox .rBox {
	float: right;
}

.specialBox .lBox {
 float: left;
}

/* 教育力
-------------------------------------*/
.specialBox h3.education,.specialBox h4.education {
	font-weight: bold;
	color: #008ccf;
	line-height: 1.3em;
	font-size: 16px;
	margin-bottom: 10px;
}

.specialBox table.education th.w30 {
	width:30%;
	color:#231815;
	background-color: #E6F0B3;
	padding: 5px 10px 5px 10px;
}

.specialBox table.education td {
	padding: 5px 10px 5px 10px;
}

p.educationQa {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-size: 14px;
}




/* 埋もれている地元観光資源を生かし～
-------------------------------------*/
.specialTeikyoBox {
	width: 513px;
	border: 1px solid #C91B91;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;

}


.specialTeikyoBox p.entry {
	color: #C91B91;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

/* Vol.9
-------------------------------------*/
.specialBoxBgv9 {
	width: 515px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #D7FFFF;
	display: inline-block;
}

.specialBoxBgv9 h3 {
	font-weight: bold;
	color: #231815;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-size: 16px;
}

.specialBox h3.v9Table{
	font-weight: bold;
	color: #063;
	line-height: 1.3em;
	margin-bottom: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #063;
	padding-left: 10px;
}

table td.v9Q{
	font-size: 14px;
}

.specialBox h3.v10Table{
	font-weight: bold;
	color: #063;
	line-height: 1.3em;
	margin-bottom: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #063;
	padding-left: 10px;
}

/* Vol.10
-------------------------------------*/
.specialBox table td.v10Q{
	font-size: 14px;
	padding: 7px;
}

.specialBox h4.v10 {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 14px;
}

/* Vol.14
-------------------------------------*/
.specialBox h3.v14_4 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 16px;
	background-color: #00A098;
	padding: 10px 15px;
}

.specialBox h4.v14_4 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 16px;
	background-color: #00A098;
	padding: 10px 15px;
}

.v14_4Box {
	overflow: hidden;
}

.specialBox .v14_4LBox {
	overflow: hidden;
	width: 242px;
	float: left;
	background-color: #FFC;
	padding: 10px 10px 300px 10px;
 margin-bottom: -300px;
	/*min-height:220px;*/
}

.specialBox .v14_4RBox {
	overflow: hidden;
	width: 242px;
	float: right;
	background-color: #D0FFFD;
	padding: 10px 10px 300px 10px;
 margin-bottom: -300px;
	/*min-height:220px;*/
}

.specialBox dl.v14_4 {
	background-color: #B7DBDB;
}

.specialBox dl.v14_4 dt {
	float:left;
	width:10em;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	border-top:1px solid #fff;
	line-height:1.8em;
}

.specialBox dl.v14_4 dd {
	margin-left:10em;
	padding: 10px;
	background-color: #ffefff;
	border-top:1px solid #fff;
	line-height:1.8em;
	/*width: 445px;
	margin-bottom: 10px;
	padding-left: 10px;*/
}

.topBorder {
	background-image: url(/special/medical/images/special_box_line.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	padding-top:15px;
}

/* Vol.15
-------------------------------------*/
.specialBox h3.v15_1 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 16px;
	background-color: #f29600;
	padding: 10px 15px;
}

.specialBox h5.v15_1 {
	font-weight: bold;
	color: #339933;
	font-size: 14px;
}

/* Vol.16
-------------------------------------*/
.specialBox h3.v16_2 {
	font-weight: bold;
	/*color: #FFFFFF;*/
	line-height: 1.5em;
	margin-bottom: 15px;
	font-size: 16px;
	background-color: #F8CADD;
	padding: 10px 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/* Vol.20
-------------------------------------*/
.specialBox h3.v20_2 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-size: 16px;
	background-color: #D9E380;
	padding: 10px 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/* Vol.21
-------------------------------------*/
.v21_1Box{
	background-color: #edf2c5;
	padding: 15px;
}

.specialBox h3.v21_1 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-size: 16px;
	background-color: #D7D7FF;
	padding: 10px 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.specialBox h4.v21_1 {
	font-weight: bold;
	color: #fff100;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 16px;
	background-color: #00a599;
	padding: 10px 15px;
}

.specialBox h5.v21_1 {
	font-weight: bold;
	color: #006933;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 14px;
}

/* 発行日
-------------------------------------*/
.date{
	margin-bottom: 10px;
	text-align: right;
	margin-top: 10px;
}
