@charset "utf-8";
/* ====================================================

	ひだまり　base.css

==================================================== */

/* ************** ページ全体 ************** */
body {
	width: 100%;
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro", "MS P Gothic", "Arial", "Helvetica", "sans-serif";
	line-height: 140%;
	background: url(../images/bg.jpg) repeat-x top left #ffffff;
	word-wrap: break-word;
	overflow-wrap: break-word;
	_display: inline;
	_zoom: 1;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color:#2c4399;
	text-decoration:underline;
}

h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 130%;
	color: #937647;
}
h1#contact{
	border-bottom: 2px solid #71b0de;
}

h2 {
	margin-bottom: 10px;
}

header {
	width: 70%;
	margin : 10px auto;
	text-align: center;
}

main {
	width: 70%;
	margin : 0px auto;
	padding: 10px;
	background: url(../images/bg1.png);
}

footer {
	clear: both;
	width: 70%;
	margin : 0px auto;
	padding: 20px;
	text-align: center;
	border:2px solid #b1cde9;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	border-bottom:none;
}

section {
	margin-bottom: 24px;
}

aside {
	line-height: 180%;
	margin: 0 0 30px 0px;
}

p {
	margin-bottom: 10px;
}

/* ************** - ************** */
.page-top {
	position: fixed;
	bottom: 5%;
	right: 1%;
}
.fl-l {
	float: left;
}
.center {
	text-align: center;
}

.sp {
	display: none;
}

/* ************** フォント ************** */
.orange {
	color: orange;
}
.attention{
	color: #dd0000;
}
.txt-bottom {
	vertical-align:text-bottom;
}
.caption {
	font-size: 80%;
}
.line-through {
	text-decoration: line-through;
}


/* ************** footer ************** */

#copyright {
	font-size: 80%;
	color:#999999;
}

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

.upper {
	position: fixed;
	bottom: 10px;
	right: 80px;
}

#catchcopy {
	font-size:140%;
	line-height: 140%;
}

#marker{
	font-size:90%;
	color: #666666;
}

/* ########## 640px 以下 ########## */
@media (max-width: 640px){
header,main,footer {
	width: 94%;
}

#logo img {
	width: 94%;
}

h1,h2,h3 {
	font-size: 120%;
}

#catchcopy {
	font-size:100%;
	line-height: 120%;
}

.sp {
	display: inline;
}

.page-top {
	position: fixed;
	bottom: 10%;
	right: 1%;
}

footer {
	padding: 5px;
	font-size: 86%;
}
.upper {
	bottom: 30px;
	right: 5px;
}
}
