@charset "shift_jis";

#lower h3	{
	font-family: "AGaramondPro-Regular", "KozMinPro-ExtraLight", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "‚l‚r ‚o–¾’©", "MS PMincho";
	font-size: 23px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

div.acc01,
div.acc02	{
	margin-bottom: 2em;
}
div.acc01 address	{
	font-style: normal;
}
div.acc02 h4	{
	color: #cc4444;
	font-size: 100%;
	border-bottom: 1px solid #cc4444;
	margin-bottom: 1em;
	background: url(../../css/img/list02.gif) no-repeat left center;
	padding-left: 8px;
}
div.acc02 ul.ul02	{
	font-size: 80%;
}
div.acc02 ul.ul02 li	{
	float: left;
}
div.acc02 ul.ul02 li.li02	{
	height: 100px;
	width: 30px;
	text-align: center;
	padding-top: 50px;
}
div.acc02 ul.ul02 li.li02 img	{
	vertical-align: bottom;
}
div.acc02a	{
	width: 300px;
	float: left;
}
div.acc02b	{
	float: right;
	width: 300px;
}
div.acc02b a	{
	background: url(../../css/img/list02.gif) no-repeat left center;
	padding-left: 8px;
	display: block;
	margin-top: 1em;
}
.sq01	{
	border-top: 1px solid #999999;
	padding: 10px 0;
}
.sq01 table	{
	font-size: 100%;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
.sq01 th	{
	color: #FFFFFF;
	background-color: #0399CD;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.sq01 td	{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 140%;
}
.sq01 .pic	{
	float: right;
}
.sq02	{
	float: left;
	width: 370px;
}
.sq01 dl	{
	padding: 20px;
}
.sq01 dt	{
	color: #999999;
	font-size: 140%;
	margin-bottom: 0.5em;
}
.sq01 dd	{
	color: #333333;
}
.sq01 .p01	{
	background-image: url(../../css/img/list04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 2em;
}
/* TAB */
.container {
	width: auto;
	margin: 10px auto;
}

.container ul.tabs {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	height: 32px;
	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 {
}
