@charset "utf-8";
/*
Theme Name: design.sann-it.biz
Theme URI: http://design.sann-it.biz/
Author: laetitien
Author URI: http://design.sann-it.biz/
Description: 
Version: 1.0.0
*/
/************/
/* 共通      */
/************/
#header {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.container {
}
section#fv,
section#contents,
section#footer-inner {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
section#fv {
    margin: 0 auto 50px;
}
#footer {
    text-align: center;
}
.page-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}
/************/
/* コンテンツ */
/************/
/* FV */
/* 1280px以下　かつ　769px以上に適用されるCSS（タブレット用） */
@media only screen and (max-width: 1280px) and (min-width: 769px){
    /* 共通 */
	.menu_pc {
		width: 80%;
	}
}

/* 768px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 768px) {
 
}
