@charset "utf-8";
/* CSS Document */

/*
1.全体
2.ヘッダー
3.ナビゲーション
4.コンテンツ
5.サイド
6.フッター
*/


/*------------------------------------
1.全体
------------------------------------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td{ 
	margin: 0;
	padding: 0;
	font-size: 15px
}
input, textarea{
	margin: 0;
	font-size: 100%;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img{ 
	border: 0;
}
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
caption,th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after{
	content:'';
}
abbr,
acronym {
	border: 0;
}
u,
ins {
    text-decoration: underline;
}
samll{font-size: 14px}

a:link{color: #1D2087;text-decoration: underline}
a:visited{color: #1D2087;text-decoration: underline}
a:hover{color: #1D2087;text-decoration: none}
a:active{color: #1D2087;text-decoration: underline}

/*------------------------------------
2.ヘッダー
------------------------------------*/
/*------------------------------------
3.ナビゲーション
------------------------------------*/
/*------------------------------------
4.コンテンツ
------------------------------------*/
.inner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto
}
@media screen and (max-width:959px) {
	.inner{
		width: 98%;
		max-width: 98%;
		margin: 0 1%;
		position:relative
	}
}
/*------------------------------------
5.サイド
------------------------------------*/

/*------------------------------------
6.フッター
------------------------------------*/