/*-----------------------------------------------------
	login
-----------------------------------------------------*/
#login h1.mainTitle	{
    background:#333;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0.5em;
    width: 100%;
	}
#login h2.mainTitle	{
    background:#333;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0.5em;
    width: 100%;
	}
#login .titleBg	{
	line-height:25px;
	border-left:#E50081 solid 3px;
	background-color:#E0E0E0;
	padding:0 0 0 1em;
	font-weight:bold;
	clear:both;
	}
#login .inside	{
	padding:0 40px 170px;
	}
#login .loginArea	{
	width:828px;
	margin:0 auto;
	}
#login .loginBox	{
	border:#909090 solid 1px;
	border-top:none;
	background:#eee;
	height:218px;
	padding:25px 5px 0;
	position:relative;
	}
#login .memberLogin	{
	float:left;
	width:400px;
	}
#login .nonmemberLogin	{
	float:right;
	width:400px;
	}
#login .loginBox table	{
	margin:25px auto 0;
	/*margin:25px auto 90px;*/
	}
#login .loginBox th	{
	padding:3px 5px 3px 0;
	font-weight:bold;
	text-align:right;
	}
#login .loginBox td	{
	padding:3px;
	}
#login .btnArea01	{
	text-align:center;
	position:relative;
	left: 60px;
	width: 247px;
	top: 5px;
	}
#login .btnArea02	{
	text-align:center;
	position:absolute;
	top:133px;
	left: 60px;
	width: 247px;
	}
#login .txRight	{
	position:absolute;
	top:223px;
	left: 5px;
	}
#login .listTbl	{
	width:50%;
	margin:50px auto;
	}

/*-----------------------------------------------------
	mypage
-----------------------------------------------------*/
#mypage	{
	width:685px;
	float:left;
	}
#mypage h1.mainTitle	{
    background:#333;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0.5em;
    width: 100%;
	}
#mypage h2.mainTitle {
	width:100%;
	line-height:30px;
	font-size:16px;
	text-indent:0.5em;
	background:#333;
	color:#FFF;
	}
#mypage .inside	{
	padding:0px 0 25px;
	}
#mypage .pageNo	{
	text-align:right;
	font-weight:bold;
	}
#mypage .pageNo a	{
	margin:0 5px;
	}
#mypage .pageNo img	{
	margin:0 0 0 0.5em;
	}
#mypage .pageNo .on	{
	color:#E5007E;
	margin:0 5px;
	}
/*-----------------------------------------------------
	mypageMenu
-----------------------------------------------------*/
#mypageMenu	.title{
    background-color: #bbb;
    color: #222;
    font-size: 18px;
    font-weight: 900;
    height: 20px;
    padding:3px 0;
    text-align: center;
    width: 232px;
	}
#mypageMenu	.inside	{
	/*background:url(../images/mypage/mypageMenu_bg.jpg) repeat-x left top #CACACA;*/
	border:#bbb solid 2px;
	background-color:#eee;
	/*border:#909090 solid 1px;*/
	border-top:none;
	padding:5px 0 5px 0;
	}
#mypageMenu	dl	{
	width:214px;
	margin:0 auto;
	}
#mypageMenu dd 	{
	font-weight: bold;
	font-size:0.9em;
	line-height:23px;
	margin:2px 0;
	}
#mypageMenu dd a{
	position:relative;
	top:0;
	left:0;
	padding-left:18px;
	background:#fff;
	 color: #333;
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	width: 187px;
	border:#666 solid 1px;
	border-radius:6px;
}
#mypageMenu dd a:hover{
	background:#eee;
}
#mypageMenu dd a:before{
  content: "";
  position: absolute;
  top: 5px;
  left:9px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left:8px solid #FD58A2;
}


	/*
#mypageMenu dd a	{
	background:url(../images/mypage/menu_bg.gif) no-repeat;
	padding:0 0 0 25px;
	display:block;
	text-decoration:none;
	color:#333333;
	width:189px;
	}
#mypageMenu dd a:hover	{
	background:url(../images/mypage/menu_bg02.gif) no-repeat;
	padding:0 0 0 25px;
	display:block;
	text-decoration:none;
	color:#333333;
	width:189px;
	}*/
