﻿@charset "utf-8";


/* 基本レイアウト */
body {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: block;
}

a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #696969;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

div[class*="-inner"] {
	max-width: 1000px;
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* 画像・一部リンクhover動作 */
.top-contents_link a {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.top-contents_link a:hover {
	opacity: 0.7;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}


/* footer上部の誘導リンクレイアウト */
.top-contents_link {
	margin: 4.2% 0 4.2%;
}

.top-contents_link ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.top-contents_link ul li:last-child {
	margin: 0;
}
