﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#con1{
	padding:16px 0 0 18px;
}

#con1 .con-inner{
	padding:20px 48px 30px 30px;
}

#con1 table{
	table-layout:fixed;
	width:100%;
}

#con1 table th{
	width:180px;
	border:1px dashed #565656;
	border-width:1px 0;
	vertical-align:top;
}

#con1 table th div{
	padding:10px 0 10px 5px;
	font-weight:bold;
}

#con1 table td{
	border:1px dashed #565656;
	border-width:1px 0;
}

#con1 table td div{
	padding:10px 0 10px 10px;
}

