@charset "utf-8";

/************************************************
 tables
************************************************ */

/* デフォルトテーブル
----------------------------------------------- */
table.customer,
table.delivname,
table.st {
    margin: 0 auto 20px auto;
    border-top: 1px solid #E6E6E8;
    border-left: 1px solid #E6E6E8;
    border-right: 1px solid #E6E6E8;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.customer th,
table.delivname th,
table.st th {
    padding: 8px;
    background-color: #F1F1F1;
    border-left: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
    font-weight: normal;
	vertical-align:middle;
	line-height:1.6em;
}
table.customer td,
table.delivname td,
table.st td {
    padding: 8px;
    border: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
	vertical-align:middle;
	line-height:1.6em;
}


table.entry {
    margin: 0 auto 20px auto;
    border-top: 1px solid #E6E6E8;
    border-left: 1px solid #E6E6E8;
    border-right: 1px solid #E6E6E8;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
	line-height:1.6em;
}
table.entry th {
    padding: 8px;
    background-color: #F1F1F1;
    border-left: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
    font-weight: normal;
	vertical-align:middle;
	font-size: 13px; font-size: 1.3rem;
}
table.entry td {
    padding: 15px;
    border: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
	font-size: 13px; font-size: 1.3rem;
}

table.entry td input[type="text"],
table.entry td input[type="password"]{
	font-size: 16px; font-size: 1.6rem;
    height: 32px;
	padding-left:6px;
    border: none;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
   -moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	box-shadow:0 6px 6px -8px #ADADAD inset;
	border: 1px solid #ADADAD;
	margin-bottom:5px;
}
table.entry td select[name="pref"],
table.entry td select[name="job"],
table.entry td select[name="year"],
table.entry td select[name="month"],
table.entry td select[name="day"],
table.entry td select[name="Expire_month"],
table.entry td select[name="Expire_year"] ,
table.entry td select[name="recommend_level"] {
	font-size: 14px; font-size: 1.4rem;
}



.atn2 {
    background-color: #C80000;
	font-size: 11px; font-size: 1.1rem;
	color:#FFF;
	padding:0 5px;
	vertical-align:middle;
    text-align:center;
	float:right;
}


/* パスワードの再発行
----------------------------------------------- */
#window_area table.tablesmall {
    margin: 0 auto 20px auto;
    border-top: 1px solid #E6E6E8;
    border-left: 1px solid #E6E6E8;
    border-right: 1px solid #E6E6E8;
    width: 700px;
    border-collapse: collapse;
    text-align: left;
	line-height:1.6em;
}
#window_area table.tablesmall th {
	width:200px;
    padding: 8px;
    background-color: #F1F1F1;
    border-left: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
    font-weight: normal;
	vertical-align:middle;
	font-size: 13px; font-size: 1.3rem;
}
#window_area table.tablesmall td {
    padding: 15px;
    border: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
	font-size: 13px; font-size: 1.3rem;
}
#window_area table.tablesmall td span {
	font-size: 11px; font-size: 1.1rem;
}
#window_area table.tablesmall td input[type="text"],
#window_area table.tablesmall td input[type="password"]{
	font-size: 16px; font-size: 1.6rem;
    height: 32px;
	padding-left:6px;
    border: none;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
   -moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	box-shadow:0 6px 6px -8px #ADADAD inset;
	border: 1px solid #ADADAD;
	margin-bottom:5px;
}
#window_area table.tablesmall td select[name="pref"],
#window_area table.tablesmall td select[name="job"],
#window_area table.tablesmall td select[name="year"],
#window_area table.tablesmall td select[name="month"],
#window_area table.tablesmall td select[name="day"],
#window_area table.tablesmall td select[name="Expire_month"],
#window_area table.tablesmall td select[name="Expire_year"] ,
#window_area table.tablesmall td select[name="recommend_level"] {
	font-size: 14px; font-size: 1.4rem;
}










div#t-note {
	width: 100%;
	clear : both;
}

div#tb-left table a:link,
div#tb-right table a:link {
	text-decoration:underline;
}

div#tb-left table {
	width: 348px;
	float:left;
	margin-bottom:60px;
}
div#tb-right table {
	width: 348px;
	float:right;
	margin-left:30px;
}
div#t-left table th,
div#t-right table th {
	width : 60px;
}

div#tb-left table td span.btn {
	text-align: center;


}
div#tb-left table td span.btn a:link,
div#tb-left table td span.btn a:visited {
	text-decoration: none;
	color:#444;
	display:inline-block;
    border: solid 1px #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

    background-color: #FFF;
	padding:1px 6px;
	margin-top:5px;
}
div#tb-left table td span.btn a:hover,
div#tb-left table td span.btn a:active {
	text-decoration: none;
	color:#444;
	display:inline-block;
    border: solid 1px #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    background-color: #f0f0f0;
	padding:1px 6px;
	margin-top:5px;
}
div#tb-left table td span.btn i {
	margin-right:5px;
}

div.tb-rightnote {
	width: 348px;
	float:right;
	margin-left:30px;
}
div.tb-rightnote ul {
	margin:0 0 20px 20px;
}
div.tb-rightnote ul li {
	margin-bottom:3px;
	list-style-type:disc;
}
div.tb-rightnote ul li a {
	color:#555;
	text-decoration: underline;
}
div.tb-rightnote p {
	font-size: 11px; font-size: 1.1rem;
	line-height:1.6em;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}




/* カード決済
----------------------------------------------- */

#undercolumn_shopping div#payment_form_body td {
    padding: 8px;
    border: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
	vertical-align:middle;
	line-height:1.6em;
}
#undercolumn_shopping div#payment_form_body th {
    padding: 8px;
    background-color: #F1F1F1;
    border-left: 1px solid #E6E6E8;
    border-bottom: 1px solid #E6E6E8;
    font-weight: normal;
	vertical-align:middle;
	line-height:1.6em;
}
#undercolumn_shopping div#payment_form_body table {
    margin: 0 auto 20px auto;
    border-top: 1px solid #E6E6E8;
    border-left: 1px solid #E6E6E8;
    border-right: 1px solid #E6E6E8;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
#undercolumn_shopping div#payment_form_body td input[type="text"] {
	font-size: 14px; font-size: 1.4rem;
    height: 32px;
	padding-left:6px;

	margin:0 5px;
    border: none;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
   -moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	box-shadow:0 6px 6px -8px #ADADAD inset;
	border: 1px solid #ADADAD;
	margin-bottom:5px;
}
#undercolumn_shopping div#payment_form_body table td select[name="Expire_month"],
#undercolumn_shopping div#payment_form_body table td select[name="Expire_year"],
#undercolumn_shopping div#payment_form_body table td select[name="Method"] {
	font-size: 14px; font-size: 1.4rem;
	margin:0 5px;
}

