@charset "UTF-8";
/* CSS Document */
/** PC用 **/



/* Font
-----------------------------------------------------------------------------------------------------------*/
html p {
	font-size: 100%;
}


#photo .selectPhoto .grid {
	height: 109px;
}
#photo.ui-page #content {
	margin-bottom: 150px;
}
#photoQuestion #content {
	margin-bottom: 150px;
}

#stamp.ui-page #content {
	margin-bottom: 98px;
}
#stamp .dlStampBox .grid {
	height: 222px;;
}

#stampAttention.ui-page #content {
	margin-bottom: 100px;
}

p.windowPopupBtn {
	display: block;
	text-align: center;
	margin: 20px 0px;
}
p.windowPopupBtn a {
	text-decoration: none;
	font-weight: bold;
}
p.windowPopupBtn a:hover {
	opacity: 0.7;
}
#messageLine p.windowPopupBtn a {
	color: #855ab6;
}
#timeline p.windowPopupBtn a {
	color: #25b9c7;
}



/* フッター
-----------------------------------------------------------------------------------------------------------*/

#shareBtn {
	display: none;
}

#footer #allexit {
	display: none;	
}

#messageLine .receiveBox .comment h3 {
	font-size: 16px;
}
#messageLine .receiveBox .comment p {
	font-size: 16px;
}




/* ポップアップウィンドウ用
-----------------------------------------------------------------------------------------------------------*/

.popupWindow {
}

.popupWindow .receiveBox {
	margin: 20px;
}

.popupWindow .receiveBox .body {
	padding: 0 20px 20px;
	border: solid 2px;
	border-radius: 13px;
	background: #FFF;
	position: relative;
}
#pop_message.popupWindow .receiveBox .body {
	border-color: #855ab6;
}
#pop_timeline.popupWindow .receiveBox .body {
	border-color: #25b9c7;
}


.popupWindow .receiveBox .comment h3,
.popupWindow .postBody h3  {
	font-size: 16px;
	font-weight: bold;
	color: #ea3f2e;
	border-bottom: solid 1px #ea3f2e;
	padding-bottom: 5px;
	margin: 10px 0px;
	padding-top: 10px;
}

.popupWindow .receiveBox .comment p {
}

#pop_message p.windowPopupBtn a {
	color: #855ab6;
}
#pop_timeline p.windowPopupBtn a {
	color: #25b9c7;
}

.popupWindow p.red ,
.popupWindow p .red  {
	color: #F00;
}
.popupWindow p.big ,
.popupWindow p .big {
	font-size: 130%;
}
