/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/

@import url("https://gigaplus.makeshop.jp/funlifee/css/base.css");
@import url("https://gigaplus.makeshop.jp/funlifee/css/common.css");

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, p {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	text-align: left;
}

img, abbr, acronym, fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: middle;
}

.line {
	font-size: 1px;
	line-height: 1px;
}


/*--- default */
body {
	background: url(https://gigaplus.makeshop.jp/tezuka/common/fancy_deboss.png);
	color: #333;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	text-align: center;
}

body td, body th {
	font-size: 16px;
}

table {
	border-collapse: collapse;
}

/*****************************************************
	
	基本設定、リンクカラーなど
	
*****************************************************/
#makebanner {
	position: relative;
	width: 960px;
	margin: 10px auto;
}

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: underline;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clear, *:first-child + html .clear {
	zoom: 1;
}

/* IE6 */
/* IE7 */
.pad10 {
	padding: 10px;
}

/*a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;	
}*/
.alignC {
	text-align: center;
}

/*****************************************************

	ヘッダ #header

*****************************************************/
#header {
	background-color: #fff;
	width: 1080px;
	margin: auto;
	/* サブナビゲーション */
	/* グローバルナビゲーション */
}

#header * {
	box-sizing: border-box;
}

#header #subNav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#header #subNav li a {
	display: block;
	width: 196px;
	height: 41px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition-property: background-image;
	transition-duration: 0.5s;
	text-indent: -9999px;
	text-decoration: none;
}

#header #subNav li.btn-login {
	margin-left: 22px;
	position: relative;
}

#header #subNav li .preload {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-cart-on.png");
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-login-on.png");
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-logout-on.png");
}

#header #subNav li .M_helloMsg {
	text-align: right;
	line-height: 2;
	padding-top: 5px;
}

#header #subNav li .M_basket {
	background-image: url("https://gigaplus.makeshop.jp/tezuka//assets/img/common/header/btn-cart.png");
}

#header #subNav li .M_basket:hover {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-cart-on.png");
}

#header #subNav li .M_loginBtn {
	margin-top: 31px;
	overflow: visible;
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-login.png");
}

#header #subNav li .M_loginBtn:hover {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-login-on.png");
}

#header #subNav li .M_loginBtn::before {
	content: 'ようこそ ゲスト様';
	display: block;
	position: absolute;
	width: 100%;
	text-align: right;
	top: 0;
	right: 0;
	line-height: 2;
	padding-top: 5px;
	font-size: 14px;
	text-indent: 0;
}

#header #subNav li .M_logoutBtn {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-logout.png");
}

#header #subNav li .M_logoutBtn:hover {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/header/btn-logout-on.png");
}

#header #header-logo a {
	display: block;
	margin: 10px auto;
	width: 100%;
}

#header #header-logo a img {
	width: 100%;
}

#header #gNavBg #gNav {
	display: flex;
	align-items: stretch;
}

#header #gNavBg #gNav li {
	flex: 0 0 20%;
	position: relative;
}

#header #gNavBg #gNav li:not(:nth-of-type(1))::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 28px;
	background-color: #c6c6c6;
	left: 0;
	top: 50%;
	margin-top: -14px;
}

#header #gNavBg #gNav li a {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 27px 0;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 1em;
	color: #333333;
	transition-property: color;
	transition-duration: 0.2s;
	z-index: 5;
}

#header #gNavBg #gNav li a::before {
	content: '';
	position: absolute;
	display: block;
	background-color: #333333;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	transition-property: left , right;
	transition-duration: 0.2s;
	z-index: -1;
}

#header #gNavBg #gNav li a:hover {
	color: #fff;
}

#header #gNavBg #gNav li a:hover::before {
	left: 0%;
	right: 0%;
}

/*****************************************************

	左コンテンツ #leftContents
	
*****************************************************/
#leftContents {
	width: 250px;
	/* カテゴリー */
	/* 会員メニュー */
	/* カレンダー */
	/* 中央揃え */
	/* 投票 */
	/* 掲示板 */
	/* バナー */
}

#leftContents * {
	box-sizing: border-box;
}

#leftContents a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

#leftContents a:hover {
	opacity: 0.7;
}

#leftContents .section {
	/* 検索input */
}

#leftContents .section .side_title {
	font-size: 20px;
	margin-top: 30px;
	padding-bottom: 10px;
	background-image: linear-gradient(to right, #4d4d4d 0px, #4d4d4d 50%, transparent 50%, transparent 100%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: bottom 0px left 0px;
}

#leftContents .section#l_search {
	display: flex;
	margin-top: 25px;
}

#leftContents .section#l_search .search_input {
	flex: 0 0 200px;
	width: 200px;
	height: 50px;
	border: 1px solid #999;
	font-size: 12px;
	text-align: center;
}

#leftContents .section#l_search .search_btn {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/common/search-btn.png");
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #999;
}

#leftContents .category-list {
	font-size: 14px;
	padding-left: 20px;
	margin-top: 10px;
}

#leftContents .category-list .item a {
	display: inline-block;
	padding: 7px 0;
	text-decoration: none;
}

