@charset "utf-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
#one_maincolumn {
	margin: 15px auto;
  padding: 0 15px;
	width: auto;
}

.mini {
	font-size: 90%;
}

.attention {
	color: #f00;
}

h2.title {
	margin-bottom: 10px;
	padding: 8px ;
	border-top: solid 1px #ebeced;
	color: #333333;
	background: url(https://www.aru.gr.jp/user_data/packages/default/img/background/bg_tit_sub_02.gif) repeat-x left bottom;
	background-color: #e8e8e8;
	font-size: 108%;
  font-weight: bold;
  line-height: 1;
}


/*----------------------------------------------------
	一覧ページ
----------------------------------------------------*/
#container.list-page {
  padding: 0;
}


/* スクロールメニュー
----------------------------------------------- */
.sub-nav {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #C5C5C6;
}

.sub-nav ul {
  width: 1200px;
  margin: 10px auto 0;
  -webkit-overflow-scrolling: touch;
  letter-spacing: -0.4em;
}

/* スクロールバー */
.scroll_bar::-webkit-scrollbar {
  height: 3px;
}
.scroll_bar::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}
.scroll_bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #C5C5C6;
}

.sub-nav li {
/*
  width: 50%;
  float: left;
  display: block;
*/
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
}

.sub-nav li a {
  position: relative;
  display: block;
	padding: 5px 10px 5px 35px;
	text-align: left;
  font-size: 12px;
}

/* 黄色三角 */
.sub-nav li a:before {
	content: "▲";
	color: #fdd000 !important;
	position: absolute;
	top: 4px;
	left: 15px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}


/* 一覧ページタイトル */
.top-page-title,
.list-page-title {
  text-align: center;
  height: 55px;
  margin-top: -12px;
  color: transparent;
}

/* 年賀状 */
.list-page-title.nenga {
  background: #E84952 url("https://www.aru.gr.jp/img/newhp/nenga/bg_lists_ttl01.jpg") left top repeat-x;
}

/* 喪中 */
.list-page-title.mochu {
  background: #949595 url("https://www.aru.gr.jp/img/newhp/mochu/bg_lists_ttl02.jpg") left top repeat-x;
}

/* 寒中 */
.list-page-title.kanchu {
  background: #4F86C5 url("https://www.aru.gr.jp/img/newhp/mochu/bg_lists_ttl03.jpg") left top repeat-x;
}

.list-page-title img {
  margin-top: 15px;
  height: 26px;
}

/* 一覧表示 */
.list-page .item-lists {
  margin-bottom: 85px;
  overflow: hidden;
}

.item-lists-block {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.4em;
}

/* はがき共通 */
.item-lists-block div img {
  box-shadow: 5px 5px 15px 1px #bbb;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* はがき縦 */
.item-lists-block .listphoto2 {
  display: inline-block;
	width: 50%;
  height: auto;
	text-align: center;
  margin: 0 0 10px;
  letter-spacing: 0;
  float: none;
}

/* 私製年賀状 はがき縦 */
.item-lists .item-lists-block .listphoto2 img {
  width: 126px;
  height: 180px;
}

.item-lists .item-lists-block .listphoto2 p {
  width: 126px;
}

/* お年玉付年賀状 はがき縦 */
.item-lists.otoshidama .item-lists-block .listphoto2 img {
  width: 123px;
/*  height: 176px; */
  height: 182px;
}

.item-lists.otoshidama .item-lists-block .listphoto2 p {
  width: 123px;
}

/* 喪中・寒中 はがき縦 */
.item-lists.mochu .item-lists-block .listphoto2 img,
.item-lists.kanchu .item-lists-block .listphoto2 img {
  width: 124px;
  height: 177px;
}

.item-lists.mochu .item-lists-block .listphoto2 p,
.item-lists.kanchu .item-lists-block .listphoto2 p {
  width: 124px;
}

/* はがき横 */
.item-lists-block .listphoto2-yoko {
	text-align: center;
	width: 44%;
  height: auto;
  display: inline-block;
  margin: 0 3% 10px;
  padding: 0;
  letter-spacing: 0;
  float: none;
  text-align: center;
}

.item-lists-block .listphoto2-yoko + .listphoto2,
.item-lists-block .listphoto2 + .listphoto2-yoko {
  clear: both;
}

/* 私製年賀状 はがき横 */
.item-lists .item-lists-block .listphoto2-yoko img {
  width: 180px;
/*  height: 123px; */
  height: auto;
}

.item-lists .item-lists-block .listphoto2-yoko p {
  width: 180px;
}

/* お年玉付年賀状 はがき横 */
.item-lists.otoshidama .item-lists-block .listphoto2-yoko img {
  width: 182px;
/*  width: 176px; */
/*  height: 123px; */
  height: auto;
}

.item-lists.otoshidama .item-lists-block .listphoto2-yoko p {
  width: 176px;
}

/* 喪中・寒中 はがき横 */
.item-lists.mochu .item-lists-block .listphoto2-yoko img,
.item-lists.kanchu .item-lists-block .listphoto2-yoko img {
  width: 180px;
/*  height: 126px; */
  height: auto;
}

.item-lists.mochu .item-lists-block .listphoto2-yoko p,
.item-lists.kanchu .item-lists-block .listphoto2-yoko p {
  width: 180px;
}

.item-lists-block .listphoto2 p,
.item-lists-block .listphoto2-yoko p {
  padding: 8px 0 5px;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}


/* 年賀状メニュー */
#nenga_nav {
  margin: 20px 0;
  overflow: hidden;
/*  overflow: auto; */
}

