﻿@charset "UTF-8";
body {
	max-width: 1200px;
	background-image: url(../common/asanoha2.jpg);
	font-family: 　"メイリオ", meiryo, "ヒラギノ角ゴシック", sans-serif;
	font-size: 16px;
	color: #222222;
}

#topbutton {position: fixed; bottom: 18px; right: 18px; display: none;
   background-color: #ff00cc; opacity: 0.75; border-radius: 16px; text-align: center; 
      font-size: 120%;  font-weight: bold; margin: 0px;  padding: 2px;  width: 4em; }
#topbutton a { color: white;  text-decoration: none; }
#topbutton a:hover {color: #000000; text-decoration: underline; 
}



.futomoji {
	font-size: 16px;
	font-weight: bold;
	color: brown;
}


.site-mei {
	margin: 0;
	line-height: 16px;
}

.page-title {
	border-top:  solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 16px;
	background-color: #9cdae1;
}

.nenpyou {
margin-left: 5px;
	padding: 0px;

}

.photo:after {
	content: "";
	display: block;
	clear: both;
}




.photo1 {
	float: left;
	margin-left: 50px;
}
.photo2 {
	float: left;
	margin-left: 50px;
}



@media (min-width: 768px) {
.photo:after {
	content: "";
	display: block;
	clear: both;
}
.photo1 {
	float: left;
	width: 310px;
	margin-left: 50px;
}
.photo2 {
	float: non;
	width: auto;
	margin-left: 50px;
}



