@charset "UTF-8";

/*
 *
 * ご使用前にご利用規約をお読みください
 *
 * ご利用規約・カスタマイズ・使い方等はブログに記しております
 *
 * http://parittoweb.blog.fc2.com/
 *
 */

/*--------------------------------
   デフォルト＆リセット
---------------------------------*/

* {
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
}
main, menu, article, aside, header, hgroup, canvas, details, figcaption, figure, footer, nav, section, summary { display: block; } 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ins { text-decoration: none; background: none; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { cursor: help; border-bottom: 1px dotted; }
table { border-spacing: 0; border-collapse: collapse; }
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select { vertical-align: middle; }

html { overflow: auto; }
body {
	font-size: 13px;
	line-height: 1;
	min-width: 320px;
	text-align: center;
	word-wrap: break-word;
	background-color: #f3f3f3;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
p { font-size: 16px; line-height: 1.8; }
a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	color:#0078C8;
	background: transparent;
}
a:hover { color: #00008b; }
a:hover img { opacity: .8; }
img {
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


/* 回り込み解除 */

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.clearfix { zoom: 1; }
.clear { visibility: hidden; clear: both; height: 0; }


/*--------------------------------
   ヘッダー
---------------------------------*/

header {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	text-align: center;
	background-color: #fff;
	background-image: url();
	background-repeat: repeat;
}
header .blog-intro {
	position: relative;
	overflow: hidden;
	padding: 0px 50px 0 15px;
}

/*ブログタイトル*/

header #blogname {
	font-size: 25px;
	font-weight: bold;
	margin: 15px auto 7px auto;
	padding: 0;
}
header #blogname a { text-decoration: none; color: #777; }
header #blogname a:hover { opacity: .7; }

/* ブログ説明 */

header h1, header .cription {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	color: #777;
}

/* ナビゲーションバー */

nav { margin: 0 auto; text-align: center; }
nav ul { list-style: none; }
#dropmenu {
	height: 50px;
	margin: 10px auto 35px auto;
	padding: 0;
}
#dropmenu li {
	font-family: Arial;
	font-size: 13px;
	position: relative;
	z-index: 3;
	float: left;
	width: 25%;
	height: 50px;
	margin: 0;
	padding: 8px 0 2px 0;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #8fcc8f;
}
#dropmenu li a {
	display: block;
	margin: 0;
	color: #fff ;
}
#dropmenu li:hover a {
	color: #fff;
}
#dropmenu .fa:before {
	font-family: FontAwesome;
	font-size: 29px;
	line-height: 1;
	position: relative;
}

#dropmenu .fa-folder, #dropmenu .fa-folder li {	background: #b38f7d; }
#dropmenu .fa-archive, #dropmenu .fa-archive li { background: #e6a1cc; }
#dropmenu .fa-star, #dropmenu .fa-star li { background: #ffaa80; }

#dropmenu li ul {
	top: 100%;
	left: 0;
	visibility: hidden;
	margin-top: 10px;
	padding: 0;
}
#dropmenu li:hover ul { visibility: visible; }
#dropmenu li ul li {
	overflow: hidden;
	height: 0;
	margin-top: 0;
	-webkit-transition: .2s;
	transition: .2s;
	color: #fff;
	border-radius: 0;
}
#dropmenu li ul li a {
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	padding: 13px 15px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#dropmenu li ul li:hover { opacity: .9; }
#dropmenu li ul li:hover a { color: #000; }
#dropmenu li:hover ul li { overflow: hidden; height: 38px; }
#dropmenu li:hover ul li:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }
#dropmenu li:hover ul li:last-child { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

/*--------------------------------
   メインコンテンツ
---------------------------------*/

#content { margin: 0; padding: 0; }

/* メインコンテンツ(左) */

#container {
	margin: 0;
	padding: 0;
	text-align: left;
}
main {
	margin: 0;
	padding: 20px;
	background-color: #fff;
}
section {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}
#entry section {
	font-size: 15px;
}
.emoji {
	line-height: 1.8;
	margin: 0;
	vertical-align: middle;
}