#nenga_nav .nenga_category {
  width: 50%;
  float: left;
  text-align: center;
  border-right: 1px solid #C5C5C6;
}

#nenga_nav .nenga_category:last-child {
  border-right: 0;
}

#nenga_nav .category_title {
  padding: 20px 0;
  line-height: 1;
}

#nenga_nav .category_title img {
  height: 18px;
}

#nenga_nav li:last-child {
  border-right: 0;
}

#nenga_nav .nenga_category a {
  width: 50%;
  float: left;
  display: block;
  border-top: 1px solid #C5C5C6;
  border-right: 0;
  line-height: 1;
  padding: 20px 0;
}

#nenga_nav a img {
  height: 14px;
}

#nenga_nav .nenga_category a:hover {
  text-decoration: none;
}

#nenga_nav .nenga_category span:nth-of-type(1) a {
  border-right: 1px solid #C5C5C6;
}

#nenga_nav .nenga_category span {
  padding-top: 2px;
}

#nenga_nav .nenga_category span img {
  height: 16px;
}


/* 喪中・寒中
----------------------------------------------- */
.mochu_caution {
  text-align: center;
  color: #E50011;
  margin: 50px 15px;
  font-size: 14px;
}


/*----------------------------------------------------
	詳細ページ
----------------------------------------------------*/
#container.detail-page {
  padding: 0;
  color: #221814;
}

/* パンくず */
#breadcrumbs {
  margin: 15px;
}

/* はがき縦 */
.img-tate #item_img {
  width: 75%;
  max-width: 490px;
  margin: 0 auto;
  position: relative;
}

/* はがき横 */
.img-yoko #item_img {
  width: 75%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

#item_img #main01 {
  width: 100%;
  height: auto;
  float: none;
  box-shadow: 10px 10px 30px 0 #999;
  margin: 30px auto 0;
  position: relative;
}

#item-details #back01,
#item-details #next01 {
  position: absolute;
  top: 41%;
}

#item-details.img-yoko #back01,
#item-details.img-yoko #next01 {
  position: absolute;
/*  top: 15px; */
  top: 40px;
}

/* 前 */
#item-details #back01 {
  left: -30px;
}

/* 次 */
#item-details #next01 {
  right: -30px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* コメント縦 */
.img-tate .main_comment {
  width: 80%;
  text-align: left;
  margin: -20px auto 10px;
  position: relative;
  display: block;
}

.main_comment p {
  position: absolute;
  top: 43%;
  left: 14%;
	width: 71%;
  font-size: 11px;
  line-height: 1.8;
}

.main_comment img {
  width: 100%;
  height: auto;
}

/* コメント横 */
.img-yoko .main_comment {
  width: 80%;
  text-align: left;
  margin: -20px auto 10px;
  position: relative;
  display: block;
}

.img-yoko .main_comment p {
	width: 74%;
}

/* 商品情報 */
#item_info {
  margin: 30px auto 20px;
  color: #221814;
}

#item_info .hr {
  width: 220px;
  margin: 0 auto 12px;
  border-top: 1px solid #9F9FA0;
}

#item_info p {
  text-align: center;
  margin: 0 0 10px;
  line-height: 1;
  font-size: 16px;
}

#item_info p b {
  vertical-align: middle;
  line-height: 34px;
}

#item_info p > span {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
  font-family: Garamond;
  display: inline-block;
}

#item_info p span span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  margin-left: -15px;
  display: none;
}


/* このデザインで注文へすすむ */
.cartin_btn {
  text-align: center;
  margin-bottom: 45px;
}

select[name="quantity"] {
  margin-bottom: 10px;
  width: auto;
  line-height: 22px;
}

#cartbtn_default {
  margin-top: 25px;
/*
  display: none !important;
*/
}

#cartbtn_default #cart {
  width: 251px;
  height: auto;
}


/* 同じデザインでお年玉つき年賀状を選ぶ */
.img-tate #same_design {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

.img-yoko #same_design {
  width: 85%;
  max-width: 443px;
  margin: 0 auto;
}

#same_design_ttl {
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}

#same_design #main02 {
  width: 75%;
  height: auto;
  margin-bottom: 70px;
  box-shadow: 10px 10px 30px 0 #999;
  float: none;
}

#same_design span {
  display: block;
  text-align: center;
  color: #E50011;
  margin-bottom: 20px;
  line-height: 1;
}

.detail_caution,
#same_design {
  text-align: center;
}


