/* CSS Document */








/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                レスポンシブ!!

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {
	
/*サブページだけ頭下ろし*/
main{
	margin-top:100px;
}

/*サブページコンテナ*/
.lib_sub_con{
	width: 100%;
	min-width:1000px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	/*上ぴったり*/
}

/*中の1000px枠*/
.lib_sub_box{
	width: 1000px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 auto;
	font-weight: 100;
	/*中に段組みかるかもしれないから*/
	overflow:hidden;
}
/*サブページトップタイトル*/
.lib_top_title {
	width: 1000px;
	text-align: center;
	margin: 0 auto 30px;
}
/*サブページトップテキスト*/
.lib_top_text {
	width: 1000px;
	text-align: left;
	font-size: 1.2em;
	line-height: 3em;
	margin: 0 auto 40px;
	font-weight: 100;
}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {


/*サブページだけ頭下ろし*/
main{
	margin-top:20px;
}

/*サブページコンテナ*/
.lib_sub_con{
	width: 100%;
	margin: 0 auto;
	padding:  30px 0;
	text-align: center;
	/*上ぴったり*/
}

/*中の1000px枠*/
.lib_sub_box{
	width: 90%;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 auto;
	font-weight: 100;
	/*中に段組みかるかもしれないから*/
	overflow:hidden;
}
/*サブページトップタイトル*/
.lib_top_title {
	width: 90%;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.4em;
	margin: 0 auto 30px;
}
/*サブページトップテキスト*/
.lib_top_text {
	width: 90%;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto 40px;
	font-weight: 100;
}





/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/







