@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width: 100%;
}
/* モバイルレイアウト : 767 px およびそれ以下. */
@media screen and (max-width: 767px) {
	#p_article {
		padding-top: 50px;
		max-width: 770px;
		margin: auto;
	}
	#p_information h1 {
		font-size: 30px;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	#p_information .image {
		width: 85%;
		margin: auto;
		margin-bottom: 50px;
	}
	#p_information h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#p_information .text {
		line-height: 2.35em;
		font-size: 13px;
		width: 320px;
    	margin: auto;
	}
	#p_information .box {
		margin-bottom: 150px;
	}
	#pd_caption {
		margin-bottom: 40px;
	}
	#pd_caption h2 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	#pd_caption .text {
		font-size: 13px;
	}
	#p_difference{
		margin-bottom: 250px;
	}
	#p_difference .pd_method {
		position: relative;
		margin-bottom: 150px;
	}
	#p_difference .pdm_ttl {
		margin: auto;
		max-width: 260px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding-top: 19px;
		padding-bottom: 15px;
		font-size: 14px;
		margin-bottom: 50px;
	}
	#p_difference .pdm_ttl h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#p_difference .pdm_ttl .text {
		line-height: 1.8em;
		font-size: 13px;
	}
	#pdm_maru{
		position: relative;
		height: 230px;
		width: 230px;
		border-radius: 50%;
		background: #ffdbc6;
		margin: auto;
	}
	#pdm_maru span{
		position: absolute;
		font-size: 20px;
		top: 60px;
		right: 33%;
	}
	#merit_oil{
		position: absolute;
		top: 100px;
		left: 5%;
		line-height: 1.8em;
	}
	#merit_urethane{
		position: absolute;
		top: 100px;
		left: 12%;
		line-height: 1.8em;
	}
	#marit_lacquer{
		position: absolute;
		top: 100px;
		left: 6%;
		line-height: 1.8em;
	}
	#pdm_attention{
		position: absolute;
		font-size: 50px;
		color: gray;
		bottom: -65px;
		left: 15%;
	}
	#pdm_oil{
		font-size: 12px;
		position: absolute;
		left: 32%;
		bottom: -60px;
	}
	#choose_xyl{
		max-width: 25%;
		position: absolute;
		top: 40px;
		left: 5%;
	}
	#choose_xyl a{
		position: absolute;
		color: #fff;
		font-size: 12px;
    	line-height: 1.5;
		left: 4%;
		top: 10px;
	}
	#pdm_urethane{
		font-size: 12px;
		position: absolute;
		left: 32%;
		bottom: -60px;
	}
	#pdm_lacquer{
		font-size: 12px;
		position: absolute;
		left: 32%;
		bottom: -50px;
	}
}



