/* common {{{ */
.flexbox {
	display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flexbox.vtop {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}
.flexbox.vcenter {
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.flexbox.vbottom {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
}
.flexbox.jcenter {
	-ms-flex-pack:center;
    -webkit-justify-content: center;
    justify-content:center;
}
.flexbox.jend {
	-ms-flex-pack:flex-end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flexbox.start {
	-ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flexbox.stretch {
	align-items: stretch;
    -webkit-align-items: stretch;
	-ms-flex-align: stretch;
}

/* }}} */


a.lkwh:link{color:#fff; text-decoration:underline;}
a.lkwh:active{color:#fff; text-decoration:underline;}
a.lkwh:visited{color:#fff;text-decoration:underline;}
a.lkwh:hover{color:#fff;text-decoration:none;}
a.lkgryI:link{color:#505050; text-decoration:underline;}
a.lkgryI:active{color:#505050; text-decoration:underline;}
a.lkgryI:visited{color:#505050;text-decoration:underline;}
a.lkgryI:hover{color:#505050;text-decoration:none;}
a.lkbk:link{color:#000000; text-decoration:underline;}
a.lkbk:active{color:#000000; text-decoration:underline;}
a.lkbk:visited{color:#000000;text-decoration:underline;}
a.lkbk:hover{color:#000000;text-decoration:none;}
a.lkblueI:link{color:#039; text-decoration:underline;}
a.lkblueI:active{color:#039; text-decoration:underline;}
a.lkblueI:visited{color:#039;text-decoration:underline;}
a.lkblueI:hover{color:#039;text-decoration:none;}

.bgred{background-color:#ff0000;}
.bggryI{background-color:#cccccc;}
.bggryII{background-color:#e5e5e5;}
.bggryIII{background-color:#f0f0f0;}
.bgsheadgry{background-color:#383838;}
.bglbII{background-color:#298ebe;}
.bgdredI{background-color:#d60061;}

.wh{color:#fff;}
.bk{color:#000;}
.red{color:#ff0000;}
.dredII{color:#cc0000;}
.grn{color:#00dd00;}
.gryI{color:#505050;}
.bgwh{background-color:#fff;}
.bgbk{background-color:#000;}
.bgbkII{background-color:#202020;}

img{border:0px;}

.bld {font-weight: bold;}

/* blink {{{ */
.blinking {
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
/* }}} blink */

/* login btn */
div.loginbtn {
    margin: 0 auto;
}
div.loginbtn a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 1.4em;

    border: solid 1px #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #efefef 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%, #ffffff), color-stop(100%,#efefef)); /* webkit */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #efefef 100%); /* IE windows phone */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #efefef 100%); /* opera */
    background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #efefef 100%); /* css3 */
}


/* kakitani racecard */

table.kakitanibuild {
    border-collapse: collapse;
    border: 1px solid #000000;
    border-spacing: 0;
}
table.kakitanibuild th, table.kakitanibuild td {
    border: 1px solid #000000;
    font-size: 12px;
    padding: 3px;
}
table.kakitanibuild th {
    text-align: center;
}
td.right {
    text-align: right;
}
table.builder {
    border: none;
}
table.builder th {
    text-align: left;
    font-size: 12px;
}
table.builder td {
    font-size: 12px;
}
div.buildbet {
    border-style: double;
    border-width: 5px;
    border-color: #177bc6;
    padding: 5px;
    font-size: 12px;
    color: #000000;
}

.headerbold {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.headerread {
    color: #000000;
    font-size: 11px;
}
form.rakutenform {
    margin: 0;
}

/* authz_gw agree page */
.btn-phase {
	border: solid 1px #acacac;
	background-color: #e8e8e8;
	font-size: 13px;
	padding: 2px 10px;
	text-decoration: none;
	color: #000000;
	display: block;
}
.btn-phase:hover {
	background-color: #e6ffff;
}


/* header_common */
div.header-common {
    font-size: 1em;
	font-family:  "¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "Þâ¥´¥·¥Ã¥¯", YuGothic, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
/* btn {{{ */
div.header-common a {
	text-decoration: none;
}
div.header-common .btn {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 0.95em;
	line-height: 1;
	padding: 1em;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 0px 0px rgba(254,254,254,0.3) inset;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(254,254,254,0.3) inset;
	-o-box-shadow: 1px 1px 0px 0px rgba(254,254,254,0.3) inset;
	-ms-box-shadow: 1px 1px 0px 0px rgba(254,254,254,0.3) inset;
	box-shadow: 1px 1px 0px 0px rgba(254,254,254,0.3) inset;
}
div.header-common .btn.join {
	background-color: #0080FF;
	border: solid 1px #0036D9;
	color: #fff;
}
div.header-common .btn.payment {
	background-color: #FFDC56;
	border: solid 1px #D9BB5D;
	color: #333333;
}
div.header-common .btn.login,
div.header-common .btn.logout {
	color: #fff;
	background-color: #0EAC2E;
	border: solid 1px #00871A;
	padding: 1em 1.2em;
}
div.header-common .btn.search {
	color: #fff;
	background-color: #999999;
	border: solid 1px #666666;
	padding: 0.5em 1.5em;
	font-size: 0.875em;
}
div.header-common .btn.free-baken {
	color: #FFFF00;
	background-color: #00AE22;
	border: solid 1px #00880C;
	font-size: 0.9375em;
	font-weight: normal;
	padding: 0.75em 1.1em;
}
div.header-common .btn.orange {
	background-color: #ffa326;
	border: solid 1px #ca7400;
	color: #333;
}
div.header-common .btn.orange:hover {
	background-color: #ffb653;
}
div.header-common .btn.gray {
	color: #fff;
	background-color: #AAAAAA;
	border: solid 1px #888888;
	padding: 1em 1.2em;
}
div.header-common .btn.join:hover {
    background-color: #009cff;
    border: solid 1px #0054d9;
}
div.header-common .btn.payment:hover {
    background-color: #FFE67C;
    border: solid 1px #E5C46D;
}
div.header-common .btn.login:hover,
div.header-common .btn.logout:hover {
	background-color: #6ECA89;
	border: solid 1px #6ACB87;
}
div.header-common .btn.search:hover {
	background-color: #bbbbbb;
	border: solid 1px #999999;
}
div.header-common .btn.free-baken:hover {
	background-color: #6ECA89;
	border: solid 1px #6ACB87;
}
div.header-common .btn.gray:hover {
	background-color: #c7c7c7;
	border: solid 1px #9e9e9e;
}


.btn-invoice {
	display: block;
	background: #eee;
	border: solid 1px #000;
	font-weight: bold;
	margin: 0.5em auto 0;
	font-size: 0.8em;
	width: 80%;
	min-width: 5em;
	box-sizing: border-box;
	color: #ff4444;
	text-decoration: none;
}
/* }}} btn */

div.header-common .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.header-common ol,
div.header-common ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

div.header-common .bnr-wrap {
	width: 1000px;
	margin: 0 auto;
}
div.header-common .logo {
	position: relative;
	z-index: 100;
	width: 234px;
	margin-right: 10px;;
}
div.header-common .member-num, div.header-common .nickname {
	font-size: 0.7em;
	margin: 0 auto 4em 0;
	max-width: 18em;
	text-align: center;
	line-height: 1.4;
	width: 101px;
	word-break: break-all;
}
div.header-common .nickname {
	width: 13em;
}
div.header-common .nickname span {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.35em;
}
div.header-common .member-num span {
	font-size: 1.35em;
	color: #FF0000;
	font-weight: bold;
	padding: 0 0.5em;
}
div.header-common .btns {
	margin: 0 0 3.5em 0;
}
div.header-common .btns a {
	margin: 0 0.8em 0 0;
}
div.header-common .btns a:last-child {
	margin: 0;
}
div.header-common div.bnr {
	width: 711px;
	float: right;
	padding-top: 10px;
}
div.header-common div.bnr span {
	float: left;
}
div.header-common div.bnr ul {
	float: right;
}
div.header-common div.bnr ul li {
	display: inline-block;
}

div.header-common div.head-line-wrap {
	background-color: #D90000;
	width: 100%;
	min-width: 1000px;
	color: #fff;
	margin-top: -57px;
}
div.header-common div.head-line-wrap .head-line {
	width: 770px;
	padding-left: 230px;
	margin: 0 auto;
	height: 45px;
}
div.header-common div.head-line-wrap .head-line h1 {
	padding-left: 15px;
	font-size: 13px;
	margin: 0;
	font-weight: normal;
}
div.header-common div.head-line-wrap .head-line .right form {
	
}
div.header-common div.head-line-wrap .head-line .right select {
	width: 90px;
	height: 30px;
	border: solid 1px #cccccc;
	vertical-align: top;
}
div.header-common div.head-line-wrap .head-line .right input {
	margin: 0 0 0 3px;
}
div.header-common div.head-line-wrap .head-line .right input[type="text"] {
	width: 160px;
	height: 18px;
	padding: 5px;
	border: solid 1px #cccccc;
	vertical-align: top;
}

div.header-common div.nav-wrap {
	background-color: #eeeeee;
	width: 100%;
	min-width: 1000px;
	color: #000000;
	padding: 10px 0;
	margin-bottom: 30px;
}
div.header-common div.nav-wrap .nav-inner {
	width: 1000px;
	margin: 0 auto;
}
div.header-common div.nav-wrap .nav-inner ul.nav {
	font-size: 14px;
	font-weight: bold;
}
div.header-common div.nav-wrap .nav-inner ul.nav li {
	line-height: 25px;
	position: relative;
}
div.header-common div.nav-wrap .nav-inner ul.nav li:first-child {
	border-left: solid 1px #cccccc;
}
div.header-common div.nav-wrap .nav-inner ul.nav li:last-child {
	border-right: solid 1px #ffffff;
}
div.header-common div.nav-wrap .nav-inner ul.nav li a {
	display: block;
	padding: 0 10px;
	color: #000000;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #cccccc;
	text-decoration: underline;
}
div.header-common div.nav-wrap .nav-inner ul.nav li .new {
	position: absolute;
	display: block;
	left: 40%;
	top: 100%;
	line-height: 1;
	font-size: 0.9em;
	color: #ff0000;
}
div.header-common div.nav-wrap .nav-inner ul.nav li a:hover {
	color: #666666;
}

/* footer */
div.footer-common {
	margin-top: 40px;
	min-width: 1000px;
}
div.footer-common .att {
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
	width: 1000px;
	margin: 0 auto 60px;
}
div.footer-common div.footer-navi {
	background-color: #eeeeee;
	font-size: 13px;
}
div.footer-common div.footer-navi ul {
	max-width: 1000px;
	margin: 0 auto;
	display: table;
}
div.footer-common div.footer-navi ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

div.footer-common div.footer-navi ul li a {
	display: block;
	text-align: center;
	color: #333333;
	padding: 0 10px;
	border-right: solid 1px #333333;
	text-decoration:none;
}
div.footer-common div.footer-navi ul li:last-child a {
	border-right: none;
}

/* guide */
.user-guide-index {
	background: url('/newimg/user/cmn/bgguide.png') left top no-repeat #709b30;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 240px 2em 2em 2em;
}
.user-guide-index .contents {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.user-guide-index .contents .contents-inner {
	width: 100%;
	background-color: #cce4a9;
	box-sizing: border-box;
	padding: 1em;
	font-size: 0.9em;
}
.user-guide-index .contents h3 {
	margin: 0;
	padding: 0.5em;
	font-size: 1.5em;
	background-color: #000;
	color: #fff;
}
.user-guide-index .contents h4 {
	margin: 0 0 1em;
	border-left: solid 0.2em #000;
	padding-left: 0.5em;
	font-size: 1.1em;
}
.user-guide-index .contents h4 + p {
	margin-bottom: 2em;
	padding-left: 1em;
}
.user-guide-index .contents .contents-inner ul {
	margin: 0 0 2em;
}
.user-guide-index .contents .contents-inner ul,
.user-guide-index .contents .contents-inner ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
.user-guide-index .contents .contents-inner ul li {
	margin-bottom: 1em;
}
.user-guide-index .contents .contents-inner ul li:last-child {
	margin-bottom: 0;
}