@charset "utf-8";


/*
Theme Name: KMI Office Theme
Theme URI: https://kmioffice.jp
Description: KMI Office Original Theme.
Author: Keiko Miura
Author URI: https://kmioffice.jp
Version: 1.0
*/




@import "css/reset.css";


body {
  color : #333333;
  font-size : 100%;
  line-height : 1.9;
}

a:link,
a:visited {
  color : #0000ff;
}

a:hover,
a:active {
  color : #0000ff;
}

img {
	max-width : 100%;
}




/* --layout---------------------------------------------------------------------- */

div#wrapper {
}

div#header {
	width : 100%;
}

div#container {
	width : 100%;
	background : #f0f0f0;  /*公開時には不要 */
	min-height : 1000px;  /* 公開時には不要 */
}

div#footer {
	width : 100%;
	background : #000000;
	padding : 20px 0px;
	color : #ffffff;
	text-align : center;
	font-size : 13px;
	line-height : 26px;
}

div#footer a{
	text-decoration : none;
	color : #ffffff;
}





/* --div.slider---------------------------------------------------------------------- */

.bx-wrapper {
	border : none !important;
	box-shadow : none !important;
}

div.slider img {
	width : 100%;
}








