/***************************************************
    USER SETTING CSS
***************************************************/
* { zoom:1; }
li {zoom: normal;}
.clearfix { zoom:1; }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
@-moz-document url-prefix() {
	/* Firefox 40.0 */
	* input, * button {
		padding: 0;
		line-height: 100%;
	}
}

/***************************************************
 * システム生成ページ(/info/) 見出し02 Update:2012/4/6
***************************************************/
.SysLabel02 {
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 6px 3px;
    color: #63432E;
    border-bottom: 2px solid #00adec;
    line-height: 1em;
}
.SysLabel02 span {
    background: transparent url(/UserArea/image/common/icon/ring01a.gif) left center no-repeat;
    display: block;
    padding-left: 20px;
}

/***************************************************
    カード決済ページ
***************************************************/
.Kessai_container { background: none; }
.Kessai_container:after {
	content: "";
	clear: both;
	display: block;
}
.globalsignmark {
    margin: 10px 20px;
    border: 2px solid #eee;
    padding: 15px;
}
.globalsignmark .seal {
    float: left;
    width: 200px;
}
.globalsignmark .msg {
    float: left;
    text-align: left;
    line-height: 1.6em;
}
/***************************************************
    商品詳細ページ
***************************************************/
.dtlRuijiList {
	table-layout: fixed;
}
.dtlRuijiCol {
	word-wrap: break-word;
}
.rank_list2 {
	width: 242px;
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
}
.barcode .barcodeTarget {
	overflow: hidden !important;
}
#ctl00_ContentPlaceHolder1_trUseByDate {
    clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #04b201;
	border: none;
	margin: 0 0 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ctl00_ContentPlaceHolder1_trUseByDate dl {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border-top:1px solid #ccc;
	background: #eee;
}
#ctl00_ContentPlaceHolder1_trUseByDate dt {
	float: left;
	background: #eee;
	width: 60px;
	padding: 10px;
	font-size: 13px;
}


#ctl00_ContentPlaceHolder1_trUseByDate dt,#ctl00_ContentPlaceHolder1_trUseByDate dd {
	background: transparent;
	font-size: inherit;
width: auto;
}
/***************************************************
    お気に入りページ
***************************************************/
.c_FavoriteArea {
    border: none !important;
    background: #fff5dd !important;
    border-radius: 10px !important;
    margin: 10px auto !important;
    padding: 0 !important;
}
.c_mainFavorite { margin: 15px; }
.c_FavoriteArea .c_top_U { margin: 15px 0; }
.c_FavoriteArea .condition_td4 { padding: 10px 0; }
.c_FavoriteArea .dtlItemList { margin: 10px 0 !important; }
.favHeader { padding: 10px 0 0 0; }
.favHeader h2 {
    overflow: hidden;
    text-indent: -9999px;
    width: 330px;
    height: 70px;
    background: transparent url(/UserArea/image/cart/favorite/title.gif);
    float: left;
    margin: 0;
}
.favHeader .guide {
    float: left;
    width: 460px;
    margin: 15px 0 0 20px;
    font-size: 12px;
}
.favHeader .guide .label {
    margin: 0 0 3px;
    padding: 2px;
    display: block;
    font-weight: bold
}
.favHeader .cartlink {
    margin: 5px 20px 0 0;
    float: right;
}
.favHeader .cartlink a { }
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOff,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOn,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btCart,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btDel,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOff2,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOn2,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btCart2,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btDel2 {
    text-indent: -9999px;
    overflow: hidden;
    height: 23px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display:block;
    float: left;
}
/* 全てのチェックを外す */
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOff,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOff2 {
    width: 100px;
    background-image: url(/UserArea/image/cart/favorite/ctl00_ContentPlaceHolder1_btnChkOff.gif);
}
/* 全てのチェックを入れる */
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOn,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btnChkOn2 {
    width: 100px;
    background-image: url(/UserArea/image/cart/favorite/ctl00_ContentPlaceHolder1_btnChkOn.gif);
}
/* チェックした商品をカゴに入れる */
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btCart,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btCart2 {
    width: 230px;
    background-image: url(/UserArea/image/cart/favorite/ctl00_ContentPlaceHolder1_btCart.gif);
}
/* チェックした商品をお気に入りから削除 */
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btDel,
.c_FavoriteArea #ctl00_ContentPlaceHolder1_btDel2 {
    width: 230px;
    background-image: url(/UserArea/image/cart/favorite/ctl00_ContentPlaceHolder1_btDel.gif);
}
/* カート画面の注意書き */
.cartFooterInfoNotes {
    margin: 20px 0;
    padding: 10px;
    border: 2px solid #FFBBBD;
    background: #FFF4F4;
    color: #C70505;
    font-size: 12px;
}
/* 左側のカート＆お気に入りリンク */
#LeftCartLinks { margin: 5px 0 10px 0; }
#LeftCartLinks .item { text-align: center; }

