@charset "utf-8";
/* CSS Document */

/*　Index　TOPページ　*/

map {
    display: inline;
}

area, param {
    display: none;
}

/* ヘッダー終わり */




/* ナビゲーションボタン */
#gMenu {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    height: 56px;
    background: url(../images/picture/bgGMenu.jpg) repeat-x;
}
#navi{
	width:980px;
	height:56px;
	margin:0 auto;
}

.gmenuHome{
	width:245px;
	height:56px;
	float:left;
}

.gmenuHome img{
	border:none}



#grWrapper{
	background:url(../images/picture/grWrapper.jpg) repeat-x;
	height:40px;
}


.panList {
	width:980px;
　　padding-top:10px 0;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
	line-height:40px;
}


#containerUpper{
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
}


#main{
	width:980px;
	height:880px;
	margin:10px auto 0;
}

p{
	margin:0;
	padding:0;
}


/* 左側 */
#contentsLeft{
	width:680px;
	height:auto;
	float:left;
	margin-right:10px;
}

#main h2.pageTitle {
    margin:0;
    padding: 0;
}


.section {
margin:10px 12px 0 10px;
}

.last {
margin-bottom: 0;
}


#content .next.next {
margin-top: 25px;
}


#content {
float: left;
width: 680px;
margin-top:10px;
margin-bottom: 20px;
text-align: left;
line-height: 1.6;
}


#content table {
width: 662px;
border: none;
border-left: 1px #A5BDDB solid;
border-top: 1px #A5BDDB solid;
border-spacing: 0;
margin-left:8px;
}




#content .next table {
width: 634px;
border: none;
border-left: 1px #A5BDDB solid;
border-top: 1px #A5BDDB solid;
border-spacing: 0;
}




tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}


#content table.tblBg tr.bg td {
background: white;
text-align: center;
padding:0
}


#content td {
padding: 5px 10px;
border: none;
background: #EEF2F9;
border-right: 1px #A5BDDB solid;
border-bottom: 1px #A5BDDB solid;
text-align: left;
vertical-align: middle;
font-size:14px;
}

.example-image-link {
  display: inline-block;
  margin: 0 2px 2px 1px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {
  border: 2px solid #00bfa8;
}




/* 右側（ボタンなど） */
#contentsRight{
	width:290px;
	height:auto;
	float:right;
}
.buttonTop{
	width:290px;
	height:100px;
}

.buttonTop img{
    border:none
}


.button{
	width:290px;
	height:100px;
	margin-top:10px;
}

.button img{
    border:none
}



/* ページ先頭へ */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 920px;
}
#back-top a {
	width:60px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 58px;
	height: 58px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/navi/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


#menu{
	list-style-type:none;
	margin:0
}

#menu li{
	display:inline;
	padding:0 13px;
	background-image: url(../images/navi/sankaku.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}

#menu li.last{
	border-right:none;
}

#menu li a{
	text-decoration:none;
	color:#333
}

#menu li a:hover {border-bottom-style:solid;border-width:1px;}
<!-- CSS -->
.sample5_table {
	border: 1px solid #333;
	border-top: none;
	display: table;
}

.sample5_tr {
	display: table-row;
}

.sample5_th,
.sample5_td {
	display: table-cell;
	padding: 2px;
}

.sample5_th {
	background: #e7e7e7;
	border-top: 1px solid #333;
	font-weight: bold;
	padding: 0 0.5em;
}

.sample5_td {
	background: #fff;
	/*border-left: 1px solid #333;*/
	/*border-top: 1px solid #333;*/
	width:218px;
	height:160px;
}

#footerItem.clearFix{
	width:auto;
	height:150px;
}

div {
    display: block;
}

.clearFix::after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



#footerAdd {
    width:980px;
	height:150px;
    float: left;
}

#footerAdd1 {
    width:270px;
	height:120px;
    float: left;
    font-style: normal;
	line-height:1.4
}

#footerAdd2 {
    width:460px;
	height:88px;
    float:left;
    font-style: normal;
	text-align:center;
	padding-top:32px
}

p.addText{
	text-align:left;
	font-size:13px;
	line-height:1.6;
}

#footerAdd3 {
    width:250px;
	height:120px;
    float:right;
}


.ft_mailBtn{
	width:190px;
	height:35px;
	margin:45px 0 0 0px;
}


.ft_mailBtn img{
	border:none;
}



#footerAdd p {
    margin: 0;
    padding: 0;
}


address {
   display: block;
}


.footerCopyright{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	float:left;
	width:980px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff
}

.footerCopyright a{
	color:#fff
}


