@charset "utf-8";
/* ****************************************************************************

	layout.css
	
-------------------------------------------------------------------------------
	
******************************************************************************* */

/* ==

　base

=============================================================================== */
#container{
	margin:0; padding:0;
	width:100%;
	border-top:2px solid #D1B364;
	background:#F7EEE1 url(/cmp/valentine/common/img/body_bg.png ) repeat;
}
/* PP */
#header{
	margin:0; padding:5px 0;
	width:100%;
	background:#fff;
	overflow:hidden;
	color:#666;
	border-bottom:1px dotted #D1B364;
}
/* page */
.head_logo{
	margin:0;
	background:#FFF url(/cmp/valentine/common/img/head_bg.png) repeat-x left top;
	text-align:center;
	overflow:hidden; 
	height: 580px;
	position: relative;
}
.head_logo .heart {
	height: 580px;
	width: 100%;
	background:url(/cmp/valentine/common/img/head_heart.png) repeat-x left bottom;
	position: absolute;
	top:0;
	left: 0;
	z-index: 10000;
}
#contents{
	margin:0; padding-bottom:50px;
	color:#666;
	/* background:url(/cmp/valentine/common/img/contents_bg.png) repeat-x left bottom; */
}


/* ==

　title

=============================================================================== */
h1{ margin:0; }
h2{
	margin:40px auto 0; padding:0;
	text-align:center;
	background:url(/cmp/valentine/common/img/section_top.png) no-repeat left top;
	width:800px; height:140px;
}
h2 img{ margin-top:65px; }

/* ==

　social

=============================================================================== */
.social{
	margin-top:6px;
}
.social li{
	float:left;
	margin-right:10px;
}
iframe.twitter-share-button {
    width: 90px!important;
}