@charset "utf-8";
/* CSS Document */
/* CSS Document */
#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 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 #pr_menu05_bottom {
 border: none;
 border-collapse:collapse;
 width: 100%;
 font-size: 12px;
 line-height: 120%;
 overflow-x:auto;
 border-left:1px solid #efefef;
 border-right:1px solid #efefef;
 border-bottom:1px solid #efefef;
}


#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;
	font-size: 12px;
	vertical-align: middle;
	}
#spec table tbody tr td {
	border-bottom: 1px solid #DDD;
	padding:2% 2%;
	width: 76%;
	font-size: 12px;
}
#spec table tbody tr td a {
	font-size: 12px;
}


/*#spec table th {
 border-bottom: 1px solid #efefef;
 text-align:left;
 width: 20%;
 padding: 5px 8px 5px 15px;
 border-right: 1px solid #efefef;
 font-weight: bold;
}*/

/*
#spec table td {
 border-bottom: 1px solid #efefef;
 padding: 8px 8px 8px 10px;
 width: 80%;
}
*/


#spec #pr_menu05_bottom tbody tr td{
 border-bottom:none;
 padding: 8px 8px 8px 10px;
 width: 80%;
}


/*.codeitem{
overflow-x:hidden;
}*/


.codeitem img {
	/* float: left;*/
	height: auto;
	width: 150px;
	background-image: url(http://image.rakuten.co.jp/titivate/cabinet/comingsoon.jpg);
	background-repeat: no-repeat;
}


#spec #pr_menu05_bottom tbody tr td div .m01{
	float:left;
	margin-bottom:4px;
	padding: 5px;
}

#spec #pr_menu05_bottom tbody tr td div .m01 a .itemName{
	text-align:center;
	margin-top: 5px;
}

#spec #pr_menu05_bottom tbody tr td .itemlink{
	width:200%;
}



/*##雑誌掲載ここから##*/
#media{
	margin:auto 3%;
}

#media img{
	width:150px;
	height:auto;
}
#media .mediaImg{
	float:left;
	margin-bottom:4px;
	padding: 5px;
}

#media .medialink{
	width:100%;
}



/*##試着コメントここから##*/

#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(https://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;
	font-size: 12px;
	vertical-align: middle;
	}
.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;
	font-size: 12px;
}
#caution li span {
	font-size: 12px;
}

.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;
	}
/***************▼スマホ大▼*****************/
@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%;*/
		/*margin:3% 1.6%;*/
		border:none;	
		line-height: 1.5em;
	}
#spec table tbody tr td span a img{
		width: 100%;
	}
/*##試着コメントここから##*/

#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%;
}


/*##着用アイテム##*/

#spec #pr_menu05_bottom {
 border: none;
 border-collapse:collapse;
 width: 100%;
 font-size: 12px;
 line-height: 120%;
 overflow-x:scroll;
 border-left:1px solid #efefef;
 border-right:1px solid #efefef;
 border-bottom:1px solid #efefef;
}

#spec #pr_menu05_bottom tbody tr td .itemlink{
	width:300%;
}

}