#home {
	width: 100%;
}

#homeBox {
	margin-left: 30px;
	margin-bottom: 1%;
	/*margin-top: -30px;*/
	/*border: 1px solid #a9a9a9;*/
	float: left;
}

.contentBox {
	width: 570px;
}

.san2Box {
	margin-left: 10px;
}
.adsTitle {
	width: 570px;
	height: 36px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	color: white;
	font-weight: bold;
	background-image: url("../img/ads_title.png");
	background-repeat: no-repeat;

}

.adsTitleFont{
	line-height: 36px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 18px;
}
.midashiAdsTitle {
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
	/*background: #f7b624;*/
}

.midashiFont{
	width: 200px;
	padding: 5px 10px;
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
/*	line-height: 12px;
	padding-top: 17px;
	margin-left: 15px;
	font-size: 17px;*/
}
.midashiMessage {
	border-bottom: 3px solid #f7b624;
}
.midashiMessage .midashiFont{
	background: #f7b624;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
}
.midashiBusiness {
	border-bottom: 3px solid #3397ce;
}
.midashiBusiness .midashiFont{
	background: #3397ce;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #359DD6), color-stop(0.50, #54a3ee), color-stop(0.50, #54a3ee), color-stop(0.00, #39a2da));
	background: -webkit-linear-gradient(top, #39a2da 0%, #54a3ee 50%, #54a3ee 50%, #359DD6 100%);
	background: -moz-linear-gradient(top, #39a2da 0%, #54a3ee 50%, #54a3ee 50%, #359DD6 100%);
	background: -o-linear-gradient(top, #39a2da 0%, #54a3ee 50%, #54a3ee 50%, #359DD6 100%);
	background: -ms-linear-gradient(top, #39a2da 0%, #54a3ee 50%, #54a3ee 50%, #359DD6 100%);
	background: linear-gradient(to bottom, #39a2da 0%, #54a3ee 50%, #54a3ee 50%, #359DD6 100%);
}
.midashiJobOffer {
	border-bottom: 3px solid #fd0000;
}
.midashiJobOffer .midashiFont{
	background: #fd0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd0000 0%, #d00000 51%, #d30000 52%, #fd0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd0000), color-stop(51%,#d00000), color-stop(52%,#d30000), color-stop(100%,#fd0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd0000 0%,#d00000 51%,#d30000 52%,#fd0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd0000 0%,#d00000 51%,#d30000 52%,#fd0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd0000 0%,#d00000 51%,#d30000 52%,#fd0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd0000 0%,#d00000 51%,#d30000 52%,#fd0000 100%); /* W3C */
}
.midashiCampaign {
	border-bottom: 3px solid #09c309;
}
.midashiCampaign .midashiFont{
	background: #059e05; /* Old browsers */
	background: -moz-linear-gradient(top,  #059e05 0%, #31ca31 50%, #2f9d2f 51%, #09c309 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#059e05), color-stop(50%,#31ca31), color-stop(51%,#2f9d2f), color-stop(100%,#09c309)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #059e05 0%,#31ca31 50%,#2f9d2f 51%,#09c309 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #059e05 0%,#31ca31 50%,#2f9d2f 51%,#09c309 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #059e05 0%,#31ca31 50%,#2f9d2f 51%,#09c309 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #059e05 0%,#31ca31 50%,#2f9d2f 51%,#09c309 100%); /* W3C */
}

.count {
	color: #333333;
	padding-left: 20px;
	line-height: 30px;
	font-weight: normal;
}

.subTitle {
	height: 26px;
	margin:15px 0 5px 0;
	background: #f2f2f2;
}

.subTitleFont{
	margin-left: 30px;
	line-height: 2em;
/*	line-height: 12px;
	padding-top: 9px;
	margin-left: 52px;
	margin-bottom: 5px;
	font-size: 16px;*/
}
.subTitleFont img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.homeList {
	margin-left: 30px;
	margin-bottom: 15px;
	
}
.homeList h5 {
	font-size: 15px;
}
.homeList a {
	text-decoration: underline;
}
.homeList li {
	float: left;
	min-width: 250px;
}
li {
	padding-left: 1em;
	text-indent: -1em;
}

#sideBox {
	width: 175px;
	margin-right: 25px;
	float: right;
}

#sideBox img{
	/*margin-top: 15px;*/
	margin-bottom: 15px;
}
#otoiawaseBox {
	font-size: 12px;
	margin-top: 100px;
	width: 160px;
}
#otoiawaseBox #midashi{
	background: #359ed7;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 2px 0;
}
#otoiawaseBox #contentMidashi {
	font-weight: bold;
}
.detailImage {
	max-height: 175px;
	max-width: 175px;
}
.san2Table {
}
.san2Table th {
	background: #ffcc99;
	border: solid 1px #000;
	font-weight: normal;
	text-align: left;
	padding: 1px 2px;
}
.san2Table td {
	border: solid 1px #000;
	padding: 1px 2px;
}

h3 {
	margin-top: 40px;
}
.pageTop {
	margin-top: 30px;
	text-align: center;
}
.pageTop a {
	text-decoration: underline;
}

.san2FeeTable {
	width: 420px;
}
.san2FeeTable td {
	border: solid 1px #000;
	padding: 1px 2px;
}

.columnFee {
	color: red;
}
.columnFee  span {
	font-weight: bold;
}
.san2FeeTableSmall {
	width: 138px;
	font-size: 10px;
	border: solid 1px #000;
	
}
.san2FeeTableSmall th {
	text-align: left;
}
.san2FeeTableSmall td {
	border: solid 1px #000;
	padding: 1px 2px;
}
.webEntryMidashi {
	width: 570px;
	background-image: url("../img/san2_web_entry_back.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.webEntryFlowTable .title {
	width: 120px;
	height: 80px;
	background: #d8d8d8;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle;
	font-style:oblique;
}

.webEntryFlowTable .content {
	width: 450px;
	background: #d8d8d8;
	min-height: 80px;
	vertical-align: top;
}

.webEntryFlowTable .mark {
	width: 120px;
	text-align: center;
}

.webEntryFlowBOX {
	background: #d8d8d8;
}
.webEntryFlowBOX .left{
	width: 120px;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	display: table-cell;
	vertical-align: middle;
	font-style:oblique;

}
.webEntryFlowBOX .right{
	width: 450px;
	display: table-cell;
	min-height: 80px;
}
.webEntryFlowMark{
	width: 120px;
	text-align: center;
}
.san2Anchor {
	color: #1f497d;
	text-decoration: underline;
}
.san2Menu img {
	width: 138px;
}
.san2EntryImg {
	width: 570px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.san2EntrySubImg {
	margin-top: 10px;
	margin-bottom: 3px;
}
.helpsTransactionsTable {
}
.helpsTransactionsTable td:first-child{
	width: 190px;
}
.helpsTransactionsTable td {
	vertical-align: top;
	padding-bottom: 20px;
}
.helpsTermsBox {
	margin-bottom: 20px;
}
.webViewsMidashiImg {
	margin-bottom: 10px;
}
.marginTop20 {
	margin-top: 20px;
}