/* 個別記事タイトル */

#entry #entry-title {
	font-size: 20px;
	font-weight: bold;
        clear: both;
	margin: 10px 0 30px 0;
	padding: 5px 10px 7px 10px;
	background: #ccf1ff;
box-shadow: 0px 0px 0px 5px #ccf1ff;
border: dashed 2px white;
 }

#entry #entry-title a {	text-decoration: none; color: #444444; }


/* 見出し */

h2 a { text-decoration: none; color: #444; }
h3 a { text-decoration: none; color: #444; }

/* メインコンテンツ見出し */

main h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	margin: 25px 5 55px 5;
	padding: 0.5em;
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
	border-radius: 30px;
	}

main h2:before {
	position: absolute;
	top: -5%;
	left: -1%;
	width: 32px;
	height: 110%;
	content: '';
	border-radius: 50%;
	background: #fffaf4;
}
main h2:after {
	position: absolute;
	top: -5%;
	right: -5px;
	width: 32px;
	height: 110%;
	content: '';
	border-radius: 50%;
	}
main h2 a { color: #fffaf4; }
#entry section h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	position: static;
	margin: 0;
	padding: 0.5em;
	border-radius: 0;
	color: #555;
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/

	}
#entry section h2:before, #entry section h2:after { display:none; }
main h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5
	position: relative;
	margin: 40px 0;
	padding: .5em .2em .5em .2em;
	color: #1a1a1a;
	border-bottom: 2px solid #efefef;
}
#entry section h3 { margin: 0; color: #555; }
main section h4 {
	font-size: 18px;
	margin: 0;
	padding: 0 12px;
	color: #555;
	border-bottom: 1px dashed #2bd580;
	border-left: 8px solid #2bd580;
}
main h5 {
	font-size: 18px;
	margin: 0;
	padding: 0 12px;
	color: #555;
	border-left: 8px ridge #00008b;
}

/* 引用 */

blockquote {
	position: relative;
	box-sizing: border-box;
	margin: 25px 5px;
	padding: 25px 20px 22px 20px;
	border: 2px solid #d7d7d7;
	background: #fff;
}
blockquote:before {
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 400%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: '“';
	color: #999;
}
blockquote:after {
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 400%;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: -8px;
	content: '”';
	color: #999;
}

/*--------------------------------
   個別記事のみの表示
---------------------------------*/

/* 日時(円形) */

.entry-time {
	line-height: 1.4;
	display: block;
	float: right;
	width: 55px;
	height: 55px;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
	color: #fff;
	border-radius: 32px;
	background: #ffcce5;
}
.entry-time span {
	display: block;
	float: none;
	padding-top: 2px;
}
.year, .youbi{ font-size: 10px; }
.month-day { font-size: 14px; font-weight: bold; }

/* パンくずリスト */

.breadcrumb {
	font-size: 13px;
	line-height: 1.4;
	clear: both;
	margin: 5px 5px 10px 12px;
	padding: 0;
	text-decoration: none;
	color: #666;;
}



/* スマホで読む */

.page-qr {
	position: relative;
	float: right;
	width: 75px;
	height: 75px;
	margin: 63px 0px 15px 0px;
	padding: 5px 0 0 5px;
	border: 2px dashed #00008b;
	border-radius: 3px;
}
.page-qr:after {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	top: -46px;
	left: -2px;
	width: 78px;
	margin: 0;
	padding: 4px 3px;
	content: ' この記事を スマホで読む';
	text-align: center;
	white-space: pre-wrap;
	color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #00008b;
	-ms-top: -44px; 
}

/*--------------------------------
   SNSボタン(個別記事)
---------------------------------*/

