@charset "UTF-8";

body {
	background: #ffffff;
 	font-family: "Helvetica Neue", Arial, "游ゴシック", YuGothic, 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
 	font-size: 90%;
 	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 740px;
 	margin: 0 auto;
}

a:link,a:visited {
	text-decoration: none;
	color: #009db2;
}

a:hover {
	color: #007989;
}

::selection {
	background:#87d1db;
	color: #ffffff; /* Safari */
}
::-moz-selection {
	background:#87d1db;
	color: #ffffff; /* Firefox */
}

h1 {
 	font-family: 'Raleway';
	font-size: 350%;
	letter-spacing: -0.03em;
	line-height: 30%;
	font-weight: 700;
	text-align: center;
}

header {
	text-align: center;
	padding: 120px 0 60px 0;
}

h1.title > a:link{
	color: #009db2;
}

#description {
 	font-family: 'Raleway';
	font-weight: 300;
	line-height: 0px;
	letter-spacing: -0.02em;
	color: #474a4d;
	font-size: 110%;
}

/* Navigation */
nav {
	font-family: 'Raleway';
	margin-top: 80px;
	font-size: 120%;
}

ul#navigation{
	display: table;
	table-layout: fixed;
	width: 80%;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
}

ul#navigation li{
	font-size: 95%; 
	display: table-cell;
	list-style: none;
	text-align: center;
}


/* Article */
.article-divider {
	border: 0;
	border-bottom: 5px solid #ddd;
	width: 8%;
	margin: 0 auto;
	padding-top: 120px;
}

article {
	padding: 60px 0 40px 0;
/*	font-size: 105%;
	line-height: 1.75;*/
 	color: #313738;
}

/* 記事タイトル*/
h2 {
	font-size: 200%;
	color: #009db2;
	margin: 10px 0 20px 0;
}

/* 記事見出し*/
h3 {
	margin: 0px;
	padding-bottom: 10px;
	padding: 0;
	color: #009db2;
	font-size: 120%;
}

/* 日付･タグ */
div.date,div.tags {
	font-weight: 300;
	margin: 0px;
}

div.date {
	font-family: "Open Sans", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	font-weight: 700;
}

.hastags {
	padding-left: 10px;
}

div.tags ul {
	margin: 0;
	padding: 0;
	/*padding: 10px 0 0 0;*/
}

