
p{
	text-align: left;
}

label{
	cursor:pointer;	
}

input,textarea{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;	
}

.wrap{
	width:50%;
	max-width: 800px;
	margin:0px auto;
}

.main{
	justify-self: center;
	margin-top: 48px;
	padding: 0 24px;
	box-sizing:border-box;
	width: 50%;
}

.pageTitle {
    font-size: 22px;
    margin-bottom: 32px;
    text-align: left;
}

.smartphoneShow{
	display: none !important;
}

.formTable{
	width: 100%;
	margin: 16px auto 32px;	
}

.formTable th, .formTable td {
    border: 1px solid #999;
    padding: 12px 8px;
	text-align: left;
}

.formTable th{
	background: #e6e6e6;
	width: 210px;
}

.required{
	display: inline-block;
	background: #cc0000;
	font-weight: normal;
	color: #fff;
	padding: 3px 5px;
	font-size: 11px;
	float: right;
}

input[type="text"],textarea{
	padding: 6px;
	width: 90%;
}

textarea{
	height: 12em;
}

.errorMesseage{
	color: #cc0000;	
	margin-bottom: 4px;
}

.notes{
	font-size: 13px;
	color: #888;
	display: block;
	margin-top: 8px;	
}

/* -----------------------------------------------------------------
   ショップに戻るボタンまわり
----------------------------------------------------------------- */
.header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopBtn{
  background: #ddd;
  color: #777;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
}
.shopBtn:hover{
  background: #ccc;
  color: #777;
}

/* -----------------------------------------------------------------
   商品についてのお問い合わせ
----------------------------------------------------------------- */

.contactItem{
	overflow :hidden;
	display: table;
	width: 100%;
	margin: 16px auto 24px;
}

.contactItemImg{
	display: table-cell;
	text-align: left;
	width: 20%;
}

.itemImg{
    border: solid 1px #ccc;
	max-width: 100%;
}

.contactItemName{
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
}

/* -----------------------------------------------------------------
   ポリシー
----------------------------------------------------------------- */

.policyTitle {
	font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
}

iframe.privacyPolicy{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	height: 140px;
	overflow: auto;
}

.agreeCheck{
    margin-right: 6px;
    vertical-align: middle;
}

.btnWrap {
    margin-top: 64px;
}

.btn{
	background: #333;
	color: #fff !important;
	text-decoration:  none;
	padding: 12px 32px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 17px;
	display: inline-block;
	margin: 0 auto;
}

.btn.disabled{
	background: #ddd;
	pointer-events: none;
}

.btn:hover{
	background: #666;	
}

.closeBtn{
	background: #ddd;
	color: #666 !important;
}

.closeBtn:hover{
	background: #d9d9d9;	
}

.messageText{
	text-align: center;
	font-size: 17px;
}

input{
    -webkit-appearance: button;

}