@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: YuGothic-M, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 2;
	background: #f9f9f9;
	-webkit-text-size-adjust: none;
}

a:link,
a:visited{
	color : #333;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #0099cc;
	text-decoration : underline;
}
/*Header
---------------------------------------------------------------------------*/
header {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
h1 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #515769;
	width: 1000px;
	padding: 15px 0;
	text-align: center;
	position: absolute;
	top: 70px;
	letter-spacing: 0.05em;
}
    
/*Contents
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	margin-top: -100px;
}

/*Main
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 1000px;
	margin: 20px 0;
}
#main_i {
    margin-top: 130px;
    margin-bottom: 30px;
}
#main_i p {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	padding-left: 20px;
}
#main_i c {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	padding: 10px 0 0 10px;
}
#main_i c red {
	color: #ff0000;
}
#main_i y {
    display: block;
	font-size: 14px;
}
#main_i h5 {
	font-size: 16px;
	padding-left: 25px;
}

/* --responsive------------------------------------------- */


/*1300px and under
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

/*Header
---------------------------------------------------------------------------*/
header,#menubar,.contents,#pagetop {
	margin: 0 3%;
}

/*Main
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}

}


/*600px and under
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*Header
---------------------------------------------------------------------------*/
header {
	float: none;
	width: auto;
}

}

/*480px and under
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*All
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.6;
}

/*Header
---------------------------------------------------------------------------*/
h1 {
	width: auto;
	font-size: 24px;
	text-shadow: 2px 2px #fff;
	padding: 5px;
	position: absolute;
	letter-spacing: 0.05em;
	left: 5px;
	top: 80px;
}

/*Contents
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}
#main_i {
    margin-top: 170px;
}

}