/* 喪中・寒中見舞い */
.detail_caution {
  margin: 0 15px 30px;
  color: #221814;
}

#nCard,
#moCard {
  width: 100%;
}


/* デザインへのこだわり */
#kodawari_block {
  text-align: center;
  margin-bottom: 2.5em;
}

#kodawari_block img {
  height: 41px;
}

#kodawari_block span {
  display: block;
}

#kodawari {
  background: #fff;
  padding: 9%;
  overflow: hidden;
}

#kodawari p,
#kodawari div {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  color: #221814;
}

#kodawari p {
  margin-bottom: 2.5em;
}

/* 関連商品 */
@media screen and (min-width: 768px) {
  #recommend_product_title {
    width:1200px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  #recommend_product_list {
    width:1200px;
    margin-left: 80px;
  }
  #recommend_product_list .recommend_product {
    margin: 0px 5px 0px 5px;
    width: 200px;
    height: 200px;
    text-align: center;
    float: left;
  }
  #recommend_product_list .recommend_product.yoko {
    padding-top: 37px;
  }
  #recommend_product_list .recommend_product img {
    box-shadow: 5px 5px 15px 1px #bbb;
  }
}

@media only screen and (max-device-width: 480px) {
  #recommend_product_title {
    width: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin: 0px 10px 30px 10px;
  }

  #recommend_product_list {
    width: auto;
  }
  #recommend_product_list .recommend_product {
    margin: 0px 5px 0px 5px;
    padding-bottom: 30px;
    width: auto;
    text-align: center;
  }
  
  #recommend_product_list .recommend_product.yoko {
    padding-top: 37px;
  }
  #recommend_product_list .recommend_product img {
    box-shadow: 5px 5px 15px 1px #bbb;
  }
}


/*----------------------------------------------------
	現在のカゴの中
----------------------------------------------------*/
.sp #undercolumn.nomember,
.sp #undercolumn_login,
.sp #undercolumn.cart-page {
  padding: 15px 15px 0;
}

#main_column .cart-page div.form_area {
  margin: 0;
}

.sp #undercolumn_login .btn_area li {
  margin-top: 15px;
}

/* ボタン */
.btn_area {
  text-align: right;
  letter-spacing: -0.4em;
}

.btn_area li {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: 0;
  width: 50%;
  text-align: center;
}

.btn_area li * {
  vertical-align: middle;
}

/* 金額　赤 */
.price {
  color: #E50011;
}

.table_header {
  display: none;
}

table th,
table td {
  font-size: 12px;
}

div#undercolumn_shopping table.printing th,
div#undercolumn_shopping table.delivname th[scope="row"] {
  width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
}

td:before {
	content: attr(data-label);
  display: block;
	color: #777;
  margin-bottom: 5px;
  float: left;
}

th[colspan="4"],
th[colspan="5"] {
  display: none;
}

.sp-left {
  text-align: left;
}

.sp-block {
  display: block;
  margin-top: 5px;
}


/* エラーメッセージ */
.errmsg_area {
  background: #FFEEEE;
  padding: 20px 20px 10px;
  color: #ff0000;
  margin: 20px 0 30px;
}

.errmsg_area p {
  margin-bottom: 10px;
}

.nomember table td span.attention {
  display: block;
}


/* step */
.flow_area {
  text-align: center;
}

.flow_area .sp-view {
  position: relative;
}

.flow_area b {
  display: block;
  text-align: center;
  color: #E94F0D;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 16px;
  overflow: hidden;
}

.flow_area ol {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.flow_area li {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  border: 2px solid #9f9fa0;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  background: #fff;
  display: inline-block;
}

.flow_area li:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 13px;
  right: -28px;
  z-index: -1;
  border-top: 1px solid #9f9fa0;
}

.flow_area li:last-child:after {
  display: none;
}

.flow_area div > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 60px;
  border: 2px solid #9f9fa0;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.flow_area li.current,
.flow_area div > span.current {
  color: #E94F0D;
  border: 2px solid #E94F0D;
  font-weight: bold;
}

.flow_area li.current span {
  font-weight: bold;
}

.flow_area div > i:after {
  display: inline-block;
  content: "";
  border-top: 1px solid #9f9fa0;
  width: 20px;
  vertical-align: middle;
  line-height: 1;
}

.nomember table td span {
  display: block;
  margin-bottom: 8px;
}

.nomember table td select + p {
  margin-top: 10px;
  display: block;
}


/*----------------------------------------------------
	お届け先の指定
----------------------------------------------------*/
.flow_area {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

[data-label]:before {
	content: attr(data-label);
  display: inline-block;
	color: #777;
  margin-bottom: 0;
  float: left;
}

.del_icon {
  width: 24px;
  height: 24px;
  line-height: 1;
  background: #666;
  text-align: center;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px;
  float: right;
  padding: 0;
}

.del_icon:hover {
  text-decoration: none !important;
}

.set_num {
  margin-top: 10px;
  vertical-align: middle;
}

.set_num > div {
  display: table-cell;
  vertical-align: middle;
}

.set_num a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  font-size: 20px;
  margin: 0 0 0 10px;
  border: 2px solid #9f9fa0;
  border-radius: 50px;
  text-align: center;
  padding: 0;
}

