/*----------------------------------------------------------------------------*/
/* Mappi Porter ?X^C CSS									     */
/*----------------------------------------------------------------------------*/
/* CSS Document */


/* PC Layout wide */
@media only screen and (min-width: 1200px) {

}

	.ease a {
			transition: 0.4s ease-in-out;
			-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.4s ease-in-out;
			-o-transition: 0.4s ease-in-out;
	}
	.ease a:hover {
			transition: 0.4s ease-in-out;
			-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.4s ease-in-out;
			-o-transition: 0.4s ease-in-out;
	}

	/*  placeholder ------------------------*/

	/*Webkit*/
	::-webkit-input-placeholder {color: #AAA}
	 
	/*Firefox 19?~*/
	::-moz-placeholder  {color: #AAA}
	 
	/*Firefox 18?O*/
	:-moz-placeholder   {color: #AAA}
	 
	/*Windows IE*/
	:-ms-input-placeholder  {color: #AAA} 

	h1,h2,h3,h4,h5,h6{
		font-size:100%;
		font-weight:normal;
	}

	/*  Others ------------------------*/

	.goldc {
		color: #A4946C;		/* Gold01 */
	}
	.goldc02 {
		color: #B27C04;		/* Gold02 */
	}
	.price01 {
		color: #B27C04;		/* Gold02 */
		padding-left:5px;
		padding-right:5px;
	}
	.green {
		color: #75AD49;		/* M.Green */
	}
	.ored {
		font-size:11px;
		color: #C0392B;		/* O.Red */
	}
	.ored02 {
		color: #C0392B;		/* O.Red */
	}
	.tgray {
		font-size:11px;
		color: #AAA;		/* T.Gray */
	}

