@charset "utf-8";
#all_tex {
	clear: both;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#all_tex .tex {
	width: 170px;
	height: 250px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #D7E6F0;
}
#all_tex div.tex_photo {
	height: 150px;
	margin-bottom: 5px;
}

#all_tex p.tex_notice {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#all_tex p.tex_designer {
	font-size: 11px;
	line-height: 15px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#all_tex p.tex_maker {
	font-size: 12px;
	line-height: 15px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}


/*　ブラウザのボックス表示対策　*/
#all_tex {
    overflow: hidden;
}

#all_tex:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #all_tex {
    height: 1em;
    overflow: visible;
}
/**/
/*　ブラウザのボックス表示対策　ここまで　*/
