@charset "utf-8";
/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
input, textarea, select {
*font-size:100%
}
legend {
	color: #000
}
/* -----------------------------------MGN */
.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt45 {
	margin-top: 45px;
}
.mgt50 {
	margin-top: 50px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt70 {
	margin-top: 70px;
}
.mgt80 {
	margin-top: 80px;
}
.mgt90 {
	margin-top: 90px;
}
.mgt100 {
	margin-top: 100px;
}
.mgt120 {
	margin-top: 120px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr30 {
	margin-right: 30px;
}
.mgr40 {
	margin-right: 40px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl30 {
	margin-left: 30px;
}
.mgl40 {
	margin-left: 40px;
}
.mgb8 {
	margin-bottom: 8px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb25 {
	margin-bottom: 25px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb60 {
	margin-bottom: 60px;
}
.mgb70 {
	margin-bottom: 70px;
}
.mgb80 {
	margin-bottom: 80px;
}
.mgb90 {
	margin-bottom: 90px;
}
.mgb100 {
	margin-bottom: 100px;
}
.mgb120 {
	margin-bottom: 120px;
}
.mgb160 {
	margin-bottom: 160px;
}
/* -----------------------------------PDG */
.pdt30 {
	padding-top: 30px;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdb40 {
	padding-bottom: 40px;
}
/* -----------------------------------FLOAT */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
/* -----------------------------------opacity */
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
a:hover img.no_opacity {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body {
	background: url(../img/bg.jpg) repeat-x 0 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fffcf3;
	font-size: 15px;
	color: #000;
}
html, body {
	width: 100%;
}
.clear {
	clear: both;
}
/* Clearfix */
.clearfix, #header {
	height: 100%;
}
.clearfix:after, #header:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
a:link {
	color: #0c66d6;
	text-decoration: none;
}
a:visited {
	color: #0c66d6;
}
a:hover {
	text-decoration: none;
	color: #9f8a7c;
}
#wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
img {
	vertical-align: bottom;
}
/* -----------------------------------------------------------
	Header
----------------------------------------------------------- */
#header {
	width: 955px;
	padding-left: 45px;
	padding-top: 10px;
	height: 50px;
	position: relative;
	font-size: 15px;
	letter-spacing: -1px;
}
#header #h_logo {
	float: left;
	margin-right: 30px;
}
/* -----------------------------------------------------------
	main
----------------------------------------------------------- */

#main {
	width: 975px;
	height: 219px;
	padding-left: 25px;
	position: relative;
}
#main img {
	float: left;
}
#main .new {
	position: absolute;
	top:-40px;
	right:25px;
}
/* -----------------------------------------------------------
	Footer
----------------------------------------------------------- */
#footer {
	background-color: #facd30;
	color: #010101;
	margin: 0 auto;
	margin-top: 25px;
	width: 1000px;
}
#footer p {
	padding: 20px 0;
	text-align: center;
}
#footer p a:visited, a:link {
	color: #010101;
}
#footer p a:hover {
	text-decoration: underline;
}
.footer_wrap {
	background-color: #facd30;
}
/* -----------------------------------------------------------
	table
----------------------------------------------------------- */

