@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
	font-weight: lighter;
	border-bottom: dotted 2px #fff;
	width: 100%;
}
h2, h6 {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #a71527;
}
h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  text-align: right;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h4 {
  margin: 0;
  padding: 0 10px;
  font-size: 20px;
  text-align: right;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h5 {
  margin: 70px 0 50px 0;
  padding: 0;
  font-size: 24px;
}
.underline {
  text-decoration: none;
  border-bottom: 5px solid #00a0b8;
  padding-bottom: 5px;
  color: #00a0b8;
	font-weight: lighter;
}
.text01 {
  margin: 10px 0;
  padding: 5px 10px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8em;
}
.text02 {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 20px;
}
.text03 {
  margin: 0 0 50px 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
	line-height: 1.5em;
}
.content1 {
  width: 1000px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 700px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}
/*　タイトル
------------------------------------------------------------*/
#name {

}
.main-visual {
  background: url(../img/company/header_bg.jpg) no-repeat top center;
	background-size:100% auto;
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 30px 20px;
	text-align: left;
}
/*　アウトライン
------------------------------------------------------------*/
#outline {
	background-color: #f4f5f9;
  background-image: linear-gradient(#d9dbe9 30%, transparent 30%, transparent);
  background-size: 4px 4px;
}
.guide1 {
	width: 70%;
	border-collapse: separate;
	border: none;
	font-size: 14px;
	margin: 30px auto;
	color: #000;
}
.guide1 th {
	padding: 20px 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.guide1 td {
	padding: 20px 10px;
	vertical-align: middle;
	text-align: left;
}
iframe {
  width: 80%;
  margin-bottom: 3em;
}
#outline ul {
 padding-left: 1em;
  text-indent: -1em;
	margin-left: -1em;
list-style-position: inside;
}
#outline li {
  padding-left: 1em;
  text-indent: -1em;
	list-style-type: decimal;
}
#outline a {
	 text-decoration: none;
  color: #000;
}
#outline a:hover {
  color: #00a0b8;
}
/*　グリーティング
------------------------------------------------------------*/
#greeting {

}
.guide2 {
	width: 80%;
	border-collapse: separate;
	border: none;
	font-size: 14px;
	margin: 30px auto;
	line-height: 1.6em;
}
.guide2 th {
	padding: 20px 10px;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: dotted 1px #000;
}
.guide2 td {
	padding: 20px 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: dotted 1px #000;
}
.guide2 b {
	font-size: 12px;
}
/*　ヒストリー
------------------------------------------------------------*/
#history {

}
.guide2 {
	width: 80%;
	border-collapse: separate;
	border: none;
	font-size: 14px;
	margin: 30px auto;
	line-height: 1.6em;
}
.guide2 th {
	padding: 20px 10px;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: dotted 1px #000;
}
.guide2 td {
	padding: 20px 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: dotted 1px #000;
}
.guide2 b {
	font-size: 12px;
}
/*　三共
------------------------------------------------------------*/
#sankyo {
	background: url(../img/company/sankyo.jpg) no-repeat top center #fff;;
  background-size: 100% auto;
	padding: 0;
	margin: 0;
}
.back_01 {
  background-image: linear-gradient(#d9dbe9 30%, transparent 30%, transparent);
  background-size: 4px 4px;
	padding: 30px 0;
}
#sankyo a {
	 text-decoration: none;
  color: #000;
}
#sankyo a:hover {
  color: #00a0b8;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.guide1 {
	width: 70%;
}
.guide2 {
	width: 80%;
}
	.content1 {
    width: 96%;
  }
	.content2 {
    width: 90%;
  }
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .guide1 {
	width: 90%;
}
.guide2 {
	width: 90%;
}
}