

a {text-decoration:none;}

body,table {
	font-family: CI;
	font-size: 10pt;
	word-break: break-all;
}


p.header_img img:hover	{
		opacity:0.5;
		filter: alpha(opacity=50);
}

input[type="submit"].submit_vote	{
	border: 0px;
    width:80px;
    height:31px;
    background: url(../../image/vote_button.png) left top no-repeat;
	background-color: #C1C0BE;
	margin-bottom:10px;
}


input[type="submit"].submit_vote:hover	{
		opacity:0.5;
		filter: alpha(opacity=50);
}


/*********************************************/
/* max-width:640px */
/*********************************************/


@media screen and (max-width:640px)	{

#container_contribution	{
	width:98% !important;
}


#contribution_illust_cover	{
	width:100% !important;
}


table.nurie_cover	{
	width:100% !important;
}


table.nurie_cover td.tb_nurie_td	{
	width:320px !important;
	float:none !important;
}

table.nurie_cover td.tb_nurie_td table	{
	width:100% !important;
	float:none !important;
}


#contribution_illust_cover table.nurie	{
	float:none !important;
	width:100%;
}

table.nurie td.nurie_td img	{
width:90% !important;
}


}