/*****共通部*****/
html, body {
	height: 100%;
}

body {
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	margin:0;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

p {
	padding: 0 0 5px 0;
}

ul, ol, dl {
	padding: 0 0 10px 0;
}

li {
	padding: 0 0 10px 0;
}

table {
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color:#3c71a2;
}

a:hover {
	text-decoration: underline;
	color:#3c71a2;
}

em {
	color: #ff461c;
	font-weight: bold;
}


#border_box{
    margin: 0;	
    display: flex;
	border-width: 0px 1px 0px 1px;
    border-style: none solid;
	border-color: #969696;
}

#border_box .inner {
	width: 800px;
	display: flex;
    flex-direction: column;
    align-items: center;	
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
}


.border2 {
	display: flex;
	width: 760px;
    flex-direction: column;
    align-items: center;
    border: solid 1px #969696;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;

}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

hr {
  grid-column: span 2;
  width: 700px;
}


#page {
	position:relative;
	width:800px;
	margin: 0 auto;
	padding: 0 3px;
}

/*********中央部*********/
#body {
	width: 784px;
	margin: 0;
	padding: 0px;
}

/*********中央部　メイン*********/
#main {
	width: 784px;
	margin: 0;
	padding: 0;
}

.flexbox {
  line-height:0;
  display: flex;
  flex-direction: column;
}

.flexbox .box1 {
  margin: 0 auto;
}
.flexbox .box2 {
  margin: 20px auto;
}
.flexbox .box3 {
  margin: 20px 10px 20px auto;
}
.flexbox_left {
  display: flex;
  flex-direction: row;
}
.flexbox_left .box1 {
  margin: 0 0px 20px 0;
}
.flexbox_left .box2 {
  text-align: left;
  margin: 0 0px 20px 0;
}
/********* 次回予告 *********/
.txt-pink{
margin: 18px 0 0 0;
    font-size: 18px;
    color: #FF3388;
    font-weight: bold;
    text-align: center;
}

.txt-pink a{
    color: #FF0066;
}

/*プレゼントに応募する*/
.oubo {
	padding: 0 0 30px 0;
}

.present_btn{
    width:400px;
    height:60px;
    line-height:60px;

}
.present_btn a{
    text-shadow: #969696 1px 1px 0;
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background-image: linear-gradient(0deg, #eb6100 0%, #ffb37e 100%);
    text-align:center;
    border:5px solid #FFFFFF;
    color:#FFFFFF;
    font-size:32px;
    font-weight:bold;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
     	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	transition: background-color 1s;
}
.present_btn a:hover{
    text-shadow: #215695 1px 1px 0;
    background-image: linear-gradient(0deg, #ffb37e 0%, #fed8bd 100%);
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:5px solid #FFFFFF;
    box-shadow:none;
 	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	transition: background-color 1s;
}
/*会員登録がまだの方*/
.btn_member{
    width:400px;
    height:45px;
    line-height:45px;
	text-align: center;
}
.btn_member a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#c2aa71;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
    border-radius: 10px;
}
.btn_member a:hover{
    background:#dfca98;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}
/*その他のキャンペーン情報はこちら*/
.btn_other{
    width:350px;
    height:45px;
    line-height:45px;
	text-align: center;
}
.btn_other a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#eda212;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.btn_other a:hover{
    background:#f9cc76;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}
/********* 見出し *********/
.midash{
	width:700px;
    text-align: center;
	margin: 0 auto;
}

.midashiline {
border: #bcbcbc solid 1px;
    line-height:45px;
	text-align: left;
	width:680px;
	height:auto;
	background: #e1e1e1;
	color: #474747;
	font-weight: bold;
	font-size:20px;
	padding: 2px 10px;
}
.midashi_text{
	font-weight:bold;
	font-size:24px;
    line-height:3.0em;
	padding: 0 0 10px 20px;
}

.midashi_text_box{
	text-align: left;
	font-weight:bold;
	font-size:24px;
    line-height:1.5em;
	padding: 0 0 10px 20px;
}

.midashi_text_box_center{
    display: flex;
    flex-direction: row;
	text-align: center;
	margin: 0 auto;
	font-weight:bold;
	font-size:24px;
    line-height:10px;
	padding: 0px 0px 10px 20px;
}

.midashi_text_box_center .box{
	padding: 0px;
}


.box{
	width:690px;
}

/*予想　競輪*/
.btn_yosou_keirin{
    width:200px;
    height:80px;
    line-height: 80px;
	text-align: center;
}

.btn_yosou_keirin a {
  width:100%;
  height:100%;
  background-color: #ffffff;
  border: none;
  color: #133259;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:20px;
  cursor: pointer;
  position: relative;
  border:#133259 solid 1px;
  border-radius: 10px;
}
.btn_yosou_keirin a:hover {
    background:#ffffff;
    color:#5b8cc7;
}

.btn_yosou_keirin span.arrow {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.btn_yosou_keirin_text {
    line-height:1.3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*投票　競輪*/
.btn_tohyou_keirin{
    width:200px;
    height:80px;
    line-height: 80px;
	text-align: center;
}

.btn_tohyou_keirin a {
  width:100%;
  height:100%;
  background-color: #133259;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:20px;
  cursor: pointer;
  position: relative;
  border:#133259 solid 1px;
  border-radius: 10px;
}
.btn_tohyou_keirin a:hover {
    background:#5b8cc7;
    color:#FFFFFF;
}

.btn_tohyou_keirin span.arrow {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.btn_tohyou_keirin_text {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*OPコイン使用条件*/
.btn_op_coin_use1 {
    width:300px;
    height:45px;
    line-height:45px;
	text-align: center;
}

.btn_op_coin_use1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #5158F7;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 0px #DEDEDE;
}

.op_coin_use2{
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #133259;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
	line-height: 1.3em;
}
.btn_op_coin_use{
    border-radius:20px;
    width:250px;
    height:45px;
    line-height:45px;
	text-align: center;
}
.btn_op_coin_use a{
    border-radius:20px;
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#eda212;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}
.btn_op_coin_use a:hover{
    border-radius:20px;
    background:#f9cc76;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}


.op_coin_use_box {
    display: flex;
    border: 5px solid #133259;
    text-align: left;
    width: 480px;
    height: 100vh;
	padding: 0 0 0 10px;
    background: #ffffff;
    font-size: 18px;
	background-color:#ffffff;
}

.center-container {
  height: 200px;
  display: flex;
  align-items: center;

}

.center-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.center-container ul li{
	line-height: 1.3em;
	font-size:15px;
	list-style-type: none;
}


/*caution*/
.caution {
	margin: 0 auto;
	width:700px;
	list-style: none;
	line-height: 20px;	
}


.link_list {
	list-style: none;
	margin-left: 20px;
}

.link_list li {
	line-height: 20px;
	font-size:14px;
	padding: 0;
	background-image: none;
}



.contents_box {
	margin: 0 auto;
	width:700px;
	list-style: none;
	line-height: 20px;	
}
.contents{
	margin: 0 auto;
	width:670px;
	list-style: none;
	line-height: 20px;
}
.attentions {
    font-size: 12px;
    line-height: 1.4em;

}

.contents_box .col ul.caution {
	list-style: none;
	margin:0px 0px 0px 0px;
}

.contents_box .col ul.caution li {
	list-style: none;
	margin:0px 0px 0px 0px;
	line-height: 0.5em;
}

.contents_box .col ol.caution {
	list-style: decimal;
	width: 670px;
	margin:0 0 0 20px;
}

.v-width li {
	line-height: 1.1em;
}
