@charset "UTF-8";
/*****FoulJOB index3.php内の「誕生日が近い女の子」表示*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body{
	font-size:10pt;
	color:#000000;
	background-color:#ffffff;
}

div {   
    zoom: 1;/*for IE 5.5-7*/  
}   
div:after {/*for modern browser*/  
    content: ".";   
    clear: both;   
    display: block;   
    line-height: 0;   
    height: 0;   
    visibility: hidden;   
}  



#wrap{
	width:500px;
	/*background:#ffdddd;*/
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;

}

h1{
	color:#ff0c95;
	font-size:18px;
	margin-bottom:4px;
	text-align:center;
	text-shadow: 1px 1px 3px #aaa;
}

.girl{
	width:100px;
	margin-left:5px;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
	border:1px solid #ccc;
	line-height:1.1em;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
	background-color:#eee;
	float:left;
}

p.name{
	margin:3px 0 0 0;
	color:#00b4ff;
	font-weight:bold;
	white-space: nowrap;
}

p.birth{
	color:#ed5cff;
	font-size:10px;
}

p.tenmei{
	font-size:12px;
	color:#444;
white-space: nowrap;
width: 100%;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