#leftContents .category-list .item + .item {
	margin-top: 5px;
}

#leftContents .banners .item {
	margin-top: 25px;
}

#leftContents .banners .item a {
	width: 100%;
}

#leftContents .banners .item a img {
	width: 100%;
}

#leftContents .banners .item a img.has-border {
	border: 1px solid #ccc;
}

#leftContents #l_member {
	background: url(../../images/original_design_default/samplesource/5/btnBg.png);
	width: 230px;
	padding-bottom: 8px;
}

#leftContents #l_member img {
	margin: 8px;
	margin-bottom: 0;
}

#leftContents .calendarBox {
	background: #fff;
	margin-bottom: 8px;
	overflow: hidden;
	_zoom: 1;
}

#leftContents #l_calendar table {
	margin: 8px;
	border-collapse: separate;
	border-spacing: 1px;
	width: 217px;
}

#leftContents #l_owner, #leftContents #l_banner {
	text-align: center;
}

#leftContents #l_owner table, #leftContents #l_banner table {
	margin: 0 auto;
}

#leftContents #l_poll a img {
	margin: 0 2px;
	display: none;
}

#leftContents #l_poll b {
	color: #333;
}

#leftContents #l_poll table tr td input {
	border: none;
}

#leftContents #l_poll a {
	display: block;
	float: left;
}

#leftContents #l_poll a#poll_b01 {
	background: url(../../images/original_design_default/samplesource/5/poll_b01.png) no-repeat;
	height: 25px;
	width: 60px;
	margin: 4px 5px 0 50px;
}

#leftContents #l_poll a#poll_b02 {
	background: url(../../images/original_design_default/samplesource/5/poll_b02.png) no-repeat;
	height: 25px;
	width: 75px;
	margin-top: 4px;
}

#leftContents #l_board table {
	width: 100%;
}

#leftContents #l_banner img {
	margin-bottom: 5px;
}

#leftContents #l_banner td.line img {
	display: none;
}

/*****************************************************

	メインコンテンツ #rightContents

*****************************************************/
.rightContents {
	width: 890px;
	padding-left: 70px;
	text-align: left;
	overflow: hidden;
}

.rightContents * {
	box-sizing: border-box;
}

.rightContents .section {
	margin-bottom: 30px;
}

.rightContents a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.rightContents a:hover {
	opacity: 0.7;
}

.rightContents#top {
	/* ピックアップ */
	/* お知らせ */
	/* キャラクター別 */
	/* 新商品 */
	/* 再入荷した商品 */
	/* ランキング */
	/* 最近チェックした商品 */
}

.rightContents#top #top_sp_bn {
	margin-top: 0px;
	border-radius: 10px;
}

.rightContents#top #top_sp_bn .tsb_recommend_item {
	margin-bottom: 10px;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap .tsb_item_box1 {
	flex: 0 0 420px;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap .tsb_item_box1 .item-link {
	display: block;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap .tsb_item_box1 .tsb_Title {
	display: block;
	margin-top: 10px;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap .tsb_item_box1 img {
	width: 100%;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap .tsb_item_box1:nth-of-type(even) {
	margin-left: 20px;
}

.rightContents#top #top_sp_bn .tsb_recommend_item .item-wrap .tsb_item_box1:nth-of-type(n+3) {
	margin-top: 40px;
}

.rightContents#top #top_sp_bn .tsb_item {
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}

.rightContents#top #top_sp_bn .tsb_item .tsb_itemImg {
	float: left;
	width: 185px;
	margin-left: 30px;
}

.rightContents#top #r_news .news-wrap {
	padding: 20px;
	margin: 10px 0 0;
	border: 1px solid #333;
	width: 860px;
}

.rightContents#top #r_news .news-wrap > table {
	table-layout: fixed;
}

.rightContents#top #r_news .news-wrap > table tr td a {
	color: #E52C6C;
}

.rightContents#top #r_news .news-wrap > table tr td img {
	display: none;
}

.rightContents#top #r_news .news-wrap > table tr td.woong {
	padding: 4px 10px 2px 0;
	border-bottom: 1px dashed #ccc;
}

.rightContents#top #r_news .news-wrap .line {
	display: none;
}

.rightContents#top #r_character .chara-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px auto;
	width: 710px;
}

.rightContents#top #r_character .chara-wrap .item {
	display: inline-block;
	flex: 0 0 210px;
}

.rightContents#top #r_character .chara-wrap .item img {
	width: 100%;
}

.rightContents#top #r_character .chara-wrap .item:nth-of-type(n + 4) {
	margin-top: 30px;
}

.rightContents#top #r_newitem .newitem-wrap table {
	table-layout: fixed;
}

.rightContents#top #r_newitem .newitem-wrap > table {
	margin: 15px 0 0;
}

.rightContents#top #r_newitem .newitem-wrap > table:nth-of-type(1) {
	display: none;
}

.rightContents#top #r_newitem .newitem-wrap > table:nth-of-type(2) .lims {
	width: 220px;
	padding: 10px;
}

.rightContents#top #r_newitem .newitem-wrap > table:nth-of-type(2) tr.woong {
	font-size: 16px;
}

