/*
Theme Name: aimlog
Description: aimlog
Theme URI: aimlog.org
Author: aim
Version: 1.1.0
License: ライセンス
License URI: https://aimlog.org
*/

@charset "UTF-8";
/**
 * Clear fix
 */

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 	*zoom: 1;
}

body {
	color: #444;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size: 16px;
	font-weight: 600;
	background: #eee;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
}

img[width="1"] {
	display: none;
}

img[width="0"] {
	display: none;
}

a {
	text-decoration: none;
	color: #444;
	cursor: pointer;
	transition: .3s;
}

a:hover {
	transition: .3s;
}

* {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,div,p {
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.outline {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*footer*/
footer {
	padding: 0 0 0!important;
}

small {
	display: block;
	text-align: center;
	padding: 5px 0;
}

/* single-mail.php */

.post-mail h2 {
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 20px;
	border-bottom: solid 2px #666;
}

.post-mail {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}

.mail-title {
	font-size: 18px;
	text-align: center;
	padding: 2em 0;
}

.post-mail p {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 15px;
	color: #333;
}

.post-mail .prword {
	font-size: 10px!important;
	color: #aaa!important;
}

.list-circle {
	background: #f5f5f5;
	padding: 2em 1em 2em 2.7em;
	margin-bottom: 60px;
	border-radius: 20px;
}

.list-circle li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0;
}

.list-circle li:before {
	content: '・';
	position: absolute;
	left: -18px;
}

/* category.php */
.main-mail {
	max-width: 600px;
	margin: 30px auto;
	padding: 0 5px;
}

.main-mail .column-card {
	width: 100%;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: 0 6px 20px -8px #ccc;
}

.main-mail .column-card figure {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

.main-mail .column-card h2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #545454;
}

.main-mail .column-card img {
	border-radius: 20px;
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.mail-list {
	text-align: center;
	margin-bottom: 30px;
}

.mail-list a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-decoration: none;
	color: #333;
}

/*--- 画面の幅が768px以上になったら ---*/
@media screen and (min-width:760px) {
	
}


/*--- 画面の幅が768px以上になったら ---*/
@media screen and (min-width:960px) {
	
}