@CHARSET "UTF-8";

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td
	{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

body {
	-webkit-text-size-adjust: none;
	font: 14px/1.5 arial, helvetica, clean, sans-serif;
	color: #3b3b3b;
	text-align: center;
	background: url(../img/naviBg.png) repeat-x 0 135px;
	overflow: hidden;
}

body#recruit,body#international,body#international #header {
	background: none;
}

/* ------------------------------------- 
 * header
 * ------------------------------------- */
@media ( min-width : 768px) {
	#header {
		margin: 0 auto;
		position: relative;
		height: 137px;
		padding-top: 4px;
		text-align: left;
		background: url(../img/cardsH.png) no-repeat 100% 43px;
		max-width: 980px;
	}
	#header h1 a {
		display: block;
		width: 275px;
		height: 122px;
		font-size: 12px;
		margin-left: 0px;
		margin-top: 1px;
		background: url(../img/j-goods-logo.png) no-repeat;
	}
}

@media ( max-width : 767px) {
	#header {
		margin: 0 auto;
		position: relative;
		height: 135px;
		padding-top: 5px;
		text-align: left;
	}
	#header h1 {
		display: block;
		margin: 0 auto;
		width: 275px;
		height: 120px;
		font-size: 12px;
		background: url(../img/j-goods-logo.png) no-repeat;
	}
	.spaces_xs {
		margin-top: 11px;
		margin-bottom: 0px;
	}
}

#header h1 a span {
	display: block;
	position: relative;
	z-index: -1;
	width: 275px;
	height: 122px;
	overflow: hidden;
	/*\*/ /*/
  display:inline-table;
/**/
}

/* ------------------------------------- 
 * languages
 * ------------------------------------- */
#language .en {
	/*
	background: url(../img/lang/en.gif) no-repeat 10px 0;
	padding-left: 25px;
	*/
	line-height: 30px;
	text-align: left;
}

#language .jp {
	/*
	background: url(../img/lang/jp.gif) no-repeat 10px 0;
	padding-left: 25px;
	*/
	line-height: 30px;
	text-align: left;
}

#language .zh {
	/*
	background: url(../img/lang/zh.gif) no-repeat 10px 0;
	padding-left: 25px;
	*/
	line-height: 30px;
	text-align: left;
}

#language .kr {
	/*
	background: url(../img/lang/kr.gif) no-repeat 10px 0;
	padding-left: 25px;
	*/
	line-height: 30px;
	text-align: left;
}

#language .h3 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 -12px 0px -12px;
	padding: 0;
	line-height: 34px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: url(../img/naviBg.png) repeat-x;
}

/* footer */
#footer {
	clear: both;
	height: auto;
	overflow: hidden;
}

/* ------------------------------------- 
 * フッタを画面下に固定
 * ------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: auto;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 80px;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	height: auto;
}

/* ------------------------------------- 
 * footer
 * ------------------------------------- */
address {
	width: 100%;
	font-style: normal;
	font-size: 12px;
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
}

div.address {
	text-align: center;
}

/* ------------------------------------- 
 * languages
 * ------------------------------------- */
.jp {
	font-family: "ＭＳ Ｐゴシック", "メイリオ", meiryo, Osaka,
		'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

.kr {
	font-family: Arial, '굴림', Gulim, AppleGothic, Helvetica, Clean,
		Sans-serif;
}

.zh {
	font-family: Arial, 宋体, helvetica, clean, sans-serif;
}

#en,.en,address {
	font-family: arial, helvetica, clean, sans-serif;
}

/* ------------------------------------- 
 * キーワード検索フォームセクション
 * ------------------------------------- */
.searchform {
	padding: 8px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.middle-for-searchform {
	margin-top: 8px;
}

.upper-margin {
	margin-top: 5px;
}

.waiting-circle {
	display: none;
	width: 200px;
	bgcolor: #ddd;
}

/* ------------------------------------- 
 * 商品詳細テーブル
 * ------------------------------------- */
.item-detail tbody tr td {
	padding: 5px;
}

.blur,.blur>img {
	margin: 0;
	padding: 0;
	border: 0;
}

.blur {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.blur:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-box-shadow: inset 0px 0px 3px 3px #fff;
	-webkit-box-shadow: inset 0px 0px 3px 3px #fff;
	box-shadow: inset 0px 0px 3px 3px #fff;
	content: " ";
}

/* ------------------------------------- 
 * メニュー上に表示するカレンダー用
 * ------------------------------------- */
.menu-calendar {
	border-left: solid 1px #EBCCD1;
	border-right: solid 1px #EBCCD1;
	border-bottom: solid 1px #EBCCD1;
	width: 100%;
}

/* ------------------------------------- 
 * 案内表示用
 * ------------------------------------- */
#service {
	margin-bottom: 20px;
	padding-left: 60px;
	font-weight: bolder;
	background-image: url(../img/service.png);
}

.box {
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dashed #9B3E34;;
}

div .title-intro {
	font-weight: bolder;
	padding: 15px 10px 15px 50px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #9b3e34;
	border-top: 2px double #9b3e34;
	border-bottom: 2px double #9b3e34;
	background: url(../img/earth.png) no-repeat 0 50%;
}

div .support {
	line-height: 1.2em !important;
	font-size: 0.9em;
	text-align: center !important;
}

div .support .strong {
	font-weight: bold;
}

div .support p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ------------------------------------- 
 * 商品詳細見出し
 * ------------------------------------- */
.item-description-title {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 10px solid #CC3366;
	border-bottom: 1px dashed #CC3366; /* 下ボーダーを、1px幅の破線、線色#CC3366に */
}

/* ------------------------------------- 
 * 商品価格取り消し
 * ------------------------------------- */
.through {
	text-decoration: line-through;
}

/* ------------------------------------- 
 * 商品価格
 * ------------------------------------- */
.sale-price {
	color: #001122;
	font-weight: bold;
}

/* ------------------------------------- 
 * PR用画像
 * ------------------------------------- */
div .pr-image {
	margin-top: 5px;
}

@media ( min-width : 481px) {
	.min {
		display: none;
	}
	.max {
		display: block;
	}
	div .pr-image img {
		width: 95%;
	}
}

@media ( max-width : 480px) and  (min-width : 321px) {
	.min {
		display: block;
	}
	.max {
		display: none;
	}
	div .pr-image img {
		width: 95%;
	}
}

@media ( max-width : 320px) {
	.min {
		display: block;
	}
	.max {
		display: none;
	}
	div .pr-image img {
		width: 100%;
	}
}

/* ------------------------------------- 
 * オプション用テーブル
 * ------------------------------------- */
.option_table {
	font-size: 1em;
}

label {
	font-weight: normal;
	cursor: pointer !important;
}

/* ------------------------------------- 
 * フローティングメニュー
 * ------------------------------------- */
#floating {
	z-index: 9999;
	display: none;
	position: fixed;
	bottom:55px;
	right: 5px;	
}

.harf-opacity {
	filter: alpha(opacity = 0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

/* ------------------------------------- 
 * 商品名太字
 * ------------------------------------- */
.item_name {
	font-weight: bolder;
}

/* ------------------------------------- 
 * 未選択ダイアログ
 * ------------------------------------- */
div #no-selected {
	display: none;
	height: 80px !important;
}
.no-selected-zindex {
	z-index: 200 !important;
}
/* ------------------------------------- 
 * iOSでのペースト不可回避
 * ------------------------------------- */

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

.jiathis_style_24x24 span {
	box-sizing: content-box;
}