.rightContents#top #r_newitem .newitem-wrap > table:nth-of-type(2) tr.woong td {
	text-align: left;
}

.rightContents#top #r_newitem .newitem-wrap > table:nth-of-type(2) tr.woong:nth-of-type(3) td {
	font-weight: bold;
}

.rightContents#top #r_special .restock-wrap {
	margin-top: 30px;
}

.rightContents#top #r_special .restock-wrap > table tr:nth-of-type(1) {
	display: none;
}

.rightContents#top #r_special .line {
	display: none;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking {
	display: flex;
	justify-content: center;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg {
	float: none;
	border: none;
	flex: 0 0 226px;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg + .itemImg {
	margin-left: 25px;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg .M_rank {
	width: 58px;
	height: 46px;
	background-size: contain;
	margin: 20px auto;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg .M_rank.M_rank1 {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/top/ranking/icon-ranking01.png");
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg .M_rank.M_rank2 {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/top/ranking/icon-ranking02.png");
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg .M_rank.M_rank3 {
	background-image: url("https://gigaplus.makeshop.jp/tezuka/assets/img/top/ranking/icon-ranking03.png");
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg a {
	display: block;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg a img {
	width: 100%;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg .name {
	text-align: left;
}

.rightContents#top #r_ranking .ranking-wrap #top3 .M_ranking .itemImg .price {
	text-align: left;
	font-weight: bold;
}

.rightContents#top #r_ranking .ranking-wrap #U4 {
	overflow: hidden;
	background-image: linear-gradient(to right, #4d4d4d 0px, #4d4d4d 50%, transparent 50%, transparent 100%);
	background-size: 20px 1px;
	background-repeat: repeat-x;
	background-position: top 0px left 0px;
	margin-top: 24px;
	padding-top: 24px;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .M_ranking .itemImg {
	float: none;
	border: none;
	padding: 0 1em 1em;
	border-left: 1px dotted #ccc;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .M_ranking .itemImg .M_rank {
	padding: 0 0 0.5em;
	height: auto;
	font-size: 28px;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .M_ranking .itemImg a {
	display: block;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .M_ranking .itemImg a img {
	width: 100%;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .M_ranking .itemImg .name {
	text-align: left;
	padding: 0 0.5em;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .M_ranking .itemImg .price {
	text-align: left;
	font-weight: bold;
	padding: 0 0.5em;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .bx-wrapper {
	margin: auto;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .bx-wrapper .bx-viewport {
	box-shadow: none;
}

.rightContents#top #r_ranking .ranking-wrap #U4 .bx-wrapper .bx-controls {
	display: none;
}

.rightContents#top #r_recent .recent-wrap table {
	table-layout: fixed;
}

.rightContents#top #r_recent .recent-wrap > table {
	margin: 15px 0 0;
}

.rightContents#top #r_recent .recent-wrap > table:nth-of-type(1) {
	display: none;
}

.rightContents#top #r_recent .recent-wrap > table:nth-of-type(2) .itemBox {
	width: 220px;
	padding: 10px;
}

.rightContents#top #r_recent .recent-wrap > table:nth-of-type(2) .itemBox .itemImg a {
	display: block;
	margin-bottom: 10px;
}

.rightContents#top #r_recent .recent-wrap > table:nth-of-type(2) .itemBox .itemImg a img {
	width: 100%;
}

.rightContents#top #r_recent .recent-wrap > table:nth-of-type(2) .name {
	text-align: left;
	padding: 0 0.5em;
}

.rightContents#top #r_recent .recent-wrap > table:nth-of-type(2) .price {
	text-align: left;
	font-weight: bold;
	padding: 0 0.5em;
}

.rightContents#top #r_recent .recent-wrap .line {
	display: none;
}

/*----------------------------------------------------
	中央画面 #top
----------------------------------------------------*/
.titleMgn {
	margin-bottom: 10px;
}

/* 新着 */
#r_new table tr td img {
	position: relative;
	top: -1px;
	margin-bottom: -1px;
}

#r_new .line {
	height: -1px;
	display: none;
}

#r_new .lims {
	width: 145px;
}

#r_new table {
	width: 644px;
	margin-bottom: 8px;
}

#r_new .lims table {
	margin: 10px auto;
	width: 138px;
}

#r_new .lims table .woong td {
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}

#r_new .lims table .woong td a {
	font-weight: normal;
}

#r_new .lims table .woong td img {
	margin-left: 5px;
}

/* おすすめ */
#r_recommend table {
	width: 644px;
}

#r_recommend .lims table {
	margin: 10px;
	width: 138px;
}

#r_recommend .lims table .woong td {
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}

#r_recommend .lims table .woong td a {
	font-weight: normal;
}

#r_recommend .lims table .woong td img {
	margin-left: 5px;
}

#r_recommend .lims table .woong td a b {
	font-weight: normal;
	font-size: 11px;
}

/* ランキング */
/* レビュー */
#r_review #M_reviewView table {
	width: 644px;
	margin: 0;
	margin-bottom: 8px;
}

#r_review #M_reviewView th {
	display: none;
}