div.tags ul li{
	display: inline;
	background: #e2e2e2;
	opacity: 0.8;
	text-decoration: none;
	font-size: 90%;
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/* 本文 */
div.content {
	margin-top: 30px;
	font-size: 108%;
	line-height: 1.75;
}

div.content div {
	margin-bottom: 40px;
}

.content p {
	margin: 0 0 25px 0;
 	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;*/
}

/* ハイライト */
span.highlight {
	background-color: rgba(255, 241, 0, 0.3);
	padding: -5px 0 0 0;
}


/* 区切りdot */
hr {
	display: block;
	border: 0;
	position: relative;
	width: 100%;
	background: url("https://cdn.rawgit.com/mu373/slntmemo/master/dot.png") no-repeat center center;
	background-size: 40px 10px;
	-webkit-background-size: 40px 10px;
	padding: 30px 0;
	margin-bottom: 20px;
}

/* 続きをよむ*/
.read_more{
	font-family: "Open Sans", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
}

/*　引用　*/
blockquote {
	margin: 10px 0 10px 70px;
	padding: 0 40px 0 20px;
	border-left: 3px solid #bcbcbc;
	display: block;
	color: #778284;
	font-size: 90%;
}

/* ソースコード */
pre{
	margin-top: 1em;
	padding: 1em 2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}

tt, code {
	font-family: 'Source Code Pro', sans-serif;
	font-size: 90%;
	line-height: 1.4;
	white-space: pre;
	padding: 0;
	margin: 0;
	background-color: rgba(0,0,0,0.04);
	border-radius: 3px;
}

/* Amazlet */
div.amazlet-box {
	padding: 1em 2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
	border: 1px solid #ccc;
	margin: 40px 0;
}

.amazlet-box .amazlet-image,
.amazlet-box .amazlet-info {
	display: inline;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
}

.amazlet-powered-date, .amazlet-link, .amazlet-name, .amazlet-detail, .amazlet-sub-info, .amazlet-link, .amazlet-footer {
	margin: 0 !important;
}


.amazlet-image {
	padding-right: 2em;
}
.amazlet-info {
	font-size: 90%;
}

/* ShareHTML*/
img.link-image {
	margin-right: 2%;
	align: left;
	border: 0;
}
span.link-title {
	font-weight: bold;
}
span.link-extract {
	font-size: 80%;
	line-height: 0.5;
}

/** Image **/
figure {
    display: table;
    /*width: 160px;*/ /* minimum width */
    *width: auto; /* for IE7 and below */
    margin: 0 auto;
}

div.photo-wrapper {
	text-align: center;
}

figcaption.caption p {
	margin: 0;
	padding: 1em 0 0 0;
}

figcaption.caption blockquote p {
	margin: 0;
	padding: 0;
}

figcaption.caption blockquote {
	padding: 0 0 0 30px;
	margin: 0;
}

.content iframe {
	max-width: 100%;
}

/* 絵文字 Twemoji*/
img.emoji {
	height: 1em;
	width: 1em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.1em;
}

/* 定義付け */
div.dictionary {
	font-family:  Baskerville, Times, 'Times New Roman', Georgia, '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
	margin: 10px 0 20px 70px !important;
	padding: 0 40px 0 20px;
	border-left: 3px solid #bcbcbc;
	color: #585858;
	font-size: 95%;
	line-height: 1.3 !important;
}

.dictionary span.term {
	font-size: 120%;
}

.dictionary span.pronounce {
	color: #767676;
}

.dictionary span.usage {
	font-style: italic;
}



.meta-footer {
 	font-family: 'Open Sans', "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
	font-size: 90%;
	padding-top: 3%;
}

.tumblr-controls {
	padding-top: 20px;
}
.like_and_reblog_buttons {
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.like_and_reblog_buttons li {
    float: left;
    margin: 0;
    padding: 7px 15px;
    height: 20px;
}

.like_and_reblog_buttons li:first-child {
    border-right: 1px solid #e8e8e8;
}

.share {
	padding-top: 10px;
}
.share .twitter, .share .facebook, .share .pocket, .share .hatena {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
.share .facebook {
  width: 69px;
  overflow: hidden;
}

.pagenation {
	text-align: center;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 60px 0;
}

.pagenation span, .pagenation a {
	display: inline-block;
	min-width: 1.2em;
	padding: 6px 8px;
	margin: 1px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.pagenation .current-page {
background: #ccc;
color: #fff;
}

.pagenation .jump-page:hover {
background: #ebebeb;
}

/*div.post-pagination {
margin-top: 20px;
}
.post-pagination a {
display: inline-block;
padding: 8px 15px;
text-transform: uppercase;
width: 100px;
font-weight: 700;
color: #87d1db;
margin: 0 10px;
border: 1px #ffffff solid;

}

.post-pagination a:hover {
border-bottom: 1px #87d1db solid;
}
*/

/* Footer */
footer {
 	font-family: 'Open Sans', "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
	padding: 10px 0 60px 0;
	margin: 30px 0;
	font-size: 90%;
	text-align: center;
	font-weight: 300;
	line-height: 1.4em;
	color: #4f5759;
}



/* ==========テスト =========== */

/* -------- PC (over 789px) -------- */
@media only screen and (min-width: 789px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
  img {
  	max-width: 100%;
  	height: auto;
  }
}

/* -------- Tablet (501-788px) -------- */
@media only screen and (min-width: 501px) and (max-width: 788px) {
  .container {
    max-width: 768px;
    padding-left: 5%;
    padding-right: 5%;
  }
    img {
  	max-width: 100%;
  	height: auto;
  }
}

/* -------- Smartphone (-500px) -------- */
@media only screen and (max-width: 500px) {
body {
	font-size: 15px;
  }

.container {
	max-width: 480px;
	padding-left: 6%;
	padding-right: 6%;
}


h1 {
	font-size: 300%;
}

#description {
	font-size: 110%;
}

header {
	text-align: center;
	padding: 30px 0 15px 0;
}

nav {
	display: none;
}

article {
	padding: 30px 0;
}

.article-divider {
	padding-top: 60px;
}

div.date {
	font-size: 90%;
}

h2 {
	font-size: 150%;
}


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