.set_num a:hover {
  background: #9f9fa0;
  color: #fff !important;
  text-decoration: none;
}

.sp-btns {
  width: 50%;
  float: left;
  text-align: center;
}



/*----------------------------------------------------
	印字内容項目のご入力
----------------------------------------------------*/
div#undercolumn_shopping .pay_area02 {
	margin: 10px auto 30px auto;
}

.table_scroll {
  width: 100%;
  overflow-x: auto;
}
/*
.table_scroll table {
  width: 180%;
}
*/
.table_scroll th,
.table_scroll td {
  display: table-cell;
}

.cart-page.cart-table tr {
  display: block;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
}

.cart-page.cart-table tr.table_header {
  display: none;
}

/*
.cart-page.cart-table tr td:nth-of-type(1),
.cart-page.cart-table tr td:nth-of-type(2),
.cart-page.cart-table tr td:nth-of-type(3),
.cart-page.cart-table tr td:nth-of-type(4) {
  border-bottom: 0;
  padding: 2px 10px;
}
*/

.cart-page.cart-table tr td:nth-of-type(2) {
  display: block;
  float: left;
  width: 35%;
  border-right: 0;
  border-bottom: 0;
}

.cart-page.cart-table tr td:nth-of-type(3) {
  width: 65%;
  float: right;
  padding: 2px 10px;
  border-bottom: 0;
  border-right: 0;
}

.cart-page.cart-table tr td:nth-of-type(4),
.cart-page.cart-table tr td:nth-of-type(5),
.cart-page.cart-table tr td:nth-of-type(6) {
  border-bottom: 0;
  border-right: 0;
  padding: 2px 10px;
}

.cart-page.cart-table tr:nth-last-of-type(1),
.cart-page.cart-table tr:nth-last-of-type(2),
.cart-page.cart-table tr:nth-last-of-type(3) {
  border-bottom: 0;
  border-right: 0;
}

.cart-page .table_header {
  display: none;
}

.cart-page .del_btn {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.cart-page td.sp-position {
  text-align: right;
}

.item_num br {
  display: none;
}

.item_num ul {
  display: inline-block;
}

.item_num span {
  display: block;
}

.box380 {
  width: 100%;
}

select,
textarea {
  width: 100%;
}

#mocard_content1 {
  display: block;
}

#payment table {
  width: 100%;
}

/* 挨拶文 */
#facebox {
	width: 95% !important;
}

#facebox .content {
	width: 100% !important;
}

#facebox .content table {
	width: 100% !important;
}

#facebox .content table td + td {
  padding-left: 30px;
}

.ex .left {
  display: block;
}

#mocard_input .ex .right,
#ncard_input .ex .right {
  padding: 0 !important;
}

#ncard_corp_joint_name1,
#ncard_joint_name1,
[name="mocard_joint_name1"] {
  margin-top: 10px;
}

div.wrap div {
	display: block !important;
	vertical-align: middle;
	padding: 0 4px 0 0;
}

div.wrap .ex {
  width: 50%;
  float: left;
  margin: 10px 0;
}

td.gray {
	background-color: #EEEEEE;
}

tr td {
  overflow: hidden;
}

.ex {
  display: block;
  margin-top: 10px;
}

#deliv_time_id0,
#center_stop0 {
  width: auto;
  height: 22px;
}

/* センター留め */
.center_stop {
  display: block;
  margin-top: 10px;
}

.center_code {
  display: block;
  margin-top: 5px;
}

.textarea_block,
#ncard_input .other_txt,
#ncard_input .org_txt {
  width: 100%;
  float: none;
}


/* 年賀状popup */
#facebox .content > p:last-child {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #221814 !important;
}

.nexample_ttl {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #221814 !important;
}

.nexample_body td,
.nexample_body li,
.nexample_body a {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #221814 !important;
}

.nexample_body li {
  margin-bottom: 10px;
}

.nexample_list {
  margin: 10px 0 0 15px;
}

.nexample_list li {
  margin: 0 0 13px;
}

.nexample_body li:last-child,
.nexample_list li:last-child {
  margin: 0;
}

td.gray label {
  margin-right: 7px;
}

td.gray label input {
  vertical-align: middle;
  margin-right: 2px;
}

td.gray.etc_copy label input {
  margin-right: 0;
}


/*----------------------------------------------------
	ご入力内容のご確認
----------------------------------------------------*/
div#undercolumn_shopping table,
div#undercolumn_shopping table {
  margin: 15px 0 20px !important;
}

div#undercolumn_shopping table.calendar_info td,
div#undercolumn_shopping table.mocard_info td,
div#undercolumn_shopping table.ncard_info td {
  border: 1px solid #9f9fa0 !important;
  border-top: 0 !important;
  padding-top: 0;
}

