
/* IMPORT CSS */
@import "../css/common.css";

#c01{
	font-size: 1.7rem;
}

.red{
	color: rgba(221,10,13,1.00);
}

#c01 article{
	text-align: center;
}

#c01 article p{
	padding: 10px 0 10px;
}

.txt-area,
.txt-area2,
textarea{
	font-size: 1.5rem;
}

.txt-area{
	width: 300px;
}

.txt-area2{
	width: 500px;
}

textarea{
	width: 500px;
}

#btn input{
	font-size: 1.6rem;
}

/*--------------------------- SMARTPHONE STYLES ---------------------------*/


/*========== 650px以下 ==========*/

@media ( max-width : 650px ) {
	
	.txt-area{
	width: 150px;
	}

	.txt-area2{
		width: 280px;
	}

	textarea{
		width: 280px;
	}

}
