@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;
	padding-top: 80px;
}

#sec_01{
	position: relative;
	display: block;
	width: 620px;
	text-align: left;
	margin: 0 auto;
	padding-top: 100px;
}

#sec_01_txt{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 108%;
	letter-spacing: 0.06em;
	line-height: 1.85em;
	max-height: 100%;
}

#sec_01_txt a:hover{
	color: #f43f08;
}

