@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300&subset=latin);
body{
	background-image:url('../images/tesu_haikei.jpg');
}

/*a{
	color:#0000ff;
	display:block;
}
*/
/*
a:link,a:visited{
	color:#0000ff;
}
a:hover{
	text-decoration: underline;
}
*/

#container{
	width:100%;
}

.contentFrame{
	clear:both;
	width:900px;
	margin:0 auto;
}

strong{
	font-weight:bold;
}

/**********************
ヘッダ
**********************/
#header{
	position:relative;
	overflow:visible;
	width:100%;
	margin-bottom:10px;

	background: rgb(111,166,171);
	background: -moz-linear-gradient(left,  rgba(111,166,171,1) 0%, rgba(128,191,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(111,166,171,1)), color-stop(100%,rgba(128,191,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa6ab', endColorstr='#80bfc3',GradientType=1 ); /* IE6-9 */


}

#headetExt{
	width:900px;
	margin:0 auto;
	padding-bottom:5px;
	background:url('../images/header_pct.png') no-repeat right bottom;
}

/**********************
グローバルナビ
**********************/
ul#globalNavi{
	position:relative;
	overflow:hidden;
	width:900px;
	margin:0 auto 10px;
}

ul#globalNavi > li{
	width:128px;
	/*height:40px;
	line-height:40px;*/
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
}

ul#globalNavi > li > a{
	display:block;
	width:128px;
	/*height:97px;*/
	text-align:center;
	font-weight:bold;
	color:#FFC926;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}


/**********************
コンテンツ　BODY
**********************/

#mainColum{
	width:900px;
	margin:0 auto;
}

.pageTop{
	margin-top:0.5em;
 	text-align:right;
}

.pageTop > a{
	display:inline-block;
	overflow:hidden;
	font-size:14px;
	padding:4px 1em;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background-color:#FFC926;
	color:#FFFFFF;
	text-decoration:none;
}

/*-------------------------
本文
-------------------------*/
#mainColum h2{
	margin:0.5em 0;
	padding:5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;

	color:#FFC926;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);

	background: rgb(111,166,171); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(111,166,171,1) 0%, rgba(128,191,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(111,166,171,1)), color-stop(100%,rgba(128,191,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(111,166,171,1) 0%,rgba(128,191,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa6ab', endColorstr='#80bfc3',GradientType=1 ); /* IE6-9 */

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:2px solid #FFC926;
}

/**********************
フッタ
**********************/
#footer{
	clear:both;
	width:100%;
	min-height:50px;
	text-align:center;
	margin-top:50px;
}
#ftLink{
	width:100%;
	height:60px;
	line-height:60px;
	background: rgb(111,166,171);
}

#ftLink > ul{
	display:inline-block;
	font-size:12px;
}
#ftLink > ul > li{
	float:left;
	margin-right:2em;
	padding-left:16px;
}

#ftLink > ul > li > a:link,
#ftLink > ul > li > a:visited{
	color:#FFFFFF;
}

#ftLink > ul > li > a:hover{
	color:#FFC926
}


/*SNSボタン*/
ul#snsLink{
	display:block;
	margin:0.5em auto;
	text-align:center;
	overflow:hidden;
	/*display:none;*/
}

ul#snsLink> li{
	display:inline-block;
	font-size:2em;
}

ul#snsLink> li.FbBtn > a{
	color:#3b5998;
}

ul#snsLink> li.TweetBtn > a{
	color:#55acee;
}


#copyright{
	font-size:10px;
	color:#656565;
	margin-top:10px;
}


/**********************
Shareed Style
**********************/

.centerBox{
	text-align:center;
}

.spElm{
	display:none;
}

.pcElm{
	display:block;
}


/**********************
for Smart Phone
**********************/
@media screen and (max-width: 640px) {
	.spElm{
		display:block;
	}

	.pcElm{
		display:none;
	}

	#headetExt{
		width:100%;
	}

	#headetExt img{
		width: 100%;
		height:auto;
	}

	img#ttl{
		width:100%;
		height:auto;
		max-width:554px;
	}

	ul#globalNavi{
		width:100%;
	}

	ul#globalNavi > li{
		width:33%;
	}

	ul#globalNavi > li:first-child{
		display:none;
	}

	ul#globalNavi > li > a{
		display:block;
		width:100%;
		padding:4px 0;
		text-align:center;
		font-weight:bold;
		color:#FFC926;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
		text-decoration:none;
	}

	#mainColum{
		width:100%;
	}

	#ftLink > ul > li{
		float:left;
		margin-right:1em;
		padding-left:0;
	}

	#ftLink > ul > li:first-child{
		display:none;
	}

}