#r_review #M_reviewPart .M_reviewList td {
	padding: 5px;
}

#top #r_review .M_reviewImg {
	width: 50px;
}

#top #r_review .M_reviewItem {
	width: 150px;
}

#top #r_review .M_reviewReadText {
	width: 340px;
}

#top #r_review .M_reviewRate {
	width: 80px;
}

/*****************************************************
	
	フッタ #footer
	
*****************************************************/
.pageTop {
	text-align: right;
	width: 1280px;
	margin: 0 auto;
}

#footerWrap {
	min-width: 1280px;
	margin: 0 auto;
	background: #959595;
	margin-top: 0px;
	color: #FFFFFF;
}

#footerWrap #footer {
	width: 1280px;
	margin: 0 auto;
	font-size: 11px;
	position: relative;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
}

#footerWrap #f_nav {
	overflow: hidden;
	_zoom: 1;
	float: left;
}

#footerWrap #f_nav li {
	display: inline;
	padding: 0 1em 0 16px;
}

#footerWrap #f_nav li a:link, #footerWrap #f_nav li a:visited, #footerWrap #f_nav li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#footerWrap #f_nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footerWrap #f_info {
	float: right;
	width: 550px;
	text-align: right;
}

#footerWrap a:link, #footerWrap a:visited, #footerWrap a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#footerWrap a:hover {
	color: #FFFFFF;
}

/*----------------------------------------------------
	商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu {
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
}

.pankuzu a {
	padding: 0 5px;
	font-size: 11px;
	color: #333;
}

.pankuzu font {
	color: #333;
	font-size: 11px;
}

/*----------------------------------------------------
	商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2 {
	font-size: 14px;
	margin-bottom: 20px;
	background: url(../../images/original_design_default/samplesource/5/h2title.png) no-repeat;
        background-size:100% 100%;
	line-height: 60px;
	height: 60px;
	padding-left: 20px;
	color: #fff;
}

/* 検索結果と並び替え */
#r_resultInfo {
	font-size: 11px;
	margin: 20px auto 10px;
}

.total {
	float: left;
}

.listSort {
	floar: right;
	text-align: right;
}

.listSort li {
	display: inline;
}

/* カテゴリーリスト */
#category .innerList {
	overflow: hidden;
	_zoom: 1;
}

#category .innerList li {
	float: left;
	width: 25%;
	/* 商品数が4つなので100%÷4=25% */
	*width: 170px;
	margin-bottom: 16px;
}

#category .innerBox {
	margin: 10px;
}

#category .name {
	margin-bottom: 5px;
}

#category .imgWrap {
	margin-bottom: 8px;
	text-align: center;
}

#category .price {
	font-weight: bold;
	color: #333;
}

#category .price span {
	padding: 0 2px;
}

#category .consumerPrice {
	font-size: 11px;
	color: #999;
	text-decoration: line-through;
}

#category .else {
	text-align: left;
}

#category .else li {
	float: none;
	width: auto;
	display: inline;
}

#category .M_lumpinput {
	text-align: right;
}

#category .content {
	border-top: 1px dashed #b2b2b2;
	padding: 10px 0;
	margin: 10px auto;
	border-bottom: 1px dashed #b2b2b2;
	font-size: 11px;
}

#category .btnWrap {
	margin: 10px auto 5px;
	padding: 5px 0;
	text-align: left;
}

#category .btnWrap img {
	margin-left: 4px;
	image-rendering: -webkit-optimize-contrast;
}

/*----------------------------------------------------
	商品詳細 #detail
----------------------------------------------------*/
#itemLink {
	margin-bottom: 30px;
	font-size: 11px;
}

.item_prev {
	float: left;
	background: url(../../images/original_design_default/samplesource/5/listIconL.png) no-repeat left;
	padding-left: 14px;
}

.item_next {
	float: right;
	background: url(../../images/original_design_default/samplesource/5/listIconR.png) no-repeat right;
	padding-right: 14px;
}

#itemImg {
	float: left;
	width: 300px;
}

#itemInfo {
	float: right;
	width: 370px;
}

/* [INFO]タグ */
#detailInfo {
	background: #fff;
	width: 100%;
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 16px;
}

#detailInfo table {
	margin: 8px;
	margin-bottom: 10px;
	width: 95%;
}

#detailInfo table td {
	height: auto;
}

#detailInfo table font {
	color: #cc0000;
}

#detailInfo table input {
	margin-right: 5px;
}

#detailInfo #M_usualValue td {
	font-size: 16px;
	padding: 10px 0;
}

#detailInfo table table.stockList {
	margin: 8px;
}

#detailInfo table table.stockList td {
	background: #fff;
}

#detailInfo img {
	vertical-align: auto;
}

#wrapper #makebanner #detailInfo #M_usualValue, #wrapper #makebanner #detailInfo #M_price2, #wrapper #makebanner #detailInfo #M_taxview {
	border: none;
	width: auto;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#detailInfo #M_usualValue {
	font-size: 15px;
	font-weight: bold;
}

#detailInfo #M_taxview {
	width: auto;
}

/* 拡大画像ボタン */
#viewButton {
	text-align: right;
}

