@charset "utf-8";


/* ポケットファームどきどき */

.poket .img_text a{
	color: #05729a;
}


.doki{
	display: flex;
	margin: 50px 100px 80px;
}

.doki > .doki01 > a{
	display: block;
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.doki > .doki02 > a{
	display: block;
	width: 98%;
    text-align:center;
	border: 1px solid #ccc;
	border-radius: 2px;
}


.doki h4 ,
.doki p {
	text-align: center;
}
.doki01{
	margin-right: 30px;
}

.doki02{
	margin-left: 30px;
}

.doki02 p img{
	display: inline-block;
	margin-right: 5px;
}

.doki02 p b{
	font-weight: normal;
	margin-left: 35px;
}

.doki p a span{
	font-weight: bold;
	font-size:22px;
}

.poket h2{
	text-align: center;
}

.kakko {
	text-align: center;
	margin: 0 auto;
	background-image: url("../poket/syunkan.img/kakko.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: 65%;
}

.kakko table{
	margin: -20px auto 0;
}

.kakko td{
	text-align: right;
}

span.aida{
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .poket .img_text p{
	font-size:12px;
	 text-align:center;
}
	
  .doki{
	width: 80%;
	margin: 50px auto;
	display: block;
}  
	
   .doki h4{
	margin-top: 10px;
}
	
.doki01{
	margin-right: 0px;
	margin-bottom: 50px;
}

.doki02{
	margin-left: 0px;
}
	
  .poket h2{
	text-align: center;
	font-size:15px;
}
	
.kakko {
	background-size: 100%;
	background-position: 90%;
}
	
.kakko b{
	margin-left: 115px;
}
}

