@charset "UTF-8";
/* color */
/* レイアウト */
/* フォント */
/* 画像パス */
/* ------------------------------------------------------------
mixIn
------------------------------------------------------------*/
.bdBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dotLineL {
  border-left: 1px dotted #8b98a3;
}
.dotLineR {
  border-right: 1px dotted #8b98a3;
}
.dotLineH {
  border-top: 1px dotted #8b98a3;
}
.dotLineB {
  border-bottom: 1px dotted #8b98a3;
}
.innerStyle {
  width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
.brandNameStyle .brandName {
  font-size: 16px;
  color: #545c63;
}
.listStyleSquare {
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.6;
}
.slideHeadHoverStyle dt:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.innerStyle .inner {
  padding: 30px;
  width: 960px;
  margin: auto;
}
.innerStyle .inner .title {
  font-size: 18px;
  padding-bottom: .5em;
  background: #f0f2f0;
  padding: 20px;
  margin-bottom: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.innerTitleStyle .inner {
  padding: 30px;
  width: 960px;
  margin: auto;
}
.innerTitleStyle .inner .title {
  font-weight: bold;
  font-size: 32px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
.inputStyle input[type="text"] {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textareaStyle textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputTextStyle input,
.inputTextStyle textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputTextStyle textarea {
  line-height: 1.4;
}
.contentStyle #contentsArea .inner {
  width: 960px;
  margin: auto;
}
.contentStyle #contentsArea .content {
  padding: 40px 0;
}
.contentStyle #contentsArea .content .title {
  font-weight: bold;
  font-size: 32px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
.contentStyle #contentsArea .content .text {
  line-height: 1.5;
  font-size: 15px;
}
.contentStyle #contentsArea .content .text p {
  margin-bottom: 1em;
}
.contentStyle #contentsArea .content:nth-child(odd) {
  background: white;
}
.contentStyle #contentsArea .content:nth-child(even) {
  background: #fcfafa;
}
.sendBackStyle .buttonArea {
  width: 750px;
  margin: auto;
  margin-top: 2em;
  position: relative;
}
.sendBackStyle .buttonArea .entry {
  margin: 0;
}
.titleStyle2 .title {
  padding-top: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
/* ------------------------------------------------------------
マイページレイアウト
------------------------------------------------------------*/
.mypage .tmp120 {
  max-height: 120px;
}
.mypage .logoArea {
  padding-top: 8px;
}
.mypage #contentsArea {
  padding-bottom: 64px;
  background: #fbfbfb;
}
.mypage #header {
  border-bottom: solid 1px #e7ece8;
}
.mypage #header .naviArea {
  /* width: 320px; */
  /*
.contact a
		{
			background: url( "@{path}icon-contact.png") no-repeat top center;
		}
*/
  /*
.logout a
		{
			background: url( "@{path}icon-logout.png") no-repeat top center;
		}
*/
}
.mypage #header .naviArea .naviArea {
  height: 44px;
}
.mypage #header .naviArea .naviArea nav ul li {
  height: 44px;
}
.mypage #header .naviArea .naviArea nav ul .menu a {
  height: 44px;
}
.mypage #header .naviArea .help a {
  background: url("../images/icon-about.png") no-repeat top center;
}
.mypage #header .naviArea .pay a {
  background: url("../images/icon-pay.png") no-repeat top center;
}
.mypage #header .inner {
  padding-bottom: 12px;
  width: 960px;
  margin: auto;
}
.mypage #contentsArea {
  padding-top: 20px;
}
.mypage #contentsArea .inner {
  width: 960px;
  margin: auto;
}
.mypage #contentsArea #side {
  background: #f0f2f0;
  width: 240px;
  float: left;
}
.mypage #contentsArea #side .profile {
  padding: 20px;
  border-bottom: 20px solid white;
}
.mypage #contentsArea #side .profile .logo {
  text-align: center;
}
.mypage #contentsArea #side .profile .logo img {
  max-width: 122px;
}
.mypage #contentsArea #side .profile .brand-name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0;
}
.mypage #contentsArea #side .profile .brand-orner {
  background: rgba(255, 255, 255, 0.7);
  padding: 1em;
  font-size: 12px;
  color: #8b98a3;
}
.mypage #contentsArea #side .profile .brand-orner .name {
  font-size: 14px;
  color: #68727a;
}
.mypage #contentsArea #side .navArea {
  padding: 10px 20px 20px;
}
.mypage #contentsArea #side .navArea li a,
.mypage #contentsArea #side .navArea li label {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 44px;
  font-size: 15px;
  color: #68727a;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mypage #contentsArea #side .navArea li input {
  display: none;
}
.mypage #contentsArea #side .navArea li .sub-nav {
  display: none;
}
.mypage #contentsArea #side .navArea li .sub-nav a {
  background-color: #fff;
}
.mypage #contentsArea #side .navArea li input:checked ~ .sub-nav {
  display: block;
}
.mypage #contentsArea #side .navArea li:hover {
  opacity: .8;
}
.mypage #contentsArea #side .navArea .top a {
  background: url("../images/icon-top.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .bbs label {
  background: url("../images/icon-bbs.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .product a {
  background: url("../images/icon-product.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .estimate a {
  background: url("../images/icon-product.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .news a {
  background: url("../images/icon-news.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .check a {
  background: url("../images/icon-buy-check.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .brand a {
  background: url("../images/icon-brand.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .account a {
  background: url("../images/icon-account.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .buy-history a {
  background: url("../images/icon-sales.png") no-repeat left center;
}
.mypage #contentsArea #side .navArea .buy-delivary a {
  background: url("../images/icon-delivary.png") no-repeat left center;
}
.mypage #contentsArea #main {
  width: 680px;
  padding-bottom: 60px;
  float: right;
}
.mypage #contentsArea #main .infoBox dt {
  font-size: 18px;
  padding-left: .5em;
  color: #8b98a3;
  margin-bottom: .5em;
  text-align: center;
}
.mypage #contentsArea #main .infoBox dd {
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding-left: 44px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mypage #contentsArea #main .url dt {
  text-align: left;
}
.mypage #contentsArea #main .url dd {
  background: white url("../images/icon-url.png") no-repeat left center;
}
.mypage #contentsArea #main .infoList {
  margin-top: 40px;
}
.mypage #contentsArea #main .infoList a {
  color: #68727a;
}
.mypage #contentsArea #main .infoList a dl:hover {
  opacity: .8;
}
.mypage #contentsArea #main .infoList .infoBox {
  margin-bottom: 16px;
  width: 200px;
  padding-right: 20px;
  height: 84px;
  float: left;
  border-bottom: 1px dotted #8b98a3;
}
.mypage #contentsArea #main .infoList .infoBox dd {
  text-align: right;
  padding-right: 32px;
  font-weight: bold;
  color: #545c63;
}
.mypage #contentsArea #main .fun dd {
  background: white url("../images/icon-fun.png") no-repeat left center;
}
.mypage #contentsArea #main .bookmark dd {
  background: white url("../images/icon-bookmark.png") no-repeat left center;
}
.mypage #contentsArea #main .view dd {
  background: white url("../images/icon-view.png") no-repeat left center;
}
.mypage #contentsArea #main .sales dd {
  background: white url("../images/icon-sales.png") no-repeat left center;
}
.mypage #contentsArea #main .reservation dd {
  background: white url("../images/icon-reservation.png") no-repeat left center;
}
.mypage #contentsArea #main .uriage dd {
  background: white url("../images/icon-uriage.png") no-repeat left center;
}
.mypage #contentsArea #main .stock dd {
  background: white url("../images/icon-stock.png") no-repeat left center;
}
.mypage #contentsArea #main .total dd {
  background: white url("../images/icon-total.png") no-repeat left center;
}
.mypage #contentsArea #main .infoList .get dd {
  border: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.mypage #contentsArea #main .infoList .get dd a {
  display: block;
  color: white;
  background: #f78c72;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mypage #contentsArea #main .infoList .get dd a:hover {
  opacity: .8;
}
.mypage #contentsArea #main .infoList .step {
  overflow: hidden;
  border: none;
}
.mypage #contentsArea #main .infoList .step dd {
  padding: 0;
}
.mypage #contentsArea #main .infoList .step dd .projectPledgedWrap {
  border-radius: 4px;
  width: 100%;
  float: left;
  height: 36px;
  background: #d0d5cb;
  padding: 0;
}
.mypage #contentsArea #main .infoList .step dd .projectPledged {
  background: #ffdb14;
  border-radius: 4px;
  height: 36px;
}
.mypage #contentsArea #main .newsBox {
  border: 1px solid rgba(0, 204, 178, 0.32);
  padding-top: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  background: rgba(242, 241, 223, 0.16);
}
.mypage #contentsArea #main .newsBox .title {
  font-size: 16px;
  color: #00ccb2;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px dotted #8b98a3;
  border-color: #00ccb2;
}
.mypage #contentsArea #main .newsBox dl {
  padding: 8px 16px;
}
.mypage #contentsArea #main .newsBox dl dt {
  margin-bottom: 4px;
}
.mypage #contentsArea #main .newsBox dl dt span {
  display: inline-block;
}
.mypage #contentsArea #main .newsBox dl dt .newsTitle {
  font-weight: bold;
  float: left;
}
.mypage #contentsArea #main .newsBox dl dt .date {
  font-size: 12px;
  float: right;
}
.mypage #contentsArea #main .newsBox dl dd {
  margin-bottom: 8px;
  line-height: 1.4;
  padding-bottom: 4px;
}
.mypage #contentsArea .product-name {
  border-bottom: 1px dotted #8b98a3;
  padding-bottom: 1em;
  margin-bottom: 20px;
}
.mypage #contentsArea .product-name .buttonArea {
  margin-top: .5em;
  text-align: right;
}
.mypage #contentsArea .product-name .buttonArea .btn {
  width: 120px;
  font-size: 16px;
  margin-left: .5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* ------------------------------------------------------------
