@charset "utf-8";

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

a:link,
a:visited{
	color: #ff0000;
	text-decoration: none;
}

a:hover,
a:active{
	opacity: 0.7; 
}
/*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: 35px;
	font-weight: 600;
	color: #333;
	width: 1000px;
	text-align: center;
	position: absolute;
	left: 250px;
	top: 40px;
	letter-spacing: 0.05em;
    border-bottom: solid 1px #333;
}
    
/*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 h2 {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	padding: 0 10px;
}
#main_i h3 {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px;
}
#main_i h4 {
    display: block;
    font-family: 'Shippori Mincho', serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.07em;
	padding: 0 30px;
}
#main_i h4 span {
	font-size: 20px;
	letter-spacing: 0;
}
#main_i h5 {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
}
#main_i p {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-left: 20px;
}
#main_i p red {
	color: #ff0000;
}
#main_i c {
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 0 20px;
}
#main_i c red {
	color: #ff0000;
}
#main_i y {
    display: block;
	font-size: 14px;
}
.contents1{
    float: left;
    display: block;
	padding: 20px 0;
}
.contents2{
    float: right;
    display: block;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
}
.contents2 h2{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: right;
}
.contents2 h3{
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  line-height: 1.5;
  text-align: right;
}

/* --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;
	padding: 10px 0 20px;
}

/*Header
---------------------------------------------------------------------------*/
h1 {
	width: auto;
	font-size: 28px;
	position: absolute;
	left: 15px;
}

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

}

