@charset "utf-8";
/* CSS Document */

html{
	font-size:15px;
	font-family:"Noto Sans Japanese",sans-serif;
	line-height:1.6em;
	color:#132235;
	box-sizing: border-box;}



h1,h2,h3,h4,h5,h6{
	color:#132235;
	font-weight: bold;}


h1{
  font-family: 'Yu Mincho';/*游明朝体*/
	margin:5px 10px 15px;
	padding:10px 0 10px 50px;
  font-size:25px;
  background:url(/chiikik/img/logo.png)  no-repeat 0 15px;
  height:50px;
  background-size:40px;
  vertical-align: middle;
  width: 100%;
}
h1 a{
  text-decoration: none;
  color: #333333 !important;
  line-height: 1.2em;
}


h2{
	display: block;
    font-size: 20px;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h3{
	background-color:#F1F1F1;
	padding:8px 8px ;
	display: block;
	border-left: solid 5px #3F72AF;/*左線*/
    font-size: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
/*	margin-top:40px;*/}


h4{
	background:#679AD8;
	color:#FFF;
	font-size:18px;
	padding:5px;
	font-weight:bold;
	display:block;
	margin:0;}


h5{
	font-size:16px;
	border-bottom:3px solid #679AD8;
	display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:15px 0 5px;
    font-weight: bold;
	padding:5px 0;}


h6{
	font-size:16px;
	color:#679AD8;
	display: inline-block;;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:5px 0 0;
    font-weight: bold;}


a,a:visited{
	color:#3399CC;
}
a:hover{color:#3F72AF}

a:hover img{
	opacity: 0.5;
	filter: opacity(70%);
	-ms-filter: "alpha(opacity=70)";}


p{ text-indent:1em;}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*==============ヘッダー==============*/
#header_top{
	background-color:#FFFFFF;
	margin:0;
	padding:0 0 0 30px;
}

header{
	width:100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

header h1 span,.adress_left h1 span{
  font-size: 20px;
}

/*===========メインビジュアル===========*/
#visual{
  margin: 10px auto 20px;
  max-width: 1050px;
/*
	margin:0 auto;
	height: 400px;
	background:  url(/chiikik/img/vew.jpg) no-repeat;
  background-size: cover;
*/
}
#visual span{
	background:#003F96;
  display: inline-block;
  width: 100%;
/*
  bottom:60px;
*/
  position: relative;
	box-sizing: border-box;
	opacity: 0.75;
/*
  top: 75%;
*/
}

#visual span h2{
  color:#FFF;
  font-weight: normal;
	font-size:35px;
	opacity:1;
	padding:0 40px;
	margin:24px 0;
	display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/*==============メニュー==============*/
#menu{
	display:none;}/*スマホ用*/

.menu:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;}


.menu ul{
	width:100%;
	background-color:#3F72AF;
  position: relative;
  margin:0 auto 0;
/*	margin:20px auto 0;*/
	padding:0;
	text-align: center;
	font-size:16px;
	list-style:none;
  display: flex;
  font-weight: bold;
}


.menu li{
	margin:0 auto;
	padding: 0;
	list-style:none;
	display: flex;
	display: -webkit-flex;
	width:25%;
}


.menu a{
  text-decoration:none;
	width:100%;
  color:#fff;
	height:60px;
	}

.menu a span{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.menu a:hover{
	color:#FFF;
	background-color:#679AD8;}


/*===========コンテンツ部分===========*/

#contents{
	max-width:1050px;
	margin:0 auto;
	background-color:#FFF;
	padding:0 10px;
}

#contents:after
{
	clear:both;
	visibility:hidden;
	content:".";
	display:block;
	height:0;}

#contents img{
	max-width:100%;
	height:auto;
}

#contents p{
	margin:10px 10px;
-webkit-margin-before: 10px;
}

/*2カラム*/
.two_colum{
	max-width:1050px;
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;}

.two_boxs{
	width:49%;
	display: inline-grid;}

/*.two_boxs h3{
	margin-top:0px;}*/

.two_boxs a{
	margin:0 auto;}

.two_boxs img{
	margin:0 auto;
	display:block;
	width: 100%;}


/*コンテンツ内TOPジャンプ*/
.jump{
	height:auto;
	width:100%;
	margin:10px 10px 30px;
	display:table;}