/* 商品名 */
#detail h2 {
	margin-bottom: 20px;
	font-size: 15px;
}

#detail .detailTxt {
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	padding: 10px 0;
	margin-bottom: 20px;
	text-align: left;
}

/* 商品詳細 */
/* メールリンク */
#r_contact {
	margin: 10px 0 10px -5px;
	*margin-left: -4px;
}

#r_contact li {
	float: left;
	margin-left: 4px;
}

/* SNS */
#r_sns {
	margin-top: 10px;
}

#r_sns li {
	float: left;
}

/* カートにいれるボタン */
#basketBtn {
	padding: 10px 8px;
	margin-top: 10px;
}

#basketBtn a {
	margin-right: 4px;
}

/* 追加商品画像 */
#r_addImg li {
	float: left;
	width: 33%;
	text-align: center;
}

#r_addImg li p {
	width: 200px;
	margin: 5px auto 0;
}

/* レビュー */
#detail #r_review {
	margin-bottom: 40px;
}

#detail #r_review #M_review {
	margin-top: 12px;
}

#detail #r_review #m_reviewView table {
	width: 100%;
}

#detail #r_group td {
	background-color: #fff;
}

#detail #r_recent {
	padding-top: 20px;
}

#detail #r_recent #recent {
	margin-top: 12px;
}

/* 商品グループ */
/*	background:url(/images/original_design_default/samplesource/5/btnBg.png);*/
/* 最近チェックした商品 */
/*----------------------------------------------------
	ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm {
	margin-top: 20px;
}

.loginForm h3 {
	font-size: 14px;
	margin-bottom: 20px;
	background: url(../../images/original_design_default/samplesource/5/footerListImg.png) no-repeat left;
	padding-left: 20px;
}

.loginForm .section {
	text-align: center;
}

.loginForm input {
	padding: 2px;
}

.btnWrap {
	margin-top: 20px;
	text-align: center;
}

.loginForm .leadTxt {
	margin-bottom: 30px;
}

.loginForm .lostpass {
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}

.loginForm .formTable {
	margin: 20px auto 0;
	width: 400px;
	background: #fff;
}

.formTable th, .formTable td {
	border: 1px solid #b2b2b2;
	padding: 6px 8px;
}

.formTable th {
	background: #eee;
	width: 120px;
}

/*----------------------------------------------------
	会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap {
	overflow: hidden;
	_zoom: 1;
}

#memberLogin .btnWrap div {
	float: left;
	width: 340px;
	padding-bottom: 20px;
}

#memberLogin .btnWrap #newMember {
	border-right: 1px dotted #b2b2b2;
}

#memberLogin .btnWrap p {
	margin: 20px;
}

/*----------------------------------------------------
	注文照会ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	約款 #contract
----------------------------------------------------*/
#contractBox {
	width: 660px;
	height: 280px;
	overflow: auto;
	border: 1px solid #b2b2b2;
	padding: 10px;
	text-align: left;
	margin-top: 20px;
	background: #fff;
}

/*----------------------------------------------------
	会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm {
	margin: 30px 10px 20px;
	width: 660px;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	*position: relative;
}

#memberForm #M_entryForm th {
	padding: 8px;
}

#memberForm #M_entryForm td {
	padding: 8px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-top: none;
	*position: relative;
}

#memberForm #M_entryForm th {
	background: #eee;
	width: 160px;
	border-bottom: 1px solid #b2b2b2;
	*position: relative;
}

#memberForm .M_txt {
	font-size: 11px;
	margin-left: 10px;
}

#memberForm #mailreceiveN, #memberForm #sex1 {
	margin-left: 10px;
}

#memberForm .M_ex, #memberForm .M_info {
	font-size: 11px;
	color: #666;
}

#memberForm .M_post {
	display: block;
	width: 96px;
	height: 22px;
	background: url(../../images/original_design_default/samplesource/5/r_postBtn.png) no-repeat;
	float: left;
	text-indent: -9999em;
	overflow: hidden;
	_zoom: 1;
}

/*----------------------------------------------------
	退会 #r_leave
----------------------------------------------------*/
#r_leave img {
	display: none;
}

#r_leave a {
	display: block;
	width: 111px;
	height: 25px;
	background: url(../../images/original_design_default/samplesource/5/memberjoin_escape.png) no-repeat;
}

/*----------------------------------------------------
	パスワード変更 #M_changepw
----------------------------------------------------*/
div#M_changepw {
	background: url(../../images/original_design_default/samplesource/5/btnBg.png);
}

/*----------------------------------------------------
	ポイント #point
----------------------------------------------------*/
#r_pointData {
	background: url(../../images/original_design_default/samplesource/5/btnBg.png);
	padding: 10px;
	margin: 20px 60px 30px;
}

#r_pointData p {
	text-align: center;
}

#r_pointData strong {
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
}

#r_pointList table {
	width: 570px;
	margin: 0 60px;
}

#r_pointList td {
	border: 1px solid #b2b2b2;
	padding: 8px;
}

/*----------------------------------------------------
	商品検索 #search
----------------------------------------------------*/
#r_searchName {
	margin: 20px 0 20px;
}

