@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}
h1#title{
	margin-bottom: 10px;
}
h1#detail_title{
	margin-bottom: 45px;
}
.contents_block h2{
	margin-bottom: 20px;
}
/* ==============================================
    news
============================================== */
#news_list dl{
	font-size: 14px;
	/*margin-bottom: 20px;*/
	margin-bottom: 55px;
	min-height: 300px;
}
#news_list dl dt{
	color: #f95001;
	padding-left: 15px;
	padding-top: 23px;
}
#news_list dl dd{
	padding-left: 125px;
	border-bottom: 1px dotted #979797;
	margin-top: -20px;
	padding-bottom: 23px;
}
#news_list dl dd a{
	color: #565656;
}
#news_list dl dd a:hover{
	text-decoration: none;
}

#news_list #pagination{
	text-align: center;
	margin-bottom: 55px;
}
#news_list #pagination a{
	color: #218e95;
}
#news_list #pagination a:hover{
	text-decoration: none;
}

h2{
	font-size: 23px;
  color: #016369;
  padding-left: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00818a;
  margin-bottom: 30px;
}
#news_contents{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
#news_contents p{
	color: #565656;
	margin-bottom: 20px;
}
#news_contents ul{
	color: #565656;
}
#news_contents #news_to{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
#news_contents #news_title p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#news_contents #news_title ul{
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
}
#news_contents #news_from{
	text-align: right;
	font-size: 14px;
	margin-bottom: 20px;
}
#news_contents #news_yours{
	text-align: right;
}
#news_contents #news_ki{
	text-align: center;
	margin-bottom: 40px;
}
#news_contents h3{
	color: #565656;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#news_contents table{
	width: 100%;
	border-collapse: collapse;
	color: #565656;
	margin-bottom: 10px;
}
#news_contents table tr th,
#news_contents table tr td{
	border: 1px solid #ff8247;
	padding-top: 5.5px;
	padding-bottom: 5.5px;
	text-align: center;
	font-size: 14px;
}
#news_contents table tr th{
	background-color: #ffeae0;
}

#news_contents p.bottom_space{
	margin-bottom: 50px;
}

#news_contents #end{
	text-align: right;
	margin-bottom: 60px;
}

#news_contents #contact h3{
	margin-bottom: 20px;
}
#news_contents #contact{
	font-size: 14px;
	margin-bottom: 12px;
}

/****************************************************/

@media screen and (max-width: 960px) {
/****************************************************
    960px未満に適用
****************************************************/

/***************************************************/
}

@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/
h1#title,
h1#detail_title{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
h1#title img,
h1#detail_title img{
	width: 170%;
}
h2{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#news_contents{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/* ==============================================
    policy
============================================== */



/***************************************************/
}
}
