a:link {text-decoration:none;}
a:visited {text-decoration:none; color:#999999}
a:hover {text-decoration:none; color:#666666}
a:active {text-decoration:none; color:#FF9933}
body, th, td, input, textarea, select {
    line-height:1.4;
}

input{
    line-height: normal;
}

.small_font_size {
    line-height:1.4;
}

.large_font_size {
    line-height:1.4;
}

.require_mark {
    color:#f00;
    font-weight:bold;
    float:right;
}

.hankaku {
    ime-mode: disabled;
}

/* ログイン */
table#loginTable{
    margin-bottom: 20px;
}
table#loginTable table,
table#loginTable table th,
table#loginTable table td{
    border:solid 1px #CCC;
    border-collapse:collapse;
}
table#loginTable table{
    width:100%;
}
table#loginTable th{
	background:#ffeaea;
	width:160px;
}
table#loginTable th img{
	margin-top:4px;
}
table#loginTable th.title{
	background:#990000;
	color:#fff;
	padding:5px;
	text-align:left;
}
table#loginTable td{
	padding:4px 10px;
}
table#loginTable .point *{
	margin:0;
	padding:0;
}
table#loginTable .point img{
	vertical-align:bottom;
}
table#loginTable .loginButtonWrap{
    text-align: center;
	margin-top:10px;
}
table#loginTable .loginButton{
	margin-top:10px;
}
table#loginTable .point .small_font_size{
	margin-top:8px;
}
table#loginTable .point table{
	margin:8px auto 4px;
}
table#loginTable .point table th{
	background:#eee;
}
table#loginTable .point table td{
	padding:6px;
}

table#loginTable .fontS{
	font-size:12px;
	color:#333;
	margin-top:16px;
}

table#loginTable .amazonWidgetTitle{
	font-weight: bold;
}

table#loginTable .amazonWidgetText{
	margin-bottom:12px;
}

table#loginTable .kuronekoText{
	margin-bottom: 0;
}

table#loginTable .kuronekoNotes{
	font-size: 12px;
	margin-bottom: 12px;
	color: #999;
}

.kuroneko_credit_button,
.kuroneko_credit_button:link,
.kuroneko_credit_button:visited,
.kuroneko_credit_button:active{
	display: inline-block;
	padding: 10px 0;
	background: #999;
	color: #fff !important;
	text-decoration: none !important;
	margin: 6px auto 0;
	width: 50%;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.kuroneko_credit_button:hover{
	background: #c9c9c9;
}

@media screen and (max-width:768px) {
	.kuroneko_credit_button{
		width: 80% !important;
	}
}

.kuronekopay_login_button{
	width: 310px;
	margin: auto;
	cursor: pointer;
}

/* yahoo */
table#loginTable #yahooLg input{
	margin-top:4px;
}

/* shop */
table#loginTable #shopLg .forget{
	margin-bottom:4px;
	text-align:center;
	margin-top:10px;
}

/* ログイン後 */
table#loginTable table th{
	width:150px;
}
table#loginTable table ul li{
	list-style:none;
}
table#loginTable table em{
	font-style:normal;
	font-weight:bold;
	color:#ff0000;
}
table#loginTable table input{
	margin-right:4px;
}
table#loginTable span.loginId{
	background:#FF9;
	padding:1px 4px;
}
table#loginTable td p{
	text-align:left;
}

/* リンク */
table#loginTable a:link,
table#loginTable a:visited,
table#loginTable a:active{
	color:#0000FF;
	text-decoration:underline;
}
table#loginTable a:hover{
	color:#0000FF;
	text-decoration:none;
}

table#user_form_table a:link,
table#user_form_table a:visited,
table#user_form_table a:active{
	color:#0000FF;
	text-decoration:underline;
}
table#user_form_table a:hover{
	color:#0000FF;
	text-decoration:none;
}
/* ポイント */
table#loginTable .point .pointL{
	font-weight:bold;
	color:#ff0000;
}

/* クーポン */
table#couponTable .responsiveDesignSectionInputHeader td{
	padding:4px 10px;
}

img#loginBtn{
    float:right;
    margin:4px 6px;
    }

/* login */
p#login{
    margin:8px auto;
    font-weight:bold;
    }

/* clearfix */
.clearfix {
    display: inline-table;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#point{
    width:482px;
    background:#FFEEEE;
    margin: 6px auto;
}

#deli_list p{
	margin:0.5em 0;
	display: inline;
}
.deli_list_btns{
	text-align:right;
	display: inline;
}
#deli_hope_date_container {
    display: none;
    position: absolute;
    font-size: 12px;
}

