@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/
/* ==============================================
    crumbs
============================================== */
#crumbs {
	list-style: none;
	width: 950px; /* total 980px */
	margin: 20px auto 15px;
	padding: 0 15px;
}
#crumbs:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#crumbs li {
	float: left;
}
#crumbs li a,
#crumbs li.icn {
	padding-right: 20px;
	background: url(image/crumbs.gif) no-repeat right center;
}

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}

#back_frame{
	background-image: url(image/back_news.gif);
	background-repeat: no-repeat;
}
p{
	color: #000;
}
#contents.news_top,
#contents.news_detail{
  width: 920px;
	min-height: 700px;
	margin-bottom: 100px;
	padding-top: 40px;
}

#contents.news_top dl{
  font-size: 14px;
  margin-left: auto;
  margin-right: 0;
}
#contents.news_top dl dt{
  color: #555;
  margin-bottom: 5px;
}
#contents.news_top dl dt img{
  margin-left: 18px;
}
#contents.news_top dl dd{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #000;
}
#contents.news_top dl dd a{
  color: #000;
  text-decoration: none;
}
#contents.news_top dl dd a:hover{
  text-decoration: underline;
}

#contents.news_detail dl{
  font-size: 14px;
  margin-left: auto;
  margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 3px dotted #c3c3c3;
	margin-bottom: 30px;
}
#contents.news_detail dl dt{
  color: #555;
  margin-bottom: 5px;
}
#contents.news_detail dl dt img{
  margin-left: 18px;
}
#contents.news_detail dl dd{
  padding-bottom: 10px;
	font-size: 18px;
}

#contents.news_detail dl dd a:hover{
  text-decoration: underline;
}

#contents.news_detail p{
	font-size: 14px;
	color: #000;
	line-height: 1.4;
	margin-bottom: 20px;
}
#contents.news_detail a{
	color: #000;
	text-decoration: none;
}
#contents.news_detail a:hover{
	text-decoration: underline;
}
#contents.news_detail a span.arrow_og{
	color: #e87e00;
	font-weight: bold;
}


#contents.news_detail .entry-content .alignleft {
	float: left;
	margin: 10px;
}
#contents.news_detail .entry-content .alignright {
	float: right;
	margin: 10px;
}

#contents.news_detail .entry-content h1 {
	font-size: 20px;
	padding: 20px 0;
	clear: both;
}


#contents.news_detail .entry-content h2 {
	font-size: 18px;
	padding: 18px 0;
	clear: both;
}


#contents.news_detail .entry-content h3 {
	font-size: 16px;
	padding: 16px 0;
	clear: both;
}


#contents.news_detail .entry-content h4 {
	font-size: 14px;
	padding: 14px 0;
	clear: both;
}



/****************************************************/

@media screen and (max-width: 960px) {
/****************************************************
    960px未満に適用
****************************************************/

/***************************************************/
}

@media screen and (max-width: 640px) {
/****************************************************
    640px未満に適用
****************************************************/
	#back_frame{
		padding-top: 14%;
		background-image: url(image/back_news_sp.gif);
		background-size: 100%;
	}
	#contents.news_top,
	#contents.news_detail{
		width: 100%;
		min-height: 0;
		padding-top: 0;
	}
/***************************************************/
}
}
