/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */


	
		header {
			width: 100%; /* 720px / 768px */
		}

		#maincontent{
			width: 100%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 100%; /* 720px / 768px */
		}
		

		
		footer {
			width: 93.75%; /* 720px / 768px */
		}
		
		.header__phone {
			padding: 6px 0 0 0;
			background: none;
			font-size: 16px;
		}
		
		.sitename p {
			font-size: 1em;
			line-height: 1.2;
		}
		.sitename b {
			font-size: 1.2em;
			line-height: 1.2;
		}
	.product-about iframe {display:block; width:100%; height: 300px; margin:0 auto;}	
