/* CSS Document */
article h3
{
	font-size: 26px;
	color: #4C4339;
	margin-bottom: 50px;
}

article  table
{
	width: 100%;
	margin-bottom: 50px;
}

article  table th
{
	width: 120px;
	background-image: url(../images/line_news.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 18px;
	color: #CC6633;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	font-weight: normal;
}

article  table td
{
	background-image: url(../images/line_news.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}

article  table td a
{
	font-size: 18px;
	color: #000;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article  table
{
	width: 100%;
}

article  table th
{
	width: auto;
	display: block;
	background-image: none;
	padding-bottom: 0px;
}

article  table td
{
	display: block;
	padding-top: 0px;
}

}