table.rank {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	border: 3px solid #000;
	margin-top: 15px;
}
table.rank th, table.rank td {
	border: 1px solid #bfb8a1;
	text-align: center;
}
table.rank th {
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
	padding: 15px 0 10px;
	background-color: #fde045;
	width: 136px;
}
table.rank th span {
	font-weight: bold;
	font-size: 18px;
}
table.rank td span.price {
	font-size: 80%;
}
table.rank td strong {
	font-size: 110%;
	margin-right: 3px;
}
table.rank td {
	padding: 10px 6px;
	line-height: 1.2;
}
table.rank td img {
	margin-bottom: 7px;
}
table.rank .c_gray {
	background-color: #e6e6e6;
	font-size: 17px;
}
table.rank .c_ye {
	background-color: #fff5d6;
	border-right-color: #ff3d36;
	border-right-width: 5px;
	border-left-color: #ff3d36;
	border-left-width: 5px;
}
table.rank .c_yetop {
	border-right-color: #ff3d36;
	border-right-width: 5px;
	border-left-color: #ff3d36;
	border-left-width: 5px;
	border-top-color: #ff3d36;
	border-top-width: 5px;
}
table.rank .c_yebtm {
	border-right-color: #ff3d36;
	border-right-width: 5px;
	border-left-color: #ff3d36;
	border-left-width: 5px;
	border-bottom-color: #ff3d36;
	border-bottom-width: 5px;
	background-color: #fff5d6;
}
table.price {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #11090a;
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
}
table.price th, table.price td {
	border: 1px solid #11090a;
	text-align: center;
	padding: 20px 0;
}
table.price th {
	font-weight: bold;
	background-color: #fdd134;
	text-align: center;
	padding: 13px 0;
	font-size: 16px;
}
table.price th.l_price {
	width: 145px;
}
/* --------------------------------------
img
--------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* -----------------------------------------------------------
	LP
----------------------------------------------------------- */
#contents {
	float: right;
	width: 720px;
	margin-right: 25px;
}
.title_sapuri {
	background-color: #facd30;
	height: 42px;
	line-height: 42px;
	padding-left: 25px;
}
.title_sapuri img {
	vertical-align: middle;
}
#container {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.158824) 0px 4px 4px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.158824) 0px 4px 4px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.158824) 0px 4px 4px 0px;
	min-height: 1000px;
}
#container p {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	line-height: 1.65;
}
#container p.hira {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.65;
}
.box {
	width: 950px;
	margin: 0 auto;
}
.title_bd {
	border-bottom: 1px solid #623e04;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.title_uresuzi {
	margin-top: 30px;
	margin-bottom: 10px;
}
.ranking_box {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.title_rank {
	background: url(../img/title_bg.png) no-repeat left top;
	width: 600px;
	height: 73px;
	padding-top: 20px;
	padding-left: 120px;
	position: relative;
	margin-top: 20px;
}
.title_rank span.gold {
	position: absolute;
	left: 10px;
	top: -20px;
}
.title_rank span.silver {
	position: absolute;
	left: 10px;
	top: -10px;
}
.title_rank span.coin {
	position: absolute;
	left: 10px;
	top: 2px;
}
ul.check {
	background-color: #faf4e4;
	min-width: 360px;
	float: right;
	padding: 30px 15px 30px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
ul.check li {
	background: url(../img/icon_check.png) no-repeat left top;
	font-size: 21px;
	font-weight: bold;
	padding-left: 43px;
	margin-bottom: 8px;
	letter-spacing: -1px;
}
.left {
	float: left;
}
.rank_inner {
	border: 2px solid #fdd134;
	padding: 30px 25px 30px 20px;
	border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	margin-bottom: 35px;
	height: auto;
}
.rank_inner p {
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.rank_inner p span {
	background-color: #ffea00;
	color: #cc0a1f;
	font-weight: bold;
	padding: 2px 0;
}
.midashi {
	font-weight: bold;
}
.title_kuchikomi {
	background-color: #397ec5;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin-top: 10px;
}
.title_kuchikomi img {
	vertical-align: -13px;
}
ul.list_kuchikomi {
	background-color: #eaf4ff;
	border-bottom: 2px solid #fff;
	padding: 0 15px;
	overflow: auto;
	height: 120px;
}
ul.list_kuchikomi li {
	border-top: 2px solid #fff;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	padding: 15px 0;
	line-height: 1.5;
}
ul.list_kuchikomi li:first-child {
	border: none;
}
.sell_btm {
	text-align: center;
	position: relative;
	margin-top: 23px;
}
.pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
}
#side {
	width: 210px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

.side ul.con a {
	text-decoration: none;
	color: #000;
}
.side ul.con a:hover {
	text-decoration: underline;
	color: #967B5D;
}

.side_inner {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
}
ul.side_rank li {
	text-align: center;
	border-top: 1px solid #e3e3e3;
	padding-top: 15px;
	padding-bottom: 12px;
	font-size: 14px;
}
ul.side_rank li img {
	vertical-align: top;
	margin-bottom: 5px;
}
ul.side_rank li a {
	font-size: 16px;
	padding-top: 5px;
	letter-spacing: -1px;
	text-decoration: underline;
}
ul.side_rank li a:hover {
	text-decoration: none;
}
.title_gray {
	background-color: #e3e3e3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.side_btm {
	padding: 1px 10px 20px;
	letter-spacing: -1px;
}
.title_invest {
	margin-top: 15px;
	color: #000;
}
.title_invest:before {
	content: "■ ";
	color: #000;
}
