@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全体設定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*--テンプレートカラー----------------------------------*/

ul#area-globalmenu li a{
	background-color: #5D52F2;
}

div#area-contents h3{
	background-color: #5D52F2;
}

h4:before{
	color: #5D52F2;
}

h5:before{
	color: #5D52F2;
}

h6:before{
	color: #5D52F2;
}



/*---背景-----------------------------------------------*/

body{
	background-color: #FAFAFA;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

header{
	background-color:#F2F2F2;
	background: url(../../img/insta-160822-05.jpg) no-repeat left top;
background-size: cover;

	height: 200px;;
}



h2 a{
	font-size: 50px;
	color: #FA6008;
}

p#area_header_desc{
	
	FFFFFF
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━
  コンテンツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

div#area-contents h3{
	font-size: 14px;
}


