




/*-------------------------------------------------------------
ここからパソコン
-------------------------------------------------------------*/


@media screen and (min-width:768px) {


.txt-red{
	color:#F00;
}

.txt-large{
	font-size:130%;
}







}


/*-------------------------------------------------------------
-------------------------------------------------------------
ここからスマホ
-------------------------------------------------------------
-------------------------------------------------------------*/



@media screen and (max-width:767px) {


.txt-red{
	color:#F00;
}

.txt-large{
	font-size:130%;
}


/*　送信ボタン調整　*/
#fb p.imgCenter {
	text-align: center;
}

#fb p.imgCenter img {
display: inline;
}

#fb .btn_w_50vw{
	width:50vw;
}

#fb .btn_w_30vw{
	width:30vw;
}




}






