@charset "utf-8";
body {
	text-align: center;
	background-color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
	font-weight: 300;
	font-size: 13px;
    height: 100%;	
	color: #1c1c1c;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

p {
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.centered {
	text-align: center;
}
a {
	color: #1c1c1c;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #AAA;
	text-decoration: none !important;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

#wrap{
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}


/*------------------------------------- */
/* ヘッダ */
/*------------------------------------- */

#header {
    width:100%;
	border-bottom: solid 2px #FF6600;		
}

.header {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	margin-top:10px;
	height:100px;	
}
@media screen and (max-width:980px) {
#header {
    width:100%;
	border-bottom: solid 2px #FF6600;		
}
.header {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	text-align:left;
	margin-top:10px;	
}
}
@media screen and (max-width:571px) {
.header {
	padding:4px;
	height: 80px;
	text-align:left;
	margin-top:0px;	
}
}

/* ヘッダー：画像のリンク効果
-------------------------------------------------- */
.header a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=0.5);
	-ms-filter: "alpha( opacity=0.5 )";
}


/* h1のスタイル・位置
-------------------------------------------------- */
h1.header-h1 {
	font-size: 11px;
	color: #333;
	margin-top:0px;
}
@media screen and (max-width:571px) {
h1.header-h1 {
	display:none;
}
}


/* ヘッダーロゴ
-------------------------------------------------- */
@media screen and (max-width:571px) {
.logo {
	margin-top:14px;
	width:240px;
	margin-left:0px;		
}
}

/* ヘッダーお問い合わせ
-------------------------------------------------- */
.header_contact {
	margin-top:-55px;
	margin-left:10px;
	float:right;	
}
@media screen and (max-width:980px) {
.header_contact {
	margin-top:-55px;
	margin-right:70px;
	float:right;	
}
}
@media screen and (max-width:571px) {
.header_contact {
	display:none;
}
}


/*------------------------------------- */
/* メニュー */
/*------------------------------------- */

#menu {
	float:left;
	margin-left:400px;
	margin-top:-40px !important;
}
@media screen and (max-width:800px) {
#menu {
	display:none;		
}
}

#menu ul {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	color:#333;
	border-left: solid 1px #ccc;		
}

#menu li {
	width:100px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;	
    margin: 0 1px;
	border-right: solid 1px #ccc;	
}

#menu li a {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
    display: block;
}


/*------------------------------------- */
/*フッター 
/*------------------------------------- */

#c {
	text-align: center;
	width: 100%;
	border-top: solid 1px #FF6600;		
}

@media screen and (max-width:571px) {
#c {
padding-bottom:120px;	
}
}

.c_naka {
	color: #333;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}
@media screen and (max-width:980px) {
.c_naka {
	width: 95%;
}
}
.c_naka .aboutus {
	color: #333;
	padding:10px;
	border: solid 1px #ff6600;
	text-align:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:right;	
}
@media screen and (max-width:571px) {
.c_naka .aboutus {
	width:95%;
	float:none;
	margin:0 auto;
	margin-bottom:30px;
}
}
#c a {
	color: #FFFFFF;
}

/*------------------------------------- */
/*フッター（スマホ） 
/*------------------------------------- */

@media screen and (min-width:571px) {
#f {
	display:none;	
}
}

@media screen and (max-width:571px) {
#f {
	background:#FFA51E;	
	text-align: center;
	width: 100%;
    position: fixed;
    bottom: 0;	
}
#f .f_naka {
	width: 50%;
	height: 80px;
	border: solid 1px #F69600;		
	float:left;	
}

#f .f_naka p {
	color:#FFF;
	font-size:20px;
	line-height: 70px;	
}

#f .f_naka a {
	color: #FFFFFF;
}
}


/*------------------------------------- */
/* コンテンツ */
/*------------------------------------- */

.container {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-bottom:100px;
}
@media screen and (max-width:980px) {
.container {
	width: 95% !important;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-bottom:100px;
}
}
@media screen and (max-width:571px) {
.container {
	width: 95% !important;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-bottom:30px;
}
}

/* リンク効果
-------------------------------------------------- */
.container a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
}
.container a:hover {
	text-decoration: underline;
}

