@charset "utf-8";
/*============================================================
	-Index-
	normalize
	Basic
	Icon
	Header
	Contents area
	photo_list area
	Site Footer
	Overlay
	Ad
	Clearfix
============================================================*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent;text-decoration: none;}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
ol,ul{list-style-type: none;padding: 0;}

/*============================================================
	Basic
============================================================*/
body {
	background-color: #fff;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-text-size-adjust: none;
}

a:focus,a:hover,a:active {
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0.5);
}
/*============================================================
	Icon
============================================================*/
.login_icon {
	width: 15px;
	height: 17px;
	background-position: -3px 0;
}

.info_btn .info_icon {
	width: 15px;
	height: 17px;
	background-position: -3px -32px;
	margin: 7px auto;
	display: block;
}

.share_icon {
	width: 15px;
	height: 17px;
	background-position: -3px -63px;
	margin: 7px;
}

.next_icon {
	width: 15px;
	height: 22px;
	background-position: -3px -94px;
}

.prev_icon {
	width: 15px;
	height: 22px;
	background-position: -3px -128px;
}

.ovl_close_icon {
	width: 14px;
	height: 11px;
	background-position: -3px -161px;
}

.round_prev_icon {
	width: 24px;
	height: 24px;
	background-position: 0px -207px;
}

.round_next_icon {
	width: 24px;
	height: 24px;
	background-position: 0px -179px;
}

.page_none {
	opacity: 0.3;
}

.calendar_icon {
	width: 15px;
	height: 15px;
	background-position: -3px -235px;
	float: right;
}

/*============================================================
    Header
============================================================*/
#site_header {
	position: relative;
	width: 100%;
	background-color: #3f3f3f;
	overflow: hidden;
}

.album_index .header_inner{
	width: 320px;
	margin: 0 auto;
}

.blogtitle {
	width: 82%;
	margin: 0;
	padding: 7px 10px;
	font-size: 12px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	overflow: hidden;
}

#site_header a {
	color: #fff;
}

.login_btn a {
	width: 15px;
	height: 17px;
	float: right;
	padding: 8px 10px;
	border-left: 1px solid #cfcfcf;
}

.album_sup {
	float: right;
}

.album_page .album_sup {
	margin-right: 10px;
}

.info_btn {
	margin: 0 8px 0 0;
}

.calendar_btn {
	float: left;
	margin: 0;
	font-size: 14px;
}

/*============================================================
	Contents area
============================================================*/
#contents {
	position: relative;
}

#contents section h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 12px 85px 10px 10px;
	font-size: 17px;
	position: relative;
}

.album_index #contents section h2 {
	margin: 12px 85px 10px 0;
}
/* album
-------------------------- */
#album .album_title {
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
}

.album_page .album_title {
	border-bottom: 1px solid #cfcfcf;
}

.album_index #album .album_title {
	margin: 0 auto 16px;
	width: 308px;
}

.album_title .albumlist_btn {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 4px;
}

.album_index .album_title .albumlist_btn {
	right: 0;
}


.album_info {
	margin: 0 auto 14px;
	overflow: hidden;
}

.album_index .album_info {
	width: 308px;
}

.album_info_top {
	margin: 9px 0 0 10px;
	display: inline-block;
}

/* album pager
-------------------------- */
#album .pager a {
	display: block;
	/*height: 240px;*/
	width: 30px;
	background-size: 12px 27px;
	-webkit-background-size: 12px 27px;
}

#album .pager li:hover {
	background: #ccc;
}

/* album photo_list
-------------------------- */

#album .photo_list {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#album .photo_list .list {
	margin: 0 auto 10px;
	width: 308px;
}

#album .photo_list .list li {
	float: left;
	margin: 1px;
	vertical-align: text-bottom;
}

#album .photo_list .list li a img {
	vertical-align: text-bottom;
}

#album .photo_list .pager a {
	height: 210px;
}

/* album message
-------------------------- */
#album .message {
	margin: 16px auto;
	text-align: left;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}

#album .message form {
display: block;
padding-right: 71px;
	position: relative;
}

#album .message p {
	margin-bottom: 16px;
}

#album .message input {
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #444;
}

.album_passwd{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 6px;
}

#album .message .album_passwd_btn {
	padding: 2px 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.msg_btn_area{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
}

.msg_btn{
	position: relative;
	list-style: none;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	width: 150px;
	margin: 0 8px 16px;
	text-align: center;
}

.private_album .msg_btn{
	margin-left: 0;
	margin-right: 0;
}

.album_noimg{
	font-size: 14px;
	text-align: center;
}

/* photo_area
-------------------------- */
.photo_area {
	width: 100%;
	position: relative;
	text-align: center;
}

.photo_link {
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
}

.prev_btn {
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
}

.next_btn {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
}

.prev_link,
.next_link {
	height: 100%;
	display: block;
	width: 50px;
}

.prev_icon_wrap,
.next_icon_wrap {
	background-color: rgba(68,68,68,0.8);
	position: absolute;
	top: 50%;
	margin-top: -16px;
	height: 32px;
	width: 23px;
}