div#undercolumn_shopping table.printing td {
	border: 2px solid #f00;
}

div#undercolumn_shopping table.printing th {
  border-right: 1px solid #9f9fa0;
}

colgroup {
  width: auto;
  border: 0;
}

.red_line td {
  border: 2px solid #ff0000;
}

div#undercolumn_shopping table.ncard_info td.design_chk {
  border: 2px solid #ff0000 !important;
}


/*----------------------------------------------------
	説明ページ
----------------------------------------------------*/
#common_inv {
  padding: 30px 15px 0;
  width: 100%;
}

.common_inv_detail {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9F9FA0;
}

.common_inv_ttl {
  margin-bottom: 20px;
}

.common_inv_ttl img {
  height: 26px;
}

.common_inv_ttl span {
  display: inline-block;
  margin-left: 25px;
  color: #221814;
  font-size: 15px;
}

#common_inv p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #221814;
  font-size: 15px;
}

#common_inv th,
#common_inv td {
  text-align: center;
  padding: 10px 0;
  display: table-cell;
  color: #221814;
  font-size: 15px;
}

#common_inv #common_inv02 table {
  border-top: 0;
  border-left: 0;
  margin-bottom: 30px;
}

#common_inv #common_inv02 th,
#common_inv #common_inv02 td {
  border-left: 0;
  border-right: 0;
}

.common_inv_detail .pagetop {
  text-align: center;
  margin: 40px 0 0 !important;
}

.common_inv_detail .pagetop a {
  font-size: 15px;
  color: #221814;
}

.common_inv_detail .pagetop span {
  color: #FDD000;
}

.common_inv_detail .pagetop a:hover {
  text-decoration: none;
}

#common_inv #common_inv05 table {
  margin-bottom: 30px;
}

#common_inv05 th:nth-of-type(1) {
  width: 16%;
}

#common_inv05 th:nth-of-type(2) {
  width: 20%;
}

#common_inv05 th:nth-of-type(3) {
  width: 20%;
}

#common_inv #common_inv05 td {
  padding-left: 10px;
  padding-right: 10px;
}

#common_inv #common_inv05 td:last-child {
  text-align: left;
}

#common_inv06 img {
  display: block;
}

p + .common_inv06_in {
  margin-top: 30px;
}

.common_inv06_in img:first-child {
  margin-bottom: 5px;
  height: 18px;
}

.common_inv06_in img:last-child {
  margin-bottom: 20px;
}

.common_inv07_wrap {
  overflow: hidden;
}

.common_inv07_wrap > div {
  text-align: left;
}

.common_inv07_wrap img:nth-child(1) {
  height: 18px;
  margin-bottom: 5px;
}

.common_inv07_wrap img:nth-child(2) {
  width: 100%;
  margin-bottom: 20px;
}


#common_inv08.common_inv_detail {
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: 0;
}






/* ------------------------------------------------------------- PC --------------------------------------------------------------- */
@media screen and (min-width: 768px) {

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #site-description p {
  letter-spacing: -.5px;
}

/* ロゴ */
#site-description #site-description-in > img {
  height: 46px;
}

/* グローバルメニュー */
#globalNav.page-nav ul li a {
	padding: 15px 0 0;
	height: 45px;
}

/* カート */
#site-description.page-header #cart_btn {
  top: auto;
  left: auto;
	bottom: 20px;
	right: 10px;
}

#site-description.page-header #cart_btn img {
  margin: 0;
}

/* サブメニュー */
.sub-nav ul {
  width: 1200px;
  margin: 10px auto 0;
/*  text-align: center; */
}

.sub-nav li {
  margin: 0 4px;
}

.moCard_menu .sub-nav li,
#moCard_menu .sub-nav li {
  margin: 0 14px;
}

.sub-nav li a {
  position: relative;
  display: block;
  padding: 5px 18px;
  color: #221814;
  font-weight: bold;
}

.sub-nav li:last-child a {
  padding: 5px 0 5px 18px;
}

.sub-nav li a:before {
	left: 0;
}

/* 一覧 */
.item-lists-block {
/*  width: 1200px; */
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* はがき縦 */
.item-lists-block .listphoto2 {
	text-align: center;
  width: 192px;
  max-width: none;
  padding: 10px 0;
  margin: 0;
  display: block;
  float: left;
}

/* 私製年賀状 はがき縦 */
.item-lists .item-lists-block .listphoto2 img {
  width: 126px;
  height: 180px;
}

/* お年玉付年賀状 はがき縦 */
.item-lists.otoshidama .item-lists-block .listphoto2 img {
  width: 123px;
/*  height: 176px; */
  height: 182px;
}

/* 喪中・寒中 はがき縦 */
.item-lists.mochu .item-lists-block .listphoto2 img,
.item-lists.kanchu .item-lists-block .listphoto2 img {
  width: 126px;
  height: 180px;
}

/* はがき横 */
.item-lists-block .listphoto2-yoko {
  float: left;
	text-align: center;
	width: 240px;
  margin: 10px 0;
  padding: 0;
  max-width: none;
}

/* 私製年賀状 はがき横 */
.item-lists .item-lists-block .listphoto2-yoko img {
  width: 180px;
  height: 126px;
}

/* お年玉付年賀状 はがき横 */
.item-lists.otoshidama .item-lists-block .listphoto2-yoko img {
  width: 182px;
/*  width: 176px; */
  height: 123px;
}

/* 喪中・寒中 はがき横 */
.item-lists.mochu .item-lists-block .listphoto2-yoko img,
.item-lists.kanchu .item-lists-block .listphoto2-yoko img {
  width: 180px;
  height: 126px;
}

.item-lists-block .listphoto2 p,
.item-lists-block .listphoto2-yoko p {
  padding: 10px 0px 20px 0px;
}

/* 年賀状メニュー */
#nenga_nav {
  margin: 30px 15px 20px;
  border-left: 1px solid #C5C5C6;
}

