@charset "utf-8";
/* CSS レイアウト共通 */
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
}
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
li {
	list-style-type: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #6a3906;
	text-decoration: underline;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
p.img_bottom {
	font-size: 0px;
}

body{
	background-color: #ffe500;
}
@media (min-width: 768px) {
#container {
	width: 100%;
	min-width: 1280px;
	font-size: 1.0em;
	color: #6a3906;
	line-height: 1.4;
}
#container .logo_area h1{
	font-size:1.1em;
	font-weight:bold;
}
#container .logo_area {
	background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 500px;
  height: 360px;
	padding:10px 30px 40px 30px;
	text-align:center;
	border:4px solid #ffe500;
  border-radius: 240px 25px 100px 25px / 25px 200px 25px 185px;
}
#container .logo_area img{
	width:180px;
	height:180px;
}
#container p.information_title{
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	text-align:center;
}
#container p.information{
	font-size:1.0em;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	text-align:left;
}
#container p.information span{
	text-align:center;
	font-weight:bold;
}

#container p.content{
	font-size:1.0em;
	margin:10px 0px;
	text-align:center;
}
#container p.content span{
	font-weight:bold;
}

#container .foot_info_area {
  position: absolute;
  right: 0px;
  bottom: 60px;
  left: 0px;
  margin: auto;
  width: 600px;
  height: 60px;
	padding:20px;
	text-align:center;
	background-color:#FFFFFF;
  border-radius: 240px 25px 100px 25px / 25px 200px 25px 185px;
/*
  border-radius: 30px;
*/
}
.pc_none{
	display:none;
}
}

/* スマホレイアウト */
@media (max-width: 767px) {
#container {
	width: 100%;
	font-size: 1.0em;
	color: #6a3906;
	line-height: 1.4;
}
#container .logo_area {
	background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
  margin: auto;
  width: 90%;
/*
  height: 360px;
*/
	padding:10px 10px 10px 10px;
	text-align:center;
	border:4px solid #ffe500;
  border-radius: 240px 25px 100px 25px / 25px 200px 25px 185px;
}
#container .logo_area h1{
	font-size:1.1em;
	font-weight:bold;
}

#container .logo_area img{
	width:160px;
	height:160px;
}

#container p.information{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0px 30px 0px;
	text-align:center;
}
#container p.content{
	font-size:1.0em;
	margin:10px 0px;
	text-align:center;
}
#container p.content span{
	font-weight:bold;
}

#container .foot_info_area {
  position: absolute;
  right: 0px;
  bottom: 10px;
  left: 0px;
  margin: auto;
  width: 95%;
/*
  height: 60px;
*/
	padding:10px;
	text-align:center;
	background-color:#FFFFFF;
  border-radius: 240px 25px 100px 25px / 25px 200px 25px 185px;
/*
  border-radius: 30px;
*/
}

}