@charset 'UTF-8';
/*---------------------------------------------------------------------------------
blood
---------------------------------------------------------------------------------*/

.wrap_cnt {
  background: left top;
  -webkit-background-size: 300px auto;
  background-size: 300px auto;
  padding: 10px 0;
}

.wrap_cnt dl,
.wrap_cnt dt,
.wrap_cnt dd {
  margin: 0;
  padding: 0;
}

.index {
  background-image: url(../img/bg_top.jpg);
}

.girl {
  background-image: url(../img/bg_girl.jpg);
}

.boy.type_a {
  background-image: url(../img/bg_a.jpg);
}

.boy.type_b {
  background-image: url(../img/bg_b.jpg);
}

.boy.type_o {
  background-image: url(../img/bg_o.jpg);
}

.boy.type_ab {
  background-image: url(../img/bg_ab.jpg);
}

.wrap_cnt img {
  display: block;
  margin: 0 auto;
}

.catch {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}

.intro {
  background: rgba(255, 255, 255, .7);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 5px;
  width: 300px;
}

.intro p,
.compatibility p {
  font-size: 12px;
  text-align: justify;
}

.intro .catch {
  background: url(../img/arw_open_b.png) no-repeat 98% center;
  -webkit-background-size: 10px;
  background-size: 10px;
  font-size: 14px;
  padding: 0 5px;
}

.intro .catch + p,
.compatibility div {
  display: none;
}

.compatibility {
  background: rgba(191, 162, 204, .65);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 5px;
  width: 300px;
}

.compatibility .catch {
  background: url(../img/arw_open_b.png) no-repeat 98% center;
  -webkit-background-size: 10px;
  background-size: 10px;
  font-size: 14px;
  padding-right: 20px;
  text-align: center;
}

.compatibility .catch span {
  display: block;
  color: #8f62a7;
  font-size: 12px;
}

.type {
  margin: 0 auto 10px;
  overflow: hidden;
  width: 300px;
}

.type li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 5px;
  width: 50%;
}

.type li a {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}

img + .explain {
  font-size: 12px;
  margin: 5px auto;
  width: 300px;
  text-align: justify;
}

.wrap_cnt .shop_data {
  background: rgba(255, 255, 255, .7);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px;
  width: 300px;
}

.shop_data dt {
  background: url(../img/arw_open_b.png) no-repeat 98% center;
  -webkit-background-size: 13px auto;
  background-size: 13px auto;
  font-weight: bold;
  text-align: left;
}

.shop_data dd {
  display: none;
  padding: 5px 0 0;
}

.profile {
  background: url(../img/amity.jpg) no-repeat left top;
  -webkit-background-size: 100px;
  background-size: 100px;
  padding-left: 105px;
  font-size: 12px;
  text-align: justify;
}

.shop_data dd span {
  background: #ec7aac;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px;
}

.shop_data ul {
  line-height: 1.5;
  padding: 0 0 5px;
}

.shop_data li {
  font-size: 12px;
  padding-left: 17px;
  text-align: left;
}

