@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= news index
=
===================================================================================================================== */

/*
- news 共通
--------------------------------------------------------------------------------------------------------------------- */
#news{}
#news #content-header h1{
	background-image:url('/_assets/img/pc/info/main_image.jpg');
}

/*
- index 新着情報一覧
--------------------------------------------------------------------------------------------------------------------- */
#news.index{}

#news.index #item-list{}

#news.index #item-list li{
	margin-bottom:20px;
	padding:25px;
	border:1px solid #ff88bf;
	border-radius:10px;
}

#news.index #item-list li hr{
	display:block;
	width:100%;
	height:0;
	margin:5px 0;
	background:transparent;
	border:none;
	border-bottom:2px dotted #ff88bf;
}

#news .content-inner img {
	width: auto;
}

/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
}