@charset "UTF-8";
.sub_article_in a{
	text-decoration: underline;
	color: rgba(243,102,10,1.00);
}

.sub_article_in a:hover{
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
.p7-img{
	width:25%;
	padding-right:2%;
	float:left;
}
/*----------------------------------------------------
    .table_p1
----------------------------------------------------*/
.table_p1 {
	margin: 0px;
	padding: 0px;
	width: 98%;
}
.table_p1 th.t_top {
	border-top: 1px solid #F2B275;
}
.table_p1 td.t_top {
	border-top: 1px solid #F2B275;
}
.table_p1 th  {
	width: 25%;
	text-align: left;
	color: undefined;
}
.table_p1 th  {
	padding: 10px;
	border-left: 3px solid #F2B275;
	background-repeat: repeat;
	color: rgba(94,56,25,1.00);
	font-weight: normal;
	border-bottom: 1px solid #F2B275;
	background-color: #FCF3EB;
}
.table_p1 td  {
	padding: 10px;
	border-right: 1px solid #F2B275;
	border-bottom: 1px solid #F2B275;
	color: rgba(48,19,0,1.00);
	line-height: 25px;
}
 
 
 
@media only screen and (max-width:480px){
    .table_p1 { margin: 0 -10px; }
    .table_p1 th{
	width: 100%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgba(221,228,149,1.00);
    }
    .table_p1 td{
	width: 100%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
	.table_p1 td.t_top {
	border-top-style: none;
}
.table_p1 th.t_top {
	border-top-style: none;
}
   .table_p1 tr:first-child th   {
}
