.fullscreen
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}
.spec
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: white;
}
#img
{
	display: none;
}
.frame
{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 30px auto 0px auto;
	width: 840px;
	height: 570px;
	padding: 10px 30px 20px 30px;
	border-radius: 20px;
	#border: 1px solid;
	background-color: transparent;
}
.title
{
	font-size: 1.5em;
	text-align: center;
	#vertical-align: middle;
	padding: 15px 0px 0px 0px;
	color: #303030;
	text-shadow: 1px 1px 0 #ccc;
	background: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f4f4));
	background: -moz-linear-gradient(top, white, #f4f4f4);
	border-bottom: 3px solid #d9d9d9;
}
.line
{
	margin-top: 10px;
}
.icon
{
	cursor: pointer;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	float: left;
}
.parts
{
	margin-left: 20px;
	float: left;
	width: 160px;
	height: 72px;
	border-radius: 8px;
	cursor: pointer;
}
.parts-name
{
	height: 24px;
	text-align: center;
	font-family: 'Changa One', sans-serif;
	#font-family: 'Allerta Stencil', sans-serif;
	font-size: 1.2em;
	color: #303030;
	background-color: #d9d9d9;
	border-bottom: 1px solid white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.score
{
	height: 43px;
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	font-family: 'Changa One', sans-serif;
	#font-family: 'Allerta Stencil', sans-serif;
	font-size: 2.2em;
	color: sienna;
	background-color: #f4f4f4;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.header-space
{
	margin-top: 30px;
}
.line-space
{
	margin-top: 15px;
	border-top: 1px solid black;
}
.br
{
	clear: left;
}
.parts-selected
{
	border: 1px solid red;
}
.parts-unselected
{
	border: 1px solid transparent;
}

#social-button
{
	width: 100%;
	text-align: right;
}
#social-button-tweet
{
	float: right;
	margin-top: 4px;
}
#social-button-fb
{
	float: right;
	margin-left:10px;
}


.dummy
{
	display: none;
}