#mypageMenu dd.line02 a	{
	background:url(../images/mypage/menu_bg03.gif) no-repeat;
	height:34px;
	line-height:130%;
	padding:5px 0 0 25px;
	width:189px;
	display:block;
	color:#333333;
	text-decoration:none;
	}
#mypageMenu dd.line02 a:hover	{
	background:url(../images/mypage/menu_bg04.gif) no-repeat;
	height:34px;
	line-height:130%;
	padding:5px 0 0 25px;
	width:189px;
	display:block;
	color:#333333;
	text-decoration:none;
	}
#mypageMenu dd.on a	{
	background:url(../images/mypage/menu_bg02.gif) no-repeat;
	padding:0 0 0 25px;
	display:block;
	text-decoration:none;
	color:#333333;
	width:189px;
	}
#mypageMenu dd.line02_on a,
#mypageMenu dd.line02_on a:hover{
	background:url(../images/mypage/menu_bg04.gif) no-repeat;
	height:34px;
	line-height:130%;
	padding:5px 0 0 25px;
	width:189px;
	display:block;
	color:#333333;
	text-decoration:none;
	}
#mypageMenu dt	{
/*	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;*/
	margin:0 0 2px 0;
	padding:8px 0 0 0;
	}
#mypageMenu dt.ctgry {
	width:214px;
	padding:6px 0;
	font-weight:900;
	line-height:1;
	text-indent:1em;
	color:#FFF;
	background:#FD58A2;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}
#sideFavoriteList h3	{
	background:url(../images/mypage/title_sideFavoriteList.jpg) no-repeat left top;
	height:39px;	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
#sidePageList h3	{
	/*background:url(../images/mypage/title_sidePageList.jpg) no-repeat left top;*/
	width:232px;
	height:30px;
	background-color:#555;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	text-align:center;
	padding-top:13px;
	font-size:18px;
	font-weight:900;
	color:#FFF
	/*text-indent:-9999px;*/
	}
#sideFavoriteList .inside,
#sidePageList .inside	{
	/*background:url(../images/mypage/mypageMenu_bg.jpg) repeat-x left top #CACACA;*/
	background-color:#555;
	/*border:#909090 solid 1px;*/
	border-top:none;
	padding:0 0 5px 0;
	}
#sideFavoriteList .inside .link_box,
#sidePageList .inside .link_box {
	text-align: right;
	padding:5px 5px 10px 0;
	}
.orderBox	{
	padding:1em 1em 0 1em;
	border:#909090 solid 1px;
	margin:0 0 1em 0;
	}
.orderBox .dsgnTbl	{
	margin:none;
	}
.orderBox .borderNone	{
	border:none;
	font-weight:bold;
	padding-right:0;
	}
#mypage .recommendPrdct h2	{
	margin:0;
	clear: both;
	}
.recommendPrdct .inner	{
	border:#909090 solid 1px;
	border-top:none;
	padding:0.5em;
	margin:0 0 1em 0;
	}
.recommendPrdct h3	{
	font-weight:bold;
	margin:0 0 0.5em 0;
	}
.recommendPrdct .prdctImg	{
	font-weight:bold;
	margin:0 10px 0 0;
	float:left;
	border:#909090 solid 1px;
	}
.recommendPrdct .tx	{
	font-size:80%;
	float:right;
	width:510px;
	}
.recommendPrdct .tx p	{
	margin:0.5em;
	}
.ve_conf{
	overflow:hidden;
}
.ve_conf a{
	margin: 0 2.5px 10px;
	text-align: center;
	float:right;
	text-decoration:none;
	font-weight:900;
	line-height:1.25em;
	width:8em;
	padding:5px 10px;
	background:#FD58A2;
	border-radius:3px;
	color:#FFFFFF;
	transition-duration:0.3s;
	transition-property:background;
}
.ve_conf a:hover{
	background:#b13d71;
}
.ve_conf a i{
	vertical-align:middle;
}
.his_add a{
	margin: 0 2.5px 10px;
	font-size:0.8em;
	text-align: center;
	text-decoration:none;
	font-weight:900;
	line-height:1.25em;
	width:4em;
	padding:5px 10px;
	background:#999999;
	border:#777 solid 1px;
	border-radius:3px;
	color:#FFFFFF;
	transition-duration:0.3s;
	transition-property:background;
}
.his_add a i{
	vertical-align:middle;
}
.his_add a:hover{
	background:#222222;
}

