@charset "UTF-8";
/* ===============================
	イラレ名刺 フォーム用css
=============================== */
body {
  line-height: 1.5;
}

/* #header
=============================== */
#header {
  padding: 6px 0 11px;
  border-bottom: 1px #666 solid;
}

#headerIn {
  width: 971px;
  margin: 0 auto;
  padding: 0 0 0 9px;
  overflow: hidden;
}

#header p {
  float: left;
  width: 91px;
  padding: 0 11px 0 0;
}

#header h1 {
  float: left;
  width: 660px;
  font-size: 92%;
  padding: 9px 0 0;
}

#header h1 strong {
  font-size: 117%;
  font-weight: bold;
}

/* #contents
=============================== */
#contents {
  width: 722px;
  margin: 0 auto;
  padding: 22px 129px 60px;
}

/* #breadcrumb
=============================== */
#breadcrumb {
  margin: 0 0 20px;
}

#breadcrumb li.firstChild {
  background-image: none;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px 0 0;
}

#breadcrumb li {
  background-image: url("../img/book_allow.gif");
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px 0 15px;
}

#breadcrumb li a {
  text-decoration: none;
}

#emeishi #breadcrumb li a {
  color: #138af8;
}

#imeishi #breadcrumb li a {
  color: #f28a1f;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* #main
=============================== */
/* #apply
-------------------- */
#main #apply {
  margin: 0 0 50px;
}

#main #apply h2 {
  margin: 0 0 20px;
}

#main #apply .txt {
  margin: 0 0 15px;
  font-size: 108%;
  font-weight: bold;
}

#main #apply .txt span {
  color: #ff4664;
}

#main #apply .btn {
  text-align: center;
}

#main #apply .btn a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

/* #inquiry
-------------------- */
#main #inquiry h2 {
  margin: 0 0 30px;
}

#main #inquiry h3 {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url(../img/ico_blue.gif) no-repeat left 0.1em;
  font-size: 108%;
  font-weight: bold;
}

#emeishi #main #inquiry h3 {
  background: url(../img/ico_blue.gif) no-repeat left 0.1em;
}

#imeishi #main #inquiry h3 {
  background: url(../img/ico_gray.gif) no-repeat left 0.1em;
}

#main #inquiry .bnr {
  margin: 0 0 25px;
}

#main #inquiry .txt {
  margin: 0 0 18px;
  font-size: 108%;
}

/* #form
-------------------- */
#main #inquiry #form {
  width: 600px;
  padding: 27px 57px 50px;
  border: 4px #dfdfdf solid;
}

#main #inquiry #form h4 {
  margin: 30px 0 20px;
}

#main #inquiry #form .step {
  margin: 0 0 29px;
}

#main #inquiry #form .mosttxt {
  margin: 0 0 3px;
  font-size: 92%;
  text-align: right;
}

#main #inquiry #form .mosttxt img {
  padding: 0 3px 0 0;
  vertical-align: text-top;
}

#main #inquiry #caution {
  margin: 0 0 34px;
  padding: 20px 0 20px 60px;
  background: url(../img/bg_dot01.gif) 0 0;
  border: 1px #ff4664 solid;
}

#main #inquiry #caution li {
  margin: 0 0 5px;
  padding: 0 0 0 22px;
  background: url(../img/ico_caution.png) no-repeat 0 0;
  color: #ff4664;
}

.form_table {
  margin: 0 0 16px;
  width: 600px;
}

.form_table th {
  width: 170px;
  padding: 10px 14px 8px;
  background: url(../img/bg_dot01.gif) 0 0;
  border: 1px #ccc solid;
  font-size: 92%;
  vertical-align: middle;
}

.form_table th img {
  padding: 0 0 0 5px;
  vertical-align: middle;
}

.form_table th.info img {
  padding: 0;
}

.form_table td {
  padding: 10px 14px 8px;
  border: 1px #ccc solid;
  vertical-align: middle;
}

.form_table td input[type="text"] {
  width: 364px;
  padding: 5px 8px;
  border: 1px #ccc solid;
}

.form_table td .input_wrap .postcode {
  float: left;
  width: 162px;
}

.form_table td .input_wrap #zipsearch {
  cursor: pointer;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
  padding: 3px 20px 2px 18px;
  margin-left: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-bottom: 3px;
}

.form_table td .input_wrap #zipsearch:hover {
  opacity: 0.7;
}

.form_table td .input_wrap #zipsearch:before {
  content: '';
  display: inline-block;
  background: url(../img/img_search01.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin: 3px 4px -3px 0;
}

.form_table td .input_wrap {
  position: relative;
}

.form_table .error {
  position: absolute;
  top: -23px;
  left: 0;
  background: url(../img/balloon01.png) 0 0 no-repeat;
  display: inline-block;
  visibility: hidden;
}

.form_table .error span {
  background: url(../img/balloon02.png) right 0 no-repeat;
  display: block;
  padding: 2px 10px 0 5px;
  height: 21px;
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 77%;
  font-weight: bold;
}

