input, select, textarea {
	color: #000;
	font-size: 16px;
	line-height: 24x;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	background-color: #fff;
	border: none;
	border-radius: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password] {
	width: 100%;
	height: 24px;
	padding: 0 5px;
	border-radius: 4px;
}
input[type=number],
input[type=date] {
	width: 100%;
	height: 24px;
	background-color: #fff;
	padding: 0 0 0 5px;
}
input[type=checkbox],
input[type=radio] {
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
}
select {
	width: 100%;
	height: 24px;
	padding: 0;
}
textarea {
	width: 100%;
	color: #000;
	resize: vertical;
	padding: 5px;
}
input[readonly],
input[disabled],
select[readonly],
select[disabled] {
	background-color: #f6f6f6;
	cursor: auto;
}
label {
	cursor: pointer;
}

#main .shop_cont {
	margin-bottom: 20px;
}

.form_tbl {
	width: calc(100% + 2px);
	border-radius: 7px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: -1px -1px 9px -1px;
	overflow: hidden;
}
.form_tbl tr {
}
.form_tbl tr th {
	width: 100px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #0f3888;
	padding: 10px 0;
}
.form_tbl tr td {
	width: auto;
	font-size: 14px;
	line-height: 20px;
	background-color: #eee;
	padding: 9px 10px;
}
.form_tbl tr td.in {
	padding: 7px 10px;
}
.form_tbl tr td.in.zip input {
	width: 110px;
}
.form_tbl tr td.in.zip button {
	width: 60px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	background-color: #0f3888;
	border-radius: 4px;
}
.form_tbl tr td.in.pref select {
	width: 100px;
}
.form_tbl tr td.in input[type=number] {
	width: 70px;
}
.form_tbl tr td.in button {
	width: 70px;
	height: 24px;
	color: #fff;
	background-color: #0f3888;
	display: inline-block;
	vertical-align: middle;
}
.form_tbl tr td.in.big input {
	height: 44px;
	font-size: 26px;
	font-weight: bold;
	line-height: 44px;
}
.form_tbl tr.war th {
	background-color: #e00;
}
.form_tbl tr.price th {
	background-color: #e00;
}
.form_tbl tr.point th {
	background-color: #f00;
}
.form_tbl tr.price td span {
	color: #e00;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.form_tbl tr.point td input,
.form_tbl tr.point td button {
	vertical-align: text-bottom;
}
.form_tbl tr.point td span {
	display: inline-block;
	margin: 3px 0;
}
.form_tbl tr.point td span:first-child {
	margin-right: 8px;
}
.form_tbl tr.point td span.war {
	color: #e00;
	display: flex;
}
.form_tbl tr.point td span.war::before {
	content: '※';
}
.form_tbl tr td.point span {
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
}
.form_tbl tr td #pref_text {
	background: #fff url(../img/icon_arrow_down.png) no-repeat right 4px top 4px;
	background-size: 16px 16px;
	padding-right: 22px;
	cursor: pointer;
}
.form_tbl tr td input.sele {
	background: #fff url(../img/icon_arrow_down.png) no-repeat right 4px top 4px;
	background-size: 16px 16px;
	padding-right: 22px;
	cursor: pointer;
}
.form_tbl tr td a.link {
	color: #0f3888;
	text-decoration: underline;
}

.log_list {
	border-top: 1px solid #999;
	margin-bottom: 10px;
}
.log_list dl {
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
.log_list dl dt {
	width: 170px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	padding: 5px;
	flex: 0 0 170px;
}
.log_list dl dd {
	width: auto;
	font-size: 14px;
	line-height: 24px;
	padding: 5px;
}
.log_list dl dd.name {
	flex: 1 1 auto;
}
.log_list dl dd.point {
	text-align: right;
	margin-left: auto;
	flex: 0 0 130px;
}
.log_list dl dd.link {
	margin-left: auto;
	flex: 0 0 80px;
}
.log_list dl dd.link a {
	width: 70px;
	height: 24px;
	color: #fff;
	text-align: center;
	background-color: #0f3888;
	display: block;
}

#login_cont {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 9px 10px;
	margin-bottom: 10px;
}
#login_cont .login_title {
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
}
#login_cont .login_title p {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	background: transparent url(../img/navi_user0.png) no-repeat 0 5px;
	background-size: 30px 30px;
	padding-left: 37px;
	display: flex;
	align-items: center;
}
#login_cont .login_title p span {
	font-size: 14px;
	line-height: 20px;
	display: block;
}
#login_cont .login_title button {
	height: 40px;
	min-width: 90px;
	color: #0f3888;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	background: transparent url(../img/icon_link.png) no-repeat right 0 top 12px;
	background-size: 16px 16px;
	padding-right: 19px;
}
#login_cont .login_mess {
	border-top: 1px solid #ddd;
	padding-top: 7px;
}
#main .form_butt {
	display: flex;
	margin: 0 -5px 15px -5px;
}
#main .form_butt button {
	width: calc(50% - 10px);
	max-width: 200px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: #060 url('../img/icon_next.png') no-repeat right 10px top 12px;
	background-size: 16px 16px;
	/* border-radius: 10px; */
	padding: 10px 0;
	margin: 0 5px;
	display: block;
}
#main .form_butt button.hover {
	background-image: url('../img/icon_next.png'), linear-gradient(rgba(255,255,255,0), rgba(238,238,238,0.25));
	background-position: right 10px top 12px, 0 0;
	background-size: 16px 16px, 100% 100%;
}
#main .plan_list {
}
#main .plan_list ul {
}
#main .plan_list ul li {
	border-bottom: 1px solid #ccc;
}
#main .plan_list ul li a {
	font-size: 14px;
	line-height: 18px;
	background: transparent url('../img/icon_check0.png') no-repeat 0 8px;
	background-size: 16px 16px;
	padding: 7px 0 7px 19px;
	display: block;
}
#main .plan_list ul li a.hover {
	background-image: url('../img/icon_check0.png'), linear-gradient(rgba(255,255,255,0), rgba(238,238,238,0.5));
	background-position: 0 8px, 0 0;
	background-size: 16px 16px, 100% 100%;
}
#main .plan_list ul li.on a {
	background-image: url('../img/icon_check1.png');
}
#main .plan_list ul li.on a.hover {
	background-image: url('../img/icon_check1.png'), linear-gradient(rgba(255,255,255,0), rgba(238,238,238,0.5));
}

.link_butt button {
	min-width: 23%;
    color: #0f3888;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
	background: #f6f6f6 url('../img/icon_link.png') no-repeat right 10px top 12px;
    background-size: 16px 16px;
	border-radius: 10px;
    padding: 10px 30px 10px 10px;
    margin: 16px 1% 16px auto;
    display: block;
}