@charset "utf-8";
/* (country)  country.css */



#contentContainer.countryList { 

}



#countryListLinkContainer {

	margin: 0 15px 30px;

	border: 5px solid #e8e8e8;

	padding: 5px 20px;

}



#countryListLinkContainer li {

	float: left;

	padding: 0 1em 0 0;

	margin: 0 1em 0 0;

	background: url(../../../images/common/item_vline01.gif) right center no-repeat;

 }



#countryListLinkContainer li.last {

	padding-right: 0;

	background: transparent;

}



#contentContainer .listContainer { 



}



#contentContainer .listContainer h3 {

	display: inline;

	font-size: 125%;

	border-left: 5px solid #555;

	padding: 3px 10px 0px 10px;

	line-height: 1.1;

}



#contentContainer .listContainer table {

	width: 688px;

	margin: 10px 0 0;

	border-top: 1px solid #d0d0d0;

	border-left: 1px solid #d0d0d0;

}



#contentContainer .listContainer th,

#contentContainer .listContainer td {

	border-right: 1px solid #d0d0d0;

	border-bottom: 1px solid #d0d0d0;

	padding: 5px 10px;

}



#contentContainer .listContainer th {

	text-align: center;

	background: #f4f4f4;

}



#contentContainer .listContainer .countryName {

	/* country name */

	text-align: left;

}



#contentContainer .listContainer .date {

	/* date */

	text-align: left;

}



#contentContainer .listContainer .ratification {

	/* ratification （批准）*/

	text-align: center;

	width: 50px;

}



#contentContainer .listContainer .participation {

	/*　participation （参入）*/

	text-align: center;

	width: 50px;

}



#contentContainer .listContainer .inherit {

	/*　inherit （継承）*/

	text-align: center;

	width: 50px;

}



