@charset "UTF-8";

body { font-family: "Helvetica Neue" , "Arial" , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" , "Meiryo" , "sans-serif";
	background:#ffffff;
	font-size:15px;
	text-align: center;
	}

*{ margin:0; padding:0; }

h1 { font-size:18px; color: #808080; font-weight: bold;}
h1::first-letter {
  font-size: 2em;
  color: #ff6347;
  line-height: normal;
}

/*h2 { font-size:16px; color: #000000; font-weight: bold;}*/
h2 {
  position: relative;
  padding: 5px 0 5px 15px;
  color: #fff;
  border-radius: 10px;
  background: #dc143c;
	width: auto;
	margin-bottom: 10px;
	font-size: 16px;
}

h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #dc143c transparent transparent transparent;
}

h3 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
	font-size: 16px;
}

h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}


h4 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

h4:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}



#main a{text-decoration: none; color: #0000ff;}

img{border:0px;}

table{
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	}
td{font-size: 13px}


#container {
	width: 760px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	border-left:  1px solid #808080;
	border-right: 1px solid #808080;
	}

#head{
	width: 100%;
	padding:5px;
	}

#head a {text-decoration: none;
		color: #000000; }
#submenu{
	float:left;
	width:168px;
	font-size:14px;
	padding:5px;
	min-height: 80%;
	}



#main{
	float:left;
/*	width:550px;*/
	width:490px;
	padding:10px;
	font-size:16px;
	}

#menu{
	float:right;
	width:198px;
	font-size:16px;
}

#foot{
	width:100%;
	clear:both; 
	background: #d3d3d3;
	text-align:center;
	}
#foot a{ color:#333; text-decoration: none; }


 @media screen and (max-width: 767px) {
 /* スマホ用のCSS */

#container {
	position:relative;
	margin:0 auto;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:10px;
	padding-right:10px;
	width: 90%;
	background:#ffffff;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 16px;

	}


#main{
	padding:0px;;
	width: 100%;
	}

#menu{
	width: 90%;
	}

#submenu{
	width: 90%;
	}

	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}



}



