/*
Theme Name: ad2
Theme URL: http://www.namesofthedead.com
Author: Assist
Author URI: http://www.namesofthedead.com
Version: 3.0

*/

html {
	min-height: 100%;
	position: relative;
}

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

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #0000ff;
}

a:hover {
	color: #1e90ff;
}

body {
	background: #fff;
	color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
}

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

.clearBoth {
	clear: both;
}

.container {
	margin-top: 30px;
	margin-bottom: 120px;
}

/*--------------------------
	Header
----------------------------*/
#header {
	background: fff;
}

#header img {
	max-width: 100%;
}

.pick {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000;
	font-size: 14px;
	margin: 0 !important;
}

/*-----------------------------
	    Nav
----------------------------*/
#nav ul {
	margin: 0;
}

#nav li {
	border-left: 2px solid #fff;
	background: #000;
	padding: 5px 0;
	width: calc(25% - 2px);
	float: left;
}

#nav li:last-child {
	border-right: 1px solid #fff;
}

#nav li a {
	color: #fff !important;
	display: block;
}

/*-----------------------------
	    list
----------------------------*/
#list {
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 14px;
	font-size: 15px;
	text-align: center;
}

#list li {
	border-bottom: 1px solid #ccc;
}

.list_name {
	background: #0000cd;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 5px 13px !important;
	text-align: center;
}

/*--------------------------
	Wrap
----------------------------*/
.name {
	background: #0000cd;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 13px !important;
	text-align: center;
}

/*--------------------------
	article
----------------------------*/
#article {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 7px;
}

.blog {
	padding: 10px;
	font-size: 16px;
}

.blog p {
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0;
	text-align: left;
}

.blog_name {
	background: #00bfff;
	padding: 5px;
	font-size: 20px;
	color: #000 !important;
}

.blog_name a {
	color: #000 !important;
}

.next a {
	padding: 7px;
	font-size: 18px;
	border: 1px solid #ccc;
	display: block;
	background: #a9a9a9;
}

/*--------------------------
	info
----------------------------*/
#info_blog {
	border: 1px solid #ccc;
	font-size: 18px;
	padding: 7px;
	text-align: left;
	margin-top: 5px;
}

.info_name {
	background: #00bfff;
	padding: 5px;
	font-size: 20px;
	color: #000 !important;
	text-align: center;
}

.info_article {
	padding: 7px;
}

/*--------------------------
	aside
----------------------------*/
#side li a {
	display: block;
	font-size: 16px !important;
	padding: 3px;
	margin-top: 5px;
	background: #ccc;
}

/*--------------------------
	footer
----------------------------*/
#footer {
	color: #fff;
	background: #000;
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
}

#footer p a {
	color: #fff;
}

/* -------------------------
	breadcrumbs
----------------------------*/
.breadcrumbs {
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	list-style: outside none;
	padding: 5px 0;
	margin: 0 0 5px;
}

.breadcrumbs li {
	display: inline-table;
	padding: 5px 5px 0px 5px;
}

.breadcrumbs li::after {
	content: ">";
	margin-left: 0.5em;
}

.breadcrumbs li:last-child::after {
	display: none;
}

.breadcrumbs li a {
	color: #00bfff;
	transition: 0.4s;
}

.breadcrumbs li a:hover {
	color: #696969;
}