/*
 Theme Name:   Pearl for Life
 Theme URI:
 Description:  Pearl for Life
 Author:
 Author URI:
 Version:      1.0.0
*/
@charset "utf-8";

/*-----------------------------------
テーマ用CSS設定　自由入力
-----------------------------------*/
a:hover{
	opacity :0.7;
	filter :alpha(opacity=70);
	-ms-filter :"alpha(opacity=70)";
}

header{
	display:flex;
	flex-wrap:wrap;
}
