/*
Theme Name: mukustyle2025
Theme URI:
Description: 無垢スタイルオリジナルテーマ
Version: 1.0
Author: mukustyle
Author URI: https://www.muku.co.jp/
*/


/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}

html{
	box-sizing:border-box;
	/*scroll-behavior:smooth;*/
	/*overscroll-behavior-y:contain;*/
	/*-webkit-overflow-scrolling:touch;*/

}
@media (prefers-reduced-motion: reduce) {
  html {
   /* scroll-behavior: auto;*/
  }
}

body{
	font-family: 'Noto Sans JP', "Meiryo", sans-serif;
	font-size: 15.0px;
	line-height:2.3em;
	color: #000;
	letter-spacing:0.12em;
	word-wrap: break-word;
	background:#fff;
	} 

a{
	color: #3d84c5;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
	}



.clear{ clear: both; line-height: 0}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}


/***************************************
		2. Basic Layout  
*****************************************/
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
#page{
	}
header {
	padding:0 0 0 0;
}
#header{
	width: 100%;
	margin: 0 auto;
	background:#fff;
}
#wrapper{
	margin: 0 auto;
	clear:both;
}