/*-----------------------------------------------------
	mypage login
-----------------------------------------------------*/
#mypage .loginArea	{
	width:370px;
	margin:2em auto;
	}
#mypage .loginBox	{
	border:#909090 solid 1px;
	border-top:none;
	background:url(../images/login/loginBox_bg.jpg) left bottom #ffffff;
	height:218px;
	padding:25px 20px 0 20px;
	position: relative;
	}
#mypage .loginArea h2	{
	margin:0;
	}
#mypage .loginBox table	{
	width:100%;
	margin:margin:25px 0 0 0;
	}
#mypage .loginBox th	{
	padding:3px 5px 3px 0;
	font-weight:bold;
	text-align:right;
	}
#mypage .loginBox td	{
	padding:3px;
	}
#mypage .btnArea01	{
	text-align:center;
	position:relative;
	left: 60px;
	width: 247px;
	top: 5px;
	}
#mypage .loginBox .txRight	{
	position:absolute;
	right:5px;
	bottom: 5px;
	}


/*-----------------------------------------------------
	mypageMain:
	mybikeDetail
-----------------------------------------------------*/
#mybikeDetai	{
	margin:1em 0;
	}
#mybikeDetail h2.title	{
	background:url(../images/mypage/title_mybike.jpg) no-repeat left top;
	height:34px;	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
#mybikeDetail .inside	{
	border:#999999 solid 1px;
	padding:10px;
	}
#mybikeDetail h3	{
	font-weight:bold;
	font-size:140%;
	margin:0 0 1em 0;
	text-align:left;
	}
#mybikeDetail .bikePhoto	{
	border:#999999 solid 1px;
	padding:1px;
	}
#mybikeDetail .leftArea	{
	width:40%;
	text-align:center;
	float:left;
	}
#mybikeDetail .rightArea	{
	width:59%;
	float:right;
	margin:0 0 1em 0;
	}
#mybikeDetail .rightArea table	{
	width:100%;
	border-collapse:collapse;
	}
#mybikeDetail .rightArea th	{
	text-align:right;
	padding:3px 1em 3px 3px;
	border-bottom:#999999 dashed 1px;
	width:30%;
	}
#mybikeDetail .rightArea td	{
	padding:3px;
	border-bottom:#999999 dashed 1px;
	}
#mybikeDetail .grayArea	{
	clear:both;
	background-color:#EFEFEF;
	padding:10px;
	margin:1em 0;
	}
#mybikeDetail .grayArea h4	{
	font-weight:bold;
	font-size:120%;
	margin:0 0 1em 0;
	text-align:left;
	}
#mybikeDetail .grayArea .starTbl	{
	width:100%;
	}
#mybikeDetail .grayArea .starTbl td	{
	width:16%;
	}

#mybikeDetail .impressionTbl	{
	width:100%;
	border-collapse:collapse;
	}
#mybikeDetail .impressionTbl th	{
	border-top:#999999 dashed 1px;
	padding:10px 5px;
	width:200px;
	vertical-align:top;
	}
#mybikeDetail .impressionTbl td	{
	border-top:#999999 dashed 1px;
	padding:10px 5px;
	vertical-align:top;
	}


/*-----------------------------------------------------
	mybikeCustum
-----------------------------------------------------*/
#mybikeCustum	{
	margin:1em 0;
	}
#mybikeCustum h2.title	{
	background:url(../images/mypage/title_custom.jpg) no-repeat left top;
	height:34px;	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
#mybikeCustum .inside	{
	border:#999999 solid 1px;
	padding:10px;
	}
#mybikeCustum .item01	{
	background:url(../images/mypage/custumItem01.gif) no-repeat left top;
	line-height:35px;
	padding:0 0 0 140px;
	margin:0.5em 0;
	}
#mybikeCustum .item02	{
	background:url(../images/mypage/custumItem02.gif) no-repeat left top;
	line-height:35px;
	padding:0 0 0 140px;
	margin:0.5em 0;
	}
#mybikeCustum .item03	{
	margin:0.5em 0;
	}
#mybikeCustum .item03 .top	{
	background:url(../images/mypage/custumItem03.gif) no-repeat left top;
	height:39px;
	}
