@charset "UTF-8";


/*
	Theme Name: アクセス解析
	Description: アクセス解析
	Theme URI: https://www.officetaniguchi.com
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0
*/



/* 共通設定 */

body {
	color: #464646;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
aside,header,nav,footer {
	display: block;
}
header,article,aside,footer {
	background-color: #fff;
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
img {
	border: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
.smallfont {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.textcenter {
	text-align: center;
}


/* ヘッダー */

header div, header nav {
	float: left;
	overflow: hidden;
	width: 30%;
}
header div h1 {
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}
header nav {
	background: #499bea;
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5',GradientType=0);
	height: 40px;
	width: 70%;
}
header nav ul {
	height: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
header nav li {
	border-left: 2px solid #fff;
	float: left;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 14%;
}
header nav li a {
	color: #fff;
	display: block;
	font-size: 80%;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-decoration: none;
	width: 100%;
}
header nav li a:hover {
	background: #207ce5;
	background: -moz-linear-gradient(top, #207ce5 0%, #499bea 100%);
	background: -webkit-linear-gradient(top, #207ce5 0%, #499bea 100%);
	background: linear-gradient(to bottom, #207ce5 0%, #499bea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207ce5', endColorstr='#499bea',GradientType=0);
}
header #home {
	clear: both;
	height: 350px;
	margin-top: 2px;
	width: 100%;
}
header #home {
	background: url("img/header_home.jpg") left top no-repeat;
}
header #home ul {
	list-style-type: none;
	margin: 0 0 0 100px;
}
header #home li {
	background-color: #ff0000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 1em 0;
	padding: 0.2em 0.5em;
	width: 21em;
}
header #home span {
	color: #fff;
}



/* フッター */

footer {
	background: #f8f8ff;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0 0 5px;
	text-align: center;
	width: 100%;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 1em 0 40px;
}
footer ul li {
	display: inline;
	letter-spacing: 0.1em;
	padding: 0 1em;
}
footer p {
	margin-top: 5px;
}
footer p a {
	letter-spacing: 0.1em;
}



/* サブコンテンツ */

aside section {
	border: 1px solid #f0e68c;
	border-radius: 5px;
	font-size: 0.8em;
	float: left;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 10px 2% 20px;
	padding: 10px 0;
	width: 20%;
}
aside section h2 {
	border: none;
	background-image: none;
	background-color: transparent;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
}
aside section dl {
	margin: 0 5px;
	padding: 0;
}
aside section dl dd {
	margin: 10px;
	padding: 0;
}
aside section dl dt {
	background-color: #FFE600;
	color: #00a33d;
	font-weight: bold;
	margin: 0;
	padding: 3px 7px;
}
aside section p {
	margin: 5px 15px;
	text-align: left;
}
#HTMLCheck {
	text-align: center;
}
#HTMLCheck h3 {
	border: none;
	background-image: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#HTMLCheck img {
	margin: 5px 0;
}
#HTMLCheck h4 {
	font-size: 10px;
	letter-spacing: 0.1em;
}



/* メインコンテンツ */
#make1, #make2, #make3, #make4, #seo {
	margin: 0 auto;
	width: 95%;
}
#make1 {
	background: url("img/make1.jpg") right top no-repeat;
}
#make2 {
	background: url("img/make2.jpg") right top no-repeat;
}
#make4 {
	background: url("img/make4.jpg") left top no-repeat #eee;
}
#seo {
	background: url("img/seo.jpg") right top no-repeat;
}
#make1 p, #make2 p, #seo p {
	width: 60%;
}
#make3 {
	border: 2px solid #ccc;
	border-radius: 7px;
}
#make4 ul {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0 28%;
	width: 65%;
}


/* 画面サイズ 980px用 */
@media screen and (max-width: 980px) {
}

/* 画面サイズ 768px用 */
@media screen and (max-width: 768px) {
}

/* 画面サイズ 400px用 */
@media screen and (max-width: 400px) {
}