﻿/* CSS レイアウト */
@charset "utf-8";
body {
	max-width: 1200px;
	background-image: url(../common/back1.jpg);
	font-family: 　"メイリオ", meiryo, "ヒラギノ角ゴシック", sans-serif;
	font-size: 16px;
	color: #222222;
}
/* ロゴ、区切り、ニュース表示 */
.logo {
	margin: 0px;
	text-align: left;
	
	
	font-size: 16px;
	color: #222222;
}
.kugiri {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.kugiri p {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: brown;
}
/* ロゴ、区切り、ニュース表示終わり */
#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; 
}

/* 本文 */
.box1 {
	width: 100%;
	text-align: center;
}
.box2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: brown;
}
.box3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	line-height: 30px;
}
.box3 img {
	height: auto;
	max-width: 195px;
}
/* 本文終わり */

@media (max-width: 599px) {
.box3 img  {
	height: auto;
	max-width: 150px;
}
}