/* メイン背景
-------------------------------------------------- */
.g {
	text-align: left;
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:800px) {
.g {
	width: 100%;
}
}





/* 見出しスタイル
-------------------------------------------------- */
.title01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; 	
  color: #333;
  font-size: 24px;
  text-align:center;
  font-weight:bold;
  margin-top:50px;
}
@media screen and (max-width:571px) {
.title01 {
  font-size: 18px;
  font-weight:bold;
  margin-top:5px;
}
}

.title02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; 	
  color: #333;
  font-size: 24px;
  text-align:center;
  font-weight:bold;
  margin-top:80px;
}
@media screen and (max-width:571px) {
.title02 {
  font-size: 18px;
  font-weight:bold;
  margin-top:5px;
}
}

.title03 {
  color: #333;
  font-size: 20px;
  line-height: 1;
  margin: 10px 0 30px 0;
  padding: 14px 5px 10px 4px;
  border-bottom: solid 2px #FEBD65;
  position:relative;
  width:100%;
}
.title03::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 1;
	content: '';
	width: 30%;
	height: 2px;
	background-color: #FF6600;
}

@media screen and (max-width:800px) {
.title03 {
  width:100%;
}
}
@media screen and (max-width:571px) {
.title03 {
  width:98%;
}
}

.title04 {
  width: 180px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 22px;
  color:#333;
}
.heading {
  margin: 10px 0
}
.title04 .heading {
  position: relative;
  padding-left: 40px;
}
.title04 .heading:before,
.title04 .heading:after{
  content: "□";
  position: absolute;
  width:4px;
  height: 4px;
}
.title04 .heading:before {
  left:0;
  top:-3px;
}
.title04 .heading:after {
  left: 5.5px;
  top: 3.5px;
}


/* テキストスタイル
-------------------------------------------------- */

.icon01:before {
      content: url(../img/icon01.png) ;
      position : relative ;
      bottom : -0.05em ;
      margin-right : 0.8em ;
}


/* ボタン
-------------------------------------------------- */
.button01 {
	border:solid 1px #1c1c1c;
	color:#1c1c1c;
	font-size:16px;
	padding-top:6px;
	width:240px;
	height:42px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
.button01:hover {
	opacity:0.5;
}

/* テーブル
-------------------------------------------------- */

table.table01 {
  border-collapse: collapse;
  width: 100%;
}
table.table01 th,
table.table01 td {
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
table.table01 th {
  background-color: #eeeeee;
  border-left:#ccc 3px solid;
  width: 20%;
  height: 50px;
}

@media screen and (max-width: 570px) {
  table.table01 {
    border-top: 1px solid #ccc;
  }
  table.table01 td {
    display: block;
    text-align: left;
  }
  table.table01 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	height: 36px;
    border-left:#ccc 1px solid;
	text-align:left;
  }
}


/*------------------------------------- */
/* トップページ */
/*------------------------------------- */

.bg_h2-01 {
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #EEEEEE;
	width:20%;
	height:160px;
	margin-right:30px;
}
@media screen and (max-width:571px) {
.bg_h2-01 {
	float:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #EEEEEE;
	width:100%;
	height:50px;
	margin:0 auto;
	padding-top:3px;
	margin-bottom:20px;
}
}
.bg_h2-02 {
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #EEEEEE;
	width:20%;
	height:280px;
	margin-right:30px;
}
@media screen and (max-width:571px) {
.bg_h2-02 {
	float:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #EEEEEE;
	width:100%;
	height:50px;
	margin:0 auto;
	padding-top:3px;
	margin-bottom:20px;
}
}


/*------------------------------------- */
/* スタッフ紹介 */
/*------------------------------------- */

.img01 {
	float:left;
	margin-right:50px;
    margin-bottom:70px;
}
@media screen and (max-width:571px) {
.img01 {
	float:none;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
}




/*------------------------------------- */
/* スマホ・ipad調整 */
/*------------------------------------- */

html, body {

}

/* スマホで非表示
-------------------------------------------------- */
@media screen and (max-width:570px) {
.spnone {
	display: none !important;
}
}

/* スマホだけで表示
-------------------------------------------------- */
@media screen and (min-width:571px) {
.sponly {
	display: none !important;
}
}