#main #inquiry .form_table td .txt {
  margin: 3px 0 0;
  font-size: 92%;
  text-indent: -1em;
  padding-left: 1em;
  clear: both;
}

.form_table td.about label {
  display: block;
}

#emeishi .form_table td.about label {
  float: left;
  width: 150px;
}

.form_table td.about textarea {
  clear: left;
  width: 364px;
  padding: 5px 8px;
  border: 1px #ccc solid;
}

.form_table td p + p {
  margin: 10px 0 0;
}

.form_table .colored {
  background-color: #fefeea;
}

#form #purpose {
  margin: 0 0 10px;
  padding: 20px;
  background-color: #f0f0f0;
  line-height: 1.7;
  color: #231f20;
  overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    height:200px;
}

#form #purpose iframe {
  width:100%;
  height:100%;
}

#form #consent {
  margin: 0 0 20px;
  padding: 20px;
  background-color: #f0f0f0;
  color: #231f20;
  text-align: center;
}

#form #consent a {
  color: #138af8;
  text-decoration: none;
}

#form #consent a:hover {
  text-decoration: underline;
}

#form #send {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
}

#form #send a {
  margin: 0 20px;
}

#form #send.notactive .filter {
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
}

#form #send.notactive a img {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

#form #send a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

#form #ssl th {
  background-color: #f0f0f0;
}

#form #ssl td {
  color: #393737;
  padding-left: 15px;
}

/* #thankyou
-------------------- */
#main #inquiry #thankyou {
  width: 600px;
  padding: 27px 57px 40px;
  border: 4px #dfdfdf solid;
}

#main #inquiry #thankyou .step {
  margin: 0 0 29px;
}

#main #inquiry #thankyou .txt {
  margin: 0 0 15px;
}

/* #footer
=============================== */
#footer {
  background: url(../img/bg_dot02.gif) 0 0;
}

#footerIn {
  width: 980px;
  margin: 0 auto;
  height: 28px;
  padding: 13px 0 5px;
}

#footer .logo {
  float: left;
  padding: 0 7px 0 0;
}

#footer .txt {
  padding: 10px 0 0;
  color: #fff;
}

/* #footer固定表示
=============================== */
html, body {
  height: 100%;
}

#container {
  width: 100%;
  position: relative;
  min-height: 100%;
}

#contents {
  padding-bottom: 46px;
}

#footer {
  position: absolute;
  width: 100%;
  height: 46px;
  bottom: 0;
}

/*ご注文・ご入稿フォーム
-------------------------------------------------------------*/
#imeishi.pageAppli {
  background: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
}

#imeishi.pageAppli #header p {
  margin: 0;
}

#imeishi.pageAppli #main #inquiry .titleBox h3 {
  color: #F28A1F;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left bottom;
  border-bottom: 1px solid #F28A1F;
  padding-bottom: 2px;
  padding-left: 0;
  line-height: 130%;
  clear: both;
}

#imeishi.pageAppli #main #inquiry .titleBox h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

#imeishi.pageAppli #main #inquiry .titleBox h4:before {
  font-size: 1.6rem;
  vertical-align: middle;
  content: "■";
  color: #F28A1F;
}

#imeishi.pageAppli #main #inquiry .Box {
  margin-bottom: 30px;
}

#imeishi.pageAppli #main #inquiry .Box .notice {
  float: right;
  width: 320px;
}

#imeishi.pageAppli #main #inquiry .Box .notice .tit {
  text-align: center;
  color: #fff;
  padding: 5px 0 2px;
  margin: 0;
  background-color: #fe0000;
}

#imeishi.pageAppli #main #inquiry .Box .notice .txt {
  font-size: 0.8rem;
  padding: 8px 20px;
  border: 1px solid #fe0000;
}

#imeishi.pageAppli #main #inquiry .imgBtn {
  text-align: center;
}

#imeishi.pageAppli #main #inquiry .imgBtn a:hover {
  opacity: 0.7;
}

#imeishi.pageAppli #main #inquiry .titleBox2 h3 {
  color: #221F1F;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 0px;
  line-height: 130%;
  clear: both;
  padding: 0;
}

#imeishi.pageAppli #main #inquiry #Main table {
  line-height: 170%;
}

#imeishi.pageAppli #main #inquiry #Main table .check02 {
  padding-left: 20px;
}

#imeishi.pageAppli #main #inquiry .table01 th {
  width: 25%;
}

#imeishi.pageAppli #main #inquiry .float_r {
  padding: 5px 0 0 0;
  margin-bottom: 5px;
  line-height: 1;
}

#imeishi.pageAppli #main #inquiry input[type="radio"], #imeishi.pageAppli #main #inquiry input[type="checkbox"] {
  vertical-align: bottom;
}

#imeishi.pageAppli #footer p {
  margin-bottom: 0;
}
