@charset "shift_jis";

@import url(common.css);
@import url(item.css);


/* -----------------------------------------------------------------
ページタイトル・リード文
------------------------------------------------------------------- */

h1.lower {
	margin: 24px 0px 0px;
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

h1.lower02 {
	margin: 24px 0px 6px;
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

h1.lower03 {
	margin: 0px 0px 20px;
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

div.lower-ct-title {
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 15px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	text-align: left;
}

div#wrap div.lower-ct-title h2 {
	float: left;
	margin: 0px 55px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: none;
	font-size: 117%;
	font-weight: bold;
}

div#wrap div.lower-ct-title h2.nofloat {
	float: none;
}

div.lower-ct-title ul {
	float: left;
	font-size: 0px;
	line-height: 0px;
}

div.lower-ct-title ul li {
	float: left;
	margin-right: 9px;
}

div.lower-ct-title ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.lower-ct-title ul { display:inline-block; }
/*\*/
* html div.lower-ct-title ul { height:1%; }
div.lower-ct-title ul { display:block; }
/**/

div.lower-ct-title:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.lower-ct-title { display:inline-block; }
/*\*/
* html div.lower-ct-title { height:1%; }
div.lower-ct-title { display:block; }
/**/

p.attention02 {
	margin-bottom: 7px;
	font-size: 86%;
	text-align: left;
}

p.attention02 span {
	color: #FF6600;
}

p.attention05 {
	margin-bottom: 7px;
	font-size: 86%;
	text-align: left;
}

/* -----------------------------------------------------------------
コンテンツ枠
------------------------------------------------------------------- */

div.lower-ct-box {
	padding: 25px;
	background: url(../img/bg_lower_ct.gif);
	text-align: left;
}

div.lower-ct-box02 {
	margin-top: 25px;
	padding: 25px;
	background: url(../img/bg_lower_ct.gif);
	text-align: left;
}


/* -----------------------------------------------------------------
サブナビ
------------------------------------------------------------------- */

div#ct-main-left ul.snavi {
	width: 170px;
}

div#ct-main-left ul.snavi li {
	margin-bottom: 5px;
}

div#ct-main-left ul.snavi li.end {
	margin-top: 10px;
	padding-top: 11px;
	background: url(../img/line_dot_gray.gif) repeat-x left top;
}


/* -----------------------------------------------------------------
エラー表示
------------------------------------------------------------------- */

div.error-box {
	width: 950px;
	margin: 0px auto 10px;
	background: url(../img/error_repeat.gif) repeat-y;
	text-align: left;
}

div.error-box-in {
	width: 950px;
	background: url(../img/error_tp.gif) no-repeat left top;
}

div.error-box-in ul {
	padding: 21px 35px;
	background: url(../img/error_bt.gif) no-repeat left bottom;
	color: #FF4500;
}


/* -----------------------------------------------------------------
フォーム基本table
------------------------------------------------------------------- */

form.input table {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-collapse: collapse;
	text-align: left;
}

form.input table th {
	width: 200px;
	padding: 10px;
	background-color: #FFFBF0;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	text-align: left;
	font-weight: normal;
}

/*\*/
form.input table th {
	width: 180px;
}
/**/

form.input table th.adTitle {
	width: 60px;
}

form.input table td {
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	vertical-align: middle;
}

form.input p.link {
	margin: 10px 0px 20px;
	text-align: right;
}

form.input p.link input {
	width: 225px;
	color: #666666;
	font-size: 95%;
}

form.input table td span.small {
	padding-left: 10px;
	font-size: 86%;
}

form.input table td span.small02 {
	font-size: 86%;
}

form.input table td p.small {
	font-size: 86%;
}

form.input table span{
	margin-left: 3px;
	margin-right: 3px;
}

form.input table span.hissu {
	color: #FF4500;
	margin-left: 2px;
	margin-right: 0px;
}

form.input table span.radio{
	margin-right: 40px;
}


/* caption -------------------- */

form.input table caption {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

form.input table caption img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	vertical-align: middle;
}

