@charset "Shift_JIS";

/*汎用設定*/

*
{
	padding: 0px;
	margin: 0px;
}
body,table
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.ie body,table
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.gecko body,table
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.mac.safari body,table
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.5em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.mac.gecko body,table
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.5em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.mac.chrome body,table
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.5em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}

img
{
	border: none;
}

/*エリア指定*/

#xbox-wrapper
{
	width: 980px;
	margin: 0px auto;
}

#xbox-header
{
	width: 980px;
	height: 448px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}

#xbox-header .social
{
	position: absolute;
	top: 17px;
	left: 483px;
	width: 500px;
}

#xbox-header .text
{
	position: absolute;
	top: 184px;
	left: 576px;
	width: 404px;
}

#xbox-contents
{
	width: 980px;
	overflow: hidden;
	padding-bottom: 20px;
}
#xbox-contents #left-columun
{
	width: 660px;
	float: left;
	background: #6BB433;
}
#xbox-contents #left-columun #pickup-header
{
	width: 660px;
	height: 142px;
	background: url(../images/p_header.jpg) no-repeat;
	position: relative;
}
#xbox-contents #left-columun #pickup-header .text
{
	position: absolute;
	top: 69px;
	left: 20px;
	width: 463px;
	color: #fff;
}

#xbox-contents #left-columun .pickup-box
{
	width: 600px;
	margin: 0px auto  20px auto;
	background: url(../images/p_bg.jpg) no-repeat right top #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#xbox-contents #left-columun .pickup-box .pic
{
	float: left;
	width: 160px;
	margin-right: 10px;
}
#xbox-contents #left-columun .pickup-box .title
{
	color: #F90;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#xbox-contents #right-columun
{
	width: 300px;
	float: right;
}

.mb5px
{
	margin-bottom: 5px;
}

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

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