@charset "utf-8";


/*************************************************************/
/***** すべてのスクリーン共通＆520pxまでのスクリーン向け *****/
/*************************************************************/


/************************/
/***** Bodyスタイル *****/
/************************/

body{
	width: 100%;
	background-color:#FFFFFF;
	font-family:
		"Helvetica Neue",
		Helvetica,
		Arial,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		"游ゴシック",
		YuGothic,
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	color:#000000;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color: #000000;
	text-decoration: none;
	/*color:#AAAAAA;*/
	/*text-decoration:underline;*/
}

#goto-pagetop{
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 10000;
	font-size: 3em;
}


/****************************/
/***** ヘッダースタイル *****/
/****************************/

header{
	text-align:center;
	margin:0 auto;
}

header h1{
	padding:15px 5px 15px 5px;
}

header h1 img{
	width:100%;
	height:auto;
	max-width: 70px;
}

header img{
	width:100%;
	height:auto;
	max-width: 960px;
	margin-bottom:-2px;
}

header #back{
	background-color:#000000;
	height:auto;
}



/**********************************/
/***** グローバルナビスタイル *****/
/**********************************/

#gnav ul{
  text-align:center;
  margin:0 auto;
  /*max-width: 1100px;*/
  max-width: 960px;
}

#gnav ul li{
  /*float: left;*/
  /*width: 50%;*/
  width: 100%;
  border-bottom: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*#gnav ul li a{
  font-size: 0.9em;
}*/




/******************************/
/***** コンテンツスタイル *****/
/******************************/


#contents{
/*
	position: relative;
	top: 20px;

	clear: right;
	clear: left;

	max-width: 960px;
	margin: 0 auto;
	text-align:center;

	padding-top: 20px;
	padding-bottom: 20px;
*/
}



#contents .item{
	clear: left;
	clear: right;
	position: relative;
	top: 0px;
	max-width: 960px;
	margin: 0 auto;
	text-align:center;
}

#contents .item h1{
	margin-top: 20px;
	font-size: 1em;
}

#contents .item p{
  font-size: 0.8em;
  margin-top: 10px;
}

/*#contents .item a{
	font-size: 0.8em;
	margin-top: 10px;
}*/

#contents .item .boxleft{
	clear: left;
	float: left;
	width: 29%;
	text-align: right;
}

#contents .item .boxright{
	clear: right;
	float: right;
	width: 69%;
	text-align: left;
}

#contents .item .boxleft img{
	width: 85%;
	margin-top: 15px;
}

#contents .item .boxright h2{
	font-size: 0.7em;
	margin-top: 15px;
	margin-bottom: 10px;
}

#contents .item .boxright p{
	font-size: 0.6em;
	margin-top: 5px;
}



/*==========================================
 コンテンツエリア -> NEWのスタイル
===========================================*/
#main h2{
  margin-bottom: 15px;
}
#main .news {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#main .news img {
  width: 100%;
  height: auto;
  max-width: 90%;
} 
#main .news h3 {
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 2.0em;
  padding: 0 5%;
}
#main .news p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 5%;
}



/****************************/
/***** フッタースタイル *****/
/****************************/

footer{
	margin: 0 auto;
	text-align:center;
	/*border-top: 2px solid #c0c0c0;*/
	padding: 15px 0 15px 0;
}

footer p{
	font-size: 0.6em;
	margin-top: 10px;
}


/*footer img{
	width:75%;
	height:auto;
	max-width: 960px;
	margin-bottom:-2px;
}*/




/********************************************/
/***** 521px～920pxまでのスクリーン向け *****/
/********************************************/

@media only screen and (min-width: 521px) and (max-width: 920px) {

/**********************************/
/***** グローバルナビスタイル *****/
/**********************************/

#gnav ul{
  text-align:center;
  margin:0 auto;
  /*max-width: 1100px;*/
  max-width: 960px;
}

#gnav ul li{
  /*float: left;*/
  /*width: 50%;*/
  width: 100%;
  border-bottom: 2px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*#gnav ul li a{
  font-size: 0.9em;
}*/

/******************************/
/***** コンテンツスタイル *****/
/******************************/

#contents .item h1{
	margin-top: 30px;
	font-size: 1.2em;
}

#contents .item p{
	font-size: 0.8em;
	margin-top: 10px;
}

/*#contents .item a{
	font-size: 0.8em;
	margin-top: 10px;
}*/


#contents .item .boxleft{
	width: 39%;
	clear: right;
	clear: left;
	float: left;
	text-align: right;
}

#contents .item .boxright{
	width: 59%;
	clear: left;
	clear: right;
	float: right;
	text-align: left;
}

#contents .item .boxleft img{
	width: 75%;
	margin-top: 20px;
}

#contents .item .boxright h2{
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contents .item .boxright p{
	font-size: 0.8em;
	margin-top: 5px;
}


/****************************/
/***** フッタースタイル *****/
/****************************/

footer{
	margin: 0 auto;
	text-align:center;
	/*border-top: 2px solid #c0c0c0;*/
	padding: 15px 0 15px 0;
}

footer p{
	font-size: 0.8em;
	margin-top: 10px;
}


/*footer img{
	width:75%;
	height:auto;
	max-width: 960px;
	margin-bottom:-2px;
}*/


}



/*************************************/
/***** 921px以上のスクリーン向け *****/
/*************************************/

@media only screen and (min-width: 921px) {

/**********************************/
/***** グローバルナビスタイル *****/
/**********************************/

#gnav{
	margin-top: 10px;
}

#gnav ul{
	margin-bottom: 10px;
	overflow: hidden;
}

#gnav ul li{
	float: left;
    /*width: 16.6666667%;*/
	width: 33%;
	display: inline-block;
	border-bottom: none;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#gnav ul li a{
	display: block;
	font-size: 1em;
}

/******************************/
/***** コンテンツスタイル *****/
/******************************/

#contents .item h1{
	margin-top: 30px;
	font-size: 1.3em;
}

#contents .item p{
	font-size: 0.8em;
	margin-top: 10px;
}

/*#contents .item a{
	font-size: 0.8em;
	margin-top: 10px;
}*/


#contents .item .boxleft{
	width: 49%;
	clear: right;
	clear: left;
	float: left;
	text-align: right;
}

#contents .item .boxright{
	width: 49%;
	clear: left;
	clear: right;
	float: right;
	text-align: left;
}

#contents .item .boxleft img{
	width: 60%;
	margin-top: 20px;
}

#contents .item .boxright h2{
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contents .item .boxright p{
	font-size: 0.8em;
	margin-top: 5px;
}

/****************************/
/***** フッタースタイル *****/
/****************************/

footer{
	margin: 0 auto;
	text-align:center;
	/*border-top: 2px solid #c0c0c0;*/
	padding: 15px 0 15px 0;
}

footer p{
	font-size: 0.8em;
	margin-top: 10px;
}


/*footer img{
	width:75%;
	height:auto;
	max-width: 960px;
	margin-bottom:-2px;
}*/


}