@charset "utf-8";
/* -----------------------------------------------------
* index.htmlに適用させるCSS
* create: 2014/06/23 
* author: akasaka

*INDEX
* 1.mainブロック
----------------------------------------------------- */
 /* ----------------------------------------------------------------------------------------------------
 * ▼　1.mainブロック
 * --------------------------------------------------------------------------------------------------*/
  p.title{
	 position: absolute;
	 left: 10%;
	 top: 30%;
 }
 footer{
	 width: 100%;
	 margin: 40px 0;
	 position: absolute;
	 bottom:0;
	 right: 0;
	 color: #fff;
 }