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

/*全体に関わるスタイル*/

.wrapper{
	width: 960px;
	padding: 3em 0;
	margin: 0 auto;
}

a{
	color: #000;
	text-decoration: none;
}

/*ヘッダ画像はセンター揃え*/

header{
	text-align: center;
}

.logo{
	margin-bottom: 1.5em;
}
h1{
	font-size: 2em;
	margin-bottom: 1.5em;
}

/*メインコンテンツのスタイル*/

h2{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.new_site{
	background-color: #ffff9e;
	font-size: 1.3em;
	text-align: center;
	padding: 0.5em;
	margin: 0 5em;
	border-radius: 10px;
}

.new_site a{
	border-bottom: none;
}

main{
	line-height: 1.7;
	margin-bottom: 1.5em;
}

a{
	border-bottom: solid 1px #f00;
}

section{
	margin-bottom: 2em;
}

ul{
	margin: 1em 0;
}

li{
	margin-left: 3em;
}


.signature{
	line-height: 1.2;
	text-align:right;
}

.signature a{
	border-bottom: none;
}

/*SNSのロゴとリンク*/

.sns ul{
	list-style-type: none;
	overflow: hidden;
	margin-left: auto;
}

.sns li{
	float: right;
	margin-left: 10px;
}