@charset "utf-8";
@import url(style.css) screen and (min-width: 769px);
@import "default.css";
@import "base.css";

#container {
	background-image: url(../images/corporate/corporate_back.png);
	background-position: center 120px;
	background-repeat: no-repeat;
}
#profile   {
	background-image: url(../images/shadow.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}

#profile .inner {
	background-image: url(../images/tomei_back.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	padding-left: 35px;
	font-size: 16px;
	padding-right: 35px;
}

#profile th {
	background-image: url(../images/corporate/th_back.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
	line-height: 180%;
}
#profile td {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0D29FB;
	line-height: 180%;
	margin-right: 0px;
}
#profile .last  {
	border-bottom-style: none;
}
#history   {
	background-image: url(../images/shadow.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}
#history .inner {
	background-image: url(../images/tomei_back.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	padding-left: 35px;
	font-size: 16px;
	padding-right: 35px;
	position: relative;
	padding-top: 22px;
	padding-bottom: 30px;
}
#history .inner div {
	position: absolute;
	left: 519px;
	top: 214px;
	right: 0px;
	bottom: 0px;
	width: 442px;
	z-index: 1;
}

#history table  {
	border-top: 1px solid #727171;
}

#history th {
	width: 170px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
	border-left: 1px solid #727171;
	background-color: #EFEFEF;
	line-height: 180%;
	vertical-align: top;
	border-bottom: 1px solid #727171;
}
#history td {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #727171;
	line-height: 180%;
	margin-right: 0px;
	border-right: 1px solid #727171;
}
tr td p {
	z-index: 2;
	position: relative;
}
#privacy   {
	background-image: url(../images/shadow.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	margin-top: 50px;
	margin-bottom: 20px;
}


#privacy .inner {
	background-image: url(../images/tomei_back.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	padding-left: 35px;
	font-size: 16px;
	padding-right: 35px;
}
#privacy .inner p {
	line-height: 140%;
	font-size: 18px;
	padding-bottom: 30px;
	padding-top: 20px;
}
#profile .inner table tbody tr .last a {
	color: #000000;
}
