@charset "utf-8";

/* Layout 
*****************************************/
body {
	color: #505050;
	width: 100%;
	padding: 0;
	background: #FFF;
	font-size: 14px;
	font-size: 88%;
	-webkit-text-size-adjust: none;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	line-height: 1.5;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

p {
	margin-bottom:1em;
}

.heading01 {
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:37px;
	font-size:142%;
}

.pcnone {
	display: none;
}

/*	link
*****************************************/
a {
	color:#007dff;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#00326E;
	text-decoration:underline;
}


/* mainContents 
*****************************************/
.mainContents {
	width:960px;
	margin:0 auto;
}

.mb60 {
	margin-bottom:50px;
}

.mb60 img {
	width:128px;
	height: 30px;
	padding: 15px 0 0 0;
}