@charset "EUC-JP";
/* CSS Document */

/*----------------------------------------------------
　サイト全体の基本情報の設定
----------------------------------------------------*/

html {
	font-size: 62.5%; /* 10px */
}

body {
	font-size:10px; /* 16px × 0.625 = 10px */
	font-size:1.0rem; /* 16px × 0.625 = 10px */
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#FFF;
	margin:0;
}

em {
	font-style:normal;
	color:#F00;
}

.small {
	font-size:13px;
	font-size:1.3rem;
}

.entry-form {
	margin:40px 10px 0;
}

.entry-form a {
	color:#fe8fa8;
}

h2 {
	font-weight:600;
	border-left:4px solid #fea3b7;
	padding:0 10px;
}

p {
	margin:0;
}

p,li,dt,dd,td,th,address {
	font-size: 16px;
	font-size: 1.6rem;
}

#container {
	margin:0 0 40px;
}


/*----------------------------------------------------
　table
----------------------------------------------------*/
.entry-form table {
	margin:20px 0 10px;
    border-collapse:collapse;
    border-spacing:0;	
}

.entry-form table   { width: 100%; }
.entry-form table th,
.entry-form table td  {
	padding: 1em;
	border: 1px solid #ccc;
	background:#FFF
}
.entry-form table th  {
	background: #fff6fb;
	font-weight: normal;
}
 

.entry-form table th  { width: 30%; text-align: left; }

.entry-form table th em {
	display:block;
	width:40px;
	font-size:10px;
	font-size:1.0rem;
	line-height:1;
	text-align:center;
	background:#F00;
	color:#FFF;
	margin:4px 0 0;
	padding:2px 0;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   letter-spacing:0.1em;
}

.entry-form table td span {
	color:#888;
	font-size: 14px;
	font-size: 1.4rem;	
}

th.title {
	background:#e4e4e4;
}

/*未入力　アラート*/
em.alert {
	margin:0 0 5px;
	font-size:13px;
	font-size:1.3rem;
	display:block;
}

/*---------------------------------------------------
　form
----------------------------------------------------*/
.txt {
	width:80%;
	border: 1px #bbb solid;
	padding: 5px;
	background: #fdfdfd;
    -webkit-appearance: none; /* */
	margin:0;
	box-sizing:border-box;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
    vertical-align: middle;	
}

/* フォーカス */
.txt:focus {
    outline: 2px #777 solid;	
    /*outline: 2px #ff6a8b solid;*/
	background:#FFF;
}

select {
	padding: 5px;	
}

/* 本社情報 */
#company {
    display:none;
}

#company.open {
	display:block;
}

/* アラート */
.txt.alert,
select.alert {
	background:#ffefef;
}

em.alert {
	display:block;
}


/* 名前 パスワード */
.txt.name {
	width:50%;
}

/* 郵便番号 */
.txt.zip1 {
	width:50px;
    ime-mode: disabled;	/* IEのみ */
}

.txt.zip2 {
	width:60px;
    ime-mode: disabled;	/* IEのみ */
}

/* TEL */
.txt.tel {
	width:60px;
    ime-mode: disabled;	/* IEのみ */	
}

/* パスワード */
#password.txt {
	width:40%;
    ime-mode: disabled;	/* IEのみ */	
}

/* URL */
#url.txt {
    ime-mode: disabled;	/* IEのみ */		
}

/* 住所 */
.txt.add {
	width:98%;
}

/* 確認 */
.confirm {
	font-size: 14px;
	font-size: 1.4rem;
	padding:10px;
	color:#111;
	font-weight:500;	
}

/* 確認　未登録 */
.non {
	color:#888;
	letter-spacing:0.1em;
}

.txt:hover,
.txt:hover {
	border: 1px #888 solid;	
}

.radio {
	margin:0 0 0 5px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;	
}

.select-box {
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 2px;
	font-size: 14px;
	/*height: 40px;
	line-height: 40px;*/
	text-align: left;
	/*text-indent: 5px;*/
	vertical-align: middle;
}

textarea {
	height: 100px;
	width:100%;
}

.form-submit {
	text-align:center;
}

button.submit,
input.submit,
a.submit {
	width:50%;	
	clear: both;
	border: none;
	margin: 20px auto 0;
	background: #ff0000;
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: 500;
	color: #FFF;
	letter-spacing:0.1em;
	/* CSS3 
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease;*/
	padding:15px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
}

a.submit {
	display:block;
	text-decoration:none;	
}

input.submit.next {
	background:#777;
}

input.submit.login {
	background:#ff6f8f;
}


input.submit.back,
a.submit.back {
	background:#777;
	font-size: 16px;
	font-size: 1.6rem;	
	font-weight: normal;
	margin-top:20px;
	padding:5px 0;	
}

input.btn-edit {
	border: 1px solid #ccc;
	background: #f4f4f4;
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 0 0 10px;
}


.search input.btn-edit {
	padding:5px 40px;
}

input.cart-name-change {
	border: 1px solid #ccc;
	background: #f4f4f4;
	font-size: 14px;
	font-size: 1.4rem;
	margin:5px 0 0;
}


button.submit:hover,
input.submit:hover {
	background: #FF5B57;
}

button.submit.next:hover,
input.submit.next:hover,
button.submit.back:hover,
input.submit.back:hover,
a.submit.back:hover {
	background:#999;
}

input.submit.login:hover {
	background: #ff8ea7;
}

.submit .fa {
	font-size:24px;
	font-size:2.4rem;
	margin:0 5px 0 0;
}

span.customSelect {
	background-color: #fff;
	color:#474747;
	padding:0 30px 0 15px;
	border:2px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.customSelect.changed {
	/*background-color: #f0dea4;*/
}
.customSelectInner {
	/*background:url(../img/customSelect-arrow.gif) no-repeat;
	background-position:right 3px center;*/
}

.btn.submit {
	text-align:center;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
	margin:0 10px 0 0;
}


label {
	margin:0 10px 0 0;
}

/* マイページ：購入履歴 */
#search-area {
	font-size:16px;
	font-size:1.6rem;
}

.invisible {
	display: none !important;
}

/*---------------------------------------------------
　PARIS KID'S　仮登録完了ページ
----------------------------------------------------*/
.entry-form.comp > p {
	margin:0 0 40px;
}

.information {
	padding:20px 10px;
	border-top:1px solid #fea3b7;
	border-bottom:1px solid #fea3b7;
	margin:40px 0;	
}

.information h3 {
	margin:0 0 10px;
	font-size:16px;
	font-size:1.6rem;
}

.information p {
	font-size:14px;
	font-size:1.4rem;
}

.information ul {
	margin:0;
}

/*---------------------------------------------------
　placeholder
----------------------------------------------------*/
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
    vertical-align: middle;	
}
input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
    vertical-align: middle;		
}
input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
    vertical-align: middle;		
}


/* EOF */