@charset "utf-8";
/*---------------------------------------------
    一括新規
----------------------------------------------*/
#ikkatu_new .ikkatu_new_title {
	padding: 5px 5px 5px 0px;
	font-size: 24px;
	font-weight: bold;
}
#ikkatu_new .search_tbl {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #2d77c2;
	table-layout: fixed;
}
#ikkatu_new .search_tbl th {
	width: 30%;
	background: #2d77c2;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
	vertical-align: middle;
}
#ikkatu_new .search_tbl th.last {
	border-bottom: 1px solid #2d77c2 !important;
}
#ikkatu_new .search_tbl th span {
	font-size: 22px;
	border-left: 8px solid #ffe200;
	padding-left: 5px;
}
#ikkatu_new .search_tbl td {
	padding: 15px 10px;
	border-bottom: 1px solid #2d77c2;
}
#ikkatu_new .search_tbl td dd {
	position: relative;
}
#ikkatu_new .search_tbl td dd::before {
	content: ">";
	position: absolute;
	top: 5px;
	left: -24px;
	font-size: 24px;
	font-weight: bold;
	color: #ccc;
}
#ikkatu_new .search_tbl td dl+dl {
	margin-top: 10px;
}
#ikkatu_new .search_tbl td dl dt,
#ikkatu_new .search_tbl td dl dd {
	display: inline-block;
	padding: 10px 5px 10px 10px;
	width: 180px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 8px;
	margin-right: 30px;
	font-size: 14px;
}
#ikkatu_new .search_tbl td dl dt::after,
#ikkatu_new .search_tbl td dl dd::after {
	content: "▼";
	font-size: 8px;
	color: #f00;
	margin-left: 5px;
}
#ikkatu_new .search_result {
	border-bottom: 4px double #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: -85px 0 10px;
	padding-top: 115px;
}
#ikkatu_new .search_result span {
	color: #f00;
	font-size: 30px;
	font-weight: bold;
	margin-right: 5px;
}
#ikkatu_new .cart_box {
	background: #ffe200;
	position: relative;
	border-radius: 8px;
	display: table;
	width: 740px;
	margin: 20px 0;
}
#ikkatu_new .cart_box::after {
	top: 100%;
	left: 3%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 242, 107, 0);
	border-top-color: #ffe200;
	border-width: 10px;
	margin-left: -10px;
}
.cart_box2 {
	background: #ffe200;
	position: relative;
	border-radius: 8px;
	display: table;
	width: 740px;
	margin: 20px 0;
}
.cart_box2::after {
	top: -20px;
	left: 3%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 242, 107, 0);
	border-bottom-color: #ffe200;
	border-width: 10px;
	margin-left: -10px;
}
#ikkatu_new .cart_box_left,
#ikkatu_new .cart_box_right {display: table-cell;}
#ikkatu_new .cart_box_left {
	border-right: 2px solid #fff;
	width: 40%;
	padding: 15px 0;
}
#ikkatu_new .cart_box_left .left_l,
#ikkatu_new .cart_box_left .left_r {
	display: inline-block;
	vertical-align: middle;
}
#ikkatu_new .cart_box_left .left_l {
	color: #2d77c2;
	padding: 0 10px 0 60px;
	font-size: 16px;
	font-weight: bold;
}
#ikkatu_new .cart_box_left .left_r .amount {
	background: #fff;
	padding: 5px 10px;
	color: #f00;
	font-weight: bold;
	font-size: 26px;
	border-radius: 5px;
	box-shadow: 4px 2px 4px #ccc inset, -2px 0 4px #ccc inset;
	margin-right: 5px;
}
#ikkatu_new .cart_box_left span.red {color: #f00;font-weight: bold;}
#ikkatu_new .cart_box_right {width: 60%;padding: 15px;}
#ikkatu_new .cart_box_right a.seikyu_btn {
	display: block;
	text-decoration: none;
	background: linear-gradient(to bottom, #f88 0%, #f88 49%, #f00 50%, #f00 100%);
	background: -webkit-linear-gradient(top, #f88 0%, #f88 49%, #f00 50%, #f00 100%);
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 1px #f00 inset, -1px -1px 1px #f00 inset, 2px 2px 2px #ccc;
	text-shadow: 2px 2px 2px #c00;
}
#ikkatu_new .seikyu_scl {
	width: 480px;
	height:35px;
	border: 1px solid #ddd;
	display: table;
	float: left;
	margin-left: 5px;
	background: #FFF;
}
#ikkatu_new .seikyu_scl label {display: block;}
#ikkatsu #ikkatsuRst h2:not(:first-of-type) {margin-top: 35px;}
#ikkatu_new .background{background: #fffcdb;}
#ikkatu_new .seikyu_scl .chk_box,
#ikkatu_new .seikyu_scl .text_area,
#ikkatu_new .seikyu_scl .img_area {display: table-cell;vertical-align: middle;}
#ikkatu_new .seikyu_scl .chk_box {
	width: 30px;
	height: 35px;
	background: #f6f6f6;
	text-align: center;
}
#ikkatu_new .seikyu_scl .text_area {
	width: 390px;
	padding-left: 5px;
}
#ikkatu_new .seikyu_scl .text_area .Catch {
	color: #000;
	line-height: 1.3;
	font-size: 11.5px;
}
#ikkatu_new .seikyu_scl .text_area .scl_name {
	color: #1981e8;
	font-size: 16px;
}
#ikkatu_new .seikyu_scl .text_area .scl_cate {
	display: inline-block;
	font-size: 10px;
}
#ikkatu_new .seikyu_scl .text_area .Payflg {
	display: inline-block;
	background: #f00;
	padding: 2px 3px;
	color: #fff;
	box-shadow: -1px -1px 1px #666 inset;
	margin-left: 5px;
}
#ikkatu_new .seikyu_scl .img_area {
	width: 60px;
	height: 80px;
	z-index: -1;
	border-radius: 0 10px 10px 0;
	padding: 10px 7px 10px 10px;
}
#ikkatu_new .seikyu_scl .img_area img {
	max-width: 60px;
	max-height: 80px;
}
.SearchResaltSD2{
	width:100%;
	padding-right:10px ;
	position: relative;
}
.ikkatuCartZone {
  width: 670px;
  height: 80px;
  display:inline-block;
}
.ikkatuCartZone .ikkatuCartBoxTop{
	display: inline-block;
	width:640px;
	height: 65px;
  margin: 20px auto 0px 12px;
  padding: 0px 0px 10px 10px;
  background: url(/common_img/19p/pc_matomete_1.png) no-repeat;
  float: left;
}
.ikkatuCartZone .ikkatuCartBoxBottom{
	display: inline-block;
	width:670px;
	height: 65px;
  margin: 0px auto 0px 12px;
  padding: 10px 0px 0px 10px;
  background: url(/common_img/19p/pc_matomete_2.png) no-repeat;
  float: left;
}
.ikkatuCartZone .ikkatuCartNum {
  display: inline;
  width: 50px;
  height: 30px;
  position: absolute;
  margin-left: 130px;
  margin-top: 19px;
  font-size: 24px;
  color: red;
  font-weight: bold;
  text-align: center;
}
.ikkatuCartZone .ButtonSeikyuTop {
  display: inline-block;
  height: 43px;
  text-align: center;
  margin: 8px auto 0px 255px;
}
.ikkatuCartZone .ButtonSeikyuTop a {
  display: inline-block;
  width: 373px;
  height: 46px;
  padding: 0px 0px 0px 0px;
  background: url(/common_img/18p/btn_seikyu.png) no-repeat;
}
#ikkatu_new .change_right {
  position: absolute;
  right: 0;
  text-align: right;
  margin-right: 5px;
}
#ikkatu_new .change_right .pager {font-size: 20px;}
#loadingimgarea {text-align: center;}
#ajaxloadingimg {display: inline;width: 200px;}
#overBlack {
  background: #000;
  opacity: 0.05;
  z-index: 5;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#ikkatu_new p:nth-child(2), #ikkatu_new p:nth-child(3) {font-size: 15px;}