#mybikeCustum .item03 .middle	{
	background:url(../images/mypage/custumItem03_middle.gif) repeat-y left top;
	padding:5px 15px 5px 10px;
	}
#mybikeCustum .item03 .bottom	{
	background:url(../images/mypage/custumItem03_bottom.gif) no-repeat left bottom;
	height:15px;
	}

/*-----------------------------------------------------
	mypageRecomend
-----------------------------------------------------*/
#mypageRecomend	{
	margin:1em 0;
	}
#mypageRecomend h2.title	{
	background:url(../images/mypage/btn_recommend.jpg) no-repeat left top;
	height:34px;	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
#mypageRecomend .inside	{
	border:#999999 solid 1px;
	padding:10px;
	}
#mypageRecomend h3	{
	font-weight:bold;
	font-size:140%;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 10px;
	text-align:left;
	border-bottom:#999999 dashed 1px;
	}
#mypageRecomend h4	{
	font-weight:bold;
	padding:0 0 0 1em;
	margin:0 0 1em 0;
	}
#mypageRecomend .prdctImg	{
	border:#999999 solid 1px;
	padding:1px;
	margin:0 0 0 1em;
	float:left;
	}
#mypageRecomend .txArea	{
	float:right;
	width:480px;
	}
#mypageRecomend .price	{
	text-align:right;
	margin:0.5em 0 0 0;
	}
#mypageRecomend .txRight	{
	border-top:#999999 dashed 1px;
	clear:both;
	margin:1em 0 0 0;
	padding:1em 0 0 0;
	}
/*-----------------------------------------------------
	reviewList
-----------------------------------------------------*/
#reviewList .detailList li	{
	background:url(../images/common/arw03.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	margin:0 0 0 5px;
	}

/*-----------------------------------------------------
	orderConf
-----------------------------------------------------*/
#orderConf .orderTotal	{
	width:480px;
	margin:0 auto 20px;
	}
#orderConf .orderTotal	h3	{
	font-weight:bold;
	margin:0 0 0.5em 0.5em;
	}
#orderConf .orderTotalBg	{
	width:350px;
	background:#EEEEEE;
	padding: 15px 65px;
	}
#orderConf .ordertotalTbl {
	width:100%;
	border-collapse:collapse;
	}
#orderConf .ordertotalTbl .total	{
	border-top:#909090 double 3px;
	border-bottom:none;
	padding:5px 6px 0 6px;
	}
#orderConf .ordertotalTbl td	{
	border-bottom:#909090 dashed 1px;
	padding:6px;
	}
#orderConf .stateTbl	{
	width:100%;
	margin:0 0 15px 0;
	}
#orderConf .stateTbl th	{
	background-color:#FDC7C7;
	font-weight:bold;
	text-align:left;
	padding:3px 6px;
	line-height: 25px;
	}
#orderConf .stateTbl th em	{
	float:left;
	}
#orderConf .stateTbl th .btn	{
	float:right;
	}
#orderConf .stateTbl td	{
	border-bottom:#909090 dashed 1px;
	padding:6px;
	}
#orderConf .stateTbl .sideLine	{
	border-left:#909090 solid 1px;
	}
#orderConf .stateTbl .ordertotalTbl	{
	width:35%;
	border-collapse:collapse;
	}
#orderConf .stateTbl .ordertotalTbl td	{
	border-bottom:none;
	padding:3px;
	}
#orderConf .stateTbl .paddingNone	{
	text-align:right;
	border:none;
	}
/*-----------------------------------------------------
	orderBundle
-----------------------------------------------------*/
#orderBundle h3	{
	background:#111;
	color:#fff;
	font-weight:900;
	padding:2px 10px;
	}
#orderBundle .tx	{
	margin:0 0 0.5em 2.5em;
	font-weight:bold;
	}
#orderBundle .detailList	{
	border-top:#909090 double 3px;
	}
#orderBundle .detailList li	{
	margin:0 0 0 1em;
	}
#orderBundle .dsgnTbl .category	{
	border-bottom:#909090 solid 1px;
	background-color:#CFCFCF;
	font-weight:bold;
	}
/*-----------------------------------------------------
	orderDivide
-----------------------------------------------------*/
#orderDivide h3	{
	background:#111;
	color:#fff;
	font-weight:900;
	padding:2px 10px;
	}
