@charset "utf-8";

/**
 *
 *  コンテンツ共通
 *
 */

/*--------------------------------------------------------------------------
   general style
---------------------------------------------------------------------------*/

/* xxx
-----------------------------------------------------------------*/

/* xxx */


/*--------------------------------------------------------------------------
   template
---------------------------------------------------------------------------*/

/* frame
-----------------------------------------------------------------*/


/* title
-----------------------------------------------------------------*/


/* list
-----------------------------------------------------------------*/


/* form
-----------------------------------------------------------------*/
input:focus,
textarea:focus,
select:focus{
	outline:none;
}

/* table */
table.form-tbl{
}

/* input */
input.input-base{
}

/* textarea */
textarea.textarea-base{
}


/*--------------------------------------------------------------------------
   common parts
---------------------------------------------------------------------------*/

/* xxx
-----------------------------------------------------------------*/


