/*
Theme Name: Twenty Seventeen child
Template:   twentyseventeen
Version: 1.1
Author: motounagiya
Author URI: https://vseomedia.com/
Text Domain:  twentyseventeen-child
??URL: https://wpdocs.osdn.jp/????
*/




/* ??????12:12 */
a{
color:#0000ff;
text-decoration:none;
}
a:hover{
color:#ff0000;
}


/**********************************************/
/* ???????? */
/**********************************************/
.thumbnail-origin-class {
	display: table;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
 	display: table-cell;
 	vertical-align: middle;
	width: auto;
	height: auto;
}

.home .entry-title,
.archive .entry-title {
	display: table-cell;
  	vertical-align: top;
	width: 75%;
	padding-left: 0.5em;
}

.site-title {
    font-size: 1rem;
    font-weight: 250;                   /* でかさ変更 */
    margin-bottom: 0.5rem;              /* 下の距離 */
}



