@charset "utf-8";
/* CSS Document */

/* Reset
------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, select, option, input address, pre, strong, em, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
navi, ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*◆画像の枠線を非表示*/
img {
	border: 0;
width: 100%;
	height: auto;
	line-height: 0;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}

main a:link, a:visited {
	color:#064380;
	text-decoration:  none;
}
main a:hover, a:active {
	color:#064380;
	text-decoration:underline;
}


 h1, h2, h3, h4, h5, p, li{
 text-align:left;
}


html, body{
	background: #ffffff;
	color: #000;
	font-family:'Noto Sans JP', "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", 'Open Sans', helvetica, arial, sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 letter-spacing: .04em;
	 box-sizing: border-box;
		line-height: inherit;
}

hr{
	border-top:#79496c 1px solid;
}


p {
	font-size:12pt;
	margin: 0;
	line-height: 1.7em;
	color: #000;
	text-align:left;
}

li, dt, dd {
	margin: 0;
	line-height: 1.7em;
	padding:0 0 0 0;
	color: #000;
	text-align:left;
}

p img {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
		text-align:left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
		text-align:left;
}

a:link, a:visited {
	text-decoration: none;
	color: #064583;
}

.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}

.pdb50{
	padding:0 1em 50px 1em;
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
.inner:after{content:"";display:block;clear:both;}
.clearfix:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.clearfix { /zoom: 1; } /* ie7以前 */
}


* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

main a:hover img,
main a:active img{
	filter:alpha(opacity= 70); /* IE */
	-moz-opacity:0.70; /* Firefox CSS3以前 */
	opacity:0.70; /* CSS3 */
}

main a[href$=".pdf"]{
    display: inline;
    background: url(../img/pdf.png) no-repeat right center;
	background-position:100% 2px;
	padding-right:18px;
}

main a[href$=".xls"], a[href$=".xlsx"] {
    background: url(../img/xls.png) no-repeat;
	background-position:100% -1px;
	padding-right:23px;
}

main a[href$=".doc"], a[href$=".docx"] {
    background: url(../img/word.png) no-repeat;
	background-position:100% -1px;
	padding-right:23px;
}

/*main a[target="_blank"]  {
    background: url(../img/link.png) no-repeat;
	background-position:100% -1px;
	padding-right:23px;
}
*/