マイページトップ
------------------------------------------------------------*/
#mypage #contentsArea #side .top a {
  background: #545c63 url("../images/icon-top-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage #main .product-comment {
  border-top: 1px dotted #8b98a3;
}
/* -------------------------
マイページ共通
------------------------*/
.mypage {
  background: #fbfbfb;
}
.mypage .leave {
  margin-top: 1em;
  float: right;
}
/* -------------------------
アカウント情報変更
------------------------*/
#mypage-account #contentsArea #side .brand a {
  border: none !important;
}
#mypage-account #contentsArea #side .account a {
  background: #545c63 url("../images/icon-account-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-account .changeArea .title {
  font-weight: bold;
}
#mypage-account .changeArea .socialLogin {
  margin-top: 10px;
  margin-bottom: 20px;
}
#mypage-account .changeArea .socialLogin li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  width: 200px;
  font-size: 15px;
}
#mypage-account .changeArea .socialLogin .btn-facebook {
  background: #fcfafa;
  border: solid 1px #4264aa;
  color: #4264aa;
}
#mypage-account .changeArea .socialLogin .btn-facebook.on {
  background: #4264aa;
}
#mypage-account .changeArea .socialLogin .btn-twitter {
  background: #fcfafa;
  border: solid 1px #00acee;
  color: #00acee;
}
#mypage-account .changeArea .socialLogin .btn-twitter.on {
  background: #00acee;
}
#mypage-account .changeArea .socialLogin .btn-google {
  background: #fcfafa;
  border: solid 1px #e1604a;
  color: #e1604a;
}
#mypage-account .changeArea .socialLogin .btn-google.on {
  background: #e1604a;
}
#mypage-account .changeArea .socialLogin .on {
  color: white;
}
#mypage-account .changeArea dl {
  margin-bottom: 20px;
}
#mypage-account .changeArea dl .btn {
  display: inline-block;
  width: auto;
  padding: 5px;
  font-size: 14px;
  margin-left: 1em;
}
#mypage-account .changeArea dt {
  font-size: 16px;
  margin-bottom: .5em;
}
#mypage-account .changeArea input,
#mypage-account .changeArea textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-account .changeArea textarea {
  line-height: 1.4;
}
#mypage-account .changeArea .mini {
  font-size: 12px;
}
#mypage-account .changeArea textarea {
  line-height: 1.4;
}
#mypage-account .changeArea .inputProfile {
  padding-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px dotted #8b98a3;
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
#mypage-account .changeArea .inputProfile .icon {
  margin-right: .5em;
}
#mypage-account .changeArea .inputProfile .icon img {
  width: 24px;
  vertical-align: middle;
}
#mypage-account .changeArea .inputProfile dd {
  padding: 8px;
}
#mypage-account .changeArea .inputProfile dl {
  display: table-row;
}
#mypage-account .changeArea .inputProfile dt,
#mypage-account .changeArea .inputProfile dd {
  display: table-cell;
}
#mypage-account .changeArea .inputProfile dt {
  width: 210px;
}
#mypage-account .changeArea .inputProfile dt,
#mypage-account .changeArea .inputProfile dd {
  vertical-align: middle;
}
#mypage-account .changeArea .profileBox {
  border: 1px dotted #8b98a3;
  margin-bottom: 20px;
  padding: 20px;
}
#mypage-account .changeArea .profileBox .tmp {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
#mypage-account .changeArea .profileBox .tmp img {
  max-height: 100px;
}
#mypage-account .changeArea .profileBox .warning {
  margin-bottom: 8px;
}
#mypage-account .changeArea .profileBox .ornerPic {
  width: 220px;
  float: left;
}
#mypage-account .changeArea .profileBox .ornerPic .img-change .btn {
  font-size: 14px;
  width: 120px;
  margin-top: .5em;
  margin-bottom: 1em;
}
#mypage-account .changeArea .profileBox .ornerPic .warning {
  font-size: 12px;
}
#mypage-account .changeArea .profileBox .introduceBox {
  width: 380px;
  float: left;
  margin-left: 10px;
}
#mypage-account .changeArea .news {
  margin-top: 8px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #8b98a3;
}
#mypage-account .changeArea .news li {
  display: inline-block;
  margin-right: 16px;
}
#mypage-account .changeArea .news label,
#mypage-account .changeArea .news input {
  display: inline-block;
  width: auto;
}
#mypage-account .changeArea .btnArea {
  padding-top: 20px;
}
#mypage-account .changeArea .change {
  width: 240px;
  float: left;
}
/* -------------------------
製品生産管理
------------------------*/
#mypage-product #contentsArea #side .product a {
  background: #545c63 url("../images/icon-product-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-product .add {
  padding-top: 20px;
  width: 240px;
  margin: auto;
}
#mypage-product .itemList {
  margin-top: 30px;
}
#mypage-product .itemList dl {
  width: 160px;
  float: left;
  background: #f0f2f0;
  padding: 20px;
  margin: 10px;
}
#mypage-product .itemList dl img {
  max-width: 160px;
  max-height: 160px;
}
#mypage-product .itemList dl dt {
  margin-bottom: 10px;
}
#mypage-product .itemList dl dd {
  font-size: 13px;
}
#mypage-product .itemList dl dd .edit {
  text-align: center;
  margin-top: 1em;
}
#mypage-product .itemList dl dd .btn {
  font-size: 12px;
  /* width: 100px;; */
  padding: 3px;
  font-weight: normal;
}
/* -------------------------
製品生産管理
------------------------*/
#mypage-estimate #contentsArea #side .estimate a {
  background: #545c63 url("../images/icon-product-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-estimate .add {
  padding-top: 20px;
  width: 240px;
  margin: auto;
}
#mypage-estimate .itemList {
  margin-top: 30px;
}
#mypage-estimate .itemList dl {
  width: 160px;
  float: left;
  background: #f0f2f0;
  padding: 20px;
  margin: 10px;
}
#mypage-estimate .itemList dl img {
  max-width: 160px;
  max-height: 160px;
}
#mypage-estimate .itemList dl dt {
  margin-bottom: 10px;
}
#mypage-estimate .itemList dl dd {
  font-size: 13px;
}
#mypage-estimate .itemList dl dd .edit {
  text-align: center;
  margin-top: 1em;
}
#mypage-estimate .itemList dl dd .btn {
  font-size: 12px;
  /* width: 100px;; */
  padding: 3px;
  font-weight: normal;
}
/* -------------------------
製品情報管理
------------------------*/
#mypage-item #contentsArea #side .product a {
  background: #545c63 url("../images/icon-product-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-item #contentsArea #side .estimate a {
  background: #545c63 url("../images/icon-product-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-item #contentsArea #main input[type="text"] {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-item #contentsArea #main dl dt {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold;
}
#mypage-item #contentsArea #main .product-name {
  border-bottom: 1px dotted #8b98a3;
  padding-bottom: 1em;
  margin-bottom: 20px;
}
#mypage-item #contentsArea #main .product-name .buttonArea {
  margin-top: .5em;
  text-align: right;
}
#mypage-item #contentsArea #main .product-name .buttonArea .btn {
  width: 120px;
  font-size: 16px;
  margin-left: .5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#mypage-item #contentsArea #main .back {
  width: 240px;
  margin: auto;
}
/* -------------------------
販売状況確認
------------------------*/
#mypage-sales #contentsArea #side .news a {
  border: none;
}
#mypage-sales #contentsArea #side .check a {
  background: #545c63 url("../images/icon-buy-check-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-sales #contentsArea #main .infoList {
  margin: 0;
  padding-top: 20px;
}
/* -------------------------
ブランド情報管理
------------------------*/
#mypage-brand #contentsArea .warningList {
  line-height: 1.6;
  font-size: 12px;
  margin-top: 12px;
}
#mypage-brand #contentsArea #side .check a {
  border: none;
}
#mypage-brand #contentsArea #side .brand a {
  background: #545c63 url("../images/icon-brand-w.png") no-repeat left center;
  color: white;
  border: none;
}
/* -------------------------
ブランド情報管理、製品情報管理共通
------------------------*/
#mypage-brand #contentsArea #main input[type="text"],
#mypage-item #contentsArea #main input[type="text"] {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-brand #contentsArea #main textarea,
#mypage-item #contentsArea #main textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-brand #contentsArea #main .leadText,
#mypage-item #contentsArea #main .leadText {
  background: #00ccb2;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 12px;
  margin-bottom: 20px;
}
#mypage-brand #contentsArea #main .logo,
#mypage-item #contentsArea #main .logo {
  text-align: center;
  position: relative;
}
#mypage-brand #contentsArea #main .logo .btn,
#mypage-item #contentsArea #main .logo .btn {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  z-index: 2000;
}
#mypage-brand #contentsArea #main .inputBox,
#mypage-item #contentsArea #main .inputBox {
  margin-bottom: 20px;
}
#mypage-brand #contentsArea #main .catchCopy,
#mypage-item #contentsArea #main .catchCopy {
  font-size: 16px;
}
#mypage-brand #contentsArea #main .flexslider,
#mypage-item #contentsArea #main .flexslider {
  /* height: 260px; */
  margin-bottom: 60px;
}
#mypage-brand #contentsArea #main .sectionTitle,
#mypage-item #contentsArea #main .sectionTitle {
  color: #00ccb2;
  font-size: 16px;
  margin-bottom: .5em;
}
#mypage-brand #contentsArea #main .imgArea,
#mypage-item #contentsArea #main .imgArea {
  position: relative;
  margin-bottom: 1em;
}
#mypage-brand #contentsArea #main .imgArea .btn,
#mypage-item #contentsArea #main .imgArea .btn {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  z-index: 2000;
}
#mypage-brand #contentsArea #main .imgArea img,
#mypage-item #contentsArea #main .imgArea img {
  max-width: 100%;
}
#mypage-brand #contentsArea #main .flexslider .btn,
#mypage-item #contentsArea #main .flexslider .btn {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: -48px;
  font-size: 14px;
  z-index: 2000;
}
#mypage-brand #contentsArea #main .producrPhotoList,
#mypage-item #contentsArea #main .producrPhotoList {
  margin-bottom: 1em;
}
#mypage-brand #contentsArea #main .producrPhotoList .itemPic,
#mypage-item #contentsArea #main .producrPhotoList .itemPic {
  width: 340px;
  float: left;
}
#mypage-brand #contentsArea #main .producrPhotoList .itemPic img,
#mypage-item #contentsArea #main .producrPhotoList .itemPic img {
  max-width: 100%;
}
#mypage-brand #contentsArea #main .producrPhotoList .thumNail,
#mypage-item #contentsArea #main .producrPhotoList .thumNail {
  width: 300px;
  padding-bottom: 15px;
  float: right;
}
#mypage-brand #contentsArea #main .producrPhotoList .thumNail li,
#mypage-item #contentsArea #main .producrPhotoList .thumNail li {
  width: 30%;
  height: 90px;
  margin: 1.5%;
  float: left;
  position: relative;
}
#mypage-brand #contentsArea #main .producrPhotoList .thumNail li .btn,
#mypage-item #contentsArea #main .producrPhotoList .thumNail li .btn {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  z-index: 2000;
}
#mypage-brand #contentsArea #main .producrPhotoList .thumNail li img,
#mypage-item #contentsArea #main .producrPhotoList .thumNail li img {
  max-width: 100%;
  max-height: 90px;
}
#mypage-brand #contentsArea #main .itemList .preview,
#mypage-item #contentsArea #main .itemList .preview {
  margin-bottom: 20px;
}
#mypage-brand #contentsArea #main .subSectionHead,
#mypage-item #contentsArea #main .subSectionHead {
  font-weight: bold;
  margin-bottom: .5em;
}
#mypage-brand #contentsArea #main .changeBox,
#mypage-item #contentsArea #main .changeBox {
  display: none;
}
#mypage-brand #contentsArea #main .rBox,
#mypage-item #contentsArea #main .rBox {
  float: right;
  width: 240px;
  margin-top: 20px;
  background: #f0f2f0;
  padding: 20px;
  position: relative;
}
#mypage-brand #contentsArea #main .rBox .btn,
#mypage-item #contentsArea #main .rBox .btn {
  font-size: 14px;
  width: 120px;
  float: right;
}
#mypage-brand #contentsArea #main .rBox .btn-gray,
#mypage-item #contentsArea #main .rBox .btn-gray {
  float: left;
  width: 100px;
  color: 12px;
}
#mypage-brand #contentsArea #main .rBox .close,
#mypage-item #contentsArea #main .rBox .close {
  position: absolute;
  top: -12px;
  right: -12px;
  opacity: 1;
}
#mypage-brand #contentsArea #main .changeBox1,
#mypage-item #contentsArea #main .changeBox1 {
  margin-top: 20px;
  width: 240px;
  background: #f0f2f0;
  padding: 20px;
}
#mypage-brand #contentsArea #main .preview,
#mypage-item #contentsArea #main .preview {
  background: white;
  float: left;
}
#mypage-brand #contentsArea #main .changePicBox,
#mypage-item #contentsArea #main .changePicBox {
  margin-bottom: 20px;
}
#mypage-brand #contentsArea #main .changePicBox .preview,
#mypage-item #contentsArea #main .changePicBox .preview {
  max-width: 88px;
}
#mypage-brand #contentsArea #main .changePicBox .buttonArea,
#mypage-item #contentsArea #main .changePicBox .buttonArea {
  width: 140px;
  float: right;
}
#mypage-brand #contentsArea #main .changePicBox .upload,
#mypage-item #contentsArea #main .changePicBox .upload {
  display: block;
  text-align: right;
  margin-bottom: 1em;
  cursor: pointer;
}
#mypage-brand #contentsArea #main .changePicBoxL,
#mypage-item #contentsArea #main .changePicBoxL {
  margin-bottom: 20px;
}
#mypage-brand #contentsArea #main .changePicBoxL .rBox,
#mypage-item #contentsArea #main .changePicBoxL .rBox {
  width: auto;
}
#mypage-brand #contentsArea #main .changePicBoxL .previewList,
#mypage-item #contentsArea #main .changePicBoxL .previewList {
  margin-bottom: 1em;
  display: table;
}
#mypage-brand #contentsArea #main .changePicBoxL .previewList dl,
#mypage-item #contentsArea #main .changePicBoxL .previewList dl {
  display: table-row;
}
#mypage-brand #contentsArea #main .changePicBoxL .previewList dl dt,
#mypage-item #contentsArea #main .changePicBoxL .previewList dl dt,
#mypage-brand #contentsArea #main .changePicBoxL .previewList dl dd,
#mypage-item #contentsArea #main .changePicBoxL .previewList dl dd {
  display: table-cell;
}
#mypage-brand #contentsArea #main .changePicBoxL .previewList dl dt,
#mypage-item #contentsArea #main .changePicBoxL .previewList dl dt {
  vertical-align: middle;
  padding-right: 10px;
  font-size: 16px;
  width: 100px;
}
#mypage-brand #contentsArea #main .changePicBoxL .previewList dl dd,
#mypage-item #contentsArea #main .changePicBoxL .previewList dl dd,
#mypage-brand #contentsArea #main .changePicBoxL .previewList dl dt,
#mypage-item #contentsArea #main .changePicBoxL .previewList dl dt {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: solid 1px #8b98a3;
}
#mypage-brand #contentsArea #main .changePicBoxL .preview,
#mypage-item #contentsArea #main .changePicBoxL .preview {
  margin: 1%;
  width: 30%;
  height: 190px;
  text-align: center;
}
#mypage-brand #contentsArea #main .changePicBoxL .preview img,
#mypage-item #contentsArea #main .changePicBoxL .preview img {
  max-width: 100%;
  max-height: 160px;
}
#mypage-brand #contentsArea #main .changePicBoxL .buttonBox,
#mypage-item #contentsArea #main .changePicBoxL .buttonBox {
  text-align: right;
  margin: .5em 0;
  padding-left: .5em;
}
#mypage-brand #contentsArea #main .changePicBoxL .buttonBox a,
#mypage-item #contentsArea #main .changePicBoxL .buttonBox a {
  margin-right: .5em;
  cursor: pointer;
}
/* -------------------------
製品追加
------------------------*/
.addItem .topArea .backLink {
  width: 750px;
  margin: auto;
  text-align: right;
  margin-top: 1em;
}
/* -------------------------
最新の活動報告
------------------------*/
#mypage-timeline #contentsArea #side .product a {
  border: none;
}
#mypage-timeline #contentsArea #side .news a {
  background: #545c63 url("../images/icon-news-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-timeline #contentsArea #main .sectionHead {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold;
}
#mypage-timeline #contentsArea #main .brandInfo {
  margin-top: 40px;
}
#mypage-timeline #contentsArea #main .history .historyBox dd {
  width: 480px;
}
/* -------------------------
売り上げ受け取り申請
------------------------*/
#mypage-get #contentsArea .sectionHead {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold;
  color: #f78c72;
}
#mypage-get #contentsArea .inputBox {
  width: 380px;
}
#mypage-get #contentsArea .tableBox {
  background: #fcfafa;
  border: 1px solid #e8ece8;
  padding: 20px;
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
#mypage-get #contentsArea .tableBox dl {
  display: table-row;
}
#mypage-get #contentsArea .tableBox dt,
#mypage-get #contentsArea .tableBox dd {
  display: table-cell;
}
#mypage-get #contentsArea .tableBox dt {
  width: 100px;
}
#mypage-get #contentsArea .tableBox dt,
#mypage-get #contentsArea .tableBox dd {
  vertical-align: middle;
}
#mypage-get #contentsArea .tableBox label {
  font-size: 16px;
}
#mypage-get #contentsArea .tableBox dt,
#mypage-get #contentsArea .tableBox dd {
  border-bottom: 1px dotted #8b98a3;
  height: 64px;
}
#mypage-get #contentsArea .tableBox dt {
  font-weight: bold;
}
#mypage-get #contentsArea .tableBox input {
  padding: .5em;
  font-size: 14px;
  width: 90%;
}
/* -------------------------
退会画面
------------------------*/
#mypage-leave #contentsArea .sectionHead {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold;
}
#mypage-leave #contentsArea .alertList {
  margin-top: 1em;
  background: #e8ece8;
  padding: 1em;
  font-size: 16px;
}
#mypage-leave #contentsArea .alertList ul {
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.6;
}
#mypage-leave #contentsArea .alertList ul li {
  margin-bottom: .5em;
}
#mypage-leave #contentsArea .chancel {
  margin: 1em 0;
  font-size: 18px;
  border-bottom: 1px dotted #8b98a3;
  padding-bottom: 1em;
}
#mypage-leave #contentsArea .btnArea {
  width: 120px;
  margin: auto;
}
#mypage-leave #contentsArea .btn {
  font-size: 14px;
}
/* -------------------------
マイページ連絡掲示板
------------------------*/
#mypage-bbs {
  /* 画像拡大 */
}
#mypage-bbs #fileName {
  display: none;
  padding: 12px;
  background: #3ba3a3;
  font-size: 12px;
  color: white;
  text-align: right;
}
#mypage-bbs .bbsInfo {
  margin: auto;
  width: 480px;
}
#mypage-bbs .bbsInfo .text {
  font-weight: bold;
  margin-top: 40px;
}
#mypage-bbs .bbsInfo .warning {
  list-style-type: square;
  padding-left: 1em;
  color: #68727a;
  margin-top: 1em;
  margin-left: 1em;
}
#mypage-bbs .bbsInfo .warning li {
  margin-bottom: 8px;
}
#mypage-bbs #contentsArea #side .top a {
  border: none;
}
#mypage-bbs #contentsArea #side .bbs a {
  background: #fff;
}
#mypage-bbs #contentsArea .postBox {
  margin-bottom: 16px;
}
#mypage-bbs #contentsArea .inputComment {
  padding-bottom: 20px;
}
#mypage-bbs #contentsArea .inputComment textarea {
  /* height: 80px; */
}
#mypage-bbs .dateTime {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}
#mypage-bbs .commentList {
  height: 480px;
  position: relative;
  overflow-y: scroll;
  border-bottom: 1px dotted #8b98a3;
}
#mypage-bbs .product-comment {
  padding-top: 20px;
}
#mypage-bbs .product-comment dt {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: center;
}
#mypage-bbs .commentList {
  margin-top: 20px;
  padding: 20px;
  background: #fefefe;
  border: solid 1px #e7ece8;
}
#mypage-bbs .commentList .comment {
  width: 80%;
  margin-bottom: 40px;
}
#mypage-bbs .commentList .comment .comment-head {
  display: inline-block;
}
#mypage-bbs .commentList .comment .comment-head img {
  float: left;
  border: 1px solid #f0f2f0;
  max-width: 44px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: white;
}
#mypage-bbs .commentList .comment .comment-text {
  word-wrap: break-word;
  margin-top: 20px;
  padding: 20px;
  line-height: 1.4;
  width: 80%;
  position: relative;
}
#mypage-bbs .commentList .comment .comment-text .temp-img {
  margin-top: 1em;
}
#mypage-bbs .commentList .comment .comment-text .temp-img img {
  max-width: 100%;
  padding: 10px;
  border: solid 1px #f0f2f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