#r_searchName font {
	color: #333;
	font-weight: bold;
}

#r_searchInput {
	padding: 10px;
}

#r_searchInput table {
	width: 670px;
	background: #fff;
	table-layout: fixed;
}

#r_searchInput .btnWrap {
	margin-top: 10px;
}

#r_searchInput th, #r_searchInput td {
	border: 1px solid #b2b2b2;
	padding: 6px 8px;
	font-size: 11px;
}

#r_searchInput table th {
	background: #eee;
	width: 60px;
	*width: 75px;
}

#r_searchInput td input {
	width: 100px;
}

#r_searchInput td.price input {
	width: 40px;
}

#r_searchInput td.keyword {
	width: 190px;
	*width: 205px;
}

#r_searchInput td.keyword input {
	width: 190px;
	*width: 190px;
}

#r_searchInput td.category {
	width: 190px;
	*width: 205px;
}

#r_searchList table, #r_pager table {
	width: 100%;
}

#makebanner ul.M_pager li.active {
	color: #9CB300;
}

#makebanner ul.M_pager li a {
	background: #9CB300;
	color: #fff;
}

#search ul.M_pager {
	overflow: hidden;
	_zoom: 1;
}

.searchResult {
	font-size: 14px;
	margin-bottom: 20px;
}

#r_searchName .searchResult font {
	color: #E52C6C;
}

#r_searchList .innerList {
	letter-spacing: -.40em;
	/* 文字間を詰めて隙間を削除する */
	text-align: left;
}

#r_searchList .innerList li {
	width: 25%;
	*width: 172px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	/* 文字間を通常に戻す */
	margin-bottom: 16px;
}

#r_searchList .innerBox {
	margin: 10px;
	*margin: 5px;
}

#r_searchList .name {
	margin-bottom: 5px;
}

#r_searchList .imgWrap {
	margin-bottom: 8px;
	text-align: center;
}

#r_searchList .price {
	font-weight: bold;
	color: #333;
}

#r_searchList .else {
	text-align: left;
}

#r_searchList .else li {
	float: none;
	width: auto;
	display: inline;
}

#r_searchList .btnWrap {
	margin: 10px 0px 5px 0px;
	background-color: #F4A8B3;
	padding: 0px;
	text-align: center;
	width: 143px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
	behavior: url(https://gigaplus.makeshop.jp/tezuka/common/PIE.htc);
	/* IE */
}

/*----------------------------------------------------
	買い物カゴ #basket
----------------------------------------------------*/
#r_basket {
	margin-bottom: 60px;
}

#basketTable {
	width: 100%;
	margin-top: 30px;
}

#basketTable th, #basketTable td {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 6px;
}

#basketTable th {
	border-top: 2px solid #999;
	border-bottom: 1px dashed #999;
}

#basketTable .basketNum {
	width: 30px;
	padding: 0;
}

#basketTable .basketImg {
	width: 56px;
}

#basketTable .basketName {
	width: 400px;
	text-align: left;
}

#basketTable .basketQuantity {
	width: 135px;
}

#basketTable .basketQuantity input, #basketTable .basketQuantity table {
	float: left;
	margin-right: 4px;
}

#basketTable .basketQuantity img {
	float: left;
	margin-right: 4px;
	margin: 0 0 1px;
	*margin-right: 2px;
}

#basketTable .basketQuantity td {
	border: none;
	padding: 0;
}

#basketTable .basketPoint, #basketTable .basketPrice {
	width: 70px;
}

#basketTable .basketOption {
	text-align: left;
	margin-top: 4px;
}

#basketTable .basketHaisou {
	padding: 0;
}

#basketTable .carriageWrap {
	margin: 4px 0;
}

#basketTable .basketHaisou p {
	text-align: right;
}

#basketTable .basketHaisou .carriageMsg1 {
	color: #cc0000;
}

#basketTable .basketHaisou .carriageMsg2 {
	font-size: 11px;
}

#basketTable .basketBtns {
	width: 80px;
}

#basketTable .basketBtns img {
	margin-bottom: 2px;
}

#basketTable .basketTotal {
	text-align: right;
	background: url(../../images/original_design_default/samplesource/5/btnBg.png);
	border-top: 3px solid #999;
}

#basketTable .basketTotal em {
	font-weight: bold;
	font-size: 15px;
	color: #cc0000;
}

#basketTable .basketEmpty p {
	text-align: center;
	margin: 10px auto;
}

#r_basket .btnWrap .btnBack {
	float: left;
	padding-top: 5px;
	margin-left: 10px;
}

#r_basket .btnWrap .btnOrder {
	float: right;
	margin-right: 10px;
}

/* お気に入りリスト */
#wishTable {
	width: 100%;
}

#wishTable th, #wishTable td {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 6px;
}

#wishTable th {
	border-top: 2px solid #999;
	border-bottom: 1px dashed #999;
}

#wishTable .wishName {
	text-align: left;
	width: 240px;
}

#wishTable .wishQuantity input {
	margin-right: 4px;
}

/*----------------------------------------------------
	お知らせ #news
----------------------------------------------------*/
#r_news {
	margin-top: 30px;
}

