@charset "utf-8";
body {
	background-image: url(../../images/bg-white.jpg);
	background-repeat: repeat;
	background-size: 100px 100px;
}
/*
a, a:link, a:visited, a:active {
	outline: 0px none;
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #000000;
}
*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.break {
    -ms-word-break: break-all;
    word-break: break-all;
  
    word-break: break-word;
  
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
  
.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}
.hide {
	display: none;
}
  
.show {
	display: block;
}
.clear {
	clear: both;
	float: none;
}

.indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.mr15 {
	margin-right: 15px !important;
}

#profile {
	margin-top: 0;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
#profile #profileInner {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #fff;
	background: rgba(0,0,0,0.2);
	position: relative;
	font-size: 13px;
	padding: 60px 0 0 0;
}
#profile h1 {
	text-align: center;
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: 600;
}
#profile #profileInner .userName {
	font-size: 16px;
	font-weight: 600;
	padding-top: 6px;
	line-height: 2;
}

#profile #profileInner a {
	color: #fff;
	text-decoration: none;
}
#profile #profileInner a:hover {
	color: #fff;
	text-decoration: underline;
}

#profile #profileInner .blogShareBox   {
	position: absolute;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
}

#profile #profileInner .headerMenu {
	width: 30%;
	float: right;
	margin-top: 20px;
}

#profile   #profileInner   .headerMenu   div   > a{
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 40px;
}






#contents {
	clear: both;
	float: none;
	background-color: transparent;
}
#contents .monthWrapper {
	position: relative;
	margin-top: 15px;
}


#contents h2.month {
	font-family: 'Tangerine', cursive;
	font-size: 42px;
	font-weight: 100;
	display: block;
	color: #b6b6b6;
	text-align: right;
	width: 200px;
	/*
	position: absolute;
	left: 0px;
	top: 0px;
	*/
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
	position: -webkit-sticky;
	position: sticky;
	top: 55px;
	float: left;
}
#contents .monthBox {
	margin-left: 200px;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	margin-bottom: 25px;
}

#contents .monthBox a {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	border-radius: 2px;
    background-size: cover;
	background-position: center center;
}

#contents  .monthBox img.thumb {
	border-radius: 2px;
	height: 240px;
	width: auto;
}
#contents .monthBox img.thumb.unload {
	display: none;
}

#contents .monthBox .title {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(32,32,32,0.33);
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border-radius: 2px;
	padding-top: 32px;
}
#contents .monthBox a:hover div.title {
	left: 0px;
}
#contents .monthBox .title div {
	margin: 20px;
}
#contents .monthBox .title .date {
	font-size: 11px;
	font-weight: normal;
}
.nextMonth, .prevMonth {
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