#sns {
	margin: 0 auto;
	padding: 0;
}
#sns li {
	float: left;
	margin: 5px 8px 5px 0;
	list-style-type: none;
}
#facebook {
	font-size: 46px;
	margin: -2px 1px -5px 0;
	color: #315096;
}
.hatena {
    position: relative;
    line-height: 1;
    top: 10px;
    padding-bottom: 19px;
}
.hatena:before {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 24px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #008fde inset;
}
.hatena:after {
    position: absolute;
    top: 3px;
    left: 25px;
    width: 4px;
    height: 11px;
    content: '';
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0 #fff, 0 -1px 1px 0 #008fde inset;
    box-shadow: 0 0 0 0 #fff, 0 -1px 1px 0 #008fde inset;
}
@-moz-document url-prefix() {
    .hatena:before { top: 13.5px; }
    .hatena:after { top: 3.5px; }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .hatena:after { top: 3.5px; }
}
@media screen and (max-device-width: 1024px) {
    .hatena:after { top: 3.5px; }
}
.hatena a:hover { color: #fff; }
#hatena {
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding: 5px 14px 6px 7px;
    color: #fff;
    border: 2px solid #117ec7;
    border-radius: 5px;
    background: #008fde;
    background-image: -webkit-linear-gradient( top, #00a4de 0%, #00a4de 49%, #008fde 50%, #008fde);
        background-image: -webkit-gradient( linear, left top,left bottom, from(#00a4de), color-stop(.49, #00a4de), color-stop(.50, #008fde), to(#008fde));
       background-image: linear-gradient( to bottom, #00a4de 0%, #00a4de 49%, #008fde 50%, #008fde);
}

#twitter {
	font-size: 24px;
	padding: 8px 9px;
	color: #fff;
	border-radius: 5px;
	background: #55acee;
}
.line {
    width: 40px;
    height: 40px;
    content: '';
    border-radius: 5px;
    background-color: #00c300;
}
.line:before {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 23px;
    margin-top: 7px;
    margin-left: 6px;
    content: '';
    border-radius: 14px / 11px ;
    background-color: #fff;
}
.line a:hover { color: #00c300; }
#line {
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    z-index: 2;
    width: 21px;
    height: 8px;
    max-height: 100%;
    margin: 7px 4px 7px 6px;
    padding: 7px 0 0 4px;
    letter-spacing: -.5px;
    color: #00c300;
    text-shadow: 0 0 0 #00c300;
    -webkit-text-shadow: 0 0 0 #00c300;
    -webkit-text-size-adjust: 100%;
}
#line:after {
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 10px;
    content: '▼';
    -webkit-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    transform: rotate(26deg);
    color: #fff;
    text-shadow: 0 0 3px #fff;
}
@-moz-document url-prefix() {
    #line:after { top: 16px; left: 8px; text-shadow: none; }
}
@media screen and (max-device-width: 1024px) {
    #line:after { top: 16px; left: 9px; }
}

.feedly {
	position: relative;
	width: 38px;
	height: 38px;
	border-collapse: separate;
	border: 1px solid #54803a;
	border-radius: 4px;
	background: #75ad43;
	background: -webkit-gradient(linear, left top, left bottom, from(#93bf43), to(#72ac43));
	background: -webkit-linear-gradient(top, #93bf43 0%, #72ac43 100%);
	background: linear-gradient(to bottom, #93bf43 0%, #72ac43 100%);
	-webkit-box-shadow: -1px 1px 1px #689a3d inset, 1px -1px 1px #689a3d inset;
	box-shadow: -1px 1px 1px #689a3d inset, 1px -1px 1px #689a3d inset;
}
.feedly:before {
	position: absolute;
	z-index: 2;
	top: 31px;
	left: 13px;
	width: 11px;
	height: 3px;
	content: '';
	border-top: 1px solid #639339;
	background: #75ad43;
	-webkit-box-shadow: 0 -1px 1px 0 #6b9f3f;
	box-shadow: 0 -1px 1px 0 #6b9f3f;
}
#feedly {
	font-size: 23px;
	z-index: 1;
	padding: 9px 8px 8px 9px;
	color: #fff;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	text-shadow: -1px 1px 1px #639339, -1px 2px 1px #639339;
	-webkit-text-shadow: -1px 1px 1px #639339, -1px 2px 1px #639339;
}
#feedly:before {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 13px;
	width: 12px;
	height: 3px;
	content: '';
	background: #76a53d;
}
#feedly:after {
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: bold;
	line-height: 1px;
	position: absolute;
	z-index: 1;
	top: 19px;
	left: 13px;
	width: 2px;
	height: 3px;
	padding: 0 3px 0 2px;
	content: '.';
	-webkit-transform: scale( -1, 1);
	-ms-transform: scale( -1, 1);
	transform: scale( -1, 1);letter-spacing: .2em;
	color: #76a53d;
	background: #76a53d;
	text-shadow: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#feedly:before { width: 11px; height: 3px; }
	#feedly:after { width: 1px; height: 3px; padding: 0 3px; }
}
#rss {
	font-size: 20px;
	padding: 10px 12px;
	color: #fff;
	border-radius: 5px;
	background: #ff8c00;
}
#rss a:hover { color: #fff; }


/*--------------------------------
   記事一覧＆個別記事情報 (記事下)
---------------------------------*/

#home { padding-top: 25px; }
#home h2 { margin-top: -5px; }
#topentry dt { float: left; width: 100px; }
#topentry dt img { max-width: 100%; }
#topentry dt .fa-picture-o:before {
	position: relative;
	font-size: 140px;
	line-height: 1;
	margin: -10px auto 0 auto;
	color: #cfc;
}
#topentry dt .fa-picture-o:after {
	font-size: 23px;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	margin: 52px 0 0 -130px;
	content: 'NOIMAGE';
	color: #a9a9a9;
}
#topentry dd { padding-left: 110px; }
#topentry dl {
	margin-bottom: 20px;
	padding: 3px 0 17px 0;
	border-bottom: 1px dotted #999;
}
#topentry dl:first-child {
	padding-top: 0;
}
#topentry dl:last-child {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-style: none;
}
#topentry .clearfix dd h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 10px;
	padding: 8px 2px 4px 2px;
}
#topentry .clearfix dd p {
	font-size: 13px;
	line-height: 24px;
	margin: 5px 10px;
	padding: 0;
	text-align: left;
}
#topentry .text {
	overflow: hidden;
	max-width: 420px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: -8px 0 0 0;
}
#topentry a, #entry-bottom a, #entry-bottom b { display: inline-block; }
#topentry .fa, #entry-bottom .fa {
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
}
#topentry .fa:before, #entry-bottom .fa:before {
	font-size: 18px;
	margin-right: 8px;
	color: #a9a9a9;
}
.cat-tag {
	font-size: 13px;
	margin: 10px 10px 10px 0;
	padding: 0 3px;
	text-decoration: none;
	color: #0078C8;
	background-color: #efefef;
}
#topentry .user-tag, #entry-bottom .user-tag, #entry-bottom .thread, #entry-bottom .genre {
	font-size: 13px;
	margin: 10px 2px;
	padding: 0 3px;
	text-decoration: none;
	color: #0078C8;
}
#topentry .user-tag, #entry-bottom .user-tag { background-color: #fff0f5; }
#topentry .user-tag { margin: -6px 2px 8px 2px !important; }
.entry-date { line-height: 1.8; display: inline-block; }
#entry-bottom { max-width: 400px; margin: 10px 5px 15px 5px; padding: 0; }
#entry-bottom p {
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #777;
}
#entry-bottom .thread { background-color: #fc6; }
#entry-bottom .genre { background-color: #fcc; }
#entry-bottom .ic-tb {
	font-family: Verdana;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	margin: 0 8px;
	padding: 2px;
	content: '';
	color: #fff;
	border-radius: 3px;
	background-color: #00ff7f;
}