/**/
*:first-child+html form table caption{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/**/


/* input -------------------- */

form.input table input.card-no {
	width: 60px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.card-no2 {
 width: 200px;
 border-left:1px solid #666666;
 border-right:1px solid #CCCCCC;
 border-top:1px solid #666666;
 border-bottom:1px solid #CCCCCC;
 background-color:#FFFFFF;
 color: #666666;
}

form.input table input.tel-no {
	width: 50px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w100 {
	width: 100px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w150 {
	width: 150px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w200 {
	width: 200px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w210 {
	width: 210px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w250 {
	width: 250px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w300 {
	width: 300px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.w350 {
	width: 350px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table input.radio{
	margin-bottom: 2px;
}


/* select -------------------- */

select.w170 {
	width: 170px;
}

select.w100 {
	width: 100px;
}

select.w280 {
	width: 280px;
}

select.w70 {
	width: 70px;
}

form.input table select.mb8 {
	margin-bottom: 8px;
}


/* radio -------------------- */

input.radiostyle02 {
	margin-left: 70px;
	margin-right: 5px;
}

* html input.radiostyle02 {
	margin-left: 70px;
	margin-right: 2px;
}


/* button -------------------- */

input.submittype01 {
	width: 50px;
	color: #666666;
	font-size: 95%;
}

input.submittype02 {
	width: 60px;
	margin-left: 10px;
	color: #666666;
	font-size: 95%;
}

input.submittype03 {
	width: 60px;
	margin-left: 20px;
	color: #666666;
	font-size: 95%;
}

p.btn-area {
	margin-top: 10px;
	padding: 20px 0px 16px;
	background: #DDDDDD url(../img/bg_bt_area.gif) repeat-x left top;
	text-align: center;
}

p.btn-area span img {
	margin-right: 30px;
}

p.btn-area02 {
	padding: 10px 0px 0px;
	text-align: right;
}

p.btn-area03 {
	padding: 10px 0px 10px;
	text-align: right;
}


/* -----------------------------------------------------------------
 card_input.html,
 order_confirmation.html
------------------------------------------------------------------- */

p.guide {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 16px 4px;
	background: url(../img/bg_h2.gif) repeat-x left bottom;
	font-size: 85%;
}

p.guide span{
	color: #FF4500;
}


/* フォーム　td,th -------------------- */

form.input table td.servise select {
	width: 150px;
	margin-right: 10px;
}

form.input table td.servise p {
	margin-bottom: 5px;
}

form.input table td.time select.year{
	width: 80px;
}

form.input table td.time select.day {
	width: 60px;
}

form.input table td.time select.time {
	width: 130px;
	margin-left: 14px;
}

form.input table td.time p.anno {
	margin-top: 6px;
	color: #666666;
	font-size: 90%;
}

form.input table td.point p {
	display: inline;
	margin-left: 20px;
}

form.input table td.point p.fast {	
	margin-left: 0px;
}

form.input table td.point2 p {
	display: inline;
	margin-right: 20px;
}

form.input table td.point input {
	width: 80px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

form.input table td.payment input{
	vertical-align: baseline;
}

form.input table td.payment select{
	width: 158px;
}


/* お客様情報　table -------------------- */

form.input table.c-table {
	width: 900px;
	margin: 0px;
}

form.input table.c-table th {
	background: #FFFBF0;
}

form.input table.c-table td {
	background: #FFFFFF;
}

form.input table p.mail {
	margin-bottom: 5px;
}

form.input table p.txt{
	margin-top: 5px;
}

form.input table p.mail {
	margin-bottom: 5px;
}

form.input table p.space input {
	vertical-align: middle;
}

form.input table p.mail input.radio{
	margin-right: 3px;
}

form.input table p.mail input.radio-last{
	margin-left: 15px;
	margin-right: 3px;
}


form.input table p.mail span.mail {
	margin-left: 13px;
}

form.input table p span.keitai{
	margin-left: 22px;
}

/*\*/
* html form.input table p span.keitai{
	margin-left: 23px;
}
/**/


/* -------------------------------------------------------------------
order_input.html
--------------------------------------------------------------------- */

form.input table.order-tbl {
	margin-bottom: 15px;
}

form.input table.order-tbl caption {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
}

form.input table.order-tbl th {
	padding: 10px 0px;
	text-align: center;
}

form.input table.order-tbl th.w360 {
	width: 360px;
}

form.input table.order-tbl th.w296 {
	width: 296px;
}

form.input table.order-tbl th.w70 {
	width: 70px;
}

form.input table.order-tbl th.w235 {
	width: 235px;
}

form.input table.order-tbl th.w176 {
	width: 176px;
}

form.input table.order-tbl td.tcenter {
	text-align: center;
}


/* -------------------------------------------------------------------
order_confirmation.html
--------------------------------------------------------------------- */

form.input table.order-conf-tbl {
	margin-bottom: 15px;
}

/* 注文内容確認 -------------------- */

form.input h3.order{
	width: 760px;
	text-align: left;
	margin-bottom: 5px;
}

form.input div.orderConf {
	padding: 10px 0px 5px 0px;
	background-color: #FFEFC3;
	border: 1px solid #BBBBBB;
}


form.input div.orderConf table {
	width: 880px;
	margin: 0px 10px 10px;
	padding: 0px;
}

form.input div.orderConf table.nomg {
	margin: 0px 10px 0px;
}
form.input div.orderConf table th{
	text-align: center;
}

form.input div.orderConf table td{
	background-color: #FFFFFF;
	text-align: center;
}

form.input div.orderConf table th.goods-name,
form.input div.orderConf table td.goods-name {
	width: 630px;
}
/*\*/
* html form.input div.orderConf table th.goods-name,
* html form.input div.orderConf table td.goods-name {
	width: 610px;
}
/**/

form.input div.orderConf table th.amount,
form.input div.orderConf table td.amount {
	width: 70px;
}
/*\*/
* html form.input div.orderConf table th.amount,
* html form.input div.orderConf table td.amount {
	width: 50px;
}
/**/

form.input div.orderConf table th.price,
form.input div.orderConf table td.price {
	width: 175px;
}
/*\*/
* html form.input div.orderConf table th.price,
* html form.input div.orderConf table td.price {
	width: 155px;
}
/**/

form.input div.orderConf div.price-cof{
	width: 880px;
	margin: 20px 10px 0px 10px;
	padding: 20px 0px 15px;
	background: url(../img/line_dot_gray02.gif) repeat-x left top;
}

form.input div.price-cof table.inner{
	margin: 0px 0px 0px 630px;
	width: 250px;
	border: 0px;
	border-collapse: collapse;
	background-color: #FFEFC3;
}

form.input div.orderConf div.price-cof table.inner th,
form.input div.orderConf div.price-cof table.inner td{
	width: 125px;
	background-color: #FFEFC3;
	border: none;
}

form.input div.orderConf div.price-cof table.inner th.item{
	padding: 0px 0px 8px 0px;
	text-align: left;
	line-height: 1.2;
} 

form.input div.orderConf div.price-cof table.inner td.price{
	padding: 0px 0px 8px 0px;
	text-align: right;
	line-height: 1.2;
}

form.input div.orderConf div.price-cof table.inner th.item-total{
	padding: 0px;
	color: #FF6600;
	text-align: left;
	line-height: 1.2;
}

form.input div.orderConf div.price-cof table.inner td.price-total{
	padding: 0px;
	color: #FF6600;
	text-align: right;
	line-height: 1.2;
}


/* -------------------------------------------------------------------
member_input.html
--------------------------------------------------------------------- */

form.input table.member-regist-tbl {
	margin-bottom: 15px;
}

form.input table th.w60 {
	width: 60px;
}

/*\*/
form.input table th.w60 {
	width: 40px;
}
/**/

form.input table th.w139 {
	width: 139px;
	padding-right: 6px;
}

/*\*/
form.input table th.w139 {
	width: 123px;
}
/**/


/* 連絡先入力 -------------------- */

form.input div.address {
	width: 100%;
	margin: 23px 0px 0px 0px;
	padding-top: 23px;
	background: url(../img/line_dot_gray.gif) repeat-x left top;
}

form.input div.address table th.add{
	width: 55px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

form.input div.address table th.address{
	width: 135px;
}

/*\*/
form.input div.address table th.address{
	width: 129px;
}
/**/

form.input div.address table select.aria{
	width: 120px;
}


/* ---------------------------------------------------------------------
member_confirmation.html
------------------------------------------------------------------------*/

form.input table td table.name-area {
	width: 180px;
	border: none;
}

form.input table td table.name-area td {
	width: 90px;
	padding: 0px;
	border: none;
}

form.input table td table.name-area th {
	width: 250px;
	padding: 0px;
	border: none;
}

.name-area_txt {
	color: #999999;
	font-size: 10px;
}

/* メールアドレス・パスワード -------------------- */

form.input table caption.mail{
	color: #FF0000;
}


/* ---------------------------------------------------------------------
member_complete.html
------------------------------------------------------------------------*/

div.order-comp-inner div.comp-p02{
	width: 400px;
	margin: 0px 0px 25px 285px;
	text-align: left;
}


/* ---------------------------------------------------------------------
order_complete.html
------------------------------------------------------------------------*/

div#order-comp{
	margin-bottom: 10px;
	padding: 25px;
	background: url(../img/bg_lower_ct.gif);
	text-align: left;
}

div#order-comp02{
	margin: 25px 0px 10px;
	padding: 25px;
	background: url(../img/bg_lower_ct.gif);
	text-align: left;
}

div.order-comp-inner{
	width: 900px;
	padding: 60px 0px;
	background-color: #FFFFFF;
}

div.order-comp-inner h2.comp{
	margin: 0px auto 30px auto;
	padding: 0px;
	text-align: center;
}

div.order-comp-inner div.comp-p{
	width: 600px;
	margin: 0px 0px 25px 185px;
	text-align: left;
}

div.order-comp-inner div.tel{
	width: 350px;
	margin: 0px 0px 0px 320px;
	text-align: left;
}

div.order-comp-inner div.tel p{
	margin-bottom: 5px;
}

div.order-comp-inner img.bt{
	margin: 23px auto;
} 


/* ---------------------------------------------------------------------
cart.html
------------------------------------------------------------------------*/

div.cart-frame {
	padding: 10px 10px 5px;
	background: #FFFFFF;
}

div.cart-frame table.cart-tbl {
	width: 880px;
}

table.cart-tbl th {
	padding-bottom: 15px;
	text-align: center;
	font-size: 86%;
	font-weight: normal;
}

table.cart-tbl th p {
	padding: 3px 0px;
	background: url(../img/line_dot_tate.gif) repeat-y right top;
}

table.cart-tbl th.w50 p {
	background: url(../img/line_dot_tate_w50.gif) repeat-y left top;
}

table.cart-tbl th.w50 {
	width: 50px;
}

table.cart-tbl th.w154 {
	width: 154px;
}

table.cart-tbl th.w228 {
	width: 228px;
}

table.cart-tbl th.w99 {
	width: 99px;
}

table.cart-tbl th.w91 {
	width: 91px;
}

table.cart-tbl th.w100 {
	width: 100px;
}

table.cart-tbl td {
	padding-bottom: 15px;
	text-align: center;
	font-size: 86%;
}

h3.cart-reco {
	margin: 23px 0px 13px;
	text-align: left;
	font-size: 0px;
	line-height: 0px;
}

div.low-reco-frame {
	width: 950px;
	text-align: left;
}

div.low-reco-frame table {
	width: 920px;
}


/*2011.12.25*/
h3.cart_reco_ti { 
font-weight:bold;
color: #0B307F;
font-size: 120%;
padding-top:2px;
}


div.low-reco-frame table th {
	width: 70px;
	padding-left: 10px; 
	text-align: left;
}

/*\*/
div.low-reco-frame table th {
	width: 60px;
}
/**/

div.low-reco-frame table th.first {
	width: 60px;
	padding-left: 0px; 
}

div.low-reco-frame table td {
	padding-right: 5px;
	background: url(../img/line_dot_tate.gif) repeat-y right top;
}

/*20100217追加*/
div.low-reco-frame table td.last {
	background: url(../img/spacer.gif) repeat-y right top;
}

div.low-reco-frame table td p {
	font-size: 11px;
	line-height: 1.3em;
}


/* ---------------------------------------------------------------------
favorite_list.html
------------------------------------------------------------------------*/

div.lower-ct-title p.pageselect {
	float: right;
	width: 200px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
	font-size: 86%;
	line-height: 100%;
}

* html .lower-ct-title p.pageselect img {
	vertical-align: middle;
}

div.favorite-frame {
	width: 760px;
	padding-bottom: 23px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

table.favorite-tbl {
	width: 760px;
}

table.favorite-tbl th {
	padding: 15px 0px 12px;
	text-align: center;
	font-weight: normal;
	font-size: 91%;
}

table.favorite-tbl th p {
	padding: 2px 0px 0px;
	background: url(../img/line_dot_tate.gif) repeat-y right top;
}

table.favorite-tbl th.w50 p {
	width: 50px;
	background: url(../img/line_dot_tate_w50.gif) repeat-y left top;
}

table.favorite-tbl th.w50 {
	width: 50px;
}

table.favorite-tbl th.w139 {
	width: 139px;
}

table.favorite-tbl th.w374 {
	width: 374px;
}

table.favorite-tbl th.w97 {
	width: 97spx;
}

table.favorite-tbl td {
	padding: 7px 10px;
	font-size: 86%;
}

table.favorite-tbl td.thumb {
	width: 50px;
	padding: 7px 0px;
}

table.favorite-tbl td.price {
	text-align: center;
}

table.favorite-tbl td.btn {
	text-align: center;
}

table.favorite-tbl td.btn a {
	padding-left: 11px;
	background: url(../img/icon_list_allow.gif) no-repeat 0px 5px;
}


/* ---------------------------------------------------------------------
deliver_list.html
------------------------------------------------------------------------*/

div.lower-ct-title p.attention {
	float: left;
	color: #FF0000;
}

table.deliver-tbl {
	width: 710px;
	border-collapse: collapse;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

table.deliver-tbl th,
table.deliver-tbl td {
	padding: 10px;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

table.deliver-tbl th {
	width: 200px;
	background: #FFFBF0;
	text-align: left;
	font-weight: normal;
}

/*\*/
table.deliver-tbl th {
	width: 180px;
}
/**/

table.deliver-tbl td {
	background: #FFFFFF;
}

h3.deliver{
	margin-bottom: 8px;
	padding-top: 9px;
}


/* ---------------------------------------------------------------------
deliver_del_confirm.html
------------------------------------------------------------------------*/

p.lead {
	margin-bottom: 8px;
	text-align: left;
}

p.lead span {
	display: block;
	margin-top: 3px;
	font-size: 86%;
	line-height: 1.4;
}

table.deliver-edit-tbl {
	width: 710px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

table.deliver-edit-tbl caption {
	padding: 0px 0px 6px 0px;
	text-align: left;
	font-size: 91%;
}

table.deliver-edit-tbl th,
table.deliver-edit-tbl td {
	padding: 10px;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

table.deliver-edit-tbl th {
	width: 200px;
	background: #FFFBF0;
	text-align: left;
	font-weight: normal;
}

/*\*/
table.deliver-edit-tbl th {
	width: 180px;
}
/**/

table.deliver-edit-tbl th.w60 {
	width: 60px;
}

/*\*/
table.deliver-edit-tbl th.w60 {
	width: 40px;
}
/**/

table.deliver-edit-tbl th.w139 {
	width: 139px;
	padding-right: 0px;
	padding-left: 6px;
}

/*\*/
table.deliver-edit-tbl th.w139 {
	width: 133px;
}
/**/

table.deliver-edit-tbl td {
	background: #FFFFFF;
}

div.complete-area {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

div.complete-area p {
	padding: 90px 0px;
	text-align: center;
}


/* ---------------------------------------------------------------------
deliver_add_input.html
------------------------------------------------------------------------*/

p.lead span.attention {
	display: inline;
	margin-top: 0px;
	font-size: 86%;
	line-height: 1.4;
}

p.lead span.hisu {
	display: inline;
	margin-top: 0px;
	color: #FF4500;
	font-size: 86%;
	line-height: 1.4;
}

table.deliver-edit-tbl th span {
	padding-left: 3px;
	color: #FF4500;
}

table.deliver-edit-tbl td p {
	margin-bottom: 3px;
}

table.deliver-edit-tbl td p.space {
	margin-bottom: 0px;
}

table.deliver-edit-tbl td p.space input {
	vertical-align: middle;
}

table.deliver-edit-tbl td span.small {
	padding-left: 15px;
	font-size: 91%;
}

img.btn-search-address {
	margin-left: 15px;
	vertical-align: middle;
}

input.radiostyle01 {
	margin-left: 20px;
}

input.inputstyle01 {
	width: 320px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.inputstyle02 {
	width: 60px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.inputstyle03 {
	width: 50px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.inputstyle04 {
	width: 150px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.inputstyle05 {
	width: 250px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.inputstyle06 {
	width: 200px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.inputstyle07 {
	width: 100px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

select.selectstyle01 {
	width: 150px;
}

select.selectstyle02 {
	width: 345px;
	color: #666666;
	font-size: 86%;
}


/* ---------------------------------------------------------------------
deliver_result.html
------------------------------------------------------------------------*/

div.deliver-result-frame {
	width: 760px;
	background: url(../img/line_dot_gray.gif) repeat-x left top;
}

h3.deliver-result {
	padding-top: 18px;
	margin-bottom: 8px;
}

h3.deliver-result02 {
	margin-bottom: 8px;
}

table.deliver-result-tbl {
	width: 760px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.deliver-result-tbl th,
table.deliver-result-tbl td {
	vertical-align: top;
}

table.deliver-result-tbl th.bd-yellow,
table.deliver-result-tbl th.bd-gray,
table.deliver-result-tbl td.bd,
table.deliver-result-tbl td.bd02 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.deliver-result-tbl th.bd-yellow {
	padding: 5px 10px;
	background: #FFFFD7;
	text-align: left;
	font-weight: normal;
}

table.deliver-result-tbl th.bd-gray {
	padding: 5px 10px;
	background: #F3F3F3;
	text-align: left;
	font-weight: normal;
}

table.deliver-result-tbl td.bd {
	padding: 10px;
}

table.deliver-result-tbl td.bd02 {
	width: 160px;
	padding: 10px;
}

/*\*/
table.deliver-result-tbl td.bd02 {
	width: 140px;
}
/**/

table.deliver-result-tbl td.bd02 p {
	margin-bottom: 15px;
}

div.item-info-frame {
	width: 573px;
	margin-bottom: 20px;
}

div.item-info-frame02 {
	width: 573px;
	margin-bottom: 0px;
}

table.deliver-result-tbl td.bd table.item-info {
	float: left;
	width: 310px;
}

table.deliver-result-tbl td.bd table.item-info th {
	width: 80px;
	padding-right: 10px;
	background: url(../img/icon_dot.gif) no-repeat right center;
	font-weight: normal;
	text-align: left;
}

/*\*/
table.deliver-result-tbl td.bd table.item-info th {
	width: 70px;
}
/**/

table.deliver-result-tbl td.bd table.item-info td {
	padding-left: 5px;
}

div.item-info-right {
	float: right;
	width: 230px;
}

div.item-info-frame:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.item-info-frame { display:inline-block; }
/*\*/
* html div.item-info-frame { height:1%; }
div.item-info-frame { display:block; }
/**/

div.item-info-frame02:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.item-info-frame02 { display:inline-block; }
/*\*/
* html div.item-info-frame02 { height:1%; }
div.item-info-frame02 { display:block; }
/**/

table.deliver-result-tbl td.bd div.partition {
	width: 573px;
	margin-top: 13px;
	padding-top: 13px;
	background: url(../img/line_dot_gray.gif) repeat-x left top;
}

table.deliver-result-tbl td.bd div.partition div.partition-in {
	width: 573px;
	padding: 5px 0px;
	background: url(../img/deliver_partition.gif) repeat-y;
}

table.deliver-result-tbl td.bd div.partition div.pay {
	width: 270px;
	float: left;
}

table.deliver-result-tbl td.bd div.partition div.pay p {
	margin-bottom: 10px;
}

table.deliver-result-tbl td.bd div.partition table {
	width: 275px;
	float: right;
}

table.deliver-result-tbl td.bd div.partition table th {
	width: 120px;
	padding-right: 10px;
	background: url(../img/icon_dot.gif) no-repeat right center;
	text-align: left;
	font-weight: normal;
}

/*\*/
table.deliver-result-tbl td.bd div.partition table th {
	width: 110px;
}
/**/

table.deliver-result-tbl td.bd div.partition table td {
	text-align: right;
}

table.deliver-result-tbl td.bd div.partition table th.sum,
table.deliver-result-tbl td.bd div.partition table td.sum {
	color: #FF6600;
}

table.deliver-result-tbl td.bd div.partition-in:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
table.deliver-result-tbl td.bd div.partition-in { display:inline-block; }
/*\*/
* html table.deliver-result-tbl td.bd div.partition-in { height:1%; }
table.deliver-result-tbl td.bd div.partition-in { display:block; }
/**/


/* ---------------------------------------------------------------------
search_address.html
------------------------------------------------------------------------*/

body#search-ad {
	margin: 0px;
}

div.search-ad-box {
	width: 615px;
	margin: 0px auto;
	padding-top: 35px;
	text-align: left;
}

div.search-ad-box h1 {
	margin-bottom: 9px;
	padding-bottom: 10px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.search-ad-box p.lead {
	margin: 0px 0px 10px;
}

div.search-ad-box p {
	margin: 0px 0px 30px;
}

div.search-ad-box p.close {
	margin: 40px 0px 0px;
	text-align: right;
}

div.search-ad-box table.search-ad-tbl {
	width: 615px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

div.search-ad-box table.search-ad-tbl th,
div.search-ad-box table.search-ad-tbl td {
	padding: 10px;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

div.search-ad-box table.search-ad-tbl th {
	width: 140px;
	background: #FFFBF0;
	text-align: left;
	font-weight: normal;
}

/*\*/
div.search-ad-box table.search-ad-tbl th {
	width: 120px;
}
/**/

div.search-ad-box table.search-ad-tbl td {
	background: #FFFFFF;
}

input.addressinput {
	width: 370px;
	margin-right: 15px;
	padding: 2px 0px 0px 5px;
	border-left:1px solid #666666;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #666666;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #666666;
}

div.search-ad-box table.search-ad-tbl td img {
	vertical-align: middle;
}


/* ---------------------------------------------------------------------
order_mail_input.html
------------------------------------------------------------------------*/

div.order-mail-box {
	width: 615px;
	margin: 0px auto;
	padding-top: 35px;
	text-align: left;
}

div.order-mail-box h1 {
	margin-bottom: 9px;
	padding-bottom: 10px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

dl.order-mail-ex {
	margin: 0px 2px 35px;
}

dl.order-mail-ex dt {
	margin-bottom: 10px;
	font-weight: bold;
}

dl.order-mail-ex dd {
	margin-bottom: 12px;
}

dl.order-mail-ex dd.attention {
	margin-bottom: 0px;
	color: #FF6600;
}

dl.order-mail-ex dd.no {
	margin-bottom: 0px;
}

div.order-mail-tbl-frame {
	margin-bottom: 25px;
}

table.order-mail-tbl {
	width: 615px;
	border-collapse: collapse;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

table.order-mail-tbl caption {
	padding: 0px 0px 6px 2px;
	text-align: left;
}

table.order-mail-tbl caption span {
	font-size: 86%;
}

table.order-mail-tbl th,
table.order-mail-tbl td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.order-mail-tbl th {
	width: 140px;
	background: #FFFBF0;
	text-align: left;
	font-weight: normal;
}

/*\*/
table.order-mail-tbl th {
	width: 120px;
}
/**/

table.order-mail-tbl td {
	background: #FFFFFF;
}

table.order-mail-tbl td span.small {
	font-size: 86%;
}

p.close02{
	padding-top: 20px;
	text-align: right;
}


/* ---------------------------------------------------------------------
order_mail_complete.html
------------------------------------------------------------------------*/

div.order-mail-box p.ct-title {
	margin: 0px 2px 15px;
	font-weight: bold;
}

div.order-mail-box div.complete-box {
	padding: 55px 0px 30px;
	border: 1px solid #CCCCCC;
}

div.order-mail-box div.complete-box p {
	text-align: center;
}

div.order-mail-box div.complete-box p span {
	display: block;
	margin-top: 25px;
	text-align: center;
}


/* ---------------------------------------------------------------------
member_edit_input.html
------------------------------------------------------------------------*/

div.lower-ct-box div.member-edit-frame {
	margin-bottom: 15px;
}

table.deliver-edit-tbl td p.small {
	font-size: 91%;
}

table.deliver-edit-tbl caption span.red {
	color: #FF0000;
}

table.deliver-edit-tbl td table.name-area td {
	width: 135px;
	padding: 0px;
	border: none;
}


/* ---------------------------------------------------------------------
mypagetop.html
------------------------------------------------------------------------*/

div.mypagetop-frame {
	padding: 25px;
	background: url(../img/bg_lower_ct.gif);
}

div.mypagetop-box {
	padding: 30px 0px 15px 90px;
	background: #FFFFFF;
}

div.mypagetop-box ul {
	width: 720px;
}

div.mypagetop-box ul li {
	margin-bottom: 15px;
}

div.mypagetop-box ul li.partition {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.mypagetop-box div.mypagetop-hd {
	width: 720px;
	margin: 0px 0px 35px 0px;
}

div.mypagetop-box div.mypagetop-hd p {
	float: left;
	padding-left: 20px;
	background: url(../img/line_dot_tate.gif) repeat-y left top;
}

div.mypagetop-box div.mypagetop-hd p.name {
	padding-right: 55px;
}

div.mypagetop-box div.mypagetop-hd p span {
	color: #FF6600;
}

div.mypagetop-box div.mypagetop-hd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.mypagetop-box div.mypagetop-hd { display:inline-block; }
/*\*/
* html div.mypagetop-box div.mypagetop-hd { height:1%; }
div.mypagetop-box div.mypagetop-hd { display:block; }
/**/


/* ---------------------------------------------------------------------
 catalog/index.html
------------------------------------------------------------------------*/

dl.catalog-list {
	width: 170px;
	text-align: left;
}

dl.catalog-list dt {
	font-size: 0px;
	line-height: 0px;
}

dl.catalog-list dd {
	margin-bottom: 10px;
	padding-top: 5px;
	background: url(../img/bg_dot_repeat.gif) repeat-y;
	color: #999999;
}

dl.catalog-list dd p {
	margin: 0px 5px;
	font-size: 86%;
	line-height: 1.3em;
}

dl.catalog-list dd p.partition {
	margin: 8px 5px;
	padding-bottom: 8px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	color: #666666;
}

dl.catalog-list dd p.bt-catalog {
	margin: 9px 0px 0px 0px;
	padding: 0px 5px 10px;
	background: url(../img/bg_dot_bt.gif) no-repeat left bottom;
}


div.catalog-ex-box {
	padding: 20px 13px;
	background: #FFFFFF;
}

ul.attention-list {
	padding: 10px 13px;
	background: #FFFFFF;
}

ul.attention-list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 86%;
}

div.catalog-ex-box02 {
	margin-bottom: 15px;
	padding: 20px 13px;
	background: #FFFFFF;
}

div.catalog-ex-box02 p span img {
	margin-left: 35px;
	vertical-align: middle;
}

div.catalog-ex-box dl {
	margin: 14px 0px;
}

div.catalog-ex-box p span {
	display: block;
	margin-top: 14px;
	color: #FF6600;
}

table.catalog-tbl {
	width: 710px;
	margin: 15px 0px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}

table.catalog-tbl th,
table.catalog-tbl td {
	padding: 10px 0px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

table.catalog-tbl th {
	background: #FFFBF0;
	font-weight: normal;
	text-align: center;
}

table.catalog-tbl th.w45 {
	width: 45px;
}

table.catalog-tbl th.w113 {
	width: 113px;
}

table.catalog-tbl th.w75 {
	width: 75px;
}

table.catalog-tbl th.w100 {
	width: 100px;
}

table.catalog-tbl td {
	background: #FFFFFF;
	text-align: center;
}

table.catalog-tbl td input.w85 {
	width: 85px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

table.catalog-tbl td select {
	color: #666666;
	font-size: 86%;
}

table.catalog-tbl td select.w138 {
	width: 138px;
}

table.catalog-tbl td select.w85 {
	width: 85px;
}

table.catalog-tbl td select.w50 {
	width: 50px;
}

table.catalog-tbl td.btn {
	width: 98px;
	border-right: none;
}

table.catalog-tbl td.btn input {
	width: 70px;
	font-size: 95%;
	color: #666666;
}

table.catalog-tbl td.size {
	text-align: left;
}

table.catalog-tbl td.clear input {
	width: 70px;
	font-size: 95%;
	color: #666666;
}


/* ---------------------------------------------------------------------
 catalog/popup.html
------------------------------------------------------------------------*/

div.catalog-pop {
	width: 630px;
	margin: 0px auto;
	padding-top: 12px;
	text-align: left;
}

div.catalog-pop h1 {
	margin: 17px 0px 20px;
}

div.catalog-pop h2 {
	margin-bottom: 9px;
	padding-bottom: 7px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.catalog-ct-box {
	width: 630px;
	margin-bottom: 25px;
}

div.catalog-ct-box p.mainimage {
	float: left;
	width: 265px;
}

div.catalog-ct-right {
	float: right;
	width: 345px;
}

div.catalog-ct-right dl {
	margin: 7px 0px 14px;
}

div.catalog-ct-right dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

div.catalog-ct-right dl dd {
	font-size: 86%;
}

div.catalog-ct-right dl dd ul li {
	line-height: 1.3em;
}

div.catalog-ct-right dl dd ul.attention {
	margin-top: 10px;
	color: #FF6600;
}

div.catalog-ct-right dl dd ul.attention li {
	padding-left: 1em;
	text-indent: -1em;
}

div.catalog-ct-right p.btn span img {
	margin-right: 5px;
}

div.catalog-ct-box:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.catalog-ct-box { display:inline-block; }
/*\*/
* html div.catalog-ct-box { height:1%; }
div.catalog-ct-box { display:block; }
/**/


div.past-catalog-box {
	width: 630px;
	margin-bottom: 28px;
}

div.past-catalog-inner {
	width: 315px;
}

div.past-catalog-inner p.mainimage {
	float: left;
	width: 100px;
}

div.past-catalog-inner dl {
	float: right;
	width: 200px;
	font-size: 86%;
	line-height: 1.3em;
}

div.past-catalog-inner dl dt {
	margin-bottom: 3px;
	color: #333333;
	font-weight: bold;
}

div.past-catalog-inner dl dd p {
	margin-bottom: 6px;
	color: #333333;
}

div.past-catalog-inner dl dd ul {
	margin-bottom: 11px;
}

div.past-catalog-inner dl dd span {
	display: block;
	margin-bottom: 5px;
}

div.past-catalog-inner:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.past-catalog-inner { display:inline-block; }
/*\*/
* html div.past-catalog-inner { height:1%; }
div.past-catalog-inner { display:block; }
/**/

div.catalog-pop-ft {
	position: relative;
	width: 630px;
	height: 30px;
}

div.catalog-pop-ft strong {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99px;
}

div.catalog-pop-ft address {
	position: absolute;
	top: 0px;
	left: 119px;
	width: 200px;
}

div.catalog-pop-ft p {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
}


/* ---------------------------------------------------------------------
 catalog_request_input.html
------------------------------------------------------------------------*/

form.input table td p.an {
	margin-bottom: 3px;
}

/*\*/
* html form.input table td p.an {
	margin-bottom: 0px;
}
/**/


/* ---------------------------------------------------------------------
 catalog_request_complete.html
------------------------------------------------------------------------*/

div.order-comp-inner p.image-comp{
	margin-bottom: 20px;
	text-align: center;
}

div.order-comp-inner p.txt-comp{
	text-align: center;
}


/* ---------------------------------------------------------------------
 mailmagazine.html
------------------------------------------------------------------------*/

div.magazine-box {
	margin-bottom: 15px;
	padding: 48px 0px 25px;
	background: #FFFFFF;
	text-align: center;
}

div.magazine-box02 {
	padding: 48px 0px;
	background: #FFFFFF;
	text-align: center;
}

dl.regist-magazine {
	width: 430px;
	margin: 0px auto;
	text-align: left;
}

dl.regist-magazine dt {
	float: left;
	width: 255px;
	font-weight: bold;
}

/*\*/
dl.regist-magazine dt {
	clear: both;
}
/**/

dl.regist-magazine dd {
	float: left;
	width: 170px;
}

/*\*/
* html dl.regist-magazine dd {
	float: none;
}
/**/

*:first-child + html dl.regist-magazine dd {
	float: none;
}

dl.regist-magazine:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl.regist-magazine { display:inline-block; }
/*\*/
* html dl.regist-magazine { height:1%; }
dl.regist-magazine { display:block; }
/**/

dl.regist-magazine dd span {
	display: block;
	margin-top: 2px;
	padding-left: 5px;
	font-size: 86%;
}

dl.regist-magazine dd img {
	vertical-align: bottom;
}


/* ---------------------------------------------------------------------
 mailmagazine_member.html
------------------------------------------------------------------------*/

div.magazine-member-box {
	width: 615px;
	margin: 0px auto;
	padding-top: 35px;
	text-align: left;
}

div.magazine-member-box h1 {
	margin-bottom: 9px;
	padding-bottom: 10px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

dl.magazine-ex {
	margin: 0px 3px 15px;
}

dl.magazine-ex dt {
	margin-bottom: 5px;
	font-weight: bold;
}

table.magazine-tbl {
	width: 615px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.magazine-tbl caption {
	padding: 0px 3px 6px 3px;
	text-align: left;
	font-size: 86%;
}

table.magazine-tbl th,
table.magazine-tbl td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.magazine-tbl th {
	width: 140px;
	background: #FFFBF0;
	text-align: left;
	font-weight: normal;
}

/*\*/
table.magazine-tbl th {
	width: 120px;
}
/**/

table.magazine-tbl td {
	background: #FFFFFF;
}

table.magazine-tbl td input.addressinput {
	width: 250px;
	margin-right: 15px;
	padding: 2px 0px 0px 5px;
	vertical-align: middle;
}

table.magazine-tbl td span {
	font-size: 86%;
}


/* ---------------------------------------------------------------------
 mailmagazine_input.html
------------------------------------------------------------------------*/

div.magazine-input-box {
	padding: 23px 40px 23px;
	background: #FFFFFF;
}

div.magazine-input-box p.lead {
	margin: 0px 3px 25px;
}

div.magazine-input-box dl dt {
	margin-bottom: 11px;
	_margin-bottom: 7px;
	padding: 0px 0px 6px 3px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	font-weight: bold;
}

div.magazine-input-box dl dd {
	margin-bottom: 30px;
}

div.magazine-input-box dl dd.end {
	margin-bottom: 0px;
}

div.magazine-input-box dl dd input.type01 {
	margin-right: 8px;
	_margin-right: 5px;
}

div.magazine-input-box dl dd input.type02 {
	margin-right: 8px;
	_margin-right: 5px;
	margin-left: 55px;
}

div.magazine-input-box dl dd div.left {
	float: left;
	width: 330px;
	margin-right: 95px;
}

div.magazine-input-box dl dd div.right {
	float: left;
	width: 330px;
}

div.magazine-input-box dl dd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.magazine-input-box dl dd { display:inline-block; }
/*\*/
* html div.magazine-input-box dl dd { height:1%; }
div.magazine-input-box dl dd { display:block; }
/**/

div.magazine-input-box dl dd table.magazine-name {
	width: 330px;
}

div.magazine-input-box dl dd table.magazine-name th,
div.magazine-input-box dl dd table.magazine-name td {
	padding: 5px 0px 0px 0px;
}

div.magazine-input-box dl dd table.magazine-name th {
	width: 135px;
	text-align: left;
	font-weight: normal;
}

div.magazine-input-box dl dd table.magazine-name td.w100 {
	width: 100px;
}


/* ---------------------------------------------------------------------
 mailmagazine_complete.html
------------------------------------------------------------------------*/

div.order-comp-inner02{
	width: 900px;
	padding: 75px 0px;
	background-color: #FFFFFF;
}

div.order-comp-inner02 p {
	text-align: center;
}

div.order-comp-inner02 p.image-comp{
	margin-bottom: 20px;
	text-align: center;
}

div.order-comp-inner02 p.txt-comp{
	text-align: center;
}


/* ---------------------------------------------------------------------
 mailmagazine_mail_complete.html
------------------------------------------------------------------------*/

p.lead03 {
	margin-bottom: 8px;
	text-align: left;
	font-weight: bold;
}

div.mailmagazine-comp {
	margin: 0px 0px 30px;
	padding: 55px 0px;
	border: 1px solid #BBBBBB;
}

div.mailmagazine-comp p {
	text-align: center;
}

div.mailmagazine-comp p.ex {
	margin-top: 25px;
}


/* ---------------------------------------------------------------------
 em/pg/login.html
------------------------------------------------------------------------*/

div.login-box {
	margin-bottom: 15px;
	padding: 20px 0px;
	background: #FFFFFF;
	text-align: center;
}

div.login-box02 {
	padding: 30px 0px;
	background: #FFFFFF;
	text-align: center;
}

dl.login-list {
	width: 555px;
	margin: 0px auto;
	text-align: left;
}

dl.login-list dt {
	float: left;
	width: 245px;
	font-weight: bold;
}

dl.login-list dt.use {
	padding-top: 8px;
}

dl.login-list dt.w140 {
	width: 140px;
}

/*\*/
dl.login-list dt {
	clear: both;
}
/**/

dl.login-list dd {
	float: left;
	width: 170px;
}

dl.login-list dd.w405 {
	width: 405px;
}

/*\*/
* html login-list dd {
	float: none;
}
/**/

*:first-child + html login-list dd {
	float: none;
}

dl.login-list:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl.login-list { display:inline-block; }
/*\*/
* html dl.login-list { height:1%; }
dl.login-list { display:block; }
/**/

dl.login-list dd.w405 table.login-tbl {
	width: 405px;
}

dl.login-list dd.w405 table.login-tbl th {
	width: 105px;
	padding-top: 2px;
	vertical-align: top;
}

dl.login-list dd.w405 table.login-tbl th p {
	padding-right: 15px;
	text-align: right;
	font-weight: normal;
}

dl.login-list dd.w405 table.login-tbl td {
	vertical-align: top;
}

dl.login-list dd.w405 table.login-tbl td input {
	width: 296px;
	margin-bottom: 13px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

* html dl.login-list dd.w405 table.login-tbl td input {
	width: 300px;
}

dl.login-list dd.w405 table.login-tbl td.btn {
	font-size: 86%;
}

dl.login-list dd.w405 table.login-tbl td.btn span {
	display: block;
	margin-top: 2px;
}

dl.login-list dd.w405 table.login-tbl td.pass {
	width: 210px;
	padding-top: 12px;
	vertical-align: middle;
	font-size: 86%;
}


/* ---------------------------------------------------------------------
 error.html
------------------------------------------------------------------------*/

div#err-wrap {
	width: 950px;
	margin: 0px auto;
}

div.err-hd {
	width: 950px;
	margin-bottom: 100px;
	padding: 0px 0px 17px 0px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	text-align: left;
}

div.err-frame {
	width: 570px;
	margin: 0px auto 10px;
	padding: 5px 0px;
	background: url(../img/bg_lower_ct.gif);
	text-align: left;
}

div.err-frame-in {
	margin: 0px 5px;
	padding: 135px 0px;
	background: #FFFFFF;
}

div.err-frame-in p {
	text-align: center;
}

p.btn-area-err {
	width: 570px;
	margin-top: 10px;
	padding: 20px 0px 16px;
	background: #DDDDDD url(../img/bg_bt_area.gif) repeat-x left top;
	text-align: center;
}


/* ---------------------------------------------------------------------
 info_friend_input.html
------------------------------------------------------------------------*/

dl.info-friend dt {
	margin-bottom: 10px;
	font-weight: bold;
}

table.info-friend-tbl {
	width: 615px;
	margin-top: 15px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.info-friend-tbl th,
table.info-friend-tbl td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.info-friend-tbl th {
	width: 145px;
	background: #FFFBF0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/*\*/
table.info-friend-tbl th {
	width: 125px;
}
/**/

table.info-friend-tbl td {
	background: #FFFFFF;
}

table.info-friend-tbl td span {
	font-size: 86%;
}

table.info-friend-tbl td p {
	margin-top: 5px;
	font-size: 86%;
}

table.info-friend-tbl td input {
	width: 250px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

table.info-friend-tbl td textarea {
	width: 320px;
	height: 105px;
	color: #666666;
	font-size: 100%;
}

div.magazine-member-box p.attention {
	padding: 5px 0px 8px;
	color: #FF6600;
	font-size: 86%;
}

div.magazine-member-box h2 {
	padding: 0px 5px;
	font-weight: bold;
}

div.info-friend-comp {
	margin: 12px 0px 30px;
	padding: 55px 0px;
	border: 1px solid #BBBBBB;
}

div.info-friend-comp p {
	text-align: center;
}

div.info-friend-comp p.ex {
	margin-top: 25px;
}


/* ---------------------------------------------------------------------
 media/index.html
------------------------------------------------------------------------*/

div#main-image {
	width: 950px;
	margin: 8px auto 10px;
	text-align: left;
}

div.media-search {
	width: 950px;
	margin: 0px auto;
	padding-top: 6px;
	background: url(../img/bg_media_tp.gif) no-repeat left top;
}

div.media-search-in {
	padding-bottom: 6px;
	background: url(../img/bg_media_bt.gif) no-repeat left bottom;
}

div.media-search-in table {
	width: 950px;
	background: url(../img/bg_media_repeat.gif) repeat-y;
}

div.media-search-in table td {
	padding: 4px 0px;
	text-align: center;
}

div.media-search-in table td select {
	color: #666666;
	font-size: 86%;
}

div.media-search-in table td.item01 {
	width: 375px;
}

div.media-search-in table td.item02 {
	width: 382px;
}

div.search-hd {
	width: 950px;
	margin: 5px auto 0px;
	padding-bottom: 7px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	text-align: left;
}

div.search-hd p {
	float: left;
	width: 360px;
}

div.search-hd p.pageselect {
	float: right;
	width: 200px;
	padding-right: 5px;
	text-align: right;
	font-size: 86%;
	line-height: 100%;
}

* html div.search-hd p.pageselect img {
	vertical-align: middle;
}

div.search-hd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.search-hd { display:inline-block; }
/*\*/
* html div.search-hd { height:1%; }
div.search-hd { display:block; }
/**/

div.media-search-frame {
	width: 950px;
	padding-bottom: 15px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

table.media-search-tbl {
	width: 950px;
}

table.media-search-tbl th {
	padding: 10px 0px 15px;
	text-align: center;
	font-size: 86%;
	font-weight: normal;
}

table.media-search-tbl th p {
	padding: 3px 0px;
	background: url(../img/line_dot_tate.gif) repeat-y right top;
}

table.media-search-tbl th.w90 p {
	background: url(../img/line_dot_tate_w90.gif) repeat-y left top;
}

table.media-search-tbl th.w90 {
	width: 90px;
}

table.media-search-tbl th.w59 {
	width: 59px;
}

table.media-search-tbl th.w199 {
	width: 199px;
}

table.media-search-tbl th.w50 {
	width: 50px;
}

table.media-search-tbl th.w96 {
	width: 96px;
}

table.media-search-tbl td {
	padding: 0px 5px 15px;
	text-align: center;
	font-size: 86%;
}

table.media-search-tbl td.image {
	padding: 0px 0px 15px;
}

table.media-search-tbl td.detail a {
	padding-left: 11px;
	background: url(../img/icon_list_allow.gif) no-repeat 0px 5px;
}

table.media-search-tbl td p {
	text-align: left;
}

table.media-search-tbl td span {
	display: block;
}


/* ---------------------------------------------------------------------
 help/
------------------------------------------------------------------------*/

div.help-pop {
	width: 680px;
	margin: 0px auto;
	padding-top: 12px;
	text-align: left;
}

div.help-pop h1 {
	margin: 17px 0px 8px;
}

ul#help-location {
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1.2em;
}

ul#help-location li {
  display: inline;
	padding: 0px 6px 0px 8px;
	background: url(../img/icon_location.gif) no-repeat 0px 3px;
	color: #999999;
}

ul#help-location li.first {
	padding-left: 0px;
	background: none;
}

ul#help-location li a:link {
    color: #003399;
}
ul#help-location li a:visited {
    color: #003399;
}
ul#help-location li a:hover {
    color: #0066CC;
}
ul#help-location li a:active {
    color: #0066CC;
}

div.help-pop-ft {
	position: relative;
	width: 680px;
	height: 30px;
	margin-top: 65px;
}

div.help-pop-ft strong {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99px;
}

div.help-pop-ft address {
	position: absolute;
	top: 0px;
	left: 119px;
	width: 200px;
}

div.help-pop-ft p {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
}


/* faq.html -------------------- */

div.faq-frame {
	width: 680px;
	margin-bottom: 30px;
	background: url(../img/bg_faq_repeat.gif) repeat-y;
}

div.faq-frame p.title {
	padding-top: 15px;
	background: url(../img/bg_faq_tp.gif) no-repeat left top;
}

div.faq-frame dl {
	padding: 0px 1px 12px;
	background: url(../img/bg_faq_bt.gif) no-repeat left bottom;
}

div.faq-frame dl dt {
	padding: 7px 10px 7px;
	font-size: 0px;
	line-height: 0px;
}

div.faq-frame dl dd {
	padding: 0px 10px 8px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	font-size: 86%;
}

div.faq-frame dl dd.end {
	padding: 0px 10px 0px;
	background: none;
}

div.faq-frame dl dd ul li {
	padding-left: 20px;
	background: url(../img/icon_list_allow.gif) no-repeat 0px 5px;
	line-height: 1.4em;
}

div.answer-frame {
	width: 680px;
}

div.answer-frame h2 {
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

div.answer-frame p.sub-txt {
	padding: 7px 0px 8px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.answer-frame ul.question-list {
	margin-bottom: 25px;
	padding: 7px 0px 8px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	font-size: 86%;
}

div.answer-frame dl.answer-list dt {
	margin-bottom: 7px;
	padding-bottom: 5px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.answer-frame dl.answer-list dd span {
	display: block;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 86%;
}


/* guide.html -------------------- */

div.guide-wrap {
	width: 680px;
}

div.guide-main {
	float: right;
	width: 490px;
}

div.guide-main h2 {
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

div.guide-main p.sub-txt {
	padding: 7px 0px 9px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.guide-main ul.sub-title-list {
	margin-bottom: 28px;
	padding: 5px 0px 6px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	font-size: 86%;
}

div.guide-main ul.sub-title-list li {
	display: inline;
}

div.guide-main dl.content-list dt {
	margin-bottom: 9px;
	padding-bottom: 5px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
	font-size: 117%;
}

div.guide-main dl.content-list dd span {
	display: block;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 86%;
}

div.guide-navi {
	float: left;
	width: 170px;
	margin-bottom: 5px;
  background: url(../img/ct_left_bg.gif) repeat-y;
}

dl.guide-navi-list {
	width: 170px;
	padding-bottom: 10px;
  background: url(../img/ct_left_foot.gif) no-repeat left bottom;
}

dl.guide-navi-list dt {
	margin-bottom: 8px;
	font-size: 0px;
	line-height: 0px;
}

dl.guide-navi-list dd dl dt {
	margin-bottom: 6px;
	padding-left: 10px;
}

dl.guide-navi-list dd dl dd {
	margin: 0px 1px 8px;
	padding: 0px 10px 8px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

dl.guide-navi-list dd dl dd.noline {
	padding-bottom: 0px;
	background: none;
}

dl.guide-navi-list dd dl dd.end {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
}

ul.guide-navi-list {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
	font-size: 86%;
	line-height: 1.4em;
}

ul.guide-navi-list li {
	padding: 0px 0px 2px 0px;
}

div.guide-wrap:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.guide-wrap { display:inline-block; }
/*\*/
* html div.guide-wrap { height:1%; }
div.guide-wrap { display:block; }
/**/

ul.guide-navi-list li ul li {
	padding: 0px 0px 0px 18px;
	background: url(../img/icon_list_allow.gif) no-repeat 0px 6px;
}


/* ---------------------------------------------------------------------
 mobile_url.html
------------------------------------------------------------------------*/

p.lead02 {
	margin-bottom: 17px;
	text-align: left;
}

table.magazine-tbl td select.addressselect {
	width: 130px;
	margin-left: 10px;
	vertical-align: middle;
	color:#666666;
	font-size: 86%;
}


/* ---------------------------------------------------------------------
 sitemap.html
------------------------------------------------------------------------*/

div#sitemap-area {
	width: 680px;
	text-align: left;
}

div#sitemap-area h1 {
	margin: 0px 0px 23px;
	padding-top: 5px;
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

div#sitemap-area h2 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div#sitemap-area h2.top {
	margin: 20px 0px 28px 3px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div#sitemap-area h2.top span {
	padding-left: 16px;
	background: url(../img/icon_arrow02.gif) no-repeat 0px 2px;
}

div#sitemap-area h3 {
	margin-bottom: 10px;
}

div#sitemap-area ul.main-list {
	width: 680px;
	margin: 0px 0px 25px 4px;
}

div#sitemap-area ul.main-list li {
	float: left;
	width: 220px;
	background: url(../img/icon_arrow02.gif) no-repeat 0px 5px;
}

div#sitemap-area ul.main-list li span {
	display: block;
	padding-left: 16px;
}

/*\*/
* html div#sitemap-area ul.main-list li span {
	width: 210px;
}
/**/

*:first-child + html div#sitemap-area ul.main-list li span {
	width: 210px;
}

div#sitemap-area ul.main-list li ul {
	margin-top: 5px;
}

div#sitemap-area ul.main-list li ul li {
	float: none;
	background: url(../img/icon_list_allow.gif) no-repeat 0px 6px;
}

div#sitemap-area ul.main-list:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#sitemap-area ul.main-list { display:inline-block; }
/*\*/
* html div#sitemap-area ul.main-list { height:1%; }
div#sitemap-area ul.main-list { display:block; }
/**/


/* ---------------------------------------------------------------------
 size_list.html
------------------------------------------------------------------------*/

div.faq-frame dl dd ul.size-list {
	width: 660px;
}

div.faq-frame dl dd ul.size-list li {
	float: left;
	width: 160px;
	padding-left: 0px;
	background: url(../img/icon_list_allow.gif) no-repeat 0px 5px;
	line-height: 1.4em;
}

div.faq-frame dl dd ul.size-list li span {
	padding-left: 20px;
}

div.faq-frame dl dd ul.size-list:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.faq-frame dl dd ul.size-list { display:inline-block; }
/*\*/
* html div.faq-frame dl dd ul.size-list { height:1%; }
div.faq-frame dl dd ul.size-list { display:block; }
/**/

div.size-frame {
	width: 680px;
}

div.size-frame h2 {
	margin-bottom: 25px;
	padding-bottom: 13px;
	background: url(../img/bg_title.gif) repeat-x left bottom;
}

div.size-frame h3 {
	padding-bottom: 6px;
	background: url(../img/line_dot_gray.gif) repeat-x left bottom;
}

div.size-frame table {
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div.size-frame table th,
div.size-frame table td {
	padding: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	font-size: 86%;
}

div.size-frame table th {
	width: 144px;
	background: #EEEEEE;
	font-weight: normal;
}

div.size-frame table td {
	width: 89px;
}

/*\*/
div.size-frame table td {
	width: 88px;
}
/**/

div.size-frame p.pagetop {
	margin: 13px 2px 9px;
	text-align: right;
	font-size: 86%;
}


/* ---------------------------------------------------------------------
 em/usr/kiyaku.html
------------------------------------------------------------------------*/

div.kiyaku-area {
	padding: 19px;
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
}

div.kiyaku-area p {
	margin-top: 15px;
}


/* ---------------------------------------------------------------------
 em/usr/kiyaku.html
------------------------------------------------------------------------*/

p.attention03 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 15px;
	font-size: 86%;
	text-align: left;
}

form.input table.inquiry-tbl th {
	vertical-align: top;
}

form.input table.inquiry-tbl td p {
	margin-top: 5px;
	font-size: 86%;
}

form.input table.inquiry-tbl2 th {
	vertical-align: middle;
	width: 250px;
}

form.input table.inquiry-tbl3 th {
	vertical-align: middle;
	width: 500px;
}

form.input table.inquiry-tbl2 td p {
	margin-top: 5px;
	font-size: 86%;
}

textarea.textareastyle01 {
	width: 320px;
	height: 105px;
	font-size: 100%;
	border-left:1px solid #666666;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #666666;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #666666;
}


/* ---------------------------------------------------------------------
 catalog_customer.html
------------------------------------------------------------------------*/

div.pageimage {
	width: 950px;
	margin: 0px 0px 20px;
	padding-top: 10px;
}

/* Add Start k_ishii 2008/2/13 */
input.w100 {
	width: 100px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.w150 {
	width: 150px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.w200 {
	width: 200px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.w210 {
	width: 210px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.w250 {
	width: 250px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.w300 {
	width: 300px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}

input.w350 {
	width: 350px;
  border-left:1px solid #666666;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #666666;
  border-bottom:1px solid #CCCCCC;
  background-color:#FFFFFF;
	color: #666666;
}
/* Add End k_ishii 2008/2/13 */

/* Add Start y_tomuro 2008/2/13 */
div.lower-ct-box table.inner{
	border-style:none;
	width:600px;
}
div.lower-ct-box table.inner td{
	border-style:none;
	padding:0px;
}
/* Add End y_tomuro 2008/2/13 */

/* Add Start y_tomuro 2008/4/16 imgボタン用 */
dl.login-list dd.w405 table.login-tbl td input.img160{
	width: 160px;
	border:0;
}
/* Add End   y_tomuro 2008/4/16 imgボタン用 */
/* Add Start y_tomuro 2008/4/21 メールマガジン */
div#mailmaga_sample {
	width: 450px;
	margin: 0px auto;
	text-align: left;
}
/* Add End   y_tomuro 2008/4/21 メールマガジン */


/* Add Start   2010/10/16 メールマガジン */
p.attention04 {
	font-style: メイリオ;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 120%;
	text-align: left;
}

div.magazine-box03 {
	padding: 20px 0px;
	background: #FFFFFF;
	text-align: center;
}

dl.regist-magazine2 {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
dl.regist-magazine3 {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

dl.regist-magazine2 dt {
	padding: 10px;
	float: left;
	width: 600px;
	font-weight: bold;
	line-height: 1.8em;
}
dl.regist-magazine3 dt {
	padding: 10px;
	float: left;
	width: 530px;
	font-weight: bold;
	line-height: 1.8em;
}

dl.regist-magazine3 dt {
	clear: both;
}

dl.regist-magazine3 dd {
	float: left;
	width: 170px;
}

dl.regist-magazine3 p {
	font-weight: normal;
}
dl.regist-magazine2 p {
	font-weight: normal;
}
dl.regist-magazine3 div {
	text-align: right;
	font-size: 120%;
	font-face: メイリオ;
}

dl.regist-magazine3 u {
	color: blue;
}
dl.regist-magazine2 u {
	color: blue;
}

/*\*/
* html dl.regist-magazine3 dd {
	float: none;
}
/**/

*:first-child + html dl.regist-magazine3 dd {
	float: none;
}
dl.regist-magazine3:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }


dl.regist-magazine3 { display:inline-block; }
/*\*/
* html dl.regist-magazine3 { height:1%; }
dl.regist-magazine3 { display:block; }
/**/

dl.regist-magazine3 dd span {
	display: block;
	margin-top: 2px;
	padding-left: 5px;
	font-size: 86%;
}
dl.regist-magazine3 dd img {
	margin-top: 10px;
	vertical-align: bottom;
}

/*フッターマージン*/
#UNIVFOOTER {
	margin-top:30px !important;
}

#recommend_check {
	display:none !important;
}
