﻿/*********************************************/	

@charset "utf-8";

/*********************************************/	



/* 全 体
----------------------------------------------- */

html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px; /* =14px */
	font-size: 1.4rem; /* =14px */
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
//	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 160%;
	background-color: #FFFFFF;
}


a{
	color: #FFF;
	text-decoration: underline;
}

	a:link{
		color: #FFF;
		text-decoration: underline;
	}

	a:visited{
		color: #FFF;
		text-decoration: underline;
	}

	a:hover{
		color: #FFF;
		text-decoration: none;
	}

img{
	border: none;
	line-height: 0;
	vertical-align: bottom;
}

/*********************************************/	



/* = トップページ
----------------------------------------------- */

#all_frame{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;;
}

/*********************************************/	



/* = ヘッダー
----------------------------------------------- */

header{
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}

/*********************************************/	



/* = コンテンツ
----------------------------------------------- */

#content{
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

	h1{
		margin: 0 0 30px 0;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 3px;
		color: #FFF;
	}

	h2{
		margin: 0 0 30px 0;
		padding: 0 0 8px 0;
		font-size: 16px;
	//	font-weight: bold;
		text-align: left;
		letter-spacing: 3px;
		color: #FFF;
		border-bottom: 6px double #FFF36D;
	}

	#download{
		margin: 0 0 40px 0;
		overflow: hidden;
		clear: both;
	}

		#download a{
			float: left;
			display: block;
			width: 47%;
			margin: 0 15px 0 0;
		}
		
	a.bt{
		display: block;
		width: 100%;
		padding: 15px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 3px;
		line-height: 100%;
		color:#444;
		background-color: #FFF;
		border-bottom: 4px solid #CCC;
		border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	a.bt::after {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: 3px solid #444;
		border-right: 3px solid #444;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	

/*********************************************/	



/* = ページ内リンク
----------------------------------------------- */

.go_top{
	position: fixed;
	width: 10%;
	right: 15px;
	bottom: 0;
	padding: 0 0 15px 0;
	margin: 0;
}
	.go_top a{
		height: auto;
		display: block;
	}


/*********************************************/	



/* = フッター
----------------------------------------------- */

footer{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #666;
}

/*********************************************/	

