@charset "utf-8";
/* CSS Document */

/* メニューの基本構造　headerがメニュー　mainがTimelyロゴスペース部分 */
header{
	height: 75px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-top: 20px;
}

header nav{
	position: absolute;
	top: 100%;
}

main{
	position: absolute;
	background-color:#E9E9E9;
	position: fixed;
	width: 100%;
	z-index: 1;
}



/* ここからデザイン */

header .menu_button{
	float: right;
	width: 35px;
	height: 35px;
	padding-right: 10px;
	text-align: right;
}

 /*メニューアイコン左スペース*/
header .menu_button span{
	padding-right: 3%;
}

/* ダウンしたメニュー内のベース色・幅・文字色 */
header nav{
	background-color: #D8D8D8;
	color: #111;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* 文字頭に「・」を入れない処理・文字それぞれの間隔の設定*/
header nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* プルダウンメニュー自身の最上部ボーダーラインの太さ・色 */
header nav ul li:first-child{
	border-top: solid 1px white;
}

/*メニューそれぞれのアンダーラインの設定・文字の位置・行間の設定*/
header nav ul li{
	border-bottom: dotted 1px white;
	text-align: center;
	padding: 0.8em;
}

main p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.7em;
}

.main{
	position: relative;
	top: 105px;
}

.main_in{
	top: 105px;
	height: 110%;
}




#wbox{
	width:100%;
	padding-top:20px;
}

.subtit{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:10px;
}

.sp_wbox{
	align-content: center;
	width: 45%;
	height: 100%;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	margin: 2%;
	float:left;
}

.sp_wboxpic{
	margin:5%;
	width: 90%;
}

.sp_wboxtxt1{
	transform:scale(1.04);
	margin:0.3%;
	width: 99%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	font-weight: bolder;
	text-align:center;
}

.sp_wboxtxt2{
	transform:scale(1.04);
	margin:0.3%;
	width: 99%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:8px;
	text-align:center;
}

.sp_wboxtxt3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	margin: 5px;
	padding: 5px;
	text-align:center;
}


.footerfont{
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 7px;
	color: #58585A;
}