@charset "utf-8";
/* CSS Document */

/* 1 Header style setting*/
/* 2 Localnav style setting*/
/* 3 Contents style setting*/

/* 1 Header style setting*/

#header #titleMain{
	width:237px;
	position:absolute;
	top:122px;
	left:382px;
}


/* 2 Localnav style setting*/
#localNav .localTitles{
	 width:71px;
	 position:absolute;
	 top:70px;
	 left:86px;
	}
	
/* 3 Contents style setting*/

#contentsRighttop h2{
	font-size:1.8rem;
	text-align:center;
	margin-bottom:25px;
	}

#contentsRighttop .addInfo{
	display:block;
	width:640px;
	font-size:1.2rem;
	margin:0 auto;
	}
	
	
	
#contentsRighttop .addInfo h3{
	font-size:1.3rem;
	text-align:center;
	margin-bottom:25px;	
	}

#contentsRighttop .addInfo span#textcolor{
	color:#EF2327;
	}
	
.titleoption{
	margin-top:30px;
	}
#contentsRighttop table{
	width:640px;
	margin:40px auto;
	border-collapse:collapse;
	}

#contentsRighttop .title{
	font-size:1.6rem;
	padding-bottom:20px;
	}

#contentsRighttop .dogName,
#contentsRighttop .option{
	font-size:1.4rem;
	text-align:left;
	padding-top:15px;
	}

#contentsRighttop .prise{
	font-size:1.4rem;
	text-align:center;
	padding-top:17px
	}

#contentsRighttop .unbar{
	border-bottom:1px solid #c7c7c7;
	}

@media screen and (min-width:501px){
.btnposition{
	width:640px;
	}

.btn p.toTell{
	display:block;
	line-height:60px;
	margin:0px;
	}	
	
.btn{
	float:right;
	margin:15px 0 50px 0;
	}
.btn a{
	display:block;
	width:217px;
	height:60px;
	text-align:center;
	text-decoration:none;
	color:#37260D;
	font-size:1.2rem;
	background-image:url(../../img/common/btnbg.png);
	background-repeat:no-repeat;	
	}
}	

.btn a:hover{
	color:#5A870C;
	font-weight:bold;
	}
	

/*///////////////////////////メディアクエリ////////////////////////////*/
@media screen and (max-width:500px){
	/* 1 Header style setting*/
	#header #titleMain{
	width:30%;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
}
	
/* 3 Contents style setting*/

#contentsRighttop h2{
	font-size:18px;
	text-align:center;
	margin-bottom:25px;
	}

#contentsRighttop .addInfo{
	width:90%;
	font-size:14px;
	margin:10% auto;
	}

#contentsRighttop .addInfo h3{
	font-size:16px;	
	}

#contentsRighttop table{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
	}

#contentsRighttop .title{
	font-size:18px;
	padding-bottom:10px;
	}

#contentsRighttop .dogName,
#contentsRighttop .option{
	font-size:14px;
	}

#contentsRighttop .prise{
	font-size:16px;
	}

#contentsRighttop .unbar{
	border-bottom:1px solid #c7c7c7;
	}
/*btn*/
.btnposition{
	width:100%;
	margin:0 3% 10% 3%;
	}

p.toTell{
	display:block;
	line-height:60px;
	margin:0px;
	}

.btn{
	margin:15% 15%;
	}

.btn a{
	display:block;
	width:217px;
	height:60px;
	text-align:center;
	font-size:1.5rem;
	background-image:url(../../img/common/btnbg.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#37260D;
	}
}