@charset "utf-8";
/*-------------------
共通class
--------------------------------------------------*/
@import url('/vc/base/usr/docs/css/common_pad.css');
/*--------------
■┓基本設定
┗┛
----------------------------------------------------------*/
#vc_style img,
#form_style img,
.cart_style img {
	height: auto;
	max-width: 100%;
}
#vc_style,
#form_style,
.cart_style {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/*--------------
ショッピングカートナビ
（#shop_nav）
----------------------------------------------------------*/
#shop_nav {
	margin-bottom: 16px;
}
#shop_nav ul li {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 8px;
}
#shop_nav ul li:last-child {
	margin-right: 12px;
}

/*--------------
サービス名（.shop_name）
list.jsp  /vc/health-promotion/service_menu.jsp

現在は健康づくりカフェテリアのみで使用（2019.05.24）
----------------------------------------------------------*/
.shop_list_box .info_box .shop_name_sm {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.shop_list_box .info_box .shop_info {
	height: 54px;
}

/*--------------
セクションタイトル（h4.sec_ttl）
agreement.jsp  agreementOk.jsp  applyChecksheet.jspapplyChecksheetConfirm.jsp
applyForm.jsp  cartConfirmation.jsp  cartPrecaution.jsp  goodsList.jsp


----------------------------------------------------------*/
h4.sec_ttl {
	margin: 32px -8px 16px;
	padding: 8px;
	width: calc(100% + 16px);
}
/*--------------
お知らせ枠（section.redeliver）
/vc/apply/の方でも使用するため service.css より移動
----------------------------------------------------------*/
section.redeliver {
	margin: 24px 0;
	padding: 12px;
}
section.redeliver .redeliver_title {
	padding: 4px 4px 8px;
}
section.redeliver .redeliver_contents {
	padding: 12px 4px 0;
}
/*--------------
購入商品のテーブル
（.tbl_purchase）
cart.jsp  cartList.jsp  applyForm.jsp  applyConfirm.jsp
----------------------------------------------------------*/
table.tbl_purchase,
table.tbl_purchase > tbody,
table.tbl_purchase > tbody > tr,
table.tbl_purchase > tbody > tr > th,
table.tbl_purchase > tbody > tr > td {
	border: none;
	display: block;
	padding: 0;
}
table.tbl_purchase > thead {
	display: none;
}
table.tbl_purchase > tbody > tr {
	border-bottom: 1px solid #e7e7e7;
	padding: 16px 0;
	position: relative;
}
table.tbl_purchase > tbody > tr > td.photo {
	position: absolute;
		top: 16px;
		left: 0;
	width: 80px;
}
table.tbl_purchase > tbody > tr > td.photo img {
	max-width: 80px;
	max-height: 80px;
}
table.tbl_purchase > tbody > tr > td.name,
table.tbl_purchase > tbody > tr > td.price,
table.tbl_purchase > tbody > tr > td.quantity,
table.tbl_purchase > tbody > tr > td.quantity_upload, /* cart.jspの再計算のセル */
table.tbl_purchase > tbody > tr > td.subtotal {
	margin-left: 96px;
	width: calc(100% - 96px);
}
table.tbl_purchase > tbody > tr > td.name {
	margin-bottom: 8px;
}
table.tbl_purchase > tbody > tr > td.quantity_upload {
	padding-top: 8px;
}

/* PAD、SP用の表示 */
table.tbl_purchase .sp_add_item {
	display: flex;
		align-items: center;
}
table.tbl_purchase .sp_add_item > div {
	flex-shrink: 0;
}
table.tbl_purchase .sp_add_item > div:first-child {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	white-space: nowrap;
	width: 105px;
}
table.tbl_purchase .sp_add_item > div:first-child span {
	font-size: 9px;
	font-size: .9rem;
}
/* 再購入ボタン*/
table.tbl_purchase a.btn_toform,
table.tbl_purchase a.btn_todetail,
table.tbl_purchase a.btn_close {
	display: inline-block;
}
/*--------------
ポップアップ内等で使用
（.btn_bottom）
----------------------------------------------------------*/
.btn_bottom {
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.btn_bottom input,
a.btn_input {
	margin-right: auto;
	margin-left: auto;
}
/*--------------
ページのトップへ
（.page_top_vc）
----------------------------------------------------------*/
.page_top_vc {
		bottom: 5px;
		right: 5px;
}
/*-----------------------------------------------------------------------------
■┓ヘッダー、フッター等がないページ
┗┛「.main_column」を「#no_head_style」でくくる
-------------------------------------------------------------------------------*/
#no_head_style .main_column {
	padding: 10px;
}
#no_head_style .main_column #vc_style {
	padding: 0 8px;
}
#no_head_style #vc_style .no_head_style_title {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 16px 0;
	padding-bottom: 8px;
}
