@charset "UTF-8";
/* CSS Document */

::selection {
	background:#F4FF51;
	color: #000000;
	text-shadow: none;
}

/*- - - - - - - - - - - - - - - - - - - */ 
/* init
/*- - - - - - - - - - - - - - - - - - - */

* {
    margin: 0;
    padding: 0;
}


li {
    list-style-type: none;
}


html {
	height: 100%
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}


#page_title{
	display: block;
}

#page_title img{
	display: block;
	margin: 0 auto;
}

#sec_box{
	background: none;
}

.sec_01_title{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 28px;;
	letter-spacing: 0.12em;
	line-height: 1em;
	margin-top: 80px;
}

.sec_01_title_body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 16px;;
	letter-spacing: 0.06em;
	line-height: 1.6em;
	text-align: center;
	margin-top: 40px;
}

.sec_01_btn_box{
	margin-top: 60px;
}

