@charset "UTF-8";

* {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

/* --------------------------------------------------------------------
	Landing
-------------------------------------------------------------------- */
#dec_lp_form table{
  width: 100%;
}
#dec_lp_form input[type="text"],
#dec_lp_form input[type="password"],
#dec_lp_form select {
	max-width: 100%;
	padding: 5px 10px;
	background: #fcfcfc;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}
#dec_lp_form label{
  padding-left: 5px;
}
#dec_lp_form .xsmall {
	font-size: 10px;
}
#dec_lp_form .red {
	color: #da2d2d;
}
#dec_lp_form .mb_10 {
	margin-bottom: 10px;
}
#dec_lp_form .hiddenEnter_ {
	width: 0; height: 0;
}
#dec_lp_form {
	margin: 20px auto;
	width: 750px;
	font-size: 12px;
	color: #555555;
}
#dec_lp_form .wrap_landingdetail_ {
	margin-bottom: 20px;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#dec_lp_form .landingdetail_ {
	background: #ffffff;
	border: 1px solid #cccccc;	
}
#dec_lp_form .landingdetail_ tr {
	border: none;
}
#dec_lp_form .landingdetail_ th {
	padding: 10px;
	background: #88bfd0;
	border: 1px solid #78abba;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	vertical-align: middle;
}
#dec_lp_form .landingdetail_ th.landing_sub {
	width: 100%;
	text-align: center;
}
#dec_lp_form .landingdetail_ td {
	padding: 10px;
	background: #ffffff;
	border-top: 1px dotted #dddddd;
	text-align: left;
	vertical-align: middle;
}
#dec_lp_form .landingdetail_ td .stock_ label,
#dec_lp_form .landingdetail_ td .stock_  select{
  display: inline-block;
}
#dec_lp_form .landingdetail_ td .stock_ label{
  width: 3.5em;
}

#dec_lp_form .landingdetail_ td.p_20 {
	padding: 20px;
}
#dec_lp_form .landingdetail_ td .introBtns {
	text-align: center;
}
#dec_lp_form .landingdetail_ td .introBtns input[type="image"] {
	margin: 10px 0;
}
#dec_lp_form .landingdetail_ td .submit_ {
	padding: 10px 0;
	text-align: center;
}
#dec_lp_form .landingdetail_ td .submit_ a {
	margin: 0 10px;
	border: none !important;
	outline: none !important;
}
#dec_lp_form .landingdetail_ td .submit_ a img {
	border: none !important;
	outline: none !important;
}
#dec_lp_form .landingdetail_ td .checktype_name input,
#dec_lp_form .landingdetail_ td .checktype_kana input {
	width: 150px;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ {
	table-layout: fixed;
	background: #f5f5f5;
	border: none;
}
#dec_lp_form .wrap_landingdetail_ .bt_none {
	border-top: none;
}
#dec_lp_form .wrap_landingdetail_ .bb_none {
	border-bottom: none;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ th {
  width: 30%;
	padding: 25px 0 0;
	background: #f5f5f5;
	border: none;
	font-size: 16px;
	font-weight: normal;
	color: #35798f;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td {
	padding: 20px;
	background: none;
	border: none;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td .landingdetailinner_ {
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td .caption {
	margin-bottom: 0;
	border-bottom: 0;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td .landingdetailinner_ th {
	padding: 10px;
	background: #f9f9f9;
	border-top: 1px dotted #dddddd;
	font-size: 12px;
	color: #333333;
	white-space: normal;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td .landingdetailinner_ td {
	padding: 10px;
	background: #ffffff;
	border-top: 1px dotted #dddddd;
	text-align: left;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td .landingdetailinner_ th.landing_sub {
	padding: 15px;
	background: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
#dec_lp_form .wrap_landingdetail_ .landingdetailinner_ td .caption th.landing_sub {
	border-bottom: none;
	font-weight: bold;
}
#dec_lp_form .landingdetailinner_dec_detail {
	width: 686px;
}

/*2016.07.14 [knishitani]利用規約表示修正*/
#dec_lp_form .agreebody_{
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}

/* --------------------------------------------------------------------
	エラーメッセージ
-------------------------------------------------------------------- */

div.info_, table.info_ {
    background-color: #efefef;
    border: 1px solid #666666;
    margin: 4px auto;
    padding: 8px;
    text-align: left;
    width: 560px;
}
.info_ {
    font-weight: bold;
}
ul.error_ {
    margin-left: 16px;
}
.error_ {
    color: #cc0000;
    font-weight: bold;
}

div.error_, table.error_ {
    background-color: #efefef;
    border: 1px solid #ff0099;
    margin: 4px auto;
    padding: 8px;
    text-align: left;
    width: 560px;
}