@charset "UTF-8";

/*汎用設定*/

body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.mac.safari body,
.mac.gecko body,
.mac.chrome body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
body
{
	background: url(../images/bg.jpg) no-repeat top center #202020;
}

a:link
{
	text-decoration: none;
	color: #C00;
}
a:visited
{
	text-decoration: none;
	color: #C00;
}
a:hover
{
	text-decoration: underline;
	color: #F60;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}

/*エリア指定*/

#wrapper
{
	width: 1000px;
	margin: 0px auto;
}

#header
{
	background: url(../images/header.jpg) no-repeat;
	width: 1000px;
	height: 647px;
	position: relative;
}
.social
{
	position: absolute;
	top: 10px;
	left: 500px;
	width: 500px;
}
.text
{
	position: absolute;
	top: 187px;
	left: 30px;
	width: 490px;
	color: #333;
}
.famitsu-logo a
{
	position: absolute;
	top: 9px;
	left: 0px;
	width: 95px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.official a
{
	position: absolute;
	top: 610px;
	left: 455px;
	width: 545px;
	height: 37px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


#evolve-news-list-box
{
	border-right: 1px solid #fff;
	padding-right: 20px;
}

#evolve-copyright
{
	padding: 30px 0;
}


/* ニュースリスト用（ギルティギア参考） */


#newsList {
	padding: 0;
}
#newsList p{
	margin-bottom: 0.5em;
}

#newsList .itemBox {
	border-bottom: 1px dotted #CCCCCC;
	max-height: none;
	min-height: 5.5em;
	padding: 1em 0;
	height: auto;
	margin: 0;
	overflow: hidden;
}

#newsList .newsImg {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}

.textArea {
	margin: 0 0 0 110px;
}

.news-time {
	margin: 0 10px;
	color: #208620;
}

.itemBox .textArea .newsHead {
	color: #FFFFFF;
}

#newsList div.itemBox:last-child {
	border: none;
}

#footer ul#copy li {
	color: #000;
}

.news-time {
	color: #FC0;
}

.itemBox .textArea .newsHead {
	color: #FFFFFF;
}

#newsList div.itemBox:last-child {
	border: none;
}










/*フッター*/

#footer
{
	width: 1000px;
	margin: 0px auto;
}
#footer a:link
{
	text-decoration: none;
	color: #FC0;
}
#footer a:visited
{
	text-decoration: none;
	color: #FC0;
}
#footer a:hover
{
	text-decoration: underline;
	color: #FF0;
}

.copyright
{
	text-align: center;
}

.footer-area
{
	color: #fff;
	padding: 20px 0px;
	background: #333;
}

/*ソーシャルブックマークアイコン*/

ul.bookmark_button {
	list-style: none;
	clear: both;
}
ul.bookmark_button li {
	float: right;
}
ul.bookmark_button li.continue {
	padding-left: 10px;
}
ul.bookmark_button li.twitter {
}
ul.bookmark_button li.hatena {
	padding-left: 10px;
}
ul.bookmark_button li.facebook {
	padding-left: 10px;
}
ul.bookmark_button li.gplus {
	padding-left: 10px;
}
iframe.twitter-share-button {
width: 105px!important;
}