/***************************************************
    INFO MAIL USER SETTING CSS
***************************************************/
.FormContent {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.FormContent h2 { margin: 20px 0 10px 0; }
.FormContent h3 { margin: 0 0 10px 0; }
.mail_info {
    line-height: 1.3em;
    background:#fff;
    text-align: left;
    width: 950px;
    margin: 0 auto;
    padding: 10px;
}
.mail_info_detail {
	background-color: #e8e8e8;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
}
.mail_info_detail:hover {
	color: #fff;
	background-color: #08a3c0;
}
.mail_info_detail p {
	margin: 0;
	padding: 0;
}
.mail_info_detail p:before {
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-left-color: #fff;
	margin: 0 2px 0 0;
}
.FaqBanner { float: right; }
.FormPanel {
    width: 680px;
    margin: 20px auto 40px;
    text-align: left;
    border: 1px solid #ddd;
}
.FormPanel .message {
    line-height: 1.3em;
    margin: 5px 10px;
}
.ValidationSummary {
    border: 1px solid #e60000;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    color: #e60000;
    width: auto;
}
.FormContent .ValidationSummary { width: 630px; }
.mailform .reset,
.mailform .submit {
    background: transparent url(/UserArea/image/shopping/form/button_bg.gif);
    width: 130px;
    height: 27px;
    border: none;
    cursor: pointer;
    color: #52300c;
}
.mailform .reset:hover,
.mailform .submit:hover {
    background: transparent url(/UserArea/image/shopping/form/button_bg.gif) center 0;
    color: #fff;
}
.mailform .reset:active,
.mailform .submit:active {
    background: transparent url(/UserArea/image/shopping/form/button_bg.gif) right 0;
    color: #fff;
}
.mailform .label {
    width: 130px;
    vertical-align: center;
}
.mailform .button { text-align: center; }
.mailform .button_spacing {
    display: inline-block;
    width: 50px;
}
a.btn_parts strong {
    font-size: 26px;
    margin-right:10px;
    font-family: serif;
}
/***************************************************
    カスタマーレビュー関係
***************************************************/

.clearfix:after,
.RvBlock:after,
.RvBlock .prop:after {
    content: "";
    display: block;
    clear: both;
}
.Wrapper {
    margin: 10px auto;
}
.RvBlock ul { margin: 10px 10px 10px 30px; }
.RvBlock input,
.RvBlock select,
.RvBlock textarea {
    border:1px solid #ccc;
    border-radius: 2px;
    outline: none;
    display:inline;
    margin:0;
    vertical-align: middle;
    font-size:14px;
    padding: 3px;
    background: #fff;
    vertical-align: middle;
}
.RvBlock select { padding: 1px; }
.RvBlock input:focus,
.RvBlock textarea:focus {
    border:1px solid #76cff0;
    box-shadow: 0 0 2px #76cff0;
    background: #f7fcfd;
}
.RvBlock input.image {
    border: none;
    padding: 0;
}
.RvBlock {
    width: 756px;
    margin: 20px auto 30px;
    text-align: left;
    padding: 10px;
    background: #f6f6f6;
    border: 2px solid #e8e8e8;
    position: relative;
}
.RvBlock .prop {
    width: 680px;
    margin: 10px auto;
    text-align: left;
    padding: 10px;
    border: 2px solid #eee;
    background: #fff;
}
.reviewlink {
    margin: 0 0 0 5px;
    clear: both;
}
.txtbtlink {
    display: inline-block;
    background:#fafafa;
    padding: 5px 10px;
    color: #443520;
    border: 1px solid #b4dfef;
    border-radius: 2px;
    background: #d4edf8; /* Old browsers */
    text-shadow: 1px 1px 0 #fff;
    margin: 0 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
/*
 * レビュー入力フォーム
 *----------------------------------------*/
.RvInput { border: 1px solid #000; }
.RvInput dl {
    margin: 0;
    position: relative;
    clear: both;
}
.RvInput dl.last-child dt,
.RvInput dl.last-child dd { }
.RvInput dt,
.RvInput dd {
    margin: 0;
    padding: 10px;
}
.RvInput .first-child dt,
.RvInput .first-child dd { border-top: 1px solid #ccc; }
.RvInput .first-child dt { border-top: 1px solid #00adec; }
.RvInput dt {
    width: 120px;
    background:#ebf7fa;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    border-bottom: 1px solid #00adec;
}
.RvInput dd {
    width: 520px;
    background: #fff;
    position: relative;
    left: 140px;
    border-bottom: 1px solid #ccc;
}
.RvInput dl.repeat,
.RvInput dl.sex,
.RvInput dl.area,
.RvInput dl.age {
    width: 340px;
    float:left;
    clear: none;
    overflow: hidden;
}
.RvBlock .button { text-align: center; }
.RvInput .comment { margin: 5px 0; }
.RvInput .req {
    color: #fff;
    background: #F16D16;
    display: inline-block;
    padding: 2px;
    margin-left: 3px;
    border-radius: 3px;
}
.RvBlock .error { color:#FD541C; }
.RvTitle {
    text-align: left;
    text-indent: -9999px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: -22px;
    left: -12px;
    margin-right: -24px;
}
#RvTitleAdd { background: url(http://www.shopping-charm.jp/userarea/image/shopping/review/title_add.gif) no-repeat; }
#RvTitleItem { background: url(http://www.shopping-charm.jp/userarea/image/shopping/review/title_itemprop.gif) no-repeat; }
#RvTitleNewlist {
    background: url(http://www.shopping-charm.jp/userarea/image/shopping/review/title_newlist.gif) no-repeat;
    width: 680px;
}
#RvTitleItemDetail {
    background: url(http://www.shopping-charm.jp/userarea/image/shopping/review/title_itemdetail.png) no-repeat;
    width: 680px;
}
#TMPID_INPUT_SUBMIT {
    width: 192px;
    height: 32px;
    cursor: pointer;
    background: #432506;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#TMPID_INPUT_STAR { color: #F16D16; }
.RvBlock .pointget_1st {
    color: #CC0F13;
    text-align: center;
}
.RvBlock .pointget {
    color: #CC0F13;
    text-align: center;
}
/*
 * 商品情報
 *----------------------------------------*/

.RvBlock .itemthumb {
    float: left;
    margin: 10px;
}
.RvBlock .itemprops {
    float: left;
    margin: 10px;
    width: 510px;
    position: relative;
}
.RvBlock .itemname {
    padding-top: 30px;
    background: url(../image/shopping/review/prop_title.gif) no-repeat;
    font-size: 16px;
    margin: 0 0 10px;
}
.RvBlock .rating {
    margin: 0px;
    width: 220px;
    float: left;
}
.RvBlock .rating .average {
    font-size: 20px;
    font-weight: bold;
}
/* ★表示 */
span.revStar0,
span.revStar1,
span.revStar1h,
span.revStar2,
span.revStar2h,
span.revStar3,
span.revStar3h,
span.revStar4,
span.revStar4h,
span.revStar5 {
    width: 75px;
    height: 15px;
    overflow: hidden;
    text-indent: -150px;
    display: inline-block;
    background-image: url(/UserArea/image/shopping/review/revStar_map_s.png);
    vertical-align: middle;
}
span.revStar5 { background-position: 0 0px; }
span.revStar4h { background-position: 0 -15px; }
span.revStar4 { background-position: 0 -30px; }
span.revStar3h { background-position: 0 -45px; }
span.revStar3 { background-position: 0 -60px; }
span.revStar2h { background-position: 0 -75px; }
span.revStar2 { background-position: 0 -90px; }
span.revStar1h { background-position: 0 -105px; }
span.revStar1 { background-position: 0 -120px; }
span.revStar0h { background-position: 0 -135px; }
span.revStar0 { background-position: 0 -150px; }
/* ★平均表示 レビュー一覧ページ */
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star {
    width: 150px;
    height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    text-indent: -150px;
    background-image: url(/UserArea/image/shopping/review/revStar_map.png);
}
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar5 { background-position: 0 0px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar4h { background-position: 0 -30px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar4 { background-position: 0 -60px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar3h { background-position: 0 -90px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar3 { background-position: 0 -120px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar2h { background-position: 0 -150px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar2 { background-position: 0 -180px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar1h { background-position: 0 -210px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar1 { background-position: 0 -240px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar0h { background-position: 0 -270px; }
#ctl00_ContentPlaceHolder1_Prd_Rate span.average_star.revStar0 { background-position: 0 -300px; }

/* ★平均表示 商品詳細ページ */
.itemprops h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0 10px;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #eee;
}
.ratingtable {
    margin: 0 0 10px 10px;
    width: 270px;
    float: left;
}
.ratingtable table { border-collapse: collapse; }
.ratingtable td { padding: 5px; }
.ratingtable .star5 td,
.ratingtable .star3 td,
.ratingtable .star1 td { background: #FCDABE; }
.ratingtable .star4 td,
.ratingtable .star2 td { background: #FFF5F0; }
.ratingtable td.bar { width: 100px; }
.ratingtable div.bar {
    background: #009fda;
    height: 10px;
}
.ratingtable td.Mean { width: 60px; }
.ratingtable td.star { width: 70px; }
.ratingtable td.count {
    width: 30px;
    text-align: right;
}
/*
 * ページネーション
 *----------------------------------------*/
.RvPaginate {
    width: 720px;
    margin: 10px auto;
    text-align: left;
    text-align: center;
}
.RvPaginate a,
.RvPaginate span.current {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2 ease;
    display: inline-block;
    padding: 5px 8px;
    background: #f3f3f3;
    border: 1px solid #eee;
    border-radius: 3px;
}
.RvPaginate a:hover {
    background: #009fda;
    border: 1px solid #009fda;
    color: #fff;
}
.RvPaginate span.current {
    background: #def4f6;
    border: 1px solid #def4f6;
}
/*
 * 検索ボックス
 *----------------------------------------*/
.RvSearch {
    width: 780px;
    margin: 0px auto;
    text-align: left;
    padding: 5px;
    background: #f6f6f6;
    border: none;
    line-height: 12px;
    vertical-align: middle;
}
.RvSearch form { margin: 0; }
.RvSearch dl {
    margin: 0;
    padding: 3px;
}
.RvSearch dt {
    width: 70px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}
.RvSearch dd { margin: 0; }
.RvSearch select,
.RvSearch input { margin: 0; }
.RvSearch a {
    display: inline-block;
		border: 1px solid #ccc;
		margin: 0 2px;
		border-radius: 15px;
		padding: 3px 8px;
		background: #fff;
}
.RvSearch a:hover {
    border: 1px solid #FAC194;
    background: #fff;
}
.RvSearch .findbox:after,
.RvSearch .sortbox:after {
    content: "";
    display: block;
    clear: both;
}
.RvSearch .sortbox {
	text-align: center;
}
/*
 * レビュー一覧
 *----------------------------------------*/

.RvList {
    width: 756px;
    margin: 10px auto 10px;
    text-align: left;
    padding:10px 10px 0;
    background: #f6f6f6;
    border: 2px solid #e8e8e8;
    position: relative;
}
.RvList .item {
    margin: 10px 10px 20px;
    text-align: left;
    padding: 10px 10px 30px;
    border: 2px solid #f8d4b4;
    background: #fff;
    position: relative;
    background: #fff0e1;
    zoom:1;
}
.RvList .item dl {
    margin: 0;
    padding: 0px;
    line-height: 15px;
}
.RvList .item dl dt {
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0;
}
.RvList .item dl dd {
    float: left;
    margin: 0 20px 0 0;
}
.RvList .item .reviewcontent {
    background: #fff;
    padding: 10px;
    line-height: 1.6em;
}
.RvList .item .reviewtitle {
    font-weight: bold;
    padding: 5px;
    font-size:14px;
}
.RvList .item dt .sex { }
.RvList .item dt .age { }
.RvList .userprop {
    position: absolute;
    bottom: 5px;
}
.RvNewlist { width: 656px; }
.RvList .starprop:after,
.RvList .userprop:after {
    content: "";
    display: block;
    clear: both;
}
.starprop span.star {
    margin-top: -1px;
    *display: block;
}

/*
 * 商品詳細ページレビュー一覧
 *----------------------------------------*/

.RvDetailList {
    width: 656px;
    margin: 10px auto 10px;
    text-align: left;
    padding:10px;
    background: #f6f6f6;
    border: 2px solid #e8e8e8;
    position: relative;
}
.RvDetailList .item {
    margin: 10px;
    text-align: left;
    padding: 10px 10px 30px;
    border: 2px solid #f8d4b4;
    background: #fff;
    position: relative;
    background: #fff0e1;
    zoom:1;
	font-size: 13px;
}
.RvDetailList .item dl {
    margin: 0;
    padding: 0px;
    line-height: 15px;
}
.RvDetailList .item dl dt {
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0;
}
.RvDetailList .item dl dd {
    float: left;
    margin: 0 10px 0 0;
}
.RvDetailList .item .reviewcontent {
    background: #fff;
    padding: 10px;
    line-height: 1.6em;
}
.RvDetailList .item .reviewtitle {
    font-weight: bold;
    padding: 5px;
}
.RvDetailList .item dt .sex { }
.RvDetailList .item dt .age { }
.RvDetailList .userprop {
    position: absolute;
    bottom: 5px;
}
.RvDetailList .starprop:after,
.RvDetailList .userprop:after {
    content: "";
    display: block;
    clear: both;
}
/* カテゴリページ用レビューピックアップ */
.RvPickup {
    background: #FFDFCE;
    padding: 1px;
    border-radius: 4px;
	font-size: 13px;
}
#RvTitlePickup {
	margin: 3px;
    padding: 6px 0 3px 6px;
    font-size: 14px;
    width: 100%;
    text-shadow: -1px -1px 0 #fff;
}
.RvPickup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.RvPickup li {
    padding: 5px;
    margin: 5px;
    clear: both;
    background: #fff;
    border: 1px solid #FFC2A2;
    position: relative;
}
.RvPickup a { color: #63432E; }
.RvPickup a:hover { color: #F57F00; }

.RvPickup .itemthumb {
    width: 60px;
    height: 50px;
    float: left;
}
.RvPickup .itemthumb a {
    position: absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    background:/*\**/url(/UserArea/image/blank.gif);
}
.RvPickup img {
    width: 50px;
    height: 50px; /* 読込失敗時 */
    border: 1px solid #fff;
    margin: 4px 0 0 4px;
}
.RvPickup .star {
    color:#F60;
    display: inline-block;
    height: 15px;
    *margin-left: 150px;
    margin-top: -2px;
}
.RvPickup .rvStarMean,
.RvPickup .reviewtitle {
    vertical-align: middle;
    line-height: 18px;
}
.RvPickup .reviewcontent {
    margin-left: 60px;
}
.RvPickup .reviewsummary {
    margin-left: 60px;
}
/*
 * 両毛
 *----------------------------------------*/

.sortbox .Rvsort_Selected, .sortbox .Rvsort_Selected:hover { background: #0099cc; border: 1px solid #0099cc; color: #fff; }
#ctl00_ContentPlaceHolder1_RV_BUTTON_ITEM {
    display: inline-block;
    background:#fafafa;
    padding: 5px 10px;
    color: #443520;
    border: 1px solid #b4dfef;
    border-top: 1px solid #DCF0FA;
    background: #d4edf8; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf6fa), color-stop(100%, #d4edf8)); /* Chrome,Safari4+ */
    text-shadow: 1px 1px 0 #fff;
    margin: 0 5px;
    font-weight: bold;
    font-size: 14px;
    width:200px;
}
#ctl00_ContentPlaceHolder1_RV_BUTTON_ADDFAV {
    display: inline-block;
    background:#fafafa;
    padding: 5px 10px;
    color: #443520;
    border: 1px solid #b4dfef;
    border-top: 1px solid #DCF0FA;
    background: #d4edf8; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf6fa), color-stop(100%, #d4edf8)); /* Chrome,Safari4+ */
    text-shadow: 1px 1px 0 #fff;
    margin: 0 5px;
    font-weight: bold;
    font-size: 14px;
    width: 205px;
}
#ctl00_ContentPlaceHolder1_Prd_Rate #ctl00_ContentPlaceHolder1_RV_BUTTON_ADDFAV {
    position: absolute;
    bottom: 10px;
    left: 0;
}
/* 商品ページからのリンク */
#ctl00_ContentPlaceHolder1_lnkReviewList {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
.ErrorMassage {
    color:Red;
    font-size: 14px;
}
#ctl00_ContentPlaceHolder1_TMPID_INPUT_SUBMIT {
    width: 192px;
    height: 32px;
    cursor: pointer;
    background: #432506;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.Search_NoReview {
    font-size:medium;
    text-align: center;
}
.RvBlock .pointget_1st {
    text-align: center;
    color: rgb(204, 15, 19);
}
.RvBlock .pointget {
    text-align: center;
    color: rgb(204, 15, 19);
}
.RvInput dl.repeat dt,
.RvInput dl.sex dt,
.RvInput dl.area dt,
.RvInput dl.age dt { height:40px; }
.RvInput dl.repeat dd,
.RvInput dl.sex dd,
.RvInput dl.area dd,
.RvInput dl.age dd {
    width: 180px;
    height:40px;
}
#ctl00_ContentPlaceHolder1_TMPID_INPUT_TITLE { width: 400px; }
#ctl00_ContentPlaceHolder1_TMPID_INPUT_COMMENT {
    width: 510px;
    padding: 5px;
}

/* ピックアップレビュー */
/* IDの方は削除＠作業中 */
.ReviewFrame, #ReviewFrame {
    position: relative;
    margin:0px 0px 10px;
}
.ReviewFrame a.guide, #ReviewFrame a.guide {
    position: absolute;
    right: 7px;
    top: 7px;
    display: inline-block;
    padding: 2px 6px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-radius: 2px;
}


/*PC・モバイル表示切替えボタン*/
#changeDevice {
	display: none;
  width: 1020px;
	color: #FFFFFF;
	margin: 0 auto 5px;
	padding: 10px;
	background: #00ADEC;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	font-size: 1.2rem;
}
#changeDevice p {
	margin: 0;
	padding: 5px;
}
#changeDevice p#changeButton {
	float: right;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#d6d6d6));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	-moz-box-shadow:
		-1px 1px 1px rgba(000,000,000,0.2),
		inset 0px -1px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		-1px 1px 1px rgba(000,000,000,0.2),
		inset 0px -1px 0px rgba(255,255,255,0);
	box-shadow:
		-1px 1px 1px rgba(000,000,000,0.2),
		inset 0px -1px 0px rgba(255,255,255,0);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
/*firefox カテゴリーページ
商品並び順　レイアウト崩れ*/
.condition_tbl {
	clear:both;
}



/* 会員登録ページ */

#dvKiyaku iframe {
	width: 668px;
}











