@media screen and (max-width: 640px){
	.pc {
		display:none !important;
	}
	
	#news section h1 {
		background:url(../img/icon_news.png) 14px center #8dc2d4 no-repeat;
		background-size:20px auto;
		-moz-background-size: 20px auto;
		-webkit-background-size:20px auto;
		-o-background-size:20px auto;
	}
	/* =index.html
	------------------------------------------------------------------*/
	#news #contentsWrap section .contmain {
		margin-bottom:10px;
	}
	
	
	/* =タブ切り替え */
	#news #contentsWrap #tab li.select,
	#news #contentsWrap #tab li:hover,
	#news #contentsWrap #tab li:active {
		background: #fff;
		color:#009be2;
	}
	
	
	/* =お知らせ切り替え */
	#news #contentsWrap section .switch {
		float: right;
		margin-top: 0px;
	}
	#news #contentsWrap section .switch form {
		float: left;
	}
	#news #contentsWrap section h2 {
		font-size: 18px;
		padding: 3px 0 11px 2px;
		color: #888;
		border-bottom: 1px solid #888;
		margin: 0;
	}
		
	/* =detail.html
	------------------------------------------------------------------*/
	#news #contentsWrap section.detail .contmain{
		font-size: 14px;
		line-height: 1.5;
		background: #fff;
		color: #333;
		padding: 5px 10px 20px;
		clear:both;
	}
	/* 年月日 */
	#contentsWrap section .date {
		font-size:16px;
		float:left;
		padding-bottom: 10px;
	}
	#news #contentsWrap section.detail h2 {
		padding:0 0 4px;
		font-size:18px;
		border-bottom:#ccc 1px dotted;
		clear:both;
		color:#333333;
		margin-bottom:15px;
		font-weight:bold;	
	}
	
	/* 記事本文 */
	#news #contentsWrap section.detail .text {
		font-size:14px;
		line-height:1.8;
		margin-bottom: 60px;
	}
	#news #contentsWrap section.detail .text p {
		margin-bottom:20px;
	}
	#news #contentsWrap section.detail .text .link {
		 /* background:url(../img/arrow.png) no-repeat left center; */
		padding-left:14px;
	}
	#news #contentsWrap section.detail .text .link a{
		text-decoration: underline;
		}

	#news #contentsWrap section.detail .text .small {
		font-size:12px;
		line-height:1.5;
	}
	#news .overlay{
		width:100%;
		height: 100%;
		position:fixed;
		z-index: 99;
		left:0;
		top:0;
		background:url(https://www.hasebe-makoto.com/wp-content/themes/starsplanet/img/bg_overlay.png) repeat;
		display:none;
	}	
}
@media print, screen and (min-width: 641px){
	.sp {
		display:none !important;
	}
	#news a:hover dl dt {
		color:#000 !important;
	}
	#news section h1 {
		background:url(../img/icon_news.png) 14px center #8dc2d4 no-repeat;
		padding-left:55px;
	}
	
	
	/* =index.html
	------------------------------------------------------------------*/
	#news #contentsWrap section .contmain {
		margin-bottom:20px;
	}
	
	
	
	/* =お知らせ切り替え */
	#news #contentsWrap section .switch {
		float: right;
		margin-top: 24px;
	}
	#news #contentsWrap section .switch form {
		float: left;
	}
	#news #contentsWrap section h2 {
		font-size: 20px;
		padding: 26px 0 10px 10px;
		color: #888;
		border-bottom: 1px solid #888;
		margin: 0 0 10px;
	}	
	
	
	/* =detail.html
	------------------------------------------------------------------*/
	#news #contentsWrap section.detail .contmain {
		font-size: 14px;
		line-height: 1.5;
		background: #fff;
		color: #333333;
		padding: 25px 44px;
		border: 1px #dfdede solid;
		clear:both;
	}
	
	
	
	
	/* 年月日 */
	#contentsWrap section .date {
		font-size:18px;
		float:left;
		padding-top: 10px;
	}
	
	#news #contentsWrap section.detail h2 {
		padding:20px 0 20px;
		font-size:22px;
		border-bottom:#cccccc 1px dotted;
		clear:both;
		margin-bottom:30px;
		
	}
	
	/* 記事本文 */
	#news #contentsWrap section.detail .text {
		font-size:14px;
		line-height:1.8;
		margin-bottom: 60px;
	}
	#news #contentsWrap section.detail .text p {
		margin-bottom:20px;
	}
	#news #contentsWrap section.detail .text .link {
		/* background:url(../img/arrow.png) no-repeat left center; */
		padding-left:14px;
	}
	#news #contentsWrap section.detail .text .link a{
		text-decoration: underline;
		}
	#news #contentsWrap section.detail .text .link a:hover{
		text-decoration: none;
		}
	#news #contentsWrap section.detail .text .small {
		font-size:12px;
		line-height:1.5;
	}
	
	
	
	
	
	
}