#nenga_nav .nenga_category:last-child {
  border-right: 1px solid #C5C5C6;
}

#nenga_nav .nenga_category a {
  width: 50%;
  float: left;
}

#nenga_nav .nenga_category span img {
  height: 20px;
}


/* タイトル画像 */
#list-page-title img,
#nenga_nav .category_title img,
#nenga_nav a img {
  height: auto;
}

#list-page-title img {
  margin-top: 11px;
}


/*----------------------------------------------------
	詳細ページ
----------------------------------------------------*/
#item-details {
  position: relative;
}

#item_img #main01 {
  margin: 45px auto 0;
}

/* コメント縦 */
.img-tate .main_comment {
  position: absolute;
  top: 45px;
  right: 20px;
  width: 327px;
  height: 341px;
  text-align: left;
  z-index: -1;
}

/* 私製コメント縦 */
.img-tate .main_comment {
  right: 40px;
  width: 327px;
}

/* お年玉コメント縦 */
.img-tate.otoshidama .main_comment {
  right: 50px;
  width: 327px;
}

.img-tate .main_comment p {
	position: absolute;
	top: 150px;
	width: 172px;
	left: 90px;
  color: #211614;
  font-size: 12px;
}

/* コメント横 */
.img-yoko .main_comment {
  position: absolute;
  width: 327px;
  height: 341px;
  text-align: left;
  z-index: -1;
}

/* 私製コメント横 */
.img-yoko .main_comment {
  top: 165px;
  right: -60px;
}

/* お年玉コメント横 */
.img-yoko.otoshidama .main_comment {
  top: 145px;
  right: -55px;
}

.img-yoko .main_comment p {
	position: absolute;
	top: 150px;
	width: 170px;
	left: 90px;
  color: #211614;
}

/* はがき縦 */
.img-tate #item_img {
  width: 490px;
}

/* お年玉付年賀はがき縦 */
.img-tate.otoshidama #item_img {
  width: 466px;
}

/* 私製年賀はがき縦 */
.img-tate #item_img {
  width: 490px;
}

/* はがき横 */
.img-yoko #item_img {
  width: 700px;
}

/* お年玉付年賀はがき横 */
.img-yoko.otoshidama #item_img {
  width: 690px;
}

/* 私製年賀はがき横 */
.img-yoko #item_img {
  width: 700px;
}

.img-tate.otoshidama #item_img #main01 {
  height: 690px;
}

.img-tate #item_img #main01 {
  height: 700px;
}

.img-yoko.otoshidama #item_img #main01 {
  height: 466px;
}

.img-yoko #item_img #main01 {
  height: 490px;
}

#item-details.img-tate #back01,
#item-details.img-tate #next01 {
  top: 41%;
}

#item-details.img-yoko #back01,
#item-details.img-yoko #next01 {
  position: absolute;
  top: 55px;
}


/* 同じデザインでお年玉つき年賀状を選ぶ */
#same_design_ttl {
  margin-bottom: 12px;
  width: auto;
  height: 29px;
}

.img-tate #same_design {
  width: 100%;
  max-width: none;
  height: auto;
}

/* お年玉付年賀はがき縦 */
.img-tate.otoshidama #same_design_body {
  width: 295px;
  margin: 0 auto;
  position: relative;
}

/* 私製年賀はがき縦 */
.img-tate #same_design_body {
  width: 310px;
  margin: 0 auto;
  position: relative;
}

/* お年玉付年賀はがき横 */
.img-yoko.otoshidama #same_design_body {
  width: 437px;
  margin: 0 auto;
  position: relative;
}

/* 私製年賀はがき横 */
.img-yoko #same_design_body {
  width: 443px;
  margin: 0 auto;
  position: relative;
}

#item_info p > span {
  font-size: 34px;
}

#same_design #main02 {
  width: 100%;
  height: auto;
}


/* 前 */
#item-details #back01 {
  left: -40px;
}

/* 次 */
#item-details #next01 {
  right: -40px;
}


/* 喪中・寒中見舞い */
.detail_caution {
  margin: 0 15px 75px;
}


