@charset "shift_jis";

#sho{width: 90%;
margin:2%;}

#main{
	width: 100%;
	table-layout:fixed;
	word-wrap: break-word;
	margin-bottom:50px;
	}

#reservation img{
	width:100%;	
	}

#mail img{
	width:100%;
	margin-bottom:5px;	
	}

/*##見出しバー##*/
#pull-down{
	margin-top: 10px;
	margin-bottom:0;
	/*height:30px;*/
	clear:both;
}

#pull-down table{
	width: 100%;
	}
	
#pull-down table td {
    width: 100%;
	background-color:#F6F6F6;
	text-align:center;
	font-weight:bold;
	padding:9px 0;
	position:relative;
	border:#DDD 1px solid;
	display:block;
}

#pull-down table td:after{
font-family: 'fontello';
content: "\e805"; /*(+)*/
position: absolute;
top: 6px;
left: 94%;
font-size: 18px;
z-index: 999;
}
	
#pull-down table.Noactive td:after{
font-family: 'fontello';
content: "\e803"; /*(+)*/
position: absolute;
top: 6px;
left: 94%;
font-size: 18px;
z-index: 999;
}

#pull-down .active td:after{
content: "\e805"; /*(-)*/
}

#detailimg {
	width:700px;
	margin:0 auto;
	}

#detailimg table p{
	margin:15px auto;
	font-size:100%!important;
	line-height:1.8em!important;
	text-align:center;
	display:block;
	}

/*##商品詳細ここから##*/

#spec table a:hover {
text-decoration: underline;
}

#spec table{	
	width: 100%;
	margin:0;
	border-collapse:collapse;
	font-size:90%;
	line-height: 150%;
	border-left: solid #DDD 1px;	
	border-right: solid #DDD 1px;
}

#spec table tbody,
#spec table tbody tr{
	width: 100%;
	display:inline-table;
}

#spec table tbody tr th {
	background-color:#F6F6F6;
	border-bottom: 1px solid #DDD;
	text-align:center;
	padding:2% 2%;
	border-right: 1px solid #DDD;
	width: 24%;
	font-weight:normal;
	}
	
#spec table tbody tr td {
	border-bottom: 1px solid #DDD;
	padding:2% 2%;
	width: 76%;
}

/*##試着コメントここから##*/

#fitting {
	width: 100%;
	margin:0;
	}
#fitting table {
	width: 100%;
	border-left: solid #DDD 1px;	
	border-right: solid #DDD 1px;
	border-bottom: solid #DDD 1px;
	border-collapse:collapse;
	line-height: 150%;
	font-size:90%;
	}
#fitting table tbody,
#fitting table tbody tr{
	width: 100%;
	display:inline-table;
}
#fitting table th {
	text-align:left;
	border-top: solid #DDD 1px;
	padding: 25px 2px 20px 58px;
	font-weight:bold;
	font-size:100%;
	line-height: 150%;
    width: 100%;
	background:url(http://titivate.jp/images/user_staff.gif) no-repeat 10px center;
}
#fitting table tr:first-child th:first-child{
	border-top:none;
	}
#fitting table td{
	padding:2% 2%;	
	border-top: solid #DDD 1px;
	}
.fitLeft {
	width: 24%;
	text-align:left;
	background-color:#F6F6F6;
	text-align:center;
}
.fitRight {
	width: 76%;
	border-left: solid #DDD 1px;
}

/*##注意文ここから##*/

#caution table a:hover {
text-decoration: underline;
}

#caution{
	width:100%;
	margin-bottom:30px;
	}
	
#caution table {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-collapse:collapse;	
}

#caution table td{
	padding:2% 1% 2% 2%;
	width: 100%;
	font-size:100%;
	}
	
#caution ul{
	padding:5px 4px 0px 20px;
	line-height: 130%;
	}
	
#caution li {
 list-style-type:disc;
 padding-bottom:4px;
}

.BtnL,.BtnR{
	display: block;
	width: 32%;
	text-align: center;
	background-color:#DDD;
	font-color: #000;
	padding: 8px 0;
	float:left;
	font-weight:bold;
	font-size:82%;
}

.BtnL{
	margin:5px 2px 5px 3px;
}

.BtnR{
	margin:5px 2px 5px 2px;
}

.clothimg{
	margin-top:3px;
	margin-bottom:5px;
	}
	
.style_mb{
	margin-bottom:20px;
	}
	

#productItemLink{
	position:absolute;
	right:0%;
	font-size:80%;
}

#productItemLink a:link{
	text-decoration:underline;
}

/***************▼スマホ大▼*****************/
@media screen and (max-width: 640px) {
#main,
#reservation img,
#pull-down table,
#mail img,
#pull-down table,
#fitting,
#fitting table th,
#fitting table tr,
#caution,
#caution table td{
	width:100%;
	}
/*##見出しバー##*/
#pull-down table td {
	background-color:#000;
	border:none;
	color:#fff;
	font-size:12px;
}

