@charset "UTF-8";

/*汎用設定*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url(../images/bg.jpg) repeat-x #D0042A 0 40px;
}
a:link
{
	text-decoration: none;
	color: #390;
}
a:visited
{
	text-decoration: none;
	color: #390;
}
a:hover
{
	text-decoration: underline;
	color: #F90;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}

/*エリア指定*/


#spheader
{
	width: 1000px;
	height: 540px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
}
.famitsu-logo a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 98px;
	height: 20px;
	top: 10px;
	left: 0px;
}
.social
{
	position: absolute;
	top: 10px;
	left: 600px;
	width: 480px;
}
.link-appstore a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 198px;
	height: 31px;
	top: 408px;
	left: 378px;
}
.link-googleplay a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 198px;
	height: 29px;
	top: 409px;
	left: 585px;
}
.link-pc a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 197px;
	height: 29px;
	top: 409px;
	left: 795px;
}


#wrap
{
	width: 1000px;
	margin: 0 auto;
}
#contents01
{
	width: 1000px;
	height: 475px;
	background: url(../images/contents01.jpg) no-repeat;
	position: relative;
}
#contents01 .text1
{
	position: absolute;
	top: 139px;
	left: 20px;
	width: 690px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#contents02
{
	width: 1000px;
	height: 803px;
	background: url(../images/contents02.jpg) no-repeat;
	position: relative;
}
#contents02 .text2
{
	position: absolute;
	top: 108px;
	left: 20px;
	width: 460px;
}
#contents02 .text3
{
	position: absolute;
	top: 108px;
	left: 520px;
	width: 460px;
}
#contents02 .text4
{
	position: absolute;
	top: 328px;
	left: 415px;
	width: 565px;
}
#contents02 .text5
{
	position: absolute;
	top: 687px;
	left: 40px;
	width: 470px;
	color: #fff;
}
#contents03
{
	width: 1000px;
	height: 635px;
	background: url(../images/contents03.jpg) no-repeat;
	position: relative;
}
#contents03 .text6
{
	position: absolute;
	top: 20px;
	left: 390px;
	width: 590px;
}
#contents03 .profile
{
	position: absolute;
	top: 68px;
	left: 188px;
	width: 182px;
	font-size: 10px;
	line-height: 1.5em;
}
.komidashi
{
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	border-left: 5px solid #C00;
	padding-left: 10px;
}

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

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;
}

.drop_down_menu.socialBtn.clearfix > li {
  float: left;
  margin-right: 10px;
}

.drop_down_menu.socialBtn.clearfix > li:last-child {
  margin-right: 0;
}