/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
	#p_article {
		padding-top: 50px;
		max-width: 770px;
		margin: auto;
	}
	#p_information h1 {
		font-size: 40px;
		margin-top: 60px;
		margin-bottom: 100px;
	}
	#p_information .image {
		width: 65%;
		margin: auto;
		margin-bottom: 50px;
	}
	#p_information h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	#p_information .text {
		line-height: 2.35em;
		font-size: 14px;
		width: 550px;
    	margin: auto;
	}
	#p_information .box {
		margin-bottom: 200px;
	}
	#pd_caption {
		margin-bottom: 70px;
	}
	#pd_caption h2 {
		font-size: 27px;
		margin-bottom: 35px;
	}
	#pd_caption .text {
		font-size: 15px;
	}
	#p_difference{
		margin-bottom: 250px;
	}
	#p_difference .pd_method {
		position: relative;
		margin-bottom: 150px;
	}
	#p_difference .pdm_ttl {
		margin: auto;
		max-width: 340px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding-top: 19px;
		padding-bottom: 15px;
		font-size: 14px;
		margin-bottom: 50px;
	}
	#p_difference .pdm_ttl h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#p_difference .pdm_ttl .text {
		line-height: 1.8em;
		font-size: 13px;
	}
	#pdm_maru{
		position: relative;
		height: 230px;
		width: 230px;
		border-radius: 50%;
		background: #ffdbc6;
		margin: auto;
	}
	#pdm_maru span{
		position: absolute;
		font-size: 20px;
		top: 60px;
		right: 33%;
	}
	#merit_oil{
		position: absolute;
		top: 100px;
		left: 5%;
		line-height: 1.8em;
	}
	#merit_urethane{
		position: absolute;
		top: 100px;
		left: 12%;
		line-height: 1.8em;
	}
	#marit_lacquer{
		position: absolute;
		top: 100px;
		left: 6%;
		line-height: 1.8em;
	}
	#pdm_attention{
		position: absolute;
		font-size: 50px;
		color: gray;
		bottom: -65px;
		left: 30%;
	}
	#pdm_oil{
		font-size: 12px;
		position: absolute;
		left: 40%;
		bottom: -60px;
	}
	#choose_xyl{
		max-width: 100%;
		position: absolute;
		top: 25px;
		left: 10%;
	}
	#choose_xyl a{
		position: absolute;
		color: #fff;
		font-size: 15px;
    	line-height: 1.5;
		left: 7%;
		top: 15px;
	}
	#pdm_urethane{
		font-size: 12px;
		position: absolute;
		left: 40%;
		bottom: -60px;
	}
	#pdm_lacquer{
		font-size: 12px;
		position: absolute;
		left: 40%;
		bottom: -50px;
	}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 768px) {
	#p_article {
		padding-top: 50px;
		max-width: 770px;
		margin: auto;
	}
	#p_information h1 {
		font-size: 40px;
		margin-top: 60px;
		margin-bottom: 100px;
	}
	#p_information .image {
		width: 65%;
		margin: auto;
		margin-bottom: 50px;
	}
	#p_information h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	#p_information .text {
		line-height: 2.35em;
		font-size: 14px;
		width: 550px;
    	margin: auto;
	}
	#p_information .box {
		margin-bottom: 200px;
	}
	#pd_caption {
		margin-bottom: 70px;
	}
	#pd_caption h2 {
		font-size: 27px;
		margin-bottom: 35px;
	}
	#pd_caption .text {
		font-size: 15px;
	}
	#p_difference{
		margin-bottom: 250px;
	}
	#p_difference .pd_method {
		position: relative;
		margin-bottom: 150px;
	}
	#p_difference .pdm_ttl {
		margin: auto;
		max-width: 340px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding-top: 19px;
		padding-bottom: 15px;
		font-size: 14px;
		margin-bottom: 50px;
	}
	#p_difference .pdm_ttl h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#p_difference .pdm_ttl .text {
		line-height: 1.8em;
		font-size: 13px;
	}
	#pdm_maru{
		position: relative;
		height: 230px;
		width: 230px;
		border-radius: 50%;
		background: #ffdbc6;
		margin: auto;
	}
	#pdm_maru span{
		position: absolute;
		font-size: 20px;
		top: 60px;
		right: 33%;
	}
	#merit_oil{
		position: absolute;
		top: 100px;
		left: 5%;
		line-height: 1.8em;
	}
	#merit_urethane{
		position: absolute;
		top: 100px;
		left: 12%;
		line-height: 1.8em;
	}
	#marit_lacquer{
		position: absolute;
		top: 100px;
		left: 6%;
		line-height: 1.8em;
	}
	#pdm_attention{
		position: absolute;
		font-size: 50px;
		color: gray;
		bottom: -65px;
		left: 30%;
	}
	#pdm_oil{
		font-size: 12px;
		position: absolute;
		left: 40%;
		bottom: -60px;
	}
	#choose_xyl{
		max-width: 100%;
		position: absolute;
		top: 25px;
		left: 10%;
	}
	#choose_xyl a{
		position: absolute;
		color: #fff;
		font-size: 15px;
    	line-height: 1.5;
		left: 7%;
		top: 15px;
	}
	#pdm_urethane{
		font-size: 12px;
		position: absolute;
		left: 40%;
		bottom: -60px;
	}
	#pdm_lacquer{
		font-size: 12px;
		position: absolute;
		left: 40%;
		bottom: -50px;
	}
	
}
