@charset "utf-8";

/* --------------------------------
common
-------------------------------- */


.Left { float: left; }
.Right { float: right; }
.txt-c { text-align: center; }
.mB20 { margin-bottom: 20px; }

.common-wrap {
	margin: 0 10px;
}

header {
	background: url(../img/main_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100%;
	padding: 0 8px;
	padding-top: 110%;
	margin-bottom: 10px;
}

header .conts {
	position: relative;
	background: #fff;
	width: 304px;
	height: 147px;
	margin: 0 auto;
	border: 2px solid #2cb2d2;
	border-radius: 4px;
}

header .conts p { position: absolute; }
header .conts a { position: absolute; }


header .txt1 {
	top: -15px;
	left: 6%;
}

header .txt2 {
	top: 65px;
	left: 6%;
}

header .conts .btn1 {
	top: 14px;
	left: 6px;
}

header .conts .btn2 {
	top: 93px;
	left: 30px;
}

header .conts .img1 {
	top: -63px;
	right:2%;
}


/* --------------------------------
sns-btn
-------------------------------- */

.sns-btn {
	position: relative;
	width: 280px;
	margin: 10px auto;
	height: 30px;
}

.sns-btn li {
	position: absolute;
}

.sns-btn .facebook {
	left: 10px;
}

.sns-btn .twitter {
	left: 115px;
}

.sns-btn .g-pluse {
	left: 210px;
}

h2 {
	margin: 0 8px;
}

#sec1 {
	margin-bottom: 30px;
}

#sec1 h3 { margin: 0 8px; position: relative; z-index: 200;}

.box {
	z-index: 100;
	position: relative;
	margin: -5px 8px 10px;
	border-radius: 0 0 6px 6px;
	border: solid 2px #2cb2d2;
	padding: 10px 10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.box p {
	line-height: 1.5;
	font-size: 15px;
	margin: 5px auto 10px;
}

.box .img {
	margin-bottom: -6px;
	text-align: center;
}

#sec2 {
	background: #2cb2d2;
	padding: 10px 10px 0;
	color: #fff;
	margin-bottom: 20px;
}

#sec2 .p1 {
	line-height: 1.5;
	font-size: 15px;
	margin: 10px 10px 20px;
}

#sec2 small {
	font-size: 11px;
}

#sec2 .img {
	margin: 5px auto 0px;
	text-align: center;
}

#sec3 {
	margin: 0 10px 20px;
	border: 2px solid #2cb2d2;
	padding: 5px;
	border-radius: 6px;
}

#sec3 .p1 {
	line-height: 1.5;
	font-size: 15px;
	padding: 10px;
}

#sec3 .img {
	text-align: center;
}

#access {
	margin: 0 10px 20px;
	background: #f6f6f6;
	border: solid 4px #e5e5e5;
	padding: 6px;
}


#access h3 {
		background: #fff;
		border: 2px solid #2cb2d2;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 5px 2px;
		margin-bottom: 15px;
}

#access .title {
		border-bottom: 2px solid #2cb2d2;
		font-weight: bold;
		font-size: 15px;
		padding-bottom: 3px;
		margin-bottom: 15px;
}

#access table {
		border: 1px solid #2cb2d2;
		background: #fff;
		width: 100%;
}

#access th {
		width: 15%;
		border: 1px solid #2cb2d2;
		text-align: center;
		vertical-align: middle;
		padding: 3px 0;
}

#access td {
		border: 1px solid #2cb2d2;
		font-size: 10px;
		padding: 10px 7px;
		line-height: 1.3;
}

#access td strong { font-weight: bold; font-size: 14px; }

footer {
	padding: 20px 10px 15px;
	background: #2cb2d2;
}

footer h2 { text-align: center; }

footer h2 img { margin-top: -10px; }

footer .inner {
	background: #fff;
	border-radius: 5px;
	padding-bottom: 3px;
}

footer .wrap {
	border: 2px solid #2cb2d2;
	margin: 8px;
	border-radius: 5px;
	padding: 5px 0;
}

footer .wrap p {
	background: #2cb2d2;
	text-align: center;
	padding: 3px 0;
}

footer .wrap a {
	display: block;
	margin: 7px auto 0;
	text-align: center;
}

#copyright{
	text-align: center;
	margin-top: 15px;
}


/* ---------------------------------------------------------
#company
----------------------------------------------------------*/
div#wrapper{
  margin: 0 auto;
  text-align: center;
}

div#company_header{
  margin: auto;
}

div#company_main{
  margin: auto;
  text-align: center;
}

div#company_header img{
  float: left;
  margin: 10px 0px 0px 0px;
}

div#company_header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

p.line{
  border-width: 1px;
  border-style: solid;
  border-color: #2DB2D3;
  text-align: center;
  margin: 10px 0px;
}

h1.titleCompany{
  font-size: 15pt;
}

div.corporatep_profile{
  margin: auto;

}

table.company {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}

td.td1{
  background: #AFEEEE;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
  width: 20%;
}

td.td1 p{
  margin: 5px;
}

td.td2{
  background: #F0F8FF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
}

td.td2 p{
  margin: 5px;
  text-align: left;
}




/* --------------------------------
clearfix
-------------------------------- */

.common-wrap:after,#tokutyo .conts:after,#faq ul:after,#flow:after  {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}