/*--------------------------------
	index.html sitetop　PC&スマホ用
----------------------------------*/

@media screen and (max-width: 768px) {/*外テーブルなし*/
#tx{		/* ヘッダ付近調整 */
padding-top:0px;
}}
@media screen and (min-width: 769px) {
#tx{		/* ヘッダ付近調整 */
padding-top:40px;
}}

/*-------- table --------*/

table#index{
max-width:480px;
min-width:320px;
margin:0 auto;
}

table#index td#set1{
width:80px;
height:80px;
background: url(image/jewel/gf/gf-c1a.gif) no-repeat;
}
table#index td#set2{
height:80px;
background: url(image/jewel/gf/gf-c1r.gif) no-repeat,url(image/jewel/gf/gf-u.gif) repeat-x;	
}
table#index td#set3{
width:80px;
height:80px;
background: url(image/jewel/gf/gf-c2.gif) no-repeat;
}
table#index td#set4{
width:80px;
background: url(image/jewel/gf/gf-c1un.gif) no-repeat,url(image/jewel/gf/gf-l.gif) repeat-y;
}
table#index td#set5{/*enter*/
text-align: center;
vertical-align: top;
}
table#index td#set6{
width:80px;
background: url(image/jewel/gf/gf-c4u.gif) bottom left no-repeat,url(image/jewel/gf/gf-r.gif) repeat-y;
}
table#index td#set7{
width:80px;
height:80px;
background: url(image/jewel/gf/gf-c3.gif) no-repeat;
}
table#index td#set8{
height:80px;
background: url(image/jewel/gf/gf-c4l.gif) right no-repeat,url(image/jewel/gf/gf-un.gif) repeat-x;
}
table#index td#set9{
width:80px;
height:80px;
background: url(image/jewel/gf/gf-c4a.gif) no-repeat;
}

/*---------------*/

.line-gif1{		/* line gif */
max-width:480px;
height:35px;
background: url(image/sephiroto-logo1-1.gif) repeat-x;
margin: 0 auto;

}

/*---- 誕生数 ------------*/


#y-ul{
max-width:480px;
mix-width:360px;
margin: 0 auto;
}

#y-ul ul{
margin: 0 auto;
padding-top:20px;
padding-left:40px;
}

#y-ul li{
float:left;
width:100px;
font-size:14px;
color:#cccccc;
text-align:center;
margin-bottom:20px;
}