#mypage-bbs .commentList .comment .comment-text .comment-bg {
  position: absolute;
  top: 12px;
}
#mypage-bbs .commentList .comment .comment-text .date {
  text-align: right;
}
#mypage-bbs .commentList .started {
  float: left;
}
#mypage-bbs .commentList .started .comment-text {
  background: #dafeff;
  float: right;
}
#mypage-bbs .commentList .started .comment-head {
  float: left;
}
#mypage-bbs .commentList .started .comment-bg {
  left: -24px;
}
#mypage-bbs .commentList .orner {
  float: right;
}
#mypage-bbs .commentList .orner .comment-text {
  background: #FFF79D;
  float: left;
}
#mypage-bbs .commentList .orner .comment-head {
  float: right;
}
#mypage-bbs .commentList .orner .comment-bg {
  right: -24px;
}
#mypage-bbs #modal-img {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  background: rgba(84, 92, 99, 0.2);
}
#mypage-bbs #modal-img img {
  max-width: 1000px;
  max-height: 720px;
}
#mypage-bbs #modal-img .img-close {
  position: absolute;
}
/* -------------------------
マイページ連絡掲示板
------------------------*/
#mypage-bbs-estimate {
  /* 画像拡大 */
}
#mypage-bbs-estimate #fileName {
  display: none;
  padding: 12px;
  background: #3ba3a3;
  font-size: 12px;
  color: white;
  text-align: right;
}
#mypage-bbs-estimate .bbsInfo {
  margin: auto;
  width: 480px;
}
#mypage-bbs-estimate .bbsInfo .text {
  font-weight: bold;
  margin-top: 40px;
}
#mypage-bbs-estimate .bbsInfo .warning {
  list-style-type: square;
  padding-left: 1em;
  color: #68727a;
  margin-top: 1em;
  margin-left: 1em;
}
#mypage-bbs-estimate .bbsInfo .warning li {
  margin-bottom: 8px;
}
#mypage-bbs-estimate #contentsArea .postBox {
  margin-bottom: 16px;
}
#mypage-bbs-estimate #contentsArea .inputComment {
  padding-bottom: 20px;
}
#mypage-bbs-estimate #contentsArea .inputComment textarea {
  /* height: 80px; */
}
#mypage-bbs-estimate .dateTime {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}
#mypage-bbs-estimate .commentList {
  height: 480px;
  position: relative;
  overflow-y: scroll;
  border-bottom: 1px dotted #8b98a3;
}
#mypage-bbs-estimate .product-comment {
  padding-top: 20px;
}
#mypage-bbs-estimate .product-comment dt {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: center;
}
#mypage-bbs-estimate .commentList {
  margin-top: 20px;
  padding: 20px;
  background: #fefefe;
  border: solid 1px #e7ece8;
}
#mypage-bbs-estimate .commentList .comment {
  width: 80%;
  margin-bottom: 40px;
}
#mypage-bbs-estimate .commentList .comment .comment-head {
  display: inline-block;
}
#mypage-bbs-estimate .commentList .comment .comment-head img {
  float: left;
  border: 1px solid #f0f2f0;
  max-width: 44px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: white;
}
#mypage-bbs-estimate .commentList .comment .comment-text {
  word-wrap: break-word;
  margin-top: 20px;
  padding: 20px;
  line-height: 1.4;
  width: 80%;
  position: relative;
}
#mypage-bbs-estimate .commentList .comment .comment-text .temp-img {
  margin-top: 1em;
}
#mypage-bbs-estimate .commentList .comment .comment-text .temp-img img {
  max-width: 100%;
  padding: 10px;
  border: solid 1px #f0f2f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
