<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ���������������������������������������O���ւ̃����N�{�^������ */
/*�����{�݃T�C�g���ʃA�N�Z�X�̃����N�{�^������*/
/*�@http://www.will-hp.com/wpblog/web/157/�@*/
/* ����3�قڋ��ʁ@1������PC�݈̂قȂ遥�� */

/* �p�� */
.Radius5 {  
    border-radius: 5px;        /* CSS3���� */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 5px;   /* Firefox�p */  
}
/* �{�^������ */
.Button {
	overflow: hidden;
	width: 160px;	/*PC��160�Atab�ƃX�}�z��140*/
	height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:left;
	background: #efeef1;
	color: #00a0e9;
	font-size: 14px;
	line-height: 30px;
	text-decoration:none;
}
.Button a:hover {
	background: #cccccc;        /* �}�E�X�I�[�o�[�J���[ */  
}
#subheader-link1 a:before,
#subheader-link2 a:before {        /*������ */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;        /* CSS3���� */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 50%;   /* Firefox�p */  
	background: #fff;
}
#subheader-link1 a:after,
#subheader-link2 a:after {        /*�uafter�v�f�v�ŎO�p */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom �𓧖��� */ 	border-left: 5px solid #00a0e9;
}
#subheader-link1 a:hover:after,
#subheader-link2 a:hover:after {        /*�uafter�v�f�v�̃}�E�X�I�[�o�[�i�J���[�����킹��j */  
	border-left: 5px solid #3ab2e9;
}</pre></body></html>