@charset "utf-8";
/*
Theme Name: yasutomasumoto
Description:
Version: 1.0
*/

@charset "utf-8";
@import url("css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");



/* =Basic structure
-------------------------------------------------------------- */

a {
	color: #ff00ff;
}
a:hover {
	color: #000;
	background-color: #ff00ff;
}
a:focus {
	outline: none;
}


body {
	font-size: 18px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	min-width: 860px;
	-webkit-text-size-adjust: 100%;
}


header {
	width: 860px;
	margin: 30px auto;
}

header h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 170px;
	line-height: 0.9;
	font-weight: bold;
}

article {
	width: 860px;
	margin: 0 auto;
	border-top:#000 solid 10px;
	border-bottom:#000 solid 10px;
}

.page article {
	margin: 50px auto;
}

section {
	width: 100%;
	padding: 30px 0;
	border-bottom:#000 solid 7px;
	font-family: 'Roboto Slab', serif;
}

section:last-child {
	border-bottom: none;
}

section h1{
	font-size: 34px;
	line-height: 1.4;
	font-weight: bold;
}

section ul{
	padding: 10px 0 0;
}

section ul li{
	display: inline-block;
	margin-right: 15px;
}

.page section strong{
	font-weight: bold;
}

.page section img {
	width: 100%;
}

footer {
	width: 860px;
	margin: 0 auto;
	text-align: center;
}

footer ul {
	display: block;
	padding-bottom: 20px;
}

footer li {
	display: inline-block;
	margin: 0 10px;
}

footer li a {
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	color: #000;
	font-size: 22px;
	line-height: 2.4;
	font-weight: bold;
}

