﻿@charset "utf-8";

/**
 * お客様向けサイト共通定義(コラム)
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  Polaris, Inc.
 *
 */

 #section_list blockquote
{
	margin:0;
	padding: 2rem;
	background-color:#f7f9f9;
}
#section_list a
{
	color:#0092C4;
	text-decoration: none;
}
#section_list a:hover
{
	color:#0092C4;
	text-decoration: underline;
}
#section_list h2 a
{
	color:#fff;
	text-decoration: none;
}
#section_list h2 a:hover
{
	color:#fff;
	text-decoration: underline;
}
