body {
	color: #333333;
	font: 14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.8;
}
a {
	color: #333333;
}
a:hover {
	color: #357aeb;
}
.bold {
	font-weight: bold;
}
.inner {
	width: 940px;
	margin: 0 auto;
}
#header {
	background: url(../images/header_top.png) repeat-x;
}
#header h1 {
	color: #ffffff;
	font-size: 12px;
	padding: 1px 0;
}
#header .logoArea {
	height: 58px;
}
#header .logoArea .logo {
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin: 15px 0;
	width: 110px;
	height: 28px;
}
#header .logoArea .logo a {
	display: block;
	text-indent: -9999px;
}
#header .logoArea .no1 {
	float: right;
	margin: 13px 0;
}

#index #content {
	background: url(../images/main_bg.png) no-repeat center 0;
}
#content h3.title {
  border-top: 1px solid #ddd;
  border-bottom: 1px dotted #ddd;
  margin: 20px 0;
  padding: 10px 0 0;
}
#content .section {
	margin-bottom: 30px;
}
#content .sectionTop p.copy {
	padding: 50px 0;
}
#content .sectionTop .searchArea {
	background: url(../images/searchbox_main.png) no-repeat;
	position: relative;
	margin: 0 auto;
	width: 720px;
	height: 275px;
}
#content .sectionTop .checkLeft {
	position: absolute;
	left: 20px;
	top: 54px;
}
#content .sectionTop .checkRight {
	position: absolute;
	left: 270px;
	top: 54px;
}
#content .sectionTop .startBtn {
	cursor: pointer;
	position: absolute;
	top: 190px;
	left: 135px;
}
#content .section .searchAreaSmall {
	background: url(../images/searchbox_small.png) no-repeat;
	position: relative;
	margin: 0 auto;
	width: 720px;
	height: 193px;
}
#content .section .searchAreaSmall .checkLeft {
	position: absolute;
	left: 20px;
	top: 54px;
}
#content .section .searchAreaSmall .checkRight {
	position: absolute;
	left: 270px;
	top: 54px;
}
#content .section .searchAreaSmall .startBtn {
	cursor: pointer;
	position: absolute;
	top: 57px;
	left: 515px;
}

#index #content table.ranking {
	border-collapse: collapse;
	border-spacing: 0;
	width: 900px;
	margin: 0 20px 10px 20px;
}
#index #content table.ranking td {
	background: #f1f1f1;
	border: 1px solid #cccccc;
	padding: 10px 0;
}
#index #content table.ranking td.rank {
	border-right: none;
	text-align: center;
	vertical-align: middle;
	width: 104px;
}
#index #content table td.rank1 {
	background: url(../images/rank1.png) no-repeat center #f1f1f1;
}
#index #content table td.rank2 {
	background: url(../images/rank2.png) no-repeat center #f1f1f1;
}
#index #content table td.rank3 {
	background: url(../images/rank3.png) no-repeat center #f1f1f1;
}
#index #content table td.rank4 {
	background: url(../images/rank4.png) no-repeat center #f1f1f1;
}
#index #content table td.rank5 {
	background: url(../images/rank5.png) no-repeat center #f1f1f1;
}
#index #content table td.logo {
	border-left: none;
	border-right: none;
	width: 88px;
}
#index #content table td.logo img {
	vertical-align: middle;
}
#index #content table td.name {
	border-left: none;
	border-right: none;
	padding-left: 20px;
	vertical-align: middle;
	width: 226px;
}
#index #content table td.star {
	border-left: none;
	border-right: none;
	vertical-align: middle;
	width: 160px;
}
#index #content table td.detail {
	padding: 10px;
	width: 130px;
	vertical-align: middle;
}
#index #content table td.detail span {
	float: right;
}
#index #content .terms {
	border: 1px solid #cccccc;
	font-size: 12px;
}
#index #content .terms h3 {
	background: #e1e1e1;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
	text-align: center;
}
#index #content .terms p {
	margin-bottom: 10px;
}
#index #content .terms .textblock {
	height: 180px;
	overflow-y: scroll;
	padding: 20px;
}
#index #content .companylist {
	height: 370px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#index #content table.logos {
	border-collapse: collapse;
	border-spacing: 0;
	width: 900px;
}
#index #content .logos td {
	padding: 0 5px;
	width: 142px;
}