#deli_hope_date_container .wd0 {
    background: none repeat scroll 0 0 #FFB6C1;
    border-color: red;
}

#deli_hope_date_container .wd6 {
    background: none repeat scroll 0 0 #ADD8E6;
    border-color: blue;
}

/* ネットスーパー */
.alertNetSuper {
  width: 960px;
  background:#FFE8E1;
  color:#FF0000;
  margin-bottom:10px;
}

.alertNetSuper div {
  margin: 4px;
  text-align:left;
}

/* レスポンシブデザイン */
.responsiveDesignShow {
  display: none;
}

.responsiveDesignSectionInputReceiver {
  display: none;
}

body {
    *text-align: center; /* for old IE */
}

td {
    *text-align: left; /* for old IE */
}

body > div > table, body > div > form > table, body > div > div {
    margin: 0 auto;
}

.globalAlign {
    text-align: center;
}

.alertNetSuper {
    margin: 0 auto;
}

em.required{
 	background: none repeat scroll 0 0 #DC3333;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 3px 0;
	font-style:normal;
	margin-left:2px;
}
.responsiveDesignSectionInput .memberidError{
	display: none;
	color:#ff0000;
}
.responsiveDesignSectionInput .memberidOk{
	display: none;
	color:#0000cc;
}
#note em{
	float:left;
	margin-right:6px;
	margin-left:0;
}
#note td{
	padding:4px;
}
.example {
    color: #999999;
    margin-left: 4px;
}
.responsiveDesignSectionInput td{
	padding:6px;
}

.responsiveDesignSectionInput p{
	margin:4px 0 0;
}
.responsiveDesignSectionInput .cautionTxt{
	color:#ff0000;
}

input[type="text"],input[type="tel"],textarea,table#loginTable .point input[type="text"],input[type="email"],table#loginTable .point input[type="password"],table#loginTable .point input[type="email"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
input[type="text"]:focus,input[type="tel"]:focus,textarea:focus,table#loginTable .point input[type="text"]:focus,input[type="email"]:focus,table#loginTable .point input[type="password"]:focus,table#loginTable .point input[type="email"]:focus  {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #ccc;
}
input.fmError[type="text"],input.fmError[type="tel"],input.fmError[type="password"],textarea.fmError, select.fmError,
table#loginTable .point input.fmError[type="text"],table#loginTable .point input.fmError[type="password"],input.fmError[type="email"],table#loginTable .point input.fmError[type="email"],table#loginTable .point textarea.fmError, table#loginTable .point select.fmError {
    background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #F0C7C7;
}
input.fmError[type="text"]:focus,input.fmError[type="tel"]:focus,input.fmError[type="password"]:focus,textarea.fmError:focus, select.fmError:focus,
table#loginTable .point input.fmError[type="text"]:focus,table#loginTable .point input.fmError[type="password"]:focus,input.fmError[type="email"]:focus,table#loginTable .point input.fmError[type="email"]:focus,table#loginTable .point textarea.fmError:focus, table#loginTable .point select.fmError:focus {
    background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #E68C8C;
}
.responsiveDesignSectionInput .efo_error_message, table#loginTable .efo_error_message, .efo_error_message{

    color: #ff0000;
    margin:0 0 0;
    padding-left: 20px;
}

input[type="text"].inputLarge,input[type="password"].inputLarge{
	width:92%;
}

.tax{
	font-size:93%;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	margin-left:2px;
}

/*名入れ*/
.nameList{
    margin:10px 30px 10px 60px;
    padding:0;
    width:80%;
}
.nameItem{
    margin:0 0 4px;
}
.nameFix{
    width:98%;
    padding:0 0 0 15px;
    margin:0;
}

/* ログイン保持 */
table#loginTable #passwd_display,
table#loginTable #login_keep{
	margin-right:4px;
}
table#loginTable .keeptxt{
    margin-top: 5px;
    text-align:center;
}
label{
	cursor:pointer;
}

/* Amazon */
#amazon_address_widget_receiver,
#amazon_address_widget_sender{
	margin:10px auto 5px;
	width:100%;
	height:200px;
}
div.amazonButton {
  max-width: 310px!important;
  margin: 10px auto 0;
  display: block;
  height: 78px!important;
}
@media screen and (max-width: 768px) {
  div.amazonButton {
    height: 50px!important;
    border: none;
    box-shadow: none;
  } 
}
