@charset "UTF-8";

/*----------------------------- 
ユニバーサルセレクタ 
-----------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body
{
/*	font-size: 100%; */
	line-height: 1.6;
	color: #000000; 
	font-family: "MS P Gothic","ＭＳ Ｐゴシック",Osaka,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

img
{
	border: none;
	margin: 0;
}

a
{
	color: #063;
}

/*----------------------------- 
	レイアウト
-----------------------------*/
.clr
{
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clear
{
	clear: both;
	display: block;
}

.a-center
{
	text-align: center;
}

.a-lefrt
{
	text-align: left;
}

.a-right
{
	text-align: right;
}

.f14{
	font-size:16px;
}

/*----------------------------- 
アイコン 
-----------------------------*/
.ic-arrow
{
	background: url(../../images/2016/base/arrow01.gif) left center no-repeat;
	padding-left: 15px;
}

#toplink
{
	width:100%;
	background-color:#3fb2e1;
	color:#fff;
	text-align:center;
	font-size:40px;
	padding-top 10px;
	padding-bottom 10px;
	display:none;
}

#toplink a
{
	color:#fff;
	text-decoration: none;

}

#dialog-confirm {
	display: none;
}