/*
Theme Name: Lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:4.1.2
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2017 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/

.l-contents {
    width: auto;
    margin: 0 15px;
height:100%;
  }


footer .linkArea {
  overflow: hidden;
  *zoom: 1;
  padding: 35px 0 25px;
}
footer .linkArea li {
list-style-type: none;
  float: left;
  width: 32.8%;
  margin: 0 0.8% 10px 0;
}
footer .linkArea li:nth-child(3n) {
  margin-right: 0;
}
footer .linkArea li a {
  display: block;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
footer .linkArea li a .image {
  float: left;
  margin-right: 15px;
  width: 60px;
}
footer .linkArea li a .image img {
  width: 100%;
  height: auto;
}
footer .linkArea li a .text {
  padding: 9px 0;
  overflow: hidden;
  width: auto;
  font-size: 12px;

}
footer 	nkArea li a .text .ar {
  display: block;
  color: #464385;
  font-weight: bold;
  font-size: 13px;
}
footer .linkArea li a .text .ar:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  footer .linkArea {
    padding: 15px 0 5px;
  }
  footer .linkArea li {
    float: none;
    width: auto;
  }
  footer .linkArea li a {
    padding: 5px;
  }
  footer .linkArea li a .text .ar {
    font-size: 12px;

  }
}
ul ul, ol ul {
    list-style-type: none;
}
div ul#choices li button {
    background: #f991a5;
}
dd, dt {
    border-left-style: none;
}
a{cursor:pointer;
	transition:		all 0.2s ease;
}
a:hover {
	opacity:0.6;
	-webkit-transform:	scale(1.1);
	transform:		scale(1.1);
}
footer {
    border-top: none;
}

footer .copySection p:nth-child(2) {
    display: none;}