.prev_icon_wrap {
	left: 0;
	border-radius: 0 2px 2px 0;
}

.next_icon_wrap {
	right: 0;
	border-radius: 2px 0 0 2px;
}

.prev_icon {
	margin: 5px 0 0 2px;
}

.next_icon {
	margin: 5px 0 0 4px;
}

.photo_area .photo_img {
	max-width: 100%;
}

.photo_name {
	margin: 16px 10px 16px 10px;
}

/* album_list
-------------------------- */
#contents #album_list {
	margin: 0;
	padding: 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

/*============================================================
	photo_list area
============================================================*/
#contents #photo_list {
	margin: 0;
	padding: 5px 0 10px 0;
	width: 100%;
	overflow: hidden;
}

#photo_list ul {
	margin: 0 auto 10px;
	width: 308px;
	padding: 0;
	overflow: hidden;
}

#photo_list li {
	display: inline;
	width: 75px;
	height: 75px;
	float: left;
	margin: 1px;
	vertical-align: text-bottom;
}

#photo_list li a img{
	vertical-align: text-bottom;
}

#photo_list li a {
	overflow: hidden;
	width: 75px;
	height: 75px;
}

.all_img {
	width: 310px;
	margin: 0 auto;
	font-size: 13px;
	text-align: right;
}

/*============================================================
	Site Footer
============================================================*/
#site_footer {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	clear: both;
}

#site_footer #copyright {
	font-size: 11px;
}

/*============================================================
	Overlay
============================================================*/
.overlay_area_wrap {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.overlay_area {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;
	min-height: 100%;
}

.overlay_area_box {
	overflow: hidden;
	position: relative;
	width: 250px;
	padding: 0 0 1px 0;
	margin: 0 auto;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #444;
}

.overlay_title {
	background-color: #3f3f3f;
	color: #fff;
	border-radius: 2px 2px 0 0;
	text-align: center;
	position: relative;
	padding: 8px;
	font-size: 14px;
}

.overlay_area_wrap .ovl_close_icon {
	margin-top: 3px;
	float: right;
}

.overlay_area_box dl {
	color: #444;
}

#snsButtonContainer,
.album_summary {
	margin: 16px 16px 5px 16px;
	overflow: hidden;
}

/* sns button
------------------------------- */
#snsButtonContainer{
	text-align: center;
}

.snsButton:nth-child(2) {
	margin-left: 10px;
}

.snsButton {
	display: inline-block;
	margin: 0 0 12px 0;
	vertical-align: top;
}

iframe.twitter-share-button {
	max-width: 105px!important;
}

/* calendar
------------------------------- */
#calendar {
	color: #444;
}

#calendar a {
	color: #00cbcb;
	text-decoration: underline;
}

.calendar_year {
	position: relative;
}

.current_year {
	display: block;
	text-align: center;
	padding: 13px 0 8px;
}

#calendar .prev_year,
#calendar .next_year {
	position: absolute;
	top: 10px;
	float: none;
}

#calendar .prev_year {
	left: 10px;
}

#calendar .next_year {
	right: 10px;
}

#calendar ul {
	overflow: hidden;
	margin: 0 auto 10px;
	width: 210px;
}

#calendar li {
	float: left;
	text-align: center;
}

#calendar .month {
	padding: 10px;
	margin: 3px;
	display: inline-block;
}

#calendar .calendar_year ul li:nth-child(11) .month,
#calendar .calendar_year ul li:nth-child(12) .month,
#calendar .calendar_year ul li:nth-child(13) .month {
	padding: 10px 5px;
}


/* album summary
------------------------------- */
.album_summary_title,
.album_summary_disc {
	margin-bottom: 8px;
	font-size: 13px;
}

.album_summary_title {
	float: left;
	clear: both;
}

.album_summary_disc {
	float: left;
	margin-left: 2px;
}


/* album list
------------------------------- */
.album_list {
	padding: 0;
	margin: 0;
}

.album_list dl {
	margin: 0;
	padding: 10px;
	overflow: hidden;
	display: table;
}

.album_list li + li {
	border-top: 1px solid #444;
}

.album_list a {
	color: #444;
}

.album_list li {
	overflow: hidden;
}

.album_list_img {
	width: 72px;
	height: 72px;
	overflow: hidden;
	clear: both;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}

.album_list_about_wrap {
	display: table-cell;
	vertical-align: middle;
}

.album_list_about,
.album_list_title {
	margin: 0;
	display: block;
}

.album_list_title {
	font-weight: bold;
	font-size: 14px;
	width: 142px;
	margin-bottom: 5px;
}

.album_list_about {
	font-size: 12px;
}

.overlay_area_box .no_album_list{
	color: #444;
	font-size: 14px;
	padding: 15px 0 15px 15px;
}
/*============================================================
	Ad
============================================================*/
.ad_area_header,
.ad_area_footer {
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.ad_area_header{
	width: 320px;
}
.ad_area_footer{
	width: 300px;
}

/*============================================================
	Clearfix
============================================================*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}