/* 全記事一覧 */

.all #topentry { text-align: left; }
.all #topentry dl { padding-bottom: 15px; border-bottom: 1px dotted #999; }
.all #topentry dt { width: 100%; text-align: left; }
.all #topentry dt h3 {
	font-size: 18px;
	margin: 10px 10px 15px 10px;
	padding: 4px 2px;
	border-bottom: 3px solid #d3d3d3;
}
.all #topentry dd { font-size: 14px; padding-left: 10px; }
.all #topentry p { font-size: 13px; margin-bottom: 10px; }
.all #topentry .fa-calendar-o { margin-right: 10px; }
.all #topentry .cate-tag { margin: 0 0 0 15px; }


/* ページ移動 */

.pagenav a {
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin: 20px 5px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #8fcc8f;
}
.pagenav a:hover {
	padding: 3px 8px;
	color: #a9a9a9;
	border: 2px dashed #8fcc8f;
	background-color: #fff;
}
.pagenav .fa:before {
	font-family: "FontAwesome";
	font-size: 17px;
	line-height: 19px;
	position: absolute;
}
.pagenav .fa-caret-left { padding-left: 20px; float: left; }
.pagenav .fa-caret-right { padding-right: 20px; float: right; }
.pagenav .fa-caret-left:hover { padding: 3px 8px 3px 18px;}
.pagenav .fa-caret-right:hover { padding: 3px 18px 3px 8px;}
.pagenav .fa-caret-left:before { left:7px; }
.pagenav .fa-caret-right:before { right:7px; }