.jump a{
	font-weight:600;
    float: right;
	padding-right:10px;
	}


/*□■□■□■テーブル?リスト仕様□□■□■□■□*/
/*テーブル*/
table{
	border-spacing:0;
	border-collapse: collapse;
}

.equality{
	table-layout:fixed;}

caption{
	font-weight:500;
    padding: 5px 0;}

td{
	border:1px #28425F solid;
	padding:10px;
	background-color:#FFF;}

th{
	border:1px #28425F solid;
	padding:10px;
	background-color:#B8D1F3;
	font-weight:normal;
	color:#28425F;}

/*テーブル線なし*/
.no_border td,.no_border td{
	border:none;
	padding:0 10px;}
.no_border{ margin-left:15px;}


/*なんちゃってリスト（●タイトル）*/

.circle{
	display:block;
	position: relative;
	margin-bottom:10px;
	padding-left: 20px;
}
.circle:before{
	position: absolute;
	background: #3F72AF;
	content: "　";
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	top: 15%;
}

.circle a{
	color:#679AD8;
	font-weight:600;
	font-size:18px;
	text-decoration:none;
	}

/*リスト(通常)*/
#contents ul,#contents ol{
    -webkit-padding-start: 1em;
	padding:0 0 0 1em ;
	margin:0 1em 15px;}

#contents ul li,#contents ol li {
  line-height:1.4em;
  padding: 5px 0 0;
}


ul ul{
	list-style-type: circle;
	margin-top:0 !important;}

ol ul{
	list-style-type: disc;
	margin-top:0 !important;
}



/*▲付きリスト*/
.normal li{
    -webkit-padding-start: 1em;
	padding:0 0 0 1em ;
	list-style-image: url(/chiikik/img/list_icon.png);}

.normal ul li{
  line-height:1em;
  padding: 0.5em 0.5em 0.5em 0;
}


dl{
	margin-left:1em;}
dd{
	margin-left:20px;
	-webkit-margin-start: 20px;
	margin-bottom:10px;}


/*外部リンクアイコン付き*/
#contents a[href^="http://"],#contents a[href^="https://"]{
background: url(/chiikik/img/gaibu.png) right no-repeat;
display:inline;
padding-right:20px;}
.hp:after{
    content:" ";
    display: inline-block;
    width: 12px;
    height: 11px;
	background: url(/chiikik/img/gaibu.png) no-repeat;
	margin-left:5px;}


/*PDFリンクアイコン付き*/
#contents a[href$='.pdf']{
background: url(/chiikik/img/pdf_icon.gif)  right no-repeat;
display:inline;
padding-right:20px;}

.pdf:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
	background: url(/chiikik/img/pdf_icon.gif) no-repeat;
	margin-left:5px;}

/*pptリンクアイコン付き*/
#contents a[href$='.ppt']{
background: url(/chiikik/img/pwpoint_icon.gif) right no-repeat;
display:inline;
padding-right:20px;}
.ppt:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
	background: url(/chiikik/img/pwpoint_icon.gif) no-repeat;
	margin-left:5px;}


/*Wordアイコン付き*/
#contents a[href$='.doc'],#contents a[href$='.docx']{
background: url(/chiikik/img/word_icon.gif) right no-repeat;
display:inline;
padding-right:20px;}
.doc:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
	background: url(/chiikik/img/word_icon.gif) no-repeat;
	margin-left:5px;}

/*Excelアイコン付き*/
#contents a[href$='.xls'],#contents a[href$='.xlsx']
{
background: url(/chiikik/img/excel_icon.gif)right no-repeat;
display:inline;
padding-right:20px;}
.xls:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
	background: url(/chiikik/img/excel_icon.gif) no-repeat;
	margin-left:5px;}


.hissu{
	width:100%;
	margin:20px auto 10px !important;
	padding: 0 !important;
	list-style:none;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:warp;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-contenet:center;
	align-content:center;
	}

