@charset "UTF-8";

/*　Tシャツページ　*/



#tshirt-main{
    width:770px;
	float:right;
	background-color:#ffcccc;
	padding:0px 0px 0px 0px;
}



#tshirt-sub-1{
    width:740px;
	float:left;
	font-size:13px;
	background-color:#ffffff;
	padding:10px 0px 0px 10px;
	margin:0px 0px 10px 10px;
}

#tshirt-sub-2{
    width:730px;
	float:left;
	padding:10px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

#tshirt-sub-3{
    width:700px;
	float:left;
	border-bottom:dotted;
	border-bottom-color:#FF9999;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 10px;
}


#tshirt-sub-4{
    width:670px;
	float:left;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 10px;
}



#tshirt-sub-5{
    width:670px;
	float:left;
	padding:0px 10px 10px 10px;
	margin:0px 10px 0px 0px;
}


/*　テーブル　*/
.table-tshirt{
	margin:5px 0px 5px 0px;
	font-size: 10px;
	border-collapse: collapse;
	width:670px;
	}
	
	
.table-tshirt th{
	text-align: center;
	background-color:#CCCCCC;
	padding:1px 1px 1px 1px;
	border: 1px solid #666666;
	
	}

.table-tshirt tr,.table-tshirt td{
	text-align: center;
	padding:1px 1px 1px 1px;
	border: 1px solid #666666;
	
	}
