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

body {
	background: #FFF;
	border: 0;
	font-family: inherit;
	font-size: 18px;/* 12px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
		background-color: #afeeee;  /*paleturquoise*/

}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul{
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
img{
	max-width: 100%;
	vertical-align:bottom;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a:link {
	color: #738C9C;
	text-decoration: none;
}
a:visited {
	color: #738C9C;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
a img {
	border: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*-----------------------
Layout Divs
------------------------*/
#wrapper {
	margin:0 auto;
	padding:40px 0 0 0;
	width:980px;
}
#header {
	margin:0 auto;
	padding:15px; /* 0 */
	width:980px;/* 820px */
	height:70px;

}
#content {
	margin:0 auto;
	padding:5px 10px 5px 340px; 
	width:80%; 
	background-image:url(bg_2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-size: contain;
	background-color: #afeeee;  /*paleturquoise*/
	border:10px solid #afeeee;
}
#footer {
	margin:0 auto;
	padding:20px 0 30px 0;
	width:100%;
	border-top:solid 1px #898989;
	text-align:center;
}
/*-----------------------
#Header Divs
------------------------*/
.logo {
	margin:0;
	padding:0;
}
/*-----------------------
#content Divs
------------------------*/
.note {
	font-size:10px;
	color:#898989;
	line-height:1.3em;
}
.message {
	font-size: auto;
	margin:0px 0px 0px 0px ;
	text-align: left;
}


/*-----------------------
#footer Divs
------------------------*/
.cp {
	font-size:13px;
}
@media screen and (max-width:979px) {
/*-----------------------
Layout Divs
------------------------*/
#wrapper {
	max-width:980px;
	width:100%;
	background-color: #afeeee;  /*paleturquoise*/

}
#header {
	max-width:820px;
	width:83.6%;
}
#content {
	margin:0 auto;
	padding:0 0 120px 62.5%;
	max-width:320px;
	width:36.5%;
	background-size: 60% auto;
}
.ad1 {
	margin-left:3em;
	display:block;
}
.ad2 {
	margin-left:7em;
	display:block;
}

}
@media screen and (max-width:600px) {
/*-----------------------
Layout Divs
------------------------*/
#wrapper {
	max-width:600px;
		width:96%;
	background-color: #afeeee;  /*paleturquoise*/

}
#header {
	max-width:820px;
	width:98%;
}
#content {
	margin:0 auto;
	padding:0 2% 20px 2%;
	max-width:767px;
	width:96%;
	background-size: 100% auto;
}
.about {
	margin:auto;
	padding:0;
	width:98%;
	background-color:rgba( 255, 255, 255, 0.8 );
}
}

@media screen and (max-width:479px) {
#content {
		background-size: 110% auto;
		background-color: #afeeee;  /*paleturquoise*/

}
}