/* デザインへのこだわり */
#kodawari_block {
  position: absolute;
  top: 355px;
  right: 140px;
  text-align: center;
}

.img-tate.otoshidama #kodawari_block {
  position: absolute;
  top: 355px;
  right: 150px;
  text-align: center;
}

#kodawari_block.yoko {
  position: absolute;
  top: 475px;
  right: 40px;
  text-align: center;
}

.img-yoko.otoshidama #kodawari_block.yoko {
  position: absolute;
  top: 450px;
  right: 43px;
  text-align: center;
}

#kodawari {
  padding: 9% 14%;
}





/*----------------------------------------------------
	現在のカゴの中
----------------------------------------------------*/
#undercolumn.nomember,
#main_column .cart-page,
#one_maincolumn .cart-page {
	width: 784px;
  margin: 0 auto;
  color: #221814;
}

/*
#main_column .cart-page .form_area .btn_area ul {
  width: 645px;
}
*/

#main_column .cart-page #form1 + #member_form2 ul,
#main_column .cart-page .form_area + #member_form2 ul {
  position: absolute;
  bottom: 10px;
  right: 210px;
  width: 130px;
}

.table_header {
  display:table-row;
  font-size: 12px;
}

.table_header th {
  font-size: 12px;
  text-align: center;
}

/* ボタン */
.btn_area li {
  padding: 0 0 0 15px;
  width: auto;
}

.table_scroll table {
  width: 100%;
}

.cart-page.cart-table tr,
.cart-page tr {
  position: static;
  display: table-row;
}

.cart-page.cart-table tr.table_header,
.cart-page .table_header {
  display: table-row;
}

.cart-page.cart-table td {
  border-bottom: 1px solid #9f9fa0;
}

.cart-page.cart-table tr td:nth-of-type(1),
.cart-page.cart-table tr td:nth-of-type(2),
.cart-page.cart-table tr td:nth-of-type(3),
.cart-page.cart-table tr td:nth-of-type(4) {
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
  padding: 10px;
  display: table-cell;
}

.cart-page.cart-table tr td:nth-of-type(2) {
  display: table-cell;
  float: none;
  width: auto;
  padding: 10px;
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;}

.cart-page.cart-table tr td:nth-of-type(3) {
  width: auto;
  float: none;
  padding: 10px;
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
}

.cart-page.cart-table tr td:nth-of-type(4),
.cart-page.cart-table tr td:nth-of-type(5),
.cart-page.cart-table tr td:nth-of-type(6) {
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
  padding: 10px;
}






.cart-page .del_btn {
  position: static;
  top: auto;
  left: auto;
  border-right: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
}

.cart-page .table_theader {
  display: table-header-group;
}

.item_num br {
  display: block;
}

.item_num ul {
  display: block;
}

.item_num span {
  display: inline;
}

.cart-page td.sp-position {
  text-align: left;
}

.cart-page td.item_num {
  text-align: center;
}

th[colspan="4"],
th[colspan="5"] {
  display: table-cell;
}

td[data-label]:before {
  display: none;
  float: none;
}

.pc-center {
  text-align: center;
}

.pc-inline {
  display: inline-block;
}

div#undercolumn_shopping table.printing th,
div#undercolumn_shopping table.delivname th[scope="row"] {
  width: auto;
}

.sp-btns {
  width: auto;
  float: none;
}

.nomember table td span {
  display: inline-block;
}


/*----------------------------------------------------
	印字内容項目のご入力
----------------------------------------------------*/
div#undercolumn_shopping .pay_area02 {
	margin: 40px auto 30px auto;
}

.box380 {
  width: 380px;
}

select,
textarea {
  width: auto;
}

select {
  height: 22px;
}

#mocard_content1 {
  display: block;
}

/* 挨拶文 */
#facebox {
	width: 766px !important;
}

#facebox .content {
	width: 766px !important;
}

.ex .left {
  display: inline;
}

#mocard_input .ex .right,
#ncard_input .ex .right {
  padding-left: 160px !important;
}

#ncard_corp_joint_name1,
#ncard_joint_name1,
[name="mocard_joint_name1"] {
  margin-top: 0;
}

div.wrap div {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 4px 0 0;
}

div.wrap div:nth-child(2),
div.wrap div:nth-child(3) {
  width: auto;
  float: none;
  margin: 0;
}

/* センター留め */
.center_stop,
.center_code {
  display: inline;
}

.ex {
  display: inline;
}

.flow_area img {
  display: inline-block;
}

#ncard_content1 {
  width: 297px;
}

#ncard_input .other_txt {
  width: 310px;
  float: left;
}

#ncard_input .org_txt {
  width: 310px;
  float: right;
}

/*----------------------------------------------------
	ご入力内容のご確認
----------------------------------------------------*/
div#undercolumn_shopping table.printing th[scope="row"],
div#undercolumn_shopping table.delivname th[scope="row"] {
  width: 250px;
  text-align: left;
  border-bottom: 1px solid #9f9fa0;
  padding-bottom: 10px;
}