/* 個別記事 ページ移動 */

.entry-pagenav { margin: 0 0 50px 0; }
.entry-pagenav p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	display: block;
	margin: 5px 0;
	padding: 0 5px;
	color: #00008b;
	border-bottom: 2px dashed #00008b;
}
.entry-pagenav .fa-caret-right:before { font-size: 18px; margin-right: 5px; }

/*--------------------------------
   コメント＆トラックバック
---------------------------------*/

.comment-content {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0;
	padding: 20px 0 0 0;
	color: #444;
}
.sub-header h3 {
	font-size: 22px;
	position: relative;
	z-index: 1;
	display: block;
	width: 150px;
	margin: -20px auto 15px auto;
	padding: 0 10px;
	text-align: center;
	color: #777;
	border-bottom: none;
	background: #fff;
}
.sub-header:before {
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	border-top: solid 3px #777;
}
.edit-form .sub-header h3 { margin: -20px auto 30px auto; }
.edit-form .sub-header:before { position: relative; top: 0; content: ''; }

/* コメント一覧 */

.comments { clear: both; margin: 0 0 20px 0; }
.comment-top { font-size: 12px; margin: 10px 0; padding: 0; }
.comment-list {
	line-height: 1.5;
	position: relative;
	width: 70%;
	margin: 0 15px;
	padding: 20px;
	list-style-type: none;
	border: 2px solid #00008b;
	border-radius: 10px;
	background: #fff;
}
.comment-list:nth-child(even):before {
	position: absolute;
	z-index: 1;
	top: 45%;
	left: -11px;
	display: block;
	width: 0;
	content: '';
	border: 13px solid transparent;
	border-right-color: #fff;
	border-left-width: 0;
}
.comment-list:nth-child(even):after { 
	position: absolute;
	top: 45%;
	left: -13px;
	display: block;
	width: 0;
	content: '';
	border: 13px solid transparent;
	border-right-color: #00008b;
	border-left-width: 0;
}
.comment-list:nth-child(odd):before {
	position: absolute;
	z-index: 1;
	top: 45%;
	right: -11px;
	display: block;
	width: 0;
	content: '';
	border: 13px solid transparent;
	border-right-width: 0;
	border-left-color: #fff;
}
.comment-list:nth-child(odd):after {
	position: absolute;
	top: 45%;
	right: -13px;
	display: block;
	width: 0;
	content: '';
	border: 13px solid transparent;
	border-left-color: #00008b;
        border-right-width: 0;
}
.comment-list:nth-child(even) { clear: both; text-align: right; }
.comment-list:nth-child(odd) { float: right; margin: 30px auto; }
.comment-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.comment-meta {
	font-size: 13px;
	margin: 0;
	border: 1px solid #da70d6;
}
.comment-body {
	font-size: 14px;
	text-align: left;
	margin: 10px 0;
	padding: 15px 0;
}
.comment-bottom {
	font-size: 12px;
	display: inline-block;
	margin: 5px 0;
	padding: 10px 0;
}
cite { font-style: normal; }
.poster { font-weight: bold; display: block; }

