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

/*
ページタイトル
----------------------------------------------------------------------*/

#kangobu_contents_block #k_page_title{
	background-image:url(image/page_title.jpg);
}
/*
一覧
----------------------------------------------------------------------*/

.list_table{
	width: 83.33%;
	margin:20px auto;
	overflow:hidden;
}

.list_table tr{
	background-image:url(image/border.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	overflow:hidden;
}

.list_table tr th{
	padding:0px;
	text-align:left;
	font-size: 16px;
}

.list_table tr th p{
	position: relative;
}

.list_table tr th p::before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fe6c6f;
        border-right: 0;
	top: 50%;
        bottom: 50%;
        margin: auto;
}


.list_table tr th p.atom{
	background-image:url(image/ico_atom.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:15px;
}


.list_table tr th p span{
	font-size:0.85em;
}

.list_table tr th p a{
	color:#000;
}


.list_table tr th p.atom a{
	color:#000;
	margin-left:10px;
}

.list_table tr td{
	padding:20px 0px 20px 0px;
}