ul.pager li {font-size: 20px;}
#ikkatsu p.txt9 {font-size: 15px;}
#ikkatsu div.mar-t20 ul.topChiikiLst li a {font-size: 24px;}
.seikyu_introborder p.seikyu_introtext1 {font-size: 16px;}
.seikyu_introborder p.seikyu_introtext2 {font-size: 15px;line-height: 1.6;}
#Contents .LeftColumnSizeL div.f12 {font-size: 15px;}
#ikkatu_new .kw_search_oc {padding: 10px 5px 10px 10px;width: 85%;}
#ikkatu_new .pref.seikyu_scl~.seikyu_scl, :not(.seikyu_scl) + .seikyu_scl {border-top:1px solid #ddd;}
#ikkatu_new .seikyu_scl~.seikyu_scl~.seikyu_scl{border-top: none;}
#ikkatu_new .seikyu_scl .text_area .pay_flg {position: absolute;top: 11px;right: -51px;}
#ikkatu_new .seikyu_scl .text_area .muryou {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #59C8F2;
  border: 1px solid #59C8F2;
  padding: 4px 8px;
  border-radius: 2px;
}
#ikkatu_new .seikyu_scl .text_area .yuryou {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #F45454;
  padding: 4px 8px;
  border-radius: 2px;
}