div#undercolumn_shopping table.printing td {
	border: 0;
}

div#undercolumn_shopping table td.first_td {
	border-top: 2px solid #ff0000;
}

div#undercolumn_shopping table.printing td {
	border: 2px solid #ff0000;
}

div#undercolumn_shopping table.calendar_info td,
div#undercolumn_shopping table.mocard_info td,
div#undercolumn_shopping table.ncard_info td {
  border: 1px solid #9f9fa0 !important;
  padding-top: 10px;
}

.red_line colgroup[width="70%"] {
 border: 2px solid #ff0000;
}

.print_ttl {
  border-top: 1px solid #9f9fa0 !important;
  border-left: 1px solid #9f9fa0 !important;
  border-right: 1px solid #9f9fa0 !important;
  padding: 10px;
}

.red_line td {
 border: 0;
}


/*----------------------------------------------------
	説明ページ
----------------------------------------------------*/
#common_inv {
  width: 960px;
  margin: 100px auto;
}

#common_inv_menu {
  margin-top: -12px;
  background: #fff;
}

.common_inv_ttl img {
  height: 32px;
}

.common_inv_detail {
  padding-top: 20px;
  margin-bottom: 70px;
}

#common_inv th,
#common_inv td {
  padding: 18px 0;
}

#common_inv p {
  line-height: 2.3;
}

#common_inv .common_inv_detail > :not(table) {
  margin-left: 120px;
}

#common_inv .common_inv_detail > .common_inv07_wrap {
  width: 940px;
  margin-left: 0;
}

#common_inv #common_inv02.common_inv_detail > table {
  margin-left: 85px;
  width: 728px;
  margin-bottom: 85px;
}

#common_inv #common_inv05 .common_inv_ttl + p {
  margin-right: -40px;
}

#common_inv #common_inv05.common_inv_detail > table {
  margin-left: 55px;
  width: 896px;
}

#common_inv #common_inv05.common_inv_detail > table td:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

.common_inv_ttl {
  margin-bottom: 50px;
}

#common_inv05 th:nth-of-type(1) {
  width: 140px;
}

#common_inv05 th:nth-of-type(2) {
  width: 94px;
}

#common_inv05 th:nth-of-type(3) {
  width: 90px;
}

#common_inv .common_inv_detail .common_inv_top {
  margin-top: 90px;
  margin-left: 0;
}

.common_inv_detail .common_inv07_wrap {
  margin-top: 90px;
}

.common_inv_detail .common_inv07_wrap div {
  width: 460px;
  margin: 0 0 60px;
  text-align: left;
}

p + .common_inv06_in {
  margin-top: 80px;
}

.common_inv06_in img:first-child {
  height: 30px;
}

#common_inv06 img:nth-child(odd) {
  margin-bottom: 15px;
}

#common_inv06 img:nth-child(even) {
  margin-bottom: 40px;
}

.common_inv07_wrap img:nth-child(1) {
  height: 20px;
}

.common_inv07_wrap div:nth-child(odd) {
  float: left;
}

.common_inv07_wrap div:nth-child(even) {
  float: right;
}

.common_inv_detail .common_inv07_wrap div img:first-child {
  margin-bottom: 10px;
}

#common_inv08 > p:nth-of-type(1) {
  margin-bottom: 110px;
}





}


/* PCコメント */
@media screen and (min-width: 768px) {
  .main_comment p {
    font-size: 14px !important;
	top: 140px !important;
	width: 172px !important;
	left: 90px !important;
  }
}

/* SPコメント */
@media only screen and (max-device-width: 480px) {
  .main_comment p {
    font-size: 14px !important;
    top: 39% !important;
    left: 14% !important;
    width: 71% !important;
  }
}


/* カート対応 */
#undercolumn_shopping div.wrap div,
#undercolumn_shopping div.wrap div a,
#undercolumn_shopping table th,
#undercolumn_shopping table td {
  font-size: 14px;
}

#undercolumn_shopping div.wrap div.ex a.expansion {
  text-align: center;
}

#undercolumn_shopping .family li div {
  width: 60px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #mocard_content1 {
    width: 310px;
  }
}

@media screen and (max-width: 767px) {
  .payment_deliv_table td {
    display: block;
  }
  .payment_deliv_table td:nth-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

#facebox .content > p:first-child {
  font-size: 13px;
  margin-bottom: 10px;
}

div.mfp_err {
  background-position: 0px 5px;
}

@media only screen and (max-width: 768px){
  .cart_page #form_cart{
    padding:0 10px 0 10px;
  }
  .cart_page .ec-cartRow {
    align-items: center;
    border-bottom: 1px dotted #ccc;
    display: flex;
  }
  .cart_page .ec-cartRow .ec-cartRow__img{
    width: 30%;
  }
  .cart_page .ec-cartRow li{
    border-bottom: none;
  }
  .product_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd){
    padding-right: 0;
  }
  .product_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(even){
    padding-left:0; 
  }
}