@charset 'utf-8';


.wrap{
	width: 1020px;
	margin: 0 auto;
}

body{
	/*background-image: url(../images/bg_about.jpg);*/
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:100%;
}
#container{
	width: 100%;
	min-height: 100%;
	background: url(../images/bg_repeat.png);
}
/***********************************************

#header

***********************************************/

#header{
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom:1px solid #aaa;
}
#header .logo{
	margin-top: 30px;
}
#header .logo a{
	display: block;
}
#header .contents-inside{
	padding: 0 20px;
}
/***********************************************

#nav

***********************************************/

#nav{
	/*width: 100%;*/
	height: 106px;
	background: #fff;
}
#nav .wrap{
	padding: 0 20px;
}
#nav .logo{
	float: left;
	margin-top: 30px;
}
#nav .logo a{
	display: block;
}
#nav .gnavi li{
	overflow: hidden;
	float: left;
}
#nav .gnavi a{
	height: 106px;
	display: block;
	padding: 0 32px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#nav .gnavi a:hover{
	background: #eee;
}
#nav .gnavi img{
	padding-top: 32px;
}
/***********************************************

#main

***********************************************/
#main{
	margin: 115px 0 0;
}
.contents-inside{
	padding: 10px 70px;
	/*background: url(../images/bg_contents.png);*/
}
.page-ttl{
	padding-bottom: 70px;
	text-align: center;
	font-size:14px;
	font-weight:normal;
}
.page-ttl p{
	margin-top:20px;	
}

.tbl-contents{
	display: table;
}
.tbl-contents,
.contents{
	margin: 0 0 110px;
}
.contents p+p{
	margin-top: 1.6em;
}
.tbl-l{
	display: table-cell;
	padding-right: 67px;
	vertical-align: middle;
}
.tbl-r{
	display: table-cell;
	vertical-align: middle;
}
.box-l{
	float: left;
	width: 413px;
}
.box-r{
	float: right;
	width: 413px;
}

.box-r img{
	margin-bottom:50px;	
}

.page-lead{
	margin: 0 0 110px;
	padding: 0 80px;
}
.sec-ttl{
	margin: 0 0 30px;
	padding:10px 0 10px 40px;
	background-image:url(../images/title_bg_logo.gif);
	background-repeat: no-repeat;
	height: 35px;
	border-bottom: 1px solid #777;
	/*padding: 60px 0;*/
	/*text-align: center;*/
}
.frame{

	border:4px solid #fff;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}

h3{
	font-size:19px;
	border-bottom:1px solid #aaa;
	margin: 0 0 30px;
	padding:10px 0 10px 40px;
	background-image:url(../images/title_bg_logo.gif);
	background-repeat: no-repeat;
	height: 35px;
}

/***********************************************

#footer

***********************************************/

#footer{
	text-align:center;
	font-size:11px;
	width: 100%;
}

.footerHome{
	background-color: #fff;
	color:#ccc;
	position: absolute;
	bottom:-40px;	
	padding:10px 0;
}

.footerPage{
	background:white;
	padding:50px 0;
}

.footerPage ul{
	overflow:hidden;
	width:980px;
	padding:0px;
	margin:0 auto;
	margin-bottom:20px;
}
.footerPage li{
	float:left;
	font-size:13px;
	width:140px;
}

.footerPage a{
	text-decoration:none;
	color:gray;
}
.footerPage a:hover{
	text-decoration:underline;
}

#footerCopyright{
	padding:10px;
}

#tel-info{
	text-align:center;
	width:500px;
	background-color: #eee;
	border-radius:10px;
	height:30px;
	line-height:30px;
	padding:20px;
	margin:0 auto 20px;
}

.phone-number{
	font-size:25px;
}

/***********************************************

 modules 共通モジュール

***********************************************/

.caution{
	font-size: 81%;
}

.btnGroup{
	/*text-align: center;*/
	width: 250px;
	margin: 0 auto;	
}

.btn{
	display: inline-block;
	width: 100px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	text-align: center;
	padding: 5px 0;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.fb{
	background-color: #34579b;
}

.blog{
	background-color: #00b03b;	
}