.shop_data li:nth-of-type(1) {
  background: url(../img/icon_time.png) no-repeat left center;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.shop_data li:nth-of-type(2) {
  background: url(../img/icon_address.png) no-repeat left center;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.shop_data dd img {
  width: 100%;
}

.shop_data a {
  background-position: 10px center, 98% center, left;
  background-repeat: no-repeat;
  background-size: 30px 30px, 13px 20px, auto;
  -moz-background-size: 30px 30px, 13px 20px, auto;
  -webkit-background-size: 30px 30px, 13px 20px, auto;
  border: 2px solid #ec79ac;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  padding: 8px 10px 8px 45px;
  text-align: left;
  text-decoration: none;
}

.shop_data a + p {
  font-size: 12px;
  margin-bottom: 5px;
}

.shop_data .tel {
  background-image: url(../img/icon_tel.png), url(../img/icon_arrow_w.png), -moz-linear-gradient(top, #f3a4c7, #ec79ac);
  background-image: url(../img/icon_tel.png), url(../img/icon_arrow_w.png), -webkit-gradient(linear, left top, left bottom, from(#f3a4c7), to(#ec79ac));
}

.intro .close,
.compatibility .close,
.shop_data .close {
  background-image: url(../img/arw_close_b.png);
}

.detail {
  background: rgba(255, 255, 255, .8);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px;
  width: 300px;
}

.basic .catch {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.girl.type_o .basic .catch {
  letter-spacing: -.05em;
}

.basic strong,
.relation strong,
.knack strong {
  display: block;
  font-size: 14px;
  margin: 5px;
}

.basic p,
.relation p,
.knack p {
  font-size: 12px;
  text-align: justify;
  word-break: normal;
}

.relation {
  border-bottom: 2px solid;
  border-top: 2px solid;
  padding: 5px 0;
  margin: 5px 0;
}

.relation .title,
.knack .title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

.knack {
  border-bottom: 2px solid;
  padding: 0 0 5px;
}

.ranking {
  overflow: hidden;
  padding: 10px 0 0;
}

.ranking dl,
.ranking dt,
.ranking dd {
  margin: 0;
  padding: 0;
}

.ranking dl {
  font-size: 14px;
  margin-bottom: 5px;
}

.ranking dt {
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 5px;
}

.ranking dd {
  background: no-repeat left center;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  border-bottom: 1px dotted #000;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 0 0;
}

.ranking dd:nth-of-type(1) {
  background-image: url(../img/no1.png);
}

.ranking dd:nth-of-type(2) {
  background-image: url(../img/no2.png);
}

.ranking dd:nth-of-type(3) {
  background-image: url(../img/no3.png);
}

.ranking dd:nth-of-type(4) {
  background-image: url(../img/no4.png);
}

.ranking p {
  text-align: justify;
  word-break: break-all;
}

.explain strong,
.explain span {
  display: block;
  font-size: 16px;
  margin: 5px 0 0;
}

.explain span {
  border-radius: 30px;
  font-size: 12px;
  padding: 3px 0;
}

.handling {
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}

.handling .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 150px;
}

.detail .handling strong span {
  background: #fff;
  border: 1px solid #000;
  color: #333;
  display: block;
}

.handling p {
  font-size: 12px;
  text-align: justify;
}

.advice {
  border-top: 10px solid;
  margin: 5px 0 0;
  padding: 5px 0 0;
}

.advice .title {
  font-weight: bold;
}

.advice div {
  border-radius: 5px;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 5px;
  position: relative;
  text-align: justify;
  word-break: break-all;
}

.advice div strong {
  display: block;
  font-size: 16px;
  letter-spacing: -.05em;
  margin: 5px 0 10px 25px;
  text-align: left;
}

.advice div:before {
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: "同年代\A男子";
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  left: -15px;
  line-height: 1;
  margin-top: -12px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 10px;
  white-space: pre;
  width: 40px;
}

.advice .younger:before {
  content: "年下\A男子"
}

.advice .older:before {
  content: "年上\A男性"
}


.type_a .basic {
  border-color: #ed7a9b;
}

.type_a .relation,
.type_a .knack {
  border-color: #ed7a9b;
}

.type_a .relation strong,
.type_a .knack strong,
.type_a .basic strong,
.type_a .handling .explain strong,
.a {
  color: #ed7a9b;
}

.type_a .handling .title {
  background: #fdf2f5;
}

.type_a .explain span,
.type_a .advice strong {
  color: #e40073;
}

.type_a .explain span,
.type_a .advice div {
  background: rgba(237, 122, 155, .2);
}

.type_a .relation .title,
.type_a .knack .title,
.type_a .advice div:before {
  background-color: #ed7a9b;
}

.type_a .advice {
  border-color: #f9d3de;
}

.type_b .basic {
  border-color: #37bef0;
}

.type_b .relation,
.type_b .knack {
  border-color: #37bef0;
}

.type_b .relation strong,
.type_b .knack strong,
.type_b .basic strong,
.type_b .handling .explain strong,
.b {
  color: #37bef0;
}

.type_b .handling .title {
  background: #d9f3fc;
}

.type_b .explain span,
.type_b .advice strong {
  color: #007dc7;
}

.type_b .explain span,
.type_b .advice div {
  background: rgba(55, 190, 240, .5);
}

.type_b .relation .title,
.type_b .knack .title,
.type_b .advice div:before {
  background-color: #37bef0;
}

.type_b .advice {
  border-color: #86d7f5;
}

.type_o .basic {
  border-color: #ee7800;
}

.type_o .relation,
.type_o .knack {
  border-color: #ee7800;
}

.type_o .relation strong,
.type_o .knack strong,
.type_o .basic strong,
.type_o .handling .explain strong,
.o {
  color: #ee7800;
}

.type_o .handling .title {
  background: #faeadc;
}

.type_o .explain span,
.type_o .advice strong {
  color: #e1360c;
}

.type_o .explain span,
.type_o .advice div {
  background: rgba(238, 120, 0, .4);
}

.type_o .relation .title,
.type_o .knack .title,
.type_o .advice div:before {
  background-color: #ee7800;
}

.type_o .basic .catch {
  letter-spacing: -.03em;
}

.type_o .advice {
  border-color: #f4bc83;
}

.type_ab .basic {
  border-color: #0dae71;
}

.type_ab .relation,
.type_ab .knack {
  border-color: #0dae71;
}

.type_ab .relation strong,
.type_ab .knack strong,
.type_ab .basic strong,
.type_ab .handling .explain strong,
.ab {
  color: #0dae71;
}

.type_ab .handling .title {
  background: #ddf5ec;
}

.type_ab .explain span,
.type_ab .advice strong {
  color: #007940;
}

.type_ab .explain span,
.type_ab .advice div {
  background: rgba(13, 174, 113, .4);
}

.type_ab .relation .title,
.type_ab .knack .title,
.type_ab .advice div:before {
  background-color: #0dae71;
}

.type_ab .advice {
  border-color: #8bdabc;
}

.button {
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px #fff;
  -moz-box-shadow: inset 1px 1px 1px #fff;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  color: #f66;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto;
  padding: 5px 0;
  text-decoration: none;
  width: 300px;
}
