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

body {
	background: url(../img/pet/common/bg.jpg) repeat;
}

/*--------------------トップ--------------------*/

#contents {
	margin: 0;
	padding: 76px 0 80px;
	position: relative;
}

#contents .sideBtn {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 100px;
}

#contents .sideBtn a:hover {
	opacity: 0.7;
}

#contents .topArea {
	margin: 44px auto 3px;
	text-align: center;
}

#contents .topArea h2 {
	/*margin-bottom: 20px;*/
	margin-bottom: 36px;
}

#contents .topArea p {
	margin-bottom: 26px;
}

#contents ul.point {
	width: 1000px;
	margin: 0 auto 26px;
}

#contents ul.point li {
	float: left;
	margin-right: 9px;
}

#contents ul.point li:last-child {
	margin-right: 0;
}

#contents .menuArea {
	width: 1012px;
	margin: 0 auto 22px;
}

#contents .menuArea .news {
	width: 440px;
	margin-left: 6px;
	margin-bottom: 15px;
	overflow: hidden;
}

#contents .menuArea .news img {
	margin-bottom: 5px;
}

#contents .menuArea .news dl {
	height: 146px;
	background: #fff;
	border: 1px dotted #ff5e53;
	border-radius: 4px;
	font-size: 12px;
	padding: 10px 20px;
	overflow: scroll;
}

#contents .menuArea .news dt {
	width: 80px;
	float: left;
}

#contents .menuArea .news dd {
	width: 318px;
	margin-left: 80px;
}

#contents .menuArea .news dt,
#contents .menuArea .news dd {
	border-top: 1px dotted #ccc;
	padding: 4px 0;
	line-height: 1.4;
}

#contents .menuArea .news dt:first-of-type,
#contents .menuArea .news dd:first-of-type {
	border-top: 0;
}

#contents .menuArea .news dt:last-of-type,
#contents .menuArea .news dd:last-of-type {
	border-bottom: 1px dotted #ccc;
}

#contents .menuArea .news dd a {
	text-decoration: none;
}

#contents .menuArea .news dd a:hover {
	color: #ff5e53;
}

#contents .menuArea .slider {
	width: 434px;
	height: 158px;
	background: #fff;
	margin-left: 6px;
	border: 4px solid #d1c0a5;
	border-radius: 4px;
	text-align: center;
	position: relative;
}

#contents .menuArea .slider img.tit {
	margin: 15px 0 10px;
	padding: 0;
}

#contents .menuArea .slider ul.sliderImg {
	width: 350px;
	height: 84px;
	margin: 0 auto;
	padding: 0;
}

#contents .menuArea .slider ul.sliderImg img {
	margin: 0;
	padding: 0;
}

#contents .menuArea .bnrArea {
	width: 530px;
	float: left;
}

#contents .menuArea .bnrArea a:hover {
	opacity: 0.7;
}

#contents .menuArea .bnrArea img.bnr {
	margin-bottom: 8px;
}

#contents .menuArea .bnrArea img.bnr_s {
	margin-left: 4px;
}


/*--------------------petSamplePage--------------------*/

.petSamplePage .titleArea {
	margin: 58px auto 30px;
	text-align: center;
}

.petSamplePage .titleArea h2 {
	margin: 0 auto 10px;
	width: 600px;
	text-align: center;
}

.petSamplePage .titleArea h2 img {
	width: 100%;
}

.petSampleConWrap {
	width: 1010px;
	margin: 0 auto;
	background: url(../img/pet/petsample/box_side.png) repeat-y top;
	position: relative;
}

.petSampleConWrap:before {
	content: url(../img/pet/petsample/box_top.png);
	position: absolute;
	top: -13px;
}

.petSampleConWrap:after {
	content: url(../img/pet/petsample/box_bottom.png);
	position: absolute;
	bottom: -13px;
}

.petSampleCon {
	width: 902px;
	margin: 0 auto;
	padding: 40px 0;
}

.petSampleCon p {
	font-size: 14px;
	line-height: 1.6;
}

.petSampleCon .leadTxt {
	font-size: 14px;
	line-height: 1.6;
}

.petSampleCon .ttlBox {
	position: relative;
}

.petSampleCon .ttlBox h3 {
	font-size: 18px;
	background: #FE7E75;
	color: #FFF;
	padding: 12px 10px 10px 70px;
	margin: 40px 0 20px;
}

.petSampleCon .ttlBox h3 .step {
	color: #FFF;
	margin-right: 2em;
}

.petSampleCon .ttlBox .dogIcn {
	position: absolute;
	top: -15px;
	left: 5px;
}

.petSampleCon .foodTxtBox {
	border: 2px solid #ff5e53;
	border-radius: 5px;
	margin: 30px 15px 0 15px;
	padding: 12px 12px;
}

.petSampleCon .foodTxtBox h4 {
	display: inline-block;
	position: relative;
	width: 900px;
	height: 18px;
	margin: 0;
	padding: 0.1em 0 0 1.5em;
	cursor: pointer;
}

.petSampleCon .foodTxtBox h4::before,
.petSampleCon .foodTxtBox h4::after {
	display: block;
	content: '';
	background-color: #ff5e53;
	border-radius: 10px;
	position: absolute;
	width: 18px;
	height: 5px;
	top: 7px;
	left: 0;
}

.petSampleCon .foodTxtBox h4::before {
	width: 5px;
	height: 18px;
	top: 0;
	left: 7px;
}

.petSampleCon .foodTxtBox h4.active {
	display: inline-block;
	position: relative;
	width: 900px;
	height: 18px;
	margin: 0;
	padding: 0.1em 0 0 1.5em;
}

.petSampleCon .foodTxtBox h4.active::after {
	display: block;
	content: '';
	background-color: #ff5e53;
	border-radius: 10px;
	position: absolute;
	width: 18px;
	height: 5px;
	top: 7px;
	left: 0;
}

.petSampleCon .foodTxtBox h4.active::before {
	display: none;
}

.petSampleCon .foodTxtBox dl {
	display: none;
	margin-top: 20px;
}

.petSampleCon .foodTxtBox dl dt {
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 5px;
}

.petSampleCon .foodTxtBox dl dt .circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff5e53;
	margin-right: 5px;
}

.petSampleCon .foodTxtBox dl dd {
	font-size: 14px;
	line-height: 1.6;
}




.petSampleCon .agreeBox {
	background: #f0f0f0;
	padding: 25px 15px;
	margin: 40px 0 0;
}

.petSampleCon .agreeBox h4 {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.petSampleCon .agreeBox p {
	text-align: center;
}

.petSampleCon .agreeBox .agreeBoxInner {
	background: #FFF;
	padding: 25px 25px;
	margin: 10px 20px 0;
	overflow: scroll;
	height: 150px;
}

.petSampleCon .agreeBox .agreeBoxInner ul li {
	font-size: 12px;
	line-height: 2.0;
}


.petSampleCon.thanks {}

.petSampleCon.thanks p {
	font-size: 14px;
	line-height: 1.6;
}

.petSampleCon.thanks p.thanksTxt {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.petSampleCon.thanks .companyBox {
	margin: 10px 0;
}

.petSampleCon.thanks .companyBox table {
	margin-top: 5px;
}

.petSampleCon.thanks .companyBox table th,
.petSampleCon.thanks .companyBox table td {
	padding: 10px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
}

.petSampleCon.thanks .companyBox table th {
	width: 80px;
	background: #f0f0f0;
	text-align: center;
}

.link_a {
	text-decoration: underline;
}