 @charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}

.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

body {
	background: url(../img/common/bg.jpg) center top repeat-y;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#wrapper {
	background: url(../img/common/bg.jpg) center top repeat-y;
	width: 980px;
	margin: 0 auto;
}

h1 {
	text-align: center;
}
.date_lisa,.date_momoko {
	float: left;
}
#date_wrap {
	width: 674px;
	margin: 24px auto 33px;
}
#date_area {
	float: left;
	width: 380px;
	height: 132px;
	background: url(../img/in/frame_date.png) left top repeat-x;
	padding: 0 0 0 10px;
}


#today {
	text-align: center;
	padding: 19px 0 0;
}
#today_dot {
	margin: 0 5px 0 3px;
}
#today_week {
	margin: 0 3px 0 5px;
}

#count {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	margin: 8px 0 0;
	padding: 0 0 0 10px;
	text-align: center;
}
#count img {
	vertical-align: bottom;
}
#haime {
	margin: 0 5px 0 0;
}


.momoko_report {
	margin: 0 0 30px;
}
.m_report_txt {
	width: 576px;
	float: left;
	padding: 0 0 0 138px;
	background: url(../img/in/img_momoko.png) left top no-repeat;
	min-height: 160px;
}
.m_report_txt h2 {
	padding: 20px 40px 4px 24px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	width: 576px;
	background: url(../img/in/frame_momoko_top.png) left top no-repeat;
}
.m_report_img {
	float: left;
	width: 228px;
	height: 190px;
	background: url(../img/in/frame_photo.png) left center no-repeat;
	margin: 0 0 0 20px;
	display: table;
}
.m_report_img p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.m_report_txt_in {
	font-size: 14px;
	line-height: 2;
	color: #000;
	padding: 9px 40px 0 24px;
	background: url(../img/in/frame_momoko.png) left top repeat-y;
}



#lisa_title {
	margin: 30px 0 8px;
	text-align: center;
}

.lisa_repo_col {
	margin: 0 0 8px;
}
.lisa_repo1, .lisa_repo2 {
	width: 480px;
	float: left;
}
.lisa_repo1 {
	margin: 0 13px 0 0;
}
.lisa_repo_img {
	width: 194px;
	margin: 6px 0 0 11px;
	float: left;
}
.lisa_repo_txt {
	width: 240px;
	margin: 0 0 0 22px;
	font-size: 12px;
	line-height: 1.5;
	color: #ece65e;
	float: left;
}
.lisa_repo_wrap {
	padding: 5px 0;
	background: url(../img/in/frame_lisa.png) center top repeat-y;
}

#kcl_area {
	margin: 10px auto 0;
	width: 418px;
	height: 352px;
	background: url(../img/in/bg_kcal.png);
	position: relative;
}
#kcl_area p {
	position: absolute;
	top: 63px;
	left: 192px;
	width: 172px;
	text-align: center;
}

.photo_thumb {
	cursor: pointer;
}

#lb {
	display: none;
}
#lb.show {
	display: block;
}
#lb_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fd0bab;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#lb_box {
	width: 691px;
	height: 574px;
	background: url(../img/in/frame_photo_l.png) center center no-repeat;
	position: absolute;
	top: 11px;
	left: 50%;
	/*margin-top: -287px;*/
	margin-left: -345px;
	display: table;
}
#lb_photo {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 46px;
}
#lb_close {
	position: absolute;
	top: -11px;
	right: -19px;
	background: url(../img/in/btn_close.png);
	width: 118px;
	height: 70px;
}
#lb_close:hover {
	background-position: 0 -70px;
	cursor: pointer;
}
#lb_close span {
	display: none;
}

#back_btn {
	margin: 17px auto 0;
	width: 300px;
}
#back_btn a {
	display: block;
	width: 300px;
	height: 60px;
	background: url(../img/in/btn_return.png);
}
#back_btn a:hover {
	background-position: 0 -60px;
}
#back_btn span {
	display: none;
}

#copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 20px 0 50px;
}