/* コメントフォーム */

.comment-form, .edit-form {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 0;
	color: #444;
}
.comment-form { margin-bottom: 20px; padding: 40px 0 10px 0; }
.form dl { margin: auto 10px; }
.form dl dd { margin-bottom: 5px; }
.form dl dd textarea { box-sizing: border-box; max-width: 400px; height: 150px; }
.form input#himitu { margin-right: 8px; }
.form .form-btn { margin: 15px 10px; }
.form .form-btn input { margin-right: 3px; }

/*--------------------------------
   サイドコンテンツ(右)
---------------------------------*/

#sidebar { text-align: center; }

/* サイドバー */

aside {
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #333;
	background-color: #fff;
}

/* 検索窓 */

#searchform {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 30px;
	margin: 10px 10px 20px 10px;
	padding: 0;
}
#q {
	font-size: 14px;
	line-height: 1.1;
	width: 100%;
	height: 30px;
	padding: auto 65px auto 5px;
	color: #777;
	border: none;
	border-radius: 0;
	background: #ffcce5;
}
#sidebar #searchform input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffcce5 inset;
	-webkit-text-fill-color: #fff !important;
}
#searchform #searchsubmit {
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 1px;
	width: 18%;
	height: 100%;
	margin: 0;
	padding-right: 10px;
	cursor: pointer;
	text-align: right;
	color: #fff;
	border: 0 none;
	border-radius: 0;
	background: #ffcce5;
	-webkit-appearance: button;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
   プラグイン
---------------------------------*/

div .side-menu {
	font-size: 14px;
	line-height: 1.8;
	margin: 15px 10px 25px 10px;
	padding: 0;
}
div .side-menu h4 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	margin: 10px -5px;
	padding: 0;
	border: none;
}
div .side-menu p { font-size: 14px; margin: 0; }
div .side-menu ul { margin: 0; list-style-type: none; }
div .side-menu ul li { margin: 0; padding: 3px 0; border-bottom: 1px dashed #ccc; }

/* プロフィール */

.plugin-myimage { box-sizing: border-box; margin: 15px 0 8px 0 !important; }


/*--------------------------------
   サイドバー 画像付き最新記事
---------------------------------*/

aside #newentry {
	clear: both;
	max-width: 100%;
	height: auto;
	margin: -40px 10px 10px 10px;
}
aside #newentry > dl {
	overflow: hidden;
	margin: 0;
	padding: 25px 0;
	border-bottom: 1px dashed #ccc;
}
aside #newentry img {
	float: left;
	width: 110px;
	height: 110px;
	margin: 5px 10px;
}
aside #newentry h5 {
	font-size: 15px;
	line-height: 1.4;
	padding: 3px 5px;
	border: none;
}
aside #newentry p {
	font-size: 13px;
	line-height: 1.4;
	display: inline;
	padding: 5px;
}

/*--------------------------------
   フッター
---------------------------------*/

#footer {
	margin: 30px 0 0 0;
	padding: 30px 10px 60px 10px;
	color: #fff;
	background-color: #333;
}
.footer-menu {
	margin: 10px 0;
	text-align: left;
	color: #fff;
}
.footer-menu a { color: #fff; }
.footer-menu .side-menu .f-title {
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin: 5px -5px;
	padding: 8px 15px;
	color: #fff;
	border-left: 10px ridge #ffcce5;
}
#footer p {
	font-size: 14px;
	line-height: 1.5;
	margin: 5px;
	padding: 5px;
}
#footer .entry_title {
	font-size: 13px;
	line-height: 1.5;
	margin: 30px auto 15px auto;
	text-align: center;
}
#footer h2 { line-height: 1.5; display: inline-block; }

