@charset "utf-8";
/* CSS Document */



/* --------------------------------------------------------------------------------
　  ベストセラー
-------------------------------------------------------------------------------- */

.best_pagettl{
	 border-bottom: 1px solid #ff4f03;
    color: #ff4f03;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    padding: 50px 0 6px 0;
    margin-bottom: 25px;
    font-weight: bold;
	}
	
.best_pagettl_en{
    color: #6f6f6f;
	font-size: 30px;
    font-weight: normal;
    padding-left: 10px;
	}
	
	
	



/* --------------------------------------------------------------------------------
　  お問い合わせ
-------------------------------------------------------------------------------- */
.contact_block{
	color:	#646464;
	}
	
.contact_block table{
	width:100%;
	margin:30px auto;
	border-collapse: collapse;
	border-top:2px solid #ddd ;
	border-bottom:2px solid #ddd ;
	}

.contact_block table tr{
	background:#f3f3f3;
	border-bottom:1px solid #ddd ;
	}
	
	
.contact_block table tr th{
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	padding:10px 20px;
	
	display: flex;
    justify-content: space-between;
	}
	

.contact_block table tr td{
	background: #FFF;

	text-align:left;
	padding: 20px 30px;
	}
	
.contact_block table tr td input:first-child{
	margin-bottom:10px;
	}
	
.contact_block .hissu{
	background:#696969;
	color:#fff;
	padding:5px 10px;
	font-size:9px;
	}

.contact_block .kakunin{
	font-size:9px;
	}

.submit_box{
	width:200px;
	margin:0 auto 50px auto;
	}


.contact_submit_btn{
	background:#000;
	color:#fff;
	width:200px;
	padding:10px 0;
	}



.contact_block p.text_i{
	text-indent: -1em;
    padding-left: 1em;
	}	