#step3 #content {
	min-height: 500px;
	margin-bottom: 50px;
}
#step1 #content table,
#step2 #content table {
	background: #ffffff;
	margin-bottom: 20px;
	width: 940px;
}
#step1 #content table th,
#step2 #content table th {
	border: 1px solid #ebe2d3;
	background: #fff4e2;
	padding: 15px 20px;
	width: 200px;
	vertical-align: middle;
}
#step1 #content p.required span {
	color: #f05d39;
	font-size: 150%;
	margin-right: 5px;
	vertical-align: top;
}
#step1 #content table th span.required {
	color: #f05d39;
	font-size: 140%;
	padding-left: 5px;
	position: absolute;
}
#step1 #content table th span.multi {
	background: #ff7403;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #ffffff;
  display: block;
	font-size: 11px;
	padding: 4px 10px;
  width: 60px;
  text-align: center;
}
#step1 #content table td,
#step2 #content table td {
	border: 1px solid #ebe2d3;
	padding: 15px 20px;
}
#step1 #content table .text,
#step2 #content table .text,
#step1 #content table .textarea {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 5px;
}
#step1 #content table .text_50 {
	width: 50px;
}
#step1 #content table .text_300 {
	width: 300px;
}
#step1 #content table .text_600 {
	width: 600px;
}
#step1 #content table .textarea_600 {
	width: 600px;
	height: 120px;
}
#step1 h2,
#step2 h2,
#step3 h2 {
	background: #ff7403;
	border: 1px solid #be6319;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	color: #ffffff;
	font-size: 18px;
	padding: 4px 20px;
	margin: 30px 0 20px 0;
}
#step1 p.note,
#step2 p.note,
#step3 p.note {
	margin: 20px 0 10px 0;
}
#step1 div.next {
	cursor: pointer;
	margin: 50px auto;
}
#step1 div.next:hover,
#step2 div.back:hover,
#step2 div.next:hover {
  opacity: 0.8;
}

.btn_area {
  text-align: center;
	margin: 50px 0;
}
#step2 div.back {
	cursor: pointer;
	float: left;
}
#step2 div.next {
	cursor: pointer;
	float: left;
	margin-left: 50px;
}
#step3 #content li {
	list-style-type: decimal;
	margin: 0 0 10px 30px;
}
#step3 hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #ffffff;
	padding: 5px 0;
}
.error {
	color: #FF5252;
	font-weight: bold;
	display: none;
	padding-top: 10px;
}

#footer {
	border-top: 3px solid #f16506;
	font-size: 12px;
	padding: 10px 0;
	overflow: hidden;
}
#footer ul {
	float: left;
}
#footer li {
	background: url(../images/footer_eye.png) no-repeat 0 center;
	float: left;
	padding-left: 12px;
	margin-right: 30px;
}
#footer .copyright {
	float: right;
}

#progress_mb {
  display: none;
}


/*--------------------------------------------------
　モバイル
--------------------------------------------------*/

@media screen and (max-width: 640px) {
  .inner {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
  #step1 #content table, #step2 #content table {
    width: 100%;
  }
  
  #step1 #content table th, #step2 #content table th {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  
  #step1 #content table td, #step2 #content table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  
  #step1 #content table .textarea_600,
  #step1 #content table .text_300,
  #step1 #content table .text_600 {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  #step1 #content table th span.multi {
    display: inline-block;
    margin-left: 30px;
  }
  
  table label {
    display: block;
    width: 100%;
  }
  
  #progress_pc {
    display: none;
  }
  #progress_mb {
    display: block;
  }
  #progress_mb img, .btn_area img {
    width: 100%;
  }
  
  #header .logoArea .no1 img {
    max-width: 170px;
  }
  #step2 div.back, #step2 div.next {
    float: none;
    margin: 0;
  }
  #step2 div.back {
    max-width: 200px;
  }
}