#orderDivide .tx	{
	margin:0 0 0.5em 2.5em;
	font-weight:bold;
	}
#orderDivide .detailList	{
	border-top:#909090 double 3px;
	}
#orderDivide .detailList li	{
	margin:0 0 0 1em;
	}
#orderDivide .dsgnTbl .category	{
	border-bottom:#909090 solid 1px;
	background-color:#CFCFCF;
	font-weight:bold;
	}
/*-----------------------------------------------------
	.setDetail
-----------------------------------------------------*/
.setDetail	{
	padding:0.5em;
	border:#575757 1px solid;
	margin:0 0 1em 0;
	}
.setDetail .inner	{
	border:#909090 solid 1px;
	background:#EEE;
	padding:0.5em;
	}
.setDetail table	{
	width:100%;
	}
.setDetail th	{
	background-color:#E5007F;
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	}
.setDetail td	{
	padding:0 1em;
	}
.setDetail tr.bgColor	{
	background-color:#E0E0E0;
	}

/*-----------------------------------------------------
	.ovalBox
-----------------------------------------------------*/
.ovalBox	{
	width:628px;
	margin:0 auto;
	}
#point .ovalBox{
	border:#CCC solid 2px;
}
#point .ovalBox .top	{
	background:url(../images/mypage/point_ovalBox_top.gif) no-repeat left top;
	height:10px;
	}
#point .ovalBox .middle	{
	padding:10px;
	}
#point .ovalBox .bottom	{
	background:url(../images/mypage/point_ovalBox_bottom.gif) no-repeat left bottom #EEEEE6;
	height:10px;
	}
#point .ovalBox .title	{
	font-size:160%;
	font-weight:bold;
	margin:0 0 0.5em 13px;
	}
#mailMag .ovalBox .title	{
	font-weight:bold;
	margin:0 0 0.5em 13px;
	}
#mailMag .ovalBox .top	{
	background:url(../images/mypage/mag_ovalBox_top.gif) no-repeat left top;
	height:10px;
	}
#mailMag .ovalBox .middle	{
	padding:10px;
	border:#CCC solid 2px;
	}
#mailMag .ovalBox .bottom	{
	background:url(../images/mypage/mag_ovalBox_bottom.gif) no-repeat left bottom;
	height:10px;
	}
#mailMag .grayBox,
#registLeave .grayBox	{
	font-size:140%;
	text-align:center;
	color:#E6007E;
	font-weight:bold;
	}
#mailMag .change	{
	width:60%;
	margin:1em auto 0;
	}
#registLeave .title	{
	font-size:160%;
	font-weight:bold;
	margin:0 0 0.5em 13px;
	}
#registLeave .ovalBox .top	{
	background:url(../images/mypage/delete_ovalBox_top.jpg) no-repeat left top;
	height:10px;
	}
#registLeave .ovalBox .middle	{
	border:#CCC solid 2px;
	padding:10px;
	}

#registLeave .ovalBox .bottom	{
	background:url(../images/mypage/delete_ovalBox_bottom.jpg) no-repeat left bottom;
	height:10px;
	}


.grayBox	{
	width:580px;
	margin:0 auto;
	}
.grayBox .gtop	{
	background:url(../images/mypage/grayBox_top.gif) no-repeat left top #EEEEE6;
	height:10px;
	}
.grayBox .gmiddle	{
	background-color:#eee;
	border:none;
	padding: 10px;
	}
.grayBox .gbottom	{
	background:url(../images/mypage/grayBox_bottom.gif) no-repeat left bottom;
	height:10px;
	}

/*-----------------------------------------------------
	point
-----------------------------------------------------*/
#point .grayBox {
	font-size:160%;
	font-weight:bold;
	color:#E6007E;
	text-align:center;
	margin:0;
	padding:0;
	}
#point .visual	{
	margin:1em 0;
	}

.po_desc{
	margin:10px 20px;
	color:#333;
}

.po_desc p{
	font-size:18px;
	font-weight:900;
}

.po_desc ul{
	font-size:11px;	
}
.po_desc .str{
	font-weight:900;
}


/*-----------------------------------------------------
	fbSetting
-----------------------------------------------------*/
#fbSetting .boxTitle {
	font-size:160%;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:10px;
	color:#E6007E;
	}
