@charset "utf-8";

/* ------ General Settings ------ */
html { *overflow-x: hidden; }
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height:1px;
	transition: .3s;	
}
/* ------ float ------ */
.fLeft { float:left; }
.fRight { float:right; }

/* ------ body ------ */
body {
	width: 100%;
	background: url(/images/common/bodyBg.jpg);
}

/* ------ wrapper ------ */
#wrapper {
	background: url(/images/common/line01.png) repeat-x center 5px;
	width: 100%;
	min-width: 1020px;
}
@media screen and (max-width: 600px) {
	#wrapper {
		min-width: inherit;
	}
}

/* ------ container ------ */
.container {
	max-width: 1280px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.container .mainTit h1{
	width: 40%;
	margin: 0 auto;
}

/* ------ content ------ */
#content {
	background-color: #fff;
	padding-bottom: 30px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#side .st-aside {
    float: right;
    width: 250px;
    padding: 30px 50px 0 0;
}
@media screen and (max-width: 600px) {
	#content {
		padding: 30px 0;
	}
	#side .st-aside {
		float: none;
		width: 96%;
		padding: 0 2%;
	}
}

/* ------ blogLink ------ */
.blogLink{
	text-align: center;
}
.blogLink img{
	width: 50%;
}
.pageSide .blogLink img{
	width: 26%;
}
@media screen and (max-width: 600px) {
	/* ------ container ------ */
	.container {
		max-width: inherit;
		min-width: inherit;
		margin: 0;
		padding: 0 15px;
	}
	.container .mainTit h1{
		width: 70%;
	}
	/* ------ blogLink ------ */
	.blogLink img{
		width: 60%;
	}
	.pageSide .blogLink img{
		width: 60%;
	}
}

/*---------------------------------------------
	navArea
  ---------------------------------------------*/
#navArea {
	border-top: solid 8px #22ac38;
	background: url(/images/common/headBg.png) repeat-x;
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 100;
}

/*---------------------------------------------
	ブログ_mainTit
  ---------------------------------------------*/
.mainTit {
	padding: 40px 0 20px;
}
/*---------------------------------------------
	ブログ_pageTit
  ---------------------------------------------*/
.pageTit {
	width: 40%;
	margin: 0 auto;
	padding: 40px 0 20px;
}
@media screen and (max-width: 600px) {
	.pageTit {
		width: 70%;
		padding: 40px 0 30px;
	}
}

/*---------------------------------------------
	footArea
  ---------------------------------------------*/
.footArea {
	clear: both;
	text-align: center;
	padding: 60px 0 40px;
}
.footArea h2{
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.footArea h2 img{
	width: 100%;
}
.footArea ul{
	width: 280px;
	margin: 0 auto;
}
.footArea li{
	float: left;
	width: 50px;
	padding: 0 10px;
}
.footArea li img{
	width: 100%;
	height: auto;
}
.footArea p{
	font-size: 60%;
	font-weight: bold;
	padding-top: 40px;
}

/*---------------------------------------------
	backtotop
  ---------------------------------------------*/
/* backtotop */
.backtotop {
    position: fixed;
    bottom: 15px;
    z-index: 9000;
    display: none;
    right: 15px;
	width: 60px;
	height: auto;
}
.backtotop img{
	width: 100%;
}
.backtotop a {
    display: block;
}
@media screen and (max-width: 600px) {
	.backtotop {
		bottom: 10px;
		right: 5px;
		width: 40px;
	}
}

