@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	join
	
	index.css
	
================================================ */
body {
	background: url(../../images/common/back_midosuji.jpg) top center no-repeat fixed;
}


/*	line
================================================ */
div.line {
	margin-bottom: 45px;
}

/* left */
div.line div.left {
	float: left;
	width: 350px;
	padding-left: 10px;
}

div.line div.left p {
	margin-bottom: 10px;
	line-height: 1.4;
	color: #505050;
}

div#container div.line div.left p.touroku {
	color: #ED6D00;
	font-weight: bold;
}

div.line div.left p.left {
	width: 210px;
}

div.line div.left table tr td {
	vertical-align: top;
}

/* right */
div.line div.right {
	float: right;
	width: 370px;
	padding-right: 10px;
}


/*	tshirts
================================================ */
div.tshirts {
	clear: both;
	padding-left: 10px;
}

div.tshirts h3 {
	margin-bottom: 20px;
}

div.tshirts h4 {
	margin-bottom: 18px;
}


/*	title_area
================================================ */
div.tshirts div.title_area {
	margin-bottom: 8px;
}

div.tshirts div.title_area h5 {
	float: left;
	width: 137px;
}

div.tshirts div.title_area p.price {
	float: left;
	width: 105px;
	padding-top: 17px;
}

div.tshirts div.title_area p.size {
	float: left;
	width: 168px;
	padding-top: 17px;
}

div.tshirts div.title_area ul {
	float: right;
	width: 330px;
	padding-top: 5px;
}

html>/**/body div.tshirts div.title_area ul {	/* ie7以外のモダンブラウザに適用 */
	padding-top: 0;
}


div.tshirts div.title_area ul li {
	margin-bottom: 3px;
	font-size: 62%;
	color: #505050;
}

html>/**/body div.tshirts div.title_area ul li {  /* ie7以外のモダンブラウザに適用 */
	font-size: 68%;
}


/* tshirts_img */
div.tshirts ul.tshirts_img {
	clear: both;
	height: 147px;
	margin-bottom: 42px;
}

div.tshirts ul.tshirts_img li {
	float: left;
	width: 180px;
	margin-right: 8px;
}

div.tshirts ul.tshirts_img li.last {
	margin-right: 0;
}


/* btn_buy_tshirts */
div.tshirts p.btn_buy_tshirts {
	padding-top: 20px;
	text-align: center;
}


/* new-t */
div#new-t {
	margin:20px 0 42px 0;
}