#r_news #newsHead {
	text-align: left;
	border-bottom: 2px solid #333;
	padding: 4px 0;
	font-size: 15px;
}

#r_news #newsHead span {
	margin-right: 10px;
	font-size: 11px;
	color: #333;
}

#r_news #newsContents {
	text-align: left;
	padding: 40px 20px;
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
}

#r_news #newsAccess {
	text-align: right;
	font-size: 11px;
	color: #333;
	margin-top: 20px;
}

#r_news #newsNext {
	text-align: right;
	font-size: 11px;
	background: url(../../images/original_design_default/samplesource/5/listIconR.png) no-repeat right;
	padding-right: 15px;
	margin-bottom: 10px;
}

#r_news #newsList {
	margin-bottom: 20px;
}

#r_news #newsList .line {
	display: none;
}

#r_news #newsList .lims {
	background: url(../../images/original_design_default/samplesource/5/Bg.png);
	border-bottom: 1px dashed #333;
}

#r_news #newsListBtn {
	*text-align: center;
}

/*----------------------------------------------------
	利用案内 #guideMain
----------------------------------------------------*/
#makebanner #guideMain {
	*margin-left: 60px;
}

/*----------------------------------------------------
	TOPスライドショー
----------------------------------------------------*/
/*----------------------------------------------------
	左サイド　タイトル
----------------------------------------------------*/
.side_title2 {
	color: #6A3A0D;
	display: block;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-bottom: dotted;
	border-color: #6A3A0D;
}

/*----------------------------------------------------
	特商
----------------------------------------------------*/
.tokushou {
	margin: 0px 5px 0px 20px;
}

/*----------------------------------------------------
	TOPページ　キャラクター別
----------------------------------------------------*/
.chara_btn {
	margin: 0px;
}

/*----------------------------------------------------
	TOPバナー
----------------------------------------------------*/
#header_bn {
	display: none;
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-width: 1080px;
	margin: 0 auto;
}

/* =======================================
	ClearFixElements
======================================= */
#slideshow ul {
	display: inline-block;
	overflow: hidden;
}

#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/*----------------------------------------------------
	出荷スケジュールのテーブル
----------------------------------------------------*/
table.sendsche {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
	padding: 12px;
}

table.sendsche th {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	color: #000;
}

table.sendsche td {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	font-size: 16px;
}

table.sendsche th.r0, table.sendsche td.r0 {
	border-right: #FFF 3px solid;
	background: #FFFFFF;
}

table.sendsche th.r1, table.sendsche td.r1 {
	border-right: #FFF 3px solid;
	background: #F6CACA;
}

table.sendsche th.r4 {
	width: 33%;
	background: #A9DDD6;
}

table.sendsche td.r4 {
	width: 33%;
	border-right: #FFF 3px solid;
	background: #A9DDD6;
}

table.sendsche th.r2, table.sendsche th.r3, table.sendsche th.r4, table.sendsche th.r5 {
	text-align: center;
}

/* cel FFF */
/* cel pk */
/* cel egreen */
.pad12 {
	margin: 0 auto;
	padding: 12px;
}

/*----------------------------------------------------
	中継料金
----------------------------------------------------*/
table.chukei {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
	padding: 12px;
}

table.chukei th {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	color: #000;
}

table.chukei td {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	font-size: 16px;
	background: #FFFFFF;
}

table.chukei th.r0, table.chukei td.r0 {
	border-right: #999 1px solid;
	background: #FFFFFF;
}

table.chukei th.r1, table.chukei td.r1 {
	width: 15%;
	border-right: #999 1px solid;
	background: #eee;
}

table.chukei th.r41, table.chukei td.r41 {
	width: 15%;
	border-right: #999 1px solid;
	background: #A9DDD6;
}

table.chukei th.r42, table.chukei td.r42 {
	width: 50%;
	border-right: #999 1px solid;
	background: #A9DDD6;
}

table.chukei th.r5, table.chukei td.r5 {
	width: 15%;
	border-right: #999 1px solid;
	background: #ddd;
	text-align: right;
}

table.chukei th.r2, table.chukei th.r3, table.chukei th.r4 {
	text-align: center;
}

/* chukei FFF */
/* chukei pk */
/* chukei egreen1 */
/* chukei egreen2 */
/* chukei ddd */
/*----------------------------------------------------
	guide
----------------------------------------------------*/
.guide {
	width: 640px;
	height: auto;
	float: left;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin-left: 0.6rem;
	padding: 1.5em 1.5em 3em 1.5em;
	/* background-color: #fff; */
	border-radius: 15px;
	margin-bottom: 60px;
}

.guide h1 {
	position: relative;
	font-size: 2em;
	margin-top: 2rem;
	margin-bottom: 0.2rem;
}

.guide h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.guide h2 {
	font-size: 1.5em;
	margin-top: 1.5rem;
}

.guide h3 {
	color: #4C4C4C;
	/*文字色*/
	border-bottom: solid 2px #4C4C4C;
	font-size: 1.25em;
	margin-bottom: 3px;
	margin-top: 1.5rem;
}

