@charset "UTF-8";
html {
	background-color: #FFFFFF;
}
html.wf-active {
  visibility: visible;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/* ==========================================================================
   LINK
   ========================================================================== */
a {
	font-family: "jaf-domus",sans-serif;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: none;
}
a:active {
	color: #222222;
	text-decoration: none;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	box-sizing: border-box;
	background-color: #FFFFFFF;
	position: relative;
	background-size: cover; /*ボックス全体をカバーする大きさで表示*/
}
#header img{
	width: 100%;
	height: auto;
	border:none;
}
#site{
	width: 200px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
   NAVI
   ========================================================================== */
.menu{
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	box-sizing: border-box;
}
.menu ul{
	width: 320px;
    margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style:none;
}
.menu li a{
	display:block;
	padding:25px 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
}
.menu li a:hover{
    color:#555555;
}
.menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.menu li{
	float:left;
	width: 33%;
	text-align: center;
}
#naviline{
	border-bottom: 2px solid #222222;
}
/* ==========================================================================
   box
   ========================================================================== */
.box0 {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	box-sizing: border-box;
	background-color: #ffffff;
}
.box1 {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	box-sizing: border-box;
	background-color: #FFFFFFF;
}
.box2 {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	box-sizing: border-box;
	background-color: #EDEDED;
}
/* ==========================================================================
   contents
   ========================================================================== */
.contents{
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.contents h2{
	color: #222222;
	font-family:"Hiragino Kaku Gothic W6 JIS2004", Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
    margin: 0 0 10px;
    padding: 10px 10px 5px 5px;
}
.contents h3{
	font-family:"Hiragino Kaku Gothic W6 JIS2004", Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 20px;
	font-weight: bold;
    margin: 0 0 10px;
    padding: 3px;
}
.contents p{
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
	line-height: 1.5em;
}
.contents img{
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	border: none;
}
/* ==========================================================================
   work
   ========================================================================== */
 .work {
 margin-bottom: 40px;
 }
 .work h3{
	font-family:"Hiragino Kaku Gothic W6 JIS2004", Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 14px;
	font-weight: normal;
    margin: 0px;
    padding: 0px 0px 3px 0px;
}
.work p{
	color: #222222;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0px;
	line-height: 1.5em;
}
.work img{
	argin-top: 0px;
    margin-bottom: 0px;
}
   
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	box-sizing: border-box;
}
#footer-contents{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0;
}
#copyright{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #1A1A1A;
	font-size: small;
}
/* ==========================================================================
   responsible
   ========================================================================== */
@media(max-width: 600px){
#header{ 
    max-width: 320px;
}
#site{
	width: 180px;
}
.menu{
	width: 320px;
}
.contents{
	width: 320px;
	}
#footer-contents{
	width: 320px;
	}
	}
@media(min-width: 601px) and (max-width: 767px){
#header{ 
    max-width: 580px;
}
.menu{
	width: 580px;
}
.contents{
	width: 580px;
	}
#footer-contents{
	width: 580px;
	}
	}
@media(min-width: 768px) and (max-width: 1039px){
#header{ 
    max-width: 708px;
}
.menu{
	width: 708px;
}
.contents{
	width: 708px;
	}
#footer-contents{
	width: 708px;
	}
}