/*--------------------------------
   ページトップ移動ボタン
---------------------------------*/

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 60px;
	display: none;
}
.pagetop a {
	font-size: 20px;
	position: static;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ccf1ff;
}
.fa-arrow-circle-up:before {
	font-size: 50px;
	line-height: 1;
	position: relative;
	top: -5px;
	display: inline-block;
	color: #ccf1ff;
}

/*----------------------------------------------------
   media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 900px) {

	aside { float: none; clear: both; width: auto; }

	/* ヘッダー */

	header { box-sizing: border-box; }
	header #blogname { font-size: 31px; text-align: center; }
	header h1, header .cription { max-width: 500px; }
	#dropmenu { max-width: 900px; margin-left: 5%; }
	
	/* コンテンツ */

	#entry #entry-title h1 { font-size: 23px; line-height: 1.1; padding: 0; }
	main h2 { margin: 25px 0 45px 0; padding: 3% 35px; }
	
	/* 記事一覧 */

	#topentry dt { float: left; width: 150px; margin: 10px auto 0 auto; }
	#topentry dt img { width: 150px; }
	#topentry .clearfix dd h3 { margin: 0 10px; padding: 8px 2px 4px 2px; }
	#topentry dd { padding-left: 170px; }
}

/*----------------------------------------------------
   media Queries スマートフォン・タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 550px) {

	/* ヘッダー */
	
	header #blogname { font-size: 29px; text-align: center; }

	/* コンテンツ */

	#entry #entry-title h1 { font-size: 20px; line-height: 1.2; padding: 0; }
	main h2 { margin: 25px 0 40px 0; padding: 4% 35px 3% 35px; }

	/* 記事一覧 */
	
	#topentry dl { padding-top: 13px; }
	#topentry dt {
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	#topentry dt img { width: 100%; }
	#topentry dt .fa-picture-o:before { font-size: 230px; margin: -15px auto; }
	#topentry dt .fa-picture-o:after { font-size: 38px; margin: 88px 0 0 -215px; }
	#topentry dd { padding-left: 0; }
	#topentry .clearfix dd h3 { margin: 8px 2px 4px 2px; }

	.page-qr { display: none; }

}

/*----------------------------------------------------
   media Queries スマートフォン・タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 320px) {

	/* ヘッダー */

	header { text-align: left; }
	#dropmenu { margin-left: 5%; }
	#dropmenu li { width: 20%; margin-right: 5%; }
	#dropmenu li ul { margin-right: -19%; }
	#dropmenu li ul li { width: 400%; }
	#dropmenu li:last-child > ul li { left: -316%; }
	.ctgr { left: -211%; }
	.rec { left: -106%; }

}

/*----------------------------------------------------
   media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 900px) {

	/* ヘッダー */

	header {display: block; text-align: center; }
	header #blogname { font-size: 33px; }
	nav { max-width: 422px; }
	#dropmenu { margin: 0 auto 20px auto; padding: 0; }
	#dropmenu li { width: 70px; margin: 0 30px 0 0; text-align: center; }
	#dropmenu li ul li { width: 370px }
	#dropmenu li:last-child > ul li { left:-300px; }
	#dropmenu .rec { left:-100px; }
	#dropmenu .ctgr { left:-200px; }

	/* 記事一覧 */
	
	#topentry dt { float: left; width: 150px; margin: 10px auto 0 auto; }
	#topentry dt img { width: 150px; }
	#topentry dd { padding-left: 170px; }

	/* コンテンツ */
	
	#entry #entry-title h1 { font-size: 23px; line-height: 1.2; padding: 0; }
	#content { max-width: 1024px; margin: 0 auto; }
	#container { float: left; width: 100%; margin-right: -320px; }
	main { margin-right: 340px; padding: 15px 30px; border-radius: 5px; }
	#sidebar { display: inline-block; float: right; width: 320px; }
	aside { border-radius: 5px; }

	/* フッター */
	
	#footer { padding: 50px; }
	.footer-menu .side-menu { float: left; width: 340px; padding: 0 10px; }
}