@charset "shift_jis";

/******************************************************************************/
/*調整用ソース*/
/*背景色を変えたいときの追加****************************/
/*外枠*/
body {
	/*background-color:#210B61;*/


}
/*内枠*/
#body {
	/*background-color:#210B61;*/
}
/*背景色を変えたいときの追加 end***********************/


/*臨時ガールズCP用　ガールズ以外は消してください*/
.card-left1,.card-right1 {
  height: 240px !important;
}

/*左右エリアの高さを調節
.card-left1,.card-right1 {
  height: 320px !important;
}*/
/*右エリア画像の位置を調節（pre2の時）*/
.card-right2 .card-img2 {
      bottom: 80px !important;
}
/*縦長画像はここで高さを調節
.card-img {
  max-height: 260px !important;
}*/

/*カードの高さ調節*/
.card {
  /*height: 300px;*/
}

/*追加ソース　*/

#main .col ol.odds_info li.odds_yosou {
      width: 185px !important;
}



/*girl用追加ソース　*/

.card-text_girl1 {
  text-align:left;
  padding:5px 10px 5px 20px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  margin:1em 0 -1em 0;
}

.girltitle{
font-size:1.4em;
font-weight:bold;
}

.card-text_girl2 {
  text-align:left;
  padding:10px 10px 5px 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid #eee;/*上ボーダーの有無*/
}

.people_girl1 {
  display: block;
  text-align: center;
  /*border-top: 1px solid #eee;*//*上ボーダーの有無*/
  padding: 3px;
  position: absolute;
  right: 0;
  top: 90px;
  /*left: 0;*/
}
.circle_girl1{
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;/* width,heightの半分 */
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    font-weight:bold;
    line-height: 40px;
    color:#FFFFFF;
    /*margin:-1px 5px -1px 5px;*/
    position: relative;
	top: 0px;
	left: 18px;
    z-index: 10;
  box-shadow: 0 2px 5px #ccc;
}

.people_girl2 {
  display: block;
  text-align: center;
  /*border-top: 1px solid #eee;*//*上ボーダーの有無*/
  padding: 10px 3px;
  position: absolute;
  right: 0;
  top: 165px;
  /*left: 0;*/
}
.circle_girl2{
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;/* width,heightの半分 */
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    font-weight:bold;
    line-height: 40px;
    color:#FFFFFF;
    /*margin:-1px 5px -1px 5px;*/
    position: relative;
	top: 0px;
	left: 18px;
    z-index: 10;
  box-shadow: 0 2px 5px #ccc;
}



/*調整用ソース　end*/
/******************************************************************************/

/*** pre1 ***/

.pre1 {
  display: flex;
  flex-wrap: wrap;
  margin:10px auto;
  justify-content: space-around;
}
.pre1 p {
    margin-top:-20px;
    padding:5px 20px;
}
.card1 {
  display: block;
  width: 90%;
  height:auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0 auto;
  margin-bottom:3em;
  /*height: 240px;
  max-height: 320px;*/
  position: relative;
}
.card-left1 {
  border-radius: 5px;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 320px;/*お札系の横長画像はここで高さを調節*/
  /*background-color: #f00;*/
}
.card-img1 {
  /*border-radius: 5px 5px 0 0;
  width: 240px;*/
  max-width: 320px;
  /*height:  100%;*/
  max-height: 260px;/*QUOカードの縦長画像はここで高さを調節*/
  margin:auto 0;*/
  vertical-align: middle;
}
.card-right1 {
  display: block;
  padding:0 auto;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 240px;/*QUOカードの縦長画像はここで高さを調節*/
  /*background-color: #f00;
  border: 1px solid #eee;*/
  position: absolute;
  top: 18px;
  right: 10px;
}
.card-content1 {
display: flex;
align-items: center;
margin: 0 auto;
justify-content: center;
width: 320px;
padding: 5px;
background-color: #f9f9f9;
height:4em;
max-height:5em;
/*position: absolute;
top: -320px;
top: 20px;
left: 50%;
margin-bottom:-270px;*/
}
.card-title1 {
  font-size: 18px;
  font-weight:bold;
  line-height: 1.5;
  margin: 2px 0;
  text-align: center;
  color: #333;
  letter-spacing: -0.6px;
}
.card-text1 {
display: block;
word-wrap: break-word;
  color: #777;
align-items: center;
justify-content: center;
padding:10px;
  text-align: center;
/*width: 320px;
height: auto;
position: absolute;
top: 42%;
left: 50%;*/
  font-size: 14px;
  line-height: 1.5;
}
.card-text_saga {
  display: block;
  padding:5px 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  border-top: 1px solid #eee;
}
.card-text_kaga {
  display: block;
  padding:5px 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
/*  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  border-top: 1px solid #eee;*/
}



.people1 {
  width: 320px;
  text-align: center;
  border-top: 1px solid #eee;
  padding: 10px;
  font-size:24px;
  font-weight:bold;
  /*position: absolute;
  bottom: 10px;*/
  left: 0;
}



.circle1{
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;/* width,heightの半分 */
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 80px;
    vertical-align: middle;
    color:#FFFFFF;
    margin:5px;
}

/*** pre1 ***/


.mei02 {
  font-weight:bold;
  background-color: #fff;
  border: 2px solid #58ACFA;
  border-radius: 4px;
  padding: 5px 5px 5px 15px;
  height:50px;
}