#fbSetting .boxContent {
	text-align:center;
	padding:20px;
	margin:20px;
	border: 1px #f80707 solid;
	}

/*-----------------------------------------------------
	cardAdd
-----------------------------------------------------*/
#cardAdd .cardTbl	{
	width:100%;
	}
#cardAdd .cardTbl td	{
	padding:2px 10px;
	border:none;
	}
#cardAdd .cardTbl .border	{
	border-bottom:#909090 dashed 1px;
	height:3px;
	margin:0 0 5px 0;
	}
#cardAdd .borderNone	{
	border:none;
	text-align:right;
	}


/*-----------------------------------------------------
	flashcontent
-----------------------------------------------------*/
#flashcontent	{
	text-align:center;
	}
.progress	{
	background-color:#FDC7C7;
	padding:5px 10px;
	width:563px;
	margin:0 auto;
	font-weight:bold;
	}
.progress em	{
	padding:0 0 0 1.6em;
	}

/*-----------------------------------------------------
	.prdctDetail(pageHistory/)
-----------------------------------------------------*/
#pageHistory .prdctDetail {
	overflow:hidden;
	_zoom:1;
}
#favoriteList .prdctDetail {
	overflow:hidden;
	_zoom:1;
}
#mypage .prdctDetail .prdctName	{
	padding:5px;
	background-color:#eeeeee;
	margin:0 0 0.5em 0;
	}
#mypage .prdctDetail h3	{
	font-size:120%;
	font-weight:bold;
	margin:0 0 0.5em 0;
	}
#mypage .prdctDetail .price	{
	font-size:140%;
	color:#E6007E;
	font-weight:bold;
	}
#mypage .prdctDetail .txMin	{
	}
#mypage .prdctDetail .detailList li {
	padding:0;
	margin:0 0 0 0.5em;
	}

/*-----------------------------------------------------
	starArea
-----------------------------------------------------*/
#reviewList .starArea	{
	border-bottom:#909090 dashed 1px;
	padding:10px 5px;
	margin:0 0 10px 0;
	}
#reviewList .starArea dt	{
	float:left;
	margin:0 10px 0 0;
	height:21px;
	background:url(../images/mypage/star.png) repeat-x top left;
	}
#maintenance .starArea	{
	background:url(../images/mypage/star.png) repeat-x center left;
	line-height:21px;
	height: 21px;
	}
#preciousBike .starArea	{
	background:url(../images/mypage/star.png) repeat-x center left;
	line-height:21px;
	height: 21px;
	}
#mybikeDetail .starArea	{
	background:url(../images/mypage/star.png) repeat-x center left;
	line-height:21px;
	height: 21px;
	}
.star01	{
	width:19px;
	}
.star02	{
	width:38px;
	}
.star03	{
	width:57px;
	}
.star04	{
	width:76px;
	}
.star05	{
	width:95px;
	}

/*-----------------------------------------------------
	ordertotalTbl
----------------------------------------------------**/
#mypage .ordertotalTbl {
	width:100%;
	}
#mypage .ordertotalTbl th {
	background:none;
	border:none;
	border-top:#909090 dashed 1px;
	text-align:right;
	font-size:120%;
	font-weight:bold;
	padding:10px 0 4px 0;
	}
#mypage .ordertotalTbl td {
	border:none;
	text-align:right;
	padding:4px 0 2px;
	}
/*-----------------------------------------------------
	orderAdd
----------------------------------------------------**/
#orderAdd h3	{
	height:22px;	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 0 1em 0;
	}
#orderAdd h3.step01	{
	background:url(../images/mypage/title_step_orderAdd.jpg) no-repeat 0 0;
	}
#orderAdd h3.step02	{
	background:url(../images/mypage/title_step_orderAdd.jpg) no-repeat 0 -32px;
	}
#orderAdd h3.step03	{
	background:url(../images/mypage/title_step_orderAdd.jpg) no-repeat 0 -64px;
	}
#orderAdd h3.step04	{
	background:url(../images/mypage/title_step_orderAdd.jpg) no-repeat 0 -96px;
	}
#orderAdd h3.step05	{
	background:url(../images/mypage/title_step_orderAdd.jpg) no-repeat 0 -128px;
	}
#orderAdd .visual	{
	margin:0 0 1em 0;
	text-align:center;
	}