#pull-down table td:after,
#pull-down table.Noactive td:after{
top: 8px;
left: 92%;
font-size:14px;
}

#detailimg table p{
	width:86%;
	margin:15px auto;
	font-size:10px!important;
	line-height:2em!important;
	text-align:left!important;
	display:block;
	}
#detailimg table p br{
	display:none;
	}
#detailimg table a.style_link{
	width:100%;
	text-align:center!important;
	display:block;
	height:30px;
	margin:3px 0 7px;
	color:#000;
	text-decoration:underline;
	}
#detailimg table a.style_mb{
	margin-bottom:20px;
	}
#detailimg table a.style_mtb{
	margin-top:20px;
	margin-bottom:20px;
	}
#detailimg table br{
	display:none;
	height:0;
	}
	
	
/*##商品詳細ここから##*/
#spec{
	margin-top:10px;
	}
#spec table,
#fitting table{
	font-size:10px;
	width:94%;
	margin:auto auto;
	border:none;
	}
#caution table{
	font-size:10px;
	}
#spec table tbody tr th{
		display:block;
		width: 100%;
		border:none;
		text-align:center;
		background-color:#F6F6F6;
		padding:1% 2%;
}
#spec table tbody tr th :first-child{
	margin-top:10px;
}
#spec table tbody tr td{
		display:block;
		width: 100%;
		padding:3% 5%;
		border:none;	
	}
	
	
/*##試着コメントここから##*/

#fitting table th{
	/*background-color:#fffcf6;*/
	background-img:url(http://titivate.jp/images/user_staff_sp.gif);
	background-position:5px center;
	background-size:13% auto;
	-moz-background-size:13% auto;
	-webkit-background-size:13% auto;
	-o-background-size:13% auto;
	-ms-background-size:13% auto;
	display:block;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top: 1px solid #DDD;
		padding: 40px 2px 20px 58px;
		margin-top:10px;
	} 
#fitting table tr:first-child th:first-child{
		margin-top:0;
	} 
#fitting table td.fitLeft{
	display:block;
	width: 100%;
	text-align:center;
	height:auto !important;
	vertical-align:middle;
	border:none;
	background-color:#F6F6F6;
	padding:1%;
}

#fitting table td.fitRight {
	display:block;
	width: 100%;
	border:none;
		padding:3% 5%;	
}

.BtnL,.BtnR{
	width: 32%;
	font-size:8px;
}
.BtnL a,.BtnR a{
	color:#000;
}
.BtnL{
	margin:5px 0 5px 1%;
}
.BtnR{
	margin:5px 0 5px 1%;
}

#detailimg {
	width:100%;
	}
	
#productItemLink{
	position:absolute;
	right:5%;
	font-size:75%;
}

}



/***********************ここから古い商品用************************/


/*##スタッフ着用コメントここから##*/

#staff p {
margin-bottom: 20px;
}

#staff {
	width: 320px;
	margin-bottom: 30px;
}

#staff table {

	font-size:75%;
	width: 100%;
	border: 1px solid #DDD;
	border-collapse:collapse;
	margin-top: 0px;
	line-height: 160%;
	font-family: sans-serif;
}

#staff table th {
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	font-weight: normal;

}

#staff table td {
	padding: 10px;

	vertical-align: top;
	border-right: 1px solid #DDD;
}

/*##スタッフ着用コメントここまで##*/


.midashiTitle {
	font-size: 100%;
	color: #FFF;
	background-color: #282828;
	text-align: center;
	display: block;
	width: 100%;
	padding: 4px 0;
	margin: 0px 0px 10px;
	font-weight: bold;
}

.mb20 {
margin-bottom: 20px;
}


.smallText {
	font-size: 90%;
}


/*##商品詳細ここから##*/
#detailsArea320 {
	width: 100%;
	margin-bottom: 20px;
	font-size:95%;
}

#detailsArea320 table {
	table-layout:fixed;
	font-size:100%;
	width: 100%;
	border: 1px solid #DDD;
	border-collapse:collapse;
	margin-top: 0px;
	line-height: 160%;
	font-family: sans-serif;
	
}

#detailsArea320 table th {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	text-align: right;
	width: 25%;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #DDD;
	font-weight: normal;
}

#detailsArea320 table td {
	word-wrap: break-word;
	border-bottom: 1px solid #DDD;
	padding: 10px 5px 10px 10px;
	width: 74%;
}

/***************▼スマホ大▼*****************/
@media screen and (max-width: 640px) {
#detailsArea320 table,
#detailsArea320 table th,
#detailsArea320 table td{
	width:100%;
	font-size:12px;
	border:none;
	}
/*##見出しバー##*/
#detailsArea320 table th {
		display:block;
		width: 90%;
		margin:0 auto;
		border-right:none;
		text-align:center;
		background-color:#F6F6F6;
		padding:1% 2%;
}
#detailsArea320 table td {
		display:block;
		width: 100%;
		padding:5% 5%;
}	

}

/***********************ここまで古い商品用************************/