@charset "utf-8";

/* CSS Document */


/*
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: Original
*/

/*
:after{
		clear: both;

		content: " ";
		display: block;

		height: 0;
}
*/

/* 
---------------------------------------------*/

#contents p{
		margin: 0;
		padding: 0;
}


#contents #edit_zone .section{
		margin: 0 auto;
		padding: 0;
		
		width: 870px;
}


#contents #edit_zone .section p{
		margin: 0 auto 30px;
}


#contents #edit_zone .section table{ 
		table-layout: fixed;

		margin: 0 0 80px;
		padding: 0;
		
		width: 100%;
}

#contents #edit_zone .section table tbody tr th{ 
		margin: 0;
		padding: 14px;

		width: 170px;
		
		border-left: 0;
		border-right: 0;
}

#contents #edit_zone .section table tbody tr th span{
		display: block;

		margin: 0;
		padding: 1px 0 1px 8px;

		font-size: 16px;
		line-height: 140%;

		border-left: 4px solid #B02025;
}

#contents #edit_zone .section table tbody tr td{
		margin: 0;
		padding: 14px;
		
		width: 570px;
		
		font-size: 16px;
		
		border-left: 0;
		border-right: 0;
}






