﻿/*
Theme Name: twentysixteen_mm
Template: twentysixteen
*/

@import url('../twentysixteen/style.css');


body {
	font-family: "Sawarabi Mincho";
}



.site-header {
    padding-top: 0rem;      /* サイトタイトルの上が広すぎるので */
    padding-bottom: 0rem;   /* サイトタイトルの下が広すぎるので */
}




/***** リンク下線非表示 *****/

a:link {
box-shadow: none;
}
a:visited {
box-shadow: none;
}
a:hover {
box-shadow: none;
}


/***** ↓ topへ
http://takayakondo.com/page-top-link/ ↓ *****/

.page_top {
position:fixed;
bottom:20px;
right:20px;
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color:#fff;
font-size:20px;
text-decoration:none;
background:#2EA2CC;
border: 3px solid #ffffff;
text-align: center;
line-height: 50px;
}

/*
https://unofficialtokyo.com/2016/01/twenty-sixteen-customization/#i-5
*/

.widget {
    border-style: none;         /* お葬式みたいな仕切り線を消す。*/
    font-size: 1rem;            /* ウィジェット内のフォントが小さ過ぎ */
    margin-bottom: 0.5rem;      /* ウィジェットどおしの間隔が広過ぎ */
}

/*
フォント変更候補
Sawarabi Mincho
Sawarabi Gothic
Noto Sans Japanese
*/
