@charset "utf-8";

/* ==

	style.css

=============================================================================== */
a:link{color: #999;text-decoration: none}a:visited{color: #999;text-decoration: none}a:hover{color: #CCC;text-decoration: underline}a:active{color: #999;text-decoration: none}a.underLine:link,a.underLine:visited{text-decoration:underline}a.underLine:hover,a.underLine:active{text-decoration: none}
#container{margin:0; padding:0;width:100%;}
header{margin:0; padding:15px 0;width:100%;background:#fff;overflow:hidden;color:#666;/*border-bottom:1px solid #CCC;*/}
header .f-left p {margin: 0 0 0 15px;}

header{
	background-color:#FFFFFF;
	padding:10px 0;
}
header div p a{
	display:inline-block;
}
.header-logo{
	float:left;
	margin-left:15px;
}
.header-social{
	float:right;
}

#contents {
	min-width: 950px;
}

#fb-head {
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: 30px;
  background: white;
  z-index: 1000;
}
/* line 15, ../sass/style.scss */
#fb-head .h-logo {
  float: left;
}
/* line 17, ../sass/style.scss */
#fb-head .h-logo p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  /* line 23, ../sass/style.scss */
  #fb-head .h-logo {
  display: none;
}
}
/* line 27, ../sass/style.scss */
#fb-head .fb-content {
  padding-top: 5px;
  float: right;
}
/* line 30, ../sass/style.scss */
#fb-head .fb-content ul {
  margin: 0;
  padding: 0;
}
/* line 33, ../sass/style.scss */
#fb-head .fb-content ul li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}

#fb-plugin-spn{
	display: none;
}


/* -------- this page only -------- */
.sp{
	display: none;
}
#contents{
	background: url(/cmp/chinzanso/common/img/bg.png);
	text-align: center;
	padding-bottom: 30px;
}
h2{
	margin: 100px 0;
	padding-top: 110px;
	background: url(/cmp/chinzanso/common/img/line_gold.png) repeat-x;
}
h3{
	margin: 100px 0 30px;
}
.main-visual{
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}
.main-visual-wrap{
	background: url(/cmp/chinzanso/common/img/bg_slash.png) repeat-x;
}
.btn-cv{
	margin: 50px 0 70px;
}
.btn-cv a{
	transition: 0.3s ease-in-out;
}
.btn-cv a:hover{
	opacity: .8;
}
/* -------- main-visual -------- */
.main-visual{
	position: relative;
	height: 615px;
}
@media screen and (min-width: 640px) {
	.main-visual{
		background: url(/cmp/chinzanso/common/img/bg_main.jpg) no-repeat center;
	}
}
.main-visual h1{
	position: absolute;
	width: 100%;
	text-align: center;
}

/* -------- first -------- */
.first{
	margin-top: 30px;
}
.read-txt{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.read-txt em{
	font-weight: bold;
	color: #d1b05f;
	font-size: 18px;
}
/* -------- point -------- */
.point-txt{
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

/* -------- detail -------- */
.detail h2{
	margin-bottom: 70px;
}
.detail-list{
	border: 1px solid #eee4c9;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	text-align: left;
	font-size: 14px;
	background: #f7f2e8;
}
.detail-list dt{
	margin-top: -1px;
	float: left;
	clear: left;
	padding: 30px;
	width: 100px;
	border-top: 1px solid #efe5cd;
}
.detail-list dd{
	margin-top: -1px;
	padding-left: 160px;
	float: left;
	border-top: 1px solid #efe5cd;
	padding: 30px;
	line-height: 1.5;
	background: #fff;
	width: 580px;
}
.detail-list dd.att{
	font-size: 13px;
}
/* -------- qa -------- */
.qa h2{
	margin-bottom: 70px;
}
.qa-list{
	width: 800px;
	margin: 0px auto;
	text-align: left;
	color: #333;
}
.qa-list dt{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
.qa-list dd{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.txt-btm-cv{
	margin-top: 90px;
}