.hissu li{
	padding:20px !important;
	border:2px solid  #d2c897;}


/*□■□■□■その他共通□□■□■□■□*/

img.email{
  float:none !important;
  margin-right: 0 !important;
  vertical-align: middle;
}
.at-mark{
  background: url(/chiikik/img/at-mark.gif) 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
}
.box{  display:block;}

.box_border{
	border:1px #28425F solid;
	padding:10px;
	background-color:#FFF;}

.pagetop{
	text-align:right;
	margin:0;}

.text_indent0{  text-indent: 0 !important;}

/*句読点改行*/
.w-brake{word-break:keep-all;}

/*句読点+単語？改行　　&ZeroWidthSpace;で改行ポイント指定*/
.w-brake_auto{word-break: auto-phrase;}

.text_right{	text-align:right;}
.text_left{	text-align:left;}
.text_center{	text-align: center;}

.posision_center{	margin:0 auto; }


.color_red{color: #cc4038;}

.f_bold{	font-weight:600;}

.font_S{	font-size: small;}
.font_120{ font-size: 120%;}
.font_L{  font-size: large;}
.font_LL{ font-size: x-large; }

.mgt_20{	margin-top:20px !important; }

.mgt_30 {  margin-top: 30px !important;}

/*マージン下*/
.mgb_20{	margin-bottom:20px !important;}
.mgb_30 {  margin-bottom: 30px !important;}
.mgb_40{	margin-bottom:40px !important;}

.mgl_10{  margin-left:10px;}
.mgl_2em{	margin-left:2em !important;}
.mgl_3em{	margin-left:3em !important;}

.f_right{	float:right;}

.pic_left{
	margin:0 10px;
	float:left;}


/*▲▼▲▼▲▼トップページへ▲▼▲▼▲▼*/
.go_top{
	max-width:1050px;
	margin:0 auto;
	background-color:#FFF;
	}

.go_top:after{
	clear:both;
	content:" ";
	visibility:hidden;
	display:block;
	height:0;}


.go_top_inbox{
	float:right;
	background-color:#3F72AF;
	padding:8px 10px;
	margin-right:10px;
   border-top-left-radius: 5px;  /* 左上 */
   border-top-right-radius: 5px; /* 右上 */
   -moz-border-radius-topleft: 5px;     /* 左上 */
   -moz-border-radius-topright: 5px;    /* 右上 */
   -webkit-border-top-left-radius: 5px;     /* 左上 */
   -webkit-border-top-right-radius: 5px;    /* 右上 */
}
.go_top_inbox a{
	color:#FFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-weight:500;
	padding: 5px;
	text-decoration:none;}

.go_top_inbox a:hover{
	opacity:0.7;
	font-weight:bold;}

/*===========フッター部分=============*/
#foot_area{
	width:100%;
	margin:0;
	padding:0 0 10px 0;
	background-image:URL(/chiikik/img/foot_bottom.gif);
	border-top: 1px solid #DBE2EF;
	}

footer{
	background-image:URL(/chiikik/img/foot_back.gif);
	width:100%;
	margin:0 0 10px 0;
	padding:20px 0;}


footer:after{
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;}


footer ul{
	max-width:1050px;
	margin:0 auto;
}

footer li{
	display:flex;
	float:left;
	list-style:none;}

footer li img{
	vertical-align:middle;
	max-width:100%;
	height:auto;}

.group{
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:warp;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-contenet:stretch;
	align-content:stretch;
	margin-bottom:10px;
	padding-left:0;}
.group li{ margin-bottom:10px;}

@media (max-width: 924px) {
  .group{	margin: 0 10px;}
  .group li{ margin-bottom:10px;}
}

.adress{
  color: #333333;
  max-width:1050px;
  margin:0 auto;
  padding:10px 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.adress_left h1{
  margin:0 0 20px;
  padding: 0 0 0 45px;
  font-size:24px;
  background: url(/chiikik/img/logo.png) no-repeat 0 0;
  background-size:40px;
  height:55px;
  vertical-align: middle;
}

header h1 span,.adress_left h1 span{
  font-size: 20px;
}
.adress_left h1 a{
  text-decoration: none;
  color: #333333 !important;
  line-height: 1.2em;
}
.adress_left{  display: inline-block;}
.adress_right{  display: block;}

.adress_right img{
  width: auto;
  /*
  top: 3px;
  */
  position: relative;
}
.foot_box{
	color:#FFF;
	max-width:1050px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
	padding:0 10px;}

/*▲▼▲▼▲▼お知らせ▲▼▲▼▲▼*/
.info_txtarea{
  word-break:normal;
  overflow-wrap: break-word;
  line-break: strict;
  padding: 0 40px !important;
  box-sizing: border-box;
}
.info_txtarea .nobr{  display: inline-block;}
.info_txtarea div{  padding: 20px 20px 30px;}
.info_txtarea hr{margin: 0 20px 10px;}

.info_txtarea .main_txt {
  font-size: 18px;
  line-height: 140%;
}

/*▲▼▲▼▲▼募集▲▼▲▼▲▼*/
.big_box{
	padding:0;
	border:3px solid #3F72AF;
	margin:0 0 20px;
	border-radius: 10px;
	}

.big_box h4{
	background:#3F72AF;
	color:#FFF;
	padding-left: 10px;
	padding-bottom:10px;
}
.big_box h4:before{
	background:url(/chiikik/img/arrow_wh.png) no-repeat 0;/* >の位置*/
	content: "　";
}

.big_box img{	float:left;}

.big_box div{
	margin:10px;
	display: inline-block;
	}

.big_box img{ margin-right:20px;}

/*▲▼▲▼▲▼家庭医になりたい▲▼▲▼▲▼*/

/*2カラム*/
.candidate .two_colum {
  max-width: 1050px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 16px;
}
/*
.candidate .two_boxs{
	width:49%;
	display: block;}

.candidate .two_boxs:nth-child(1):before{
	content:"";
	display: inline-block;
	width: 20px;
	height: 30px;
	background:url(/chiikik/img/arrow_b.png) no-repeat;
	margin-left: 120px;}

.candidate .two_boxs:nth-child(2):before{
	content:"";
	display: inline-block;
	width: 20px;
	height: 30px;
	background:url(/chiikik/img/arrow_b.png) no-repeat;
	margin-left: 10px;
	transform:rotate(-45deg);}
*/
.candidate .box_border{
  margin: 0 0 5px;
  width: calc((100% - 100px) / 2);
}

.candidate h4{
	font-size:16px;
	margin: 5px 0;}

.candidate h6{
	margin: 0 0 5px;
	display:block;}

.loc table{
  margin: 5px 0;
  width: 100%;
  display: inline-table;
}

/*.two_boxs h3{
	margin-top:0px;}*/

.two_boxs a {
  margin: 0 auto;
}

.two_boxs img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.katei_kensyu .two_colum {
  align-items: flex-start;
}


/*▲▼▲▼▲▼見学したい▲▼▲▼▲▼*/

.kengaku{
  display: flex;
  justify-content: center;
  margin: 40px auto;
  align-items: center;
}

.map_area{
	width:100%;
	text-align:center;
	margin:20px 0 30px;
}
.map_area img{  margin-bottom: 30px;}

.area_box{
	padding:0;
	border:3px solid #679AD8;
	margin:0 0 20px;
	}

.area_box img{
  float:left;
  margin-right:20px;
}

.area_box div{
	margin:10px 10px 15px ;
/*  display:block;*/
  display:inline-block;
  width:98%;
	}


ul.bottan{  list-style:none;}

.bottan li{
  float:left;
	margin-left:15px;
}

.bottan a{
	color:#FFF;
	background: #3F72AF !important;
	text-decoration:none;
	padding:7px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

.area_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (max-width: 968px) {
  ul.bottan{	margin-left:160px !important;}
  .area_box img{
  	margin-right:20px;
  	margin-bottom:20px;
  }
}

.ken{
	width:100%;
	padding:0 !important;
	margin:0 !important;
	list-style:none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
}

.ken li{
	margin:0 0 5px;
	text-align:left;
	width:180px;
}

.ken a{
	text-decoration:none;
	color:#32323F;
	background:url(/chiikik/img/arrow.png) no-repeat 97% 50%;/* >の位置*/
	display:block;
	font-size:20px;
	padding:10px 15px;
	font-weight:bold;
	border:3px solid #679AD8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ken a:hover{
	background-color:#679AD8;
	color:#FFF;}

/*▲▼▲▼▲▼日々振り返り▲▼▲▼▲▼*/
.left{
  float: left;
  width:75%;
}

.right{
  float: right;
  width: 25%;
  margin-top: 10px;
}
.right img{  width: 100%;}


/*▲▼▲▼▲▼地域研修医療機関▲▼▲▼▲▼*/
.big_title{
  font-size: 30px;
  margin: 20px 0!important;
  line-height: initial;
  text-indent: 0;
}

.bacground{  padding: 10px 0; }

.area_menu{	width:100%; }

.tiho{
	width:100%;
	margin:20px 30px 20px 0 !important;;
	list-style:none;
	padding:0 !important;
  display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  }

.tiho li{ text-align: center; }
.tiho a{
  font-size: large;
  background: url(/chiikik/img/arrow_red.png) no-repeat 0% 50%;
  padding: 10px 0 10px 20px;
  display: block;
  color: #132235;
}
.tiho span{
  font-size:smaller;/*15px*/
  content: "\A" ;
  white-space: pre ;
  display: block;
}

.tiho a:hover,.hospital_name a:hover{
  color: #cc4038;
  text-decoration: none;
}

.area{
  font-size: x-large;/*24px*/
  padding: 10px 0;
  text-indent: 10px;
  border-bottom: solid 1px #d4d1d1;
  position: relative;
  margin: 40px 0 0;
}
.area:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #cc4038;
  bottom: -1px;
  width: 100px;
}

.area_list h4{
  background-color: #F1F1F1;
  color: #132235;
  font-weight: normal;
  padding: 10px;
  margin: 20px 0;
}

.hospital_name{
  font-size: large;
  width: 100%;
  display: block;
  text-indent: 10px;
  margin:0 0  10px ;
  }

.hospital_name a{
  color: #132235;
  text-decoration: none;
}

.box img{
  float:left;
  margin-right:20px;
}
.area_list .box{  margin-bottom: 40px;}

.hospital_about{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hospital_about p{ width: 100%; margin-top: 0 !important;}

ul.area_bottan{  list-style:none;}

.area_bottan li{
  float:left;
	margin-right:20px;
}

.area_bottan a{
	color: #132235;
  border: 1px solid #bababa;
  text-decoration:none;
	padding:7px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;}
  .area_bottan a:hover{
    opacity: 0.5;
  }

.area_bottan a[href$='.pdf'],
.area_bottan a[href^="http://"],
.area_bottan a[href^="https://"]{
  background: none !important;
}

.area_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (max-width: 968px) {
  .area_box img{
	  margin-right:20px;
	  margin-bottom:20px;
  }
}


/*▲▼▲▼▲▼地域医療人材育成部門（スタッフ紹介）▲▼▲▼▲▼*/
.syokuin{  margin-top: 15px!important;}

.staff_box{
	padding:0;
	margin:0 0 40px;
  }

.staff_box .inbox{  display: flex;}

.staff_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.staff_name{
  font-weight: bold;
  font-size: 18px;
}
.staff_img{
  margin: 0 10px 10px 0;
  width:200px !important;
  height: 200px !important;
}

.staff_profile{
  display:block;
  margin: 0 1em !important;
}

.staff_profile li{
  margin-bottom: 10px;
  padding:0 !important;
}


.alumni-staff_box {
  padding: 0;
  margin: 0 0 20px;
}

.alumni-staff_box .circle {  margin-bottom: 6px !important;}

.alumni-staff_box .staff_profile {  margin-left: 2em !important;}

/*▲▼▲▼▲▼FAQ(よくある質問)▲▼▲▼▲▼*/
.q_and_a dt{
position: relative;/*相対位置*/
padding-left: 1.8em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
font-size: 1.2em;/*サイズ*/
font-weight:600;
margin:0 0 6px 0;
}

.q_and_a dt:before{

font-weight:600;
content: "Q.";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.2em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: -0.2em;/*アイコンの位置*/
color: #387acc; /*アイコン色*/
}


.q_and_a dd{
position: relative;/*相対位置*/
padding-left: 1.8em;/*アイコン分のスペース*/
margin-left: 0px;
-webkit-margin-start: 0px;
margin:0 0 25px 2px;
}

.q_and_a dd:before{
font-weight:600;
content: "A.";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.3em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: -0;/*アイコンの位置*/
color: #cc4038; /*アイコン色*/
}



/*▲▼▲▼▲▼研修?募集案内▲▼▲▼▲▼*/

.red_border{
  padding: 10px ;
  border: #cc4038 1px solid;
  box-sizing: content-box;
}


/*▲▼▲▼▲▼指導医研修会?レジデント研修報告会▲▼▲▼▲▼*/
 #resident .news_topics{margin-bottom: 24px;}
 #resident .news_topics dl dd p{ margin-top: 0 !important;}

/*fin*/
