
@charset "UTF-8";



/* 画面の横幅が999px以下　スマホ */




	/* 全体 */
	body {
			width: 100%;
			margin: auto;
			background-image: url(./haikei/heart-pink.jpg);
	}

	/* タイトル */
	div.title h1 {
		font-size: 150%;
		text-align: center;
	}
	
	/* タイトル部の日付 */
	div.title p.date {
		font-size: 150%;
		text-align: center;
	}
	


	/* ページリンク */
	div.page {
		text-align:center;
		width:80%;
		margin-right:10px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size:150%

	}

	/* ページリンクの数字 スマホ */
	div.page li{
		display: inline;
	}

	/* 現在のページ番号 */
	div.page span.now {
		font-size:150%
	}

	/* 始めに */
	div.hajimeni {
		margin-left: 15%;
		width: 70%;		
	}

	/* 始めにの文字ブロック */
	div.hajimeni p {
		margin-top: 30px;
	}

	/* 始めにの文字ブロックのタイトル */
	div.hajimeni h3 {
		margin-bottom: 10px;
	}


	/* 写真１枚分のコメントも含めたブロック */
	div.contents {
		margin-bottom: 60px;
	
	}

	/* 写真の上部コメント（タイトルなど） */
	div.comment_top p.title {
		font-size: 120%;
		margin-left: 5%;	
		text-align: left;
	}
	
	/* 写真の下部のコメント */
	div.comment_bottom div.center {
		font-size: 100%;
		text-align: center;
	}
	

	/* 画像のブロック */
	div.photo {
		text-align: center;
	}
	
	/* 横画像 */
	img.photo_yoko {
		width:300px ;
		height:200px ;
	}


	/* 縦画像 */
	img.photo_tate {
		width: 200px;	
		height:300px;
	}

	/* ダウンロード文字 */
	div.download1,div.download2 {
		margin-left: 10%;
		font-size: 100%;
	}


	/* 動画のブロック */
	div.video {
		text-align: center;
	}


	/* 動画 */
	div.video video {
		width: 90%;
	}

	/* 終わり */
	div.owari {
		margin-left: 15%;
		width: 70%;		
	}

	/* 終わりの文字ブロック */
	div.owari p {
		margin-top: 50px;
	}
	/* 追伸のブロック */
	div.tuishin p {
		margin-left: 15%;
		width: 70%;
	
	}

	/* 問い合わせ先　*/
	table.toiawase {
		margin-top: 50px;
		margin-left: 5%;
		font-size: 95%
	}









