body {
	/*
	font-family: Geneva, Arial, Helvetica, sans-serif;
	*/
	margin: 0px;
	padding: 0px;
	background-position: 0px 50px;
	background-attachment: fixed;
	line-height: 1.65;
}
a, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}
blockquote {
	font-size: inherit;
}


hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
}
.w100 {
	width: 100%;
}
.pt15 {
	padding-top: 15px;
}
.mr15 {
	margin-right: 15px;
}


.mt15 {
	margin-top: 15px;
}


.mt20 {
	margin-top: 20px;
}
.mt70 {
	margin-top: 70px;
}
.mlr5 {
	margin-right: 5px;
	margin-left: 5px;
}

.mlr10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mlr15 {
	margin-right: 15px;
	margin-left: 15px;
}
a.btn {
	color: #333;
	text-decoration: none;
}



.row.row-narrow {
    margin-left: -5px;
    margin-right: -5px;
}
.row.row-narrow>* {
    padding-left: 5px;
    padding-right: 5px;
}


#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#header a.title {
	text-decoration: none;
	font-weight: bold;
}
.contentsWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1090px;
	margin-top: 50px;
	margin-bottom: 80px;
}

#contents {
	min-width: 480px;

}

#side  {
	/* opacity:0.9; */
}
#side dt {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
#side dd {
	margin-right: 5px;
	margin-left: 5px;
}


#profile {
	background-size: cover;
	background-position: 50% 50%;
}
/*
#profile,
#profile #profileInner {
	border-radius: 4px;
}
*/
#profile #profileInner {
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.2);
	text-shadow: 0 0 1px #fff;
	position: relative;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 66px;
	padding-left: 16px;
	font-size: 13px;
}
#profile #profileInner h1 {
	display: block;
	font-size: 22px;
	padding: 0px;
	text-align: center;
	font-weight: 600;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#profile   #profileInner   .userName {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
}
#profile #profileInner .comment{
	line-height: 1.2;

}

#profile #profileInner img {
	margin-right: 13px;
	float: left;
	/*
	border: 2px solid #FFFFFF;
	*/
	height: auto;
	max-width: 120px;
}
#profile #profileInner a {
	color: #FFFFFF;
	text-decoration: none;
}
#profile #profileInner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#profile #profileInner .headerMenu {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: right;
	padding-right: 16px;
	padding-bottom: 4px;
}
#profile #profileInner .headerMenu a {
	font-weight: 300;
}

.blog {
	background-color: #fff;
	margin-top: 25px;
	position: relative;
}
.blog h4.title {
	margin: 0px;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
}

.blog   h4.title   a:link {
	text-decoration: none;
	font-weight: bold;
}

.blog .photo {
	margin-left: 16px;
	text-align: right;
	float: right;
	position: relative;
	max-width: 320px;
}
.blog .photo img {
	max-width: 320px;
}

.blog .photo .btnLoupe {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	margin: 0px;
}
.blog  .photo  .btnLoupe a {
	text-decoration: none;
	color: #fff;
}
.blog .photo .btnLoupe a:hover {
	color: #a2a2a2;
}


.blog .blog-message {
	word-wrap: break-word;
	margin-top: 16px;
	margin-right: 16px;
	margin-left: 16px;
	padding-bottom: 16px;
}
.blog .blog-message img {
	max-width: 100%;
	height: auto;
}
.blog .blog-message iframe[src*="youtube.com"] {
	width: 100%;
	aspect-ratio: 711/534;
}
.blog a:hover {
	text-decoration: none;
	opacity: 0.85;
}


.blog-footer {
	border-top: rgba(0,0,0,0.12) solid 1px;
}
.blog-footer       a      {
	text-decoration: none;
	color: rgba(0,0,0,0.54);
}


.blog,
.comment-trackback {
	border-radius: 2px;
	box-shadow: 0px 1px 2px #aaa;
}

.comment-trackback {
	background-color: #FFFFFF;
	padding: 10px;
}
.ads {
	text-align: center;
	clear: both;
	margin-top: 13px;
}
form {
	margin: 0px;
	padding: 0px;
}
.tag {
	line-height: 150%;
	white-space: nowrap;
}
.tag-active {
	font-weight: bold;
	white-space: nowrap;
	line-height: 150%;
	color: #666666;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	box-shadow: 0 0 4px rgba(0,0,0,0.05);
}
#footer .logoWrapper {
	text-align: center;
	padding-bottom: 0px;
}

#footer a.logo {
	font-family: 'Marck Script', cursive;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	-o-transform: rotate(-9deg);
	transform: rotate(-9deg);
	color: #75b1a9;
	font-weight: 300;
	font-size: 22px;
	text-decoration: none;
}
#footer ul {
	padding: 0;
	list-style: none;
}
#footer a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
#footer .footer-global {
	font-size: 14px;
	color: #fff;
	background-color: #000;
	padding: 40px 25px 20px;
	text-align: left;
	margin-top: 30px;
}
#footer .footer-global a,
#footer .footer-global a:focus,
#footer .footer-global a:active {
	font-weight: 300;
	color: #fff;
}
#footer .footer-global a:hover {
	opacity: 0.7;
}


#links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#links .links-groupname {
	font-style: italic;
	margin-top: 5px;
}
#links .links-title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#links .links-lead {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 13px;
	font-size: 11px;
}

ul#archives, ul#archives li, ul#archives ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul#archives ul {
	margin-bottom: 5px;
	margin-left: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b6b6b6;
}


.loading3 {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #727272;
	border-right-color: transparent;
	-webkit-animation: spin 0.5s infinite linear;
	-moz-animation: spin 0.5s infinite linear;
	-ms-animation: spin 0.5s infinite linear;
	animation: spin 0.5s infinite linear;
	line-height: 1;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}
@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}
@-ms-keyframes spin {
	0% { -ms-transform: rotate(0deg); opacity: 0.4; }
	50%  { -ms-transform: rotate(180deg); opacity: 1; }
	100%   { -ms-transform: rotate(360deg); opacity: 0.4; }
}
@keyframes spin {
	0% { transform: rotate(0deg); opacity: 0.4; }
	50%  { transform: rotate(180deg); opacity: 1; }
	100%   { transform: rotate(360deg); opacity: 0.4; }
}

.relatedEntries h4.page-header {
	border-bottom-color: #333;
}

/* cardBox */
.cardBox {
	padding: 0px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 2px 2px #ccc;
	overflow: hidden;
	border-radius: 2px;
	margin: 4px;
}
.cardBox .thumbBox {
	height: 262px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: 600;
	color: #fff;
	position: relative;
}
@media screen and (max-width: 768px) {
	.cardBox .thumbBox {
		height: 160px;
	}
}
.cardBox .thumbBox .title {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	padding: 16px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	white-space: nowrap;
	margin: 0px;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.cardBox a {
	display: block;
	color: #454545;
	text-decoration: none;
}
.cardBox a:hover {
	color: #000;
	opacity: 0.85;
	text-decoration: none;
}
.cardBox  a .desc {
	padding-right: 16px;
	padding-bottom: 50px;
	padding-left: 16px;
	padding-top: 16px;
}
.cardBox a .desc .title {
	margin: 0px;
}
/* cardBox override */
.cardBox .thumbBox {
	height: 178px;
}
.cardBox a .desc {
	padding: 16px;
}
