@charset "shift_jis";
h3	{
	/*background-color: #4c443e;
	color: #FFFFFF;
	line-height: 2em;
	padding-left: 10px;
	font-size: 120%;
	margin-top: 10px;*/
	line-height: 1;
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 2px solid #000;
	margin:30px 0 !important;
    margin-bottom: 25px;
}
h3 span{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
div.ent01,
div.ent02	{
	border: 1px solid #4C443E;
	padding: 10px;
	width: 621px;
	margin-bottom: 2em;
}
div.ent01 h4	{
	font-size: 100%;
	margin-top: 1em;
}
div.ent01 table	{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	font-size: 100%;
}
div.ent01 th	{
	background-color: #0399cd;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 140px;
}
div.ent01 td	{
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
div.ent01 dl	{
}
div.ent01 dt	{
	color: #cc4444;
	background: url(../../css/img/list02.gif) no-repeat left center;
	padding-left: 8px;
}
div.ent01 dd	{
	margin-left: 2.5em;
	margin-bottom: 2em;
}
p.ent	{
	text-align: center;
	margin-bottom: 1em;
}
div.flow01	{
	border: 1px solid #4C443E;
	padding: 10px;
	width: 621px;
	margin-bottom: 2em;
}
div.flow02	{
	margin-bottom: 1em;
}
div.flow01 h4	{
	background: url(../../css/img/kasou_title.gif) left top;
	color: #FFFFFF;
	line-height: 2em;
	padding-left: 1em;
	margin-bottom: 5px;
	padding-top: 1em;
}
div.flow01 h5	{
	color: #cc4444;
	background: url(../../css/img/list02.gif) no-repeat left center;
	padding-left: 8px;
	font-size: 100%;
	margin-bottom: 0.5em;
}
div.flow01 div.tab	{
	background: url(../../css/img/kasou_title02.gif) no-repeat left top;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 1em;
	width: 600px;
}
div.flow01 .flow01a	{
	float: left;
	width: 290px;
	border-right: 1px dotted #FFFFFF;
}
div.flow01 p.flow01b	{
	float: right;
	width: 300px;
}
ul.flow01c	{
	float: left;
}
p.flow01d	{
	text-align: right;
}
p.flow01e	{
	margin-top: 1em;
	margin-bottom: 1em;
}
dl.flow01f	{
}
dl.flow01f dt	{
	background-color: #CCCCCC;
	line-height: 1.5em;
	padding-left: 10px;
	margin-bottom: 5px;
}
dl.flow01f dd	{
	margin-bottom: 1em;
	margin-left: 10px;
}

/* TAB */
.container {
	width: auto;
	margin: 10px auto;
}
.container ul.tabs {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #4c443e;
	border-left: 1px solid #4c443e;
	width: 100%;
}
.container ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #4c443e;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
.container ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
.container ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.container .tab_container {
	border: 1px solid #4c443e;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.container .tab_content {
	padding: 20px;
}
.container .tab_content h3{
	margin-top: 0px;
	margin-bottom: 10px;
}
.container .tab_content img {
	/*float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #4c443e;
	padding: 5px;*/
}
.container h4	{
	background-image: url(../../css/img/list02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	font-size: 120%;
	line-height: 2em;
	font-weight: bold;
}
.container strong	{
	color: #F03;
	font-weight: normal;
}
.container dl	{
	margin: 10px;
}
.container dt	{
	font-weight: bold;
	margin-top: 1em;
}
.container dd	{
}
.container dd ul	{
}
.container dd li	{
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 5px;
}
.container p	{
	margin: 10px;
}
.container p.p01	{
	text-indent: -1em;
	margin-left: 2em;
}
.container table	{
	margin: 10px;
	width: 100%;
}
.container th	{
	text-align: center;
	background-color: #2D5299;
	color: #FFF;
	padding: 5px;
}
.container td	{
	padding: 5px;
	text-align: center;
}
.container caption	{
	text-align: left;
}
.container dl.dl01 dt	{
	margin-left: 2em;
	text-indent: -2em;
}
.container dl.dl01 dd	{
	margin-left: 1.5em;
}
.container ul.ul01	{
	margin: 0px;
}
.container ul.ul01 li	{
	list-style-type: disc;
}
@media (max-width: 801px) {
.container ul.tabs{
	height:auto;
}
.container ul.tabs li {
    float: none;
    height: 31px;
    line-height: 31px;
}
}