.guide h4 {
	color: #4C4C4C;
	/*文字色*/
	border-bottom: dashed 1px #4C4C4C;
	font-size: 1.25em;
	margin-bottom: 3px;
	margin-top: 1.2rem;
}

.guide h5 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	font-size: 1.25em;
	margin-bottom: 7px;
}

.guide h5:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

h5:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.guide h5:before {
	left: 0;
}

.guide h5:after {
	right: 0;
}

.guide p {
	padding: 0;
	margin: 0.2rem 0;
	line-height: 1.4;
}

.guide table {
	margin-left: 0.6rem;
	border-color: #ccc;
	background-color: #fff;
	border-collapse: separate;
}

.guide td {
	padding: 0.2rem;
	text-align: center;
}

/* 利用ガイドmenu */
.guide-column {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0;
}

.guide-column-list {
	margin: 0px 0px 3px 10px;
	width: calc(50% - 10px);
}

.guide-column-list::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #F44336;
	border-radius: 50%;
	margin-right: 6px;
}

/*　3Dセキュア　*/
.guide .box16 {
	padding: 0.6rem 1rem;
	margin: 2em 0;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.guide .box16 p {
	margin: 0;
	padding: 0;
}

.guide .box27 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
}

.guide .box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.guide .box27 p {
	margin: 0;
	padding: 0;
}

.guide .box19 {
	position: relative;
	padding: 0.25em 1em;
	margin: 20px;
}

.guide .box19:before {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

/*　送料　*/
/*　メール便利用にあたって　*/
.box19:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.guide .box19:before {
	border-left: solid 1px #5767bf;
	border-top: solid 1px #5767bf;
	top: 0;
	left: 0;
}

.guide .box19:after {
	border-right: solid 1px #5767bf;
	border-bottom: solid 1px #5767bf;
	bottom: 0;
	right: 0;
}

.guide .box19 p {
	margin: 0;
	padding: 10px;
}

.guide li {
	list-style-type: none;
	padding-bottom: 0.2rem;
	/* text-indent: 0.3rem; */
	line-height: 1.3;
}

.margin {
	margin: 0.2rem 0 0.6rem 0;
}

/*　ラッピングサービス　*/
.guide .box15 {
	padding: 0.2em 0.5em;
	margin: 0.8rem 0 2rem 0;
	color: #565656;
	background: #ffeaea;
	box-shadow: 0px 0px 0px 10px #ffeaea;
	border: dashed 2px #ffc3c3;
	border-radius: 8px;
}

.guide .box15 p {
	margin: 0;
	padding: 0.2rem;
	line-height: 1.4;
}

/* ランキングレイアウト */
/* 商品間の罫線 */
/* 非表示にするにはコメントアウトを外す */
/* 1〜3位の商品　*/
/* キャラクター検索 */
.lp960 {
	width: 960px;
	margin-bottom: 60px;
	text-align: left;
	box-sizing: border-box;
}

.lp692 {
	width: 692px;
	margin-bottom: 60px;
	text-align: left;
	padding: 1.5em;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
}

.lp692 h1 {
	font-size: 18px;
	padding-left: 0.5em;
}

.caution {
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	margin-bottom: 15px;
}

.w695 {
	width: 695px;
	border-radius: 12px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.w650 {
	width: 650px;
	margin-left: 1.2rem;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 60px;
}

.w650 h1 {
	padding: 0.2rem;
	font-size: 20px;
	margin-top: 1.6rem;
}

.w650 h1::before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #f38686;
	border-radius: 50%;
	margin-right: 4px;
}

.w650 h2 {
	padding: 0.3rem;
	font-size: 16px;
	margin-top: 1.2rem;
}

.w650 p {
	/* font-size: 14px;
    line-height:1.2em; */
	padding: 0;
	margin: 0.2rem 0;
	text-indent: 0.8rem;
}

.w650 table {
	margin-left: 0.6rem;
	/* width:650; */
	border-color: #ccc;
	background-color: #fff;
	border-collapse: separate;
}

.w650 td {
	font-size: 14px;
	padding: 0.4rem;
	line-height: 1.0rem;
}

/* ul{
  padding:0;
} */
.w650caution {
	margin-top: 0.6rem;
}

.w650caution li {
	list-style-type: none;
	padding-bottom: 0.4rem;
	text-indent: 0.3rem;
	padding-left: 1.2rem;
}

.em-nml {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 0.6rem;
}

.bg-ship {
	width: 600px;
	margin: auto;
	padding: 0.2rem;
	border-radius: 12px;
	/* background-color: #e4dede7e; */
}

.em-red {
	font-size: 16px;
	font-weight: bold;
	color: #F74057;
}

.em-ttl {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.em-nmls {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.shortcut {
	border-radius: 8px;
	padding: 0.4rem;
	/* margin-left:0.4rem; */
	font-weight: bold;
	line-height: 1.6rem;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(248, 248, 248, 0.664);
	/* background: linear-gradient(45deg,yellow, pink); */
	background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
	color: #333;
}

.shortcut:hover {
	background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
	opacity: .42;
}

/*# sourceMappingURL=../../_map/design/tezuka/m_sys_common.css.map */
