/*
 Theme Name: Twenty Sixteen Child
 Theme URI: https://skat-kagoshima.com/wp/wp-content/themes/twentysixteen_child/
 Description: Twenty Sifteen Child Theme
 Author: Mdn
 Author URI: https://skat-kagoshima.com
 Template: twentysixteen
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

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

body {
    background: none;
}
.site{
    margin: 0;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    display: none;
}
a {text-decoration:none;}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
}

@media screen and (min-width: 59.6875em) {
	#primary{
		width:70%;
		float:left;
	}
	#secondary{
		width:25%;
		float:right;
	}
}