#mypage-bbs-estimate .commentList .comment .comment-text .comment-bg {
  position: absolute;
  top: 12px;
}
#mypage-bbs-estimate .commentList .comment .comment-text .date {
  text-align: right;
}
#mypage-bbs-estimate .commentList .started {
  float: left;
}
#mypage-bbs-estimate .commentList .started .comment-text {
  background: #dafeff;
  float: right;
}
#mypage-bbs-estimate .commentList .started .comment-head {
  float: left;
}
#mypage-bbs-estimate .commentList .started .comment-bg {
  left: -24px;
}
#mypage-bbs-estimate .commentList .orner {
  float: right;
}
#mypage-bbs-estimate .commentList .orner .comment-text {
  background: #FFF79D;
  float: left;
}
#mypage-bbs-estimate .commentList .orner .comment-head {
  float: right;
}
#mypage-bbs-estimate .commentList .orner .comment-bg {
  right: -24px;
}
#mypage-bbs-estimate #modal-img {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  background: rgba(84, 92, 99, 0.2);
}
#mypage-bbs-estimate #modal-img img {
  max-width: 1000px;
  max-height: 720px;
}
#mypage-bbs-estimate #modal-img .img-close {
  position: absolute;
}
#mypage-product {
  /* 画像拡大 */
}
#mypage-product #modal-img {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  background: rgba(84, 92, 99, 0.2);
}
#mypage-product #modal-img img {
  max-width: 1000px;
  max-height: 720px;
}
#mypage-product #modal-img .img-close {
  position: absolute;
}
#mypage-product .file {
  margin-bottom: 65px;
  margin-top: 54px;
  margin-left: 23px;
}
#mypage-product .info-no {
  margin-top: 10px;
}
#mypage-estimate,
#mypage-product {
  /* 画像拡大 */
}
#mypage-estimate #modal-img,
#mypage-product #modal-img {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  background: rgba(84, 92, 99, 0.2);
}
#mypage-estimate #modal-img img,
#mypage-product #modal-img img {
  max-width: 1000px;
  max-height: 720px;
}
#mypage-estimate #modal-img .img-close,
#mypage-product #modal-img .img-close {
  position: absolute;
}
#mypage-estimate .file,
#mypage-product .file {
  margin-bottom: 65px;
  margin-top: 54px;
  margin-left: 23px;
}
#mypage-estimate .info-no,
#mypage-product .info-no {
  margin-top: 10px;
}
/* --------------------
パスワード変更
--------------------*/
#mypage-password #contentsArea #main .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
#mypage-password #contentsArea #main .leadText {
  text-align: center;
  line-height: 1.4;
}
#mypage-password #contentsArea #main .inputArea {
  padding-top: 20px;
  width: 480px;
  margin: auto;
  text-align: center;
}
#mypage-password #contentsArea #main .inputArea input,
#mypage-password #contentsArea #main .inputArea textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-password #contentsArea #main .inputArea textarea {
  line-height: 1.4;
}
#mypage-password #contentsArea #main .input-pass {
  background: #f0f2f0;
  padding: 20px;
}
#mypage-password #contentsArea #main .input-pass input {
  margin-bottom: 1em;
  line-height: 24px;
}
#mypage-password #contentsArea #main .btn {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* -------------------------
ファンページトップ
------------------------*/
#fun-mypage #contentsArea #side .top a {
  background: #545c63 url("../images/icon-top-w.png") no-repeat left center;
  color: white;
  border: none;
}
/* -------------------------
ファンページ共通
------------------------*/
.fun #header .inner .naviArea {
  width: 200px;
}
.fun #contentsArea #side .changePic {
  text-align: center;
  cursor: pointer;
}
.fun #contentsArea #main .infoBox {
  border: none !important;
}
.fun #contentsArea #main .infoList {
  margin-top: 20px;
}
.fun #contentsArea .brandList {
  margin-top: 20px;
}
.fun #contentsArea .brandList .brand {
  margin-bottom: 20px;
}
.fun #contentsArea .brandList .brand .brandProfile {
  width: 150px;
  height: 300px;
  float: left;
  background: #e7ece8;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fun #contentsArea .brandList .brand .brandProfile .logo {
  border: 1px dotted #F3F3F3;
  background: white;
  text-align: center;
  height: 120px;
  vertical-align: middle;
  display: table-cell;
  width: 120px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fun #contentsArea .brandList .brand .brandProfile .logo img {
  max-width: 100%;
}
.fun #contentsArea .brandList .brand .brandProfile .brandName {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.fun #contentsArea .brandList .brand .brandProfile .fun {
  background: url("../images/icon-ouen.png") no-repeat left center;
  padding-left: 44px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
}
.fun #contentsArea .brandList .brand .brandInfo {
  width: 500px;
  height: 300px;
  float: right;
  background: #fcfafa;
  border: 2px solid #e7ece8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fun #contentsArea .brandList .brand .brandInfo .bg {
  position: absolute;
  left: -30px;
  top: 115px;
}
.fun #contentsArea .brandList .brand .brandInfo .sectionTitle {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: .5em;
}
.fun #contentsArea .brandList .brand .brandInfo .sectionTitle a {
  color: #00ccb2;
}
.fun #contentsArea .brandList .brand .brandInfo .info {
  background: white;
  padding: 1em;
}
.fun #contentsArea .brandList .brand .brandInfo .news {
  margin-bottom: 20px;
  padding-bottom: .5em;
  border-bottom: 1px dotted #8b98a3;
}
.fun #contentsArea .brandList .brand .brandInfo .news dt {
  background: #545c63;
  color: white;
  display: inline-block;
  padding: .5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fun #contentsArea .brandList .brand .brandInfo .news dd {
  margin-top: .5em;
  line-height: 1.4;
}
.fun #contentsArea .brandList .brand .brandInfo .news dd .date {
  margin-right: .5em;
  font-size: 12px;
}
.fun #contentsArea .brandList .brand .brandInfo .step {
  padding-bottom: 20px;
}
.fun #contentsArea .brandList .brand .brandInfo .step dt {
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: bold;
}
.fun #contentsArea .brandList .brand .brandInfo .step dd .projectPledgedWrap {
  border-radius: 4px;
  width: 240px;
  float: left;
  height: 24px;
  background: #d0d5cb;
  padding: 0;
}
.fun #contentsArea .brandList .brand .brandInfo .step dd .projectPledged {
  background: #ffdb14;
  border-radius: 4px;
  height: 24px;
}
.fun #contentsArea .brandList .brand .brandInfo .step dd .projectPledgedWrap {
  float: none;
}
.fun #contentsArea .brandList .brand .brandInfo .step dd .timeLine {
  margin-top: 10px;
  clear: both;
}
#mypage-brand.fun #contentsArea #main .brandList {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px dotted #8b98a3;
}
/* --------------------
ファン購入履歴
--------------------*/
#mypage-buy-history #contentsArea #side .account a {
  border: none;
}
#mypage-buy-history #contentsArea #side .buy-history a {
  background: #545c63 url("../images/icon-sales-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-buy-history #contentsArea .title {
  padding-top: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
