@charset "utf-8";

/* ----------------------------------------------------------------------------
  File Name : news.css
  Version : 1.0.0
  Last Updated : 2016/01/17
---------------------------------------------------------------------------- */

.nws-coint_list li {
	position: relative;
    border-bottom: dashed 1px #77C6D7;
    width: 100%;
    padding: 20px 0;
    word-wrap: break-word;
}

.nws-coint_list li:last-child {
	border-bottom: none;
}

.nws-coint_list p {
	width: 100%;
}

.news_title {
	margin-top: 5px 0 10px;
}

.news_title:first-child {
	margin-top: 0;
}

.news_title span {
	display: inline-block;
	background: #F6F5F6;
	padding: 5px;
    margin: 0 10px 10px 0;
    border-radius: 4px;
}

.news_title h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.news_title a.mdl-link_btn {
	float: right;
}

.news_header {
    border-bottom: dashed 1px #77C6D7;
    margin-bottom: 10px;
}

.news_header h3 {
	font-size: 20px;
	font-weight: bold;
}

.news_body {
	padding-bottom: 30px;
}

.news_body p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.news_body p em {
	font-weight: bold;
}

.nws-coint_list li a.mdl-link_btn,
.news_body a.mdl-link_btn {
	float: right;
}



/* ----------------------------------------------------------------------------
  style for mobile */

@media screen and (max-width:640px){

	.news_title span {
		padding: 5px;
	    margin: 0 0 5px 0;
	}

	.news_title h3,
	.news_header h3 {
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.nws-coint_list p,
	.news_body p {
		font-size: 14px;
	}

}





