@charset "UTF-8";
/*Kayoko Matsudate webサイトのCSS*/

body {
	width:100%;
	height:100%;
	min-width:100%;
	margin:0px;
	border:0px;
	padding:0px;
	overflow-x:hidden;
}

#wrap_header {
	background:rgba(255,255,255,0.8);
}
/*02.header*/
#header h1 a#top {
	padding:16px 0 0px 40px;
	font-size:16px;
	background-size:32px;
}
/*03.menu*/
#global_navi {
	display:none;
	float:none;
	clear:both;
}

#global_navi ul.global_navi {
}

#global_navi ul.global_navi li {
	float:none;
}

#global_navi ul.global_navi .gn a {
	font-size:14px;
	text-align:center;
}

#global_navi ul.global_navi li a:after {
	display:none !important;
}

.button-toggle {
	display:block;
}

.mainbox {
	display:none;
}
/*04.container*/
.blog #container {
	width:100% !important;
}

#main,
.blog #main {
	width:100% !important;
	float:none;
}

#side,
.blog #side {
	width:100% !important;
	float:none;
}

#pan,
.blog #pan,
#local_navi {
	width:96%;
	margin:0 auto 24px auto;
}
/*05.contents*/
 .contents,
.website .contents,
.topics .contents {
	width:96%;
	margin:0 auto 40px auto;
}

.type-01 .entry {
	height:auto;
}

.type-01 .entry .image {
	width:100%;
	height:auto;
}

.type-01 .entry .no-image {
	height:200px !important;
}

.type-01 .entry .text .excerpt {
	display:none;
}
/*06.footer*/
#footer .extra #footer_navi {
	display:none;
}

#footer .extra #copyright {
	width:100%;
	float:none;
	text-align:center;
}

#footer .extra #copyright small {
	font-size:10px;
}