

		.living_guide h2 {
			text-align: center;
			font-size: 130% !important;
			background: #e5e5e5;
			margin: 0 0 15px !important;
			padding: 5px;
		}

  		#contentsBlock .living_guide a {
			text-decoration: none!important;
		}

		
		.pdf_btn {
			display: block;
			width: 100%;
			max-width: 480px;
			margin: 10px auto 0;
			border-radius: 5px;
			overflow: hidden;
		}

			.pdf_btn a {
				background: #2470b3;
				color: #fff !important;
				padding: 10px;
				display: block;
				text-align: center;
				text-decoration: none!important;
				position: relative;
			}
			
			.pdf_btn a:after {
				content: '>';
				position: absolute;
				right: 10px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

		.living_guide_img {
			width: 100%;
			max-width: 320px;
			margin: 0 auto;
		}

		/*---------------------- responsive styles -----------------------*/
		@media screen and (max-width:480px) {
			.living_guide_img {
				margin: 20px auto;
				max-width: 180px;
			}

		}
