@charset "utf-8";
/*------------------------------*/
/* 基本仕様 */
body {

	/* 複数同時設定 */
	background-image:url('/image/profile/top_bg_right.jpg'),url('/image/profile/top_bg_left.jpg');
	background-repeat: no-repeat,no-repeat;
	background-attachment: fixed,fixed;
	background-position: right bottom,left center;
	background-size:auto 40%,auto 80%;
	background-attachment: fixed,fixed;

}



/*------------------------------*/
/* ページ固有の設定
/*------------------------------*/
.profile_big_title {
	color:#009944;
	font-weight:bold;
	font-size:60px;
}


/*------------------------------*/
/* ▼タブレット▼ */
@media only screen and (max-width:767px) {

	.profile_big_title {
		font-size:50px;
	}

}

/*------------------------------*/
/* ▼スマホ▼ */
@media only screen and (max-width:550px) {

	.profile_big_title {
		font-size:30px;
	}

}