#mypage-buy-history #contentsArea .msg {
  margin-bottom: 16px;
  text-align: center;
}
#mypage-buy-history #contentsArea .msg strong {
  font-weight: bold;
  font-size: 16px;
  margin: 0 3px;
}
#mypage-buy-history #contentsArea .history {
  background: white;
  padding: 8px;
  border: 1px solid #e7ece8;
  margin-bottom: 24px;
}
#mypage-buy-history #contentsArea .history .info {
  display: table;
  width: 440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#mypage-buy-history #contentsArea .history .info dl {
  display: table-row;
}
#mypage-buy-history #contentsArea .history .info dt,
#mypage-buy-history #contentsArea .history .info dd {
  display: table-cell;
  padding: 8px;
}
#mypage-buy-history #contentsArea .history .info dt {
  width: 92px;
  padding-right: 16px;
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
}
#mypage-buy-history #contentsArea .history .info dd {
  line-height: 1.4;
}
#mypage-buy-history #contentsArea .history .pic {
  width: 200px;
  float: left;
  margin-left: 16px;
  overflow: hidden;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-buy-history #contentsArea .history .pic img {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/* -------------------------
購入履歴詳細
------------------------*/
#mypage-buy-history.detail #main .historyBoxWrap {
  background: white;
  border: solid 1px #e7ece8;
}
#mypage-buy-history.detail #main .sectionTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: dashed 2px #8b98a3;
}
#mypage-buy-history.detail #main .sectionBox {
  padding: 20px;
}
#mypage-buy-history.detail #main .sectionBox:nth-child(even) {
  background: #f0f2f0;
}
#mypage-buy-history.detail #main .back {
  margin-bottom: 16px;
}
#mypage-buy-history.detail #main .boxArea .infoTable {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-buy-history.detail #main .boxArea .infoTable dl {
  display: table-row;
}
#mypage-buy-history.detail #main .boxArea .infoTable dt,
#mypage-buy-history.detail #main .boxArea .infoTable dd {
  display: table-cell;
  padding: 8px;
}
#mypage-buy-history.detail #main .boxArea .infoTable dt {
  width: 92px;
  padding-right: 16px;
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
}
#mypage-buy-history.detail #main .boxArea .infoTable dd {
  line-height: 1.4;
}
#mypage-buy-history.detail #main .boxArea .infoTable dt,
#mypage-buy-history.detail #main .boxArea .infoTable dd {
  padding: 4px 16px;
}
#mypage-buy-history.detail #main .boxArea .infoTable em {
  color: #f78c72;
}
#mypage-buy-history.detail #main .boxArea .infoTable strong {
  font-size: 18px;
  font-weight: bold;
}
#mypage-buy-history.detail #main .boxArea .pic {
  width: 160px;
  float: left;
  margin-left: 16px;
  overflow: hidden;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-buy-history.detail #main .boxArea .pic img {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#mypage-buy-history.detail #main .historyBox .infoTable {
  display: table;
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#mypage-buy-history.detail #main .historyBox .infoTable dl {
  display: table-row;
}
#mypage-buy-history.detail #main .historyBox .infoTable dt,
#mypage-buy-history.detail #main .historyBox .infoTable dd {
  display: table-cell;
  padding: 8px;
}
#mypage-buy-history.detail #main .chancel {
  text-align: right;
  margin-top: 24px;
}
/* --------------------
ファン配送先
--------------------*/
#mypage-buy-delivery #contentsArea #side .buy-history a {
  border: none;
}
#mypage-buy-delivery #contentsArea #side .buy-delivary a {
  background: #545c63 url("../images/icon-delivary-w.png") no-repeat left center;
  color: white;
  border: none;
}
#mypage-buy-delivery #contentsArea .title {
  padding-top: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
#mypage-buy-delivery #contentsArea .add {
  width: 50%;
  margin: auto;
  margin-bottom: 32px;
}
#mypage-buy-delivery #contentsArea .address {
  background: white;
  padding: 16px;
  border: 1px solid #e7ece8;
  margin-bottom: 24px;
  width: 300px;
}
#mypage-buy-delivery #contentsArea .address .header {
  height: 32px;
  line-height: 32px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: dotted 1px #e7ece8;
}
#mypage-buy-delivery #contentsArea .address .header .sectionTitle {
  font-weight: bold;
  display: inline;
  float: left;
}
#mypage-buy-delivery #contentsArea .address .header .editMenu {
  float: right;
  display: inline-block;
}
#mypage-buy-delivery #contentsArea .address .header .editMenu .btn {
  width: auto;
  font-size: 12px;
  padding: 6px;
  margin-right: 8px;
}
#mypage-buy-delivery #contentsArea .address .info {
  line-height: 1.6;
}
#mypage-buy-delivery #contentsArea .address:nth-child(odd) {
  float: left;
}
#mypage-buy-delivery #contentsArea .address:nth-child(even) {
  float: right;
}
/* --------------------
お届け先追加
--------------------*/
#mypage-buy-delivery.data-add #contentsArea {
  padding-bottom: 40px;
}
#mypage-buy-delivery.data-add .inputData {
  background: white;
  padding: 20px;
  border: solid 1px #e7ece8;
  margin-bottom: 32px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-buy-delivery.data-add .inputData dl {
  display: table-row;
}
#mypage-buy-delivery.data-add .inputData dl dt,
#mypage-buy-delivery.data-add .inputData dl dd {
  display: table-cell;
  padding: 12px 0;
}
#mypage-buy-delivery.data-add .inputData dl dt {
  margin-bottom: 12px;
  font-weight: bold;
}
#mypage-buy-delivery.data-add .inputData dl dd {
  line-height: 1.6;
}
#mypage-buy-delivery.data-add .inputData dl dd input {
  width: 100%;
  background: #fcfafa;
  padding: 8px;
  border: solid 2px #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mypage-buy-delivery.data-add .inputData dl dd select {
  width: 100%;
  font-size: 16px;
}
#mypage-buy-delivery.data-add .inputData dl dd p,
#mypage-buy-delivery.data-add .inputData dl dd li {
  margin-bottom: 16px;
}
#mypage-buy-delivery.data-add .inputData dl .separate input {
  width: 40%;
  margin-right: 16px;
}
#mypage-buy-delivery.data-add .btn {
  width: 50%;
}
#mypage-buy-delivery.data-add .center {
  text-align: center;
}
/* ------------------------------------------------------------
パスワード変更メッセージ
------------------------------------------------------------*/
#mypage-passwordMessage {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 12px;
  color: #8b98a3;
}
/* ------------------------------------------------------------
Table message in mypage
------------------------------------------------------------*/
#mypage-message .list-table {
  border: 1px solid #AFAFB1;
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
}
#mypage-message .list-table th {
  vertical-align: middle;
  text-align: left;
  background-image: url(../../img/admin/bg_list.png);
  background-repeat: repeat-y;
  background-color: #E8F1CF;
  padding: 5px 10px;
  border: 1px solid #CCC;
  white-space: nowrap;
  color: #669900;
  font-weight: bold;
}
#mypage-message .list-table tr.odd {
  background-color: #FFF;
}
#mypage-message .list-table tr.even {
  background-color: #F3F3F3;
}
#mypage-message .list-table td {
  padding: 5px 10px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
}
.mypage #contentsArea #side .navArea .blue-bg {
  background-color: #2c6ba8;
}
.mypage #contentsArea #side .navArea .blue-bg a {
  color: #fff;
}
