@charset "Shift_JIS";

.main{
	margin: 0 auto;
	max-width: 950px;
}

section{
	margin-bottom: 60px;
}

a {
	color: #43677e;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

a:visited {
	color: #43677e;
	background-color: transparent;
}

a:hover, a:active {
	color: #c41230;
	text-decoration: underline;
	background-color: transparent;
}
 
.p_list li{
	margin-bottom: 2em;
}

.n_list{
	list-style:square;
	margin-bottom: 2em;
}

.pct{
	max-width: 100%;
	height: auto;
}

.annotation{
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 640px){
	.main{
		padding: 0 5px;
		width: 100%;
	}	
}

/*===========================================
	font size
=============================================*/
.font_50 {
  font-size: 357.14286%;
}

.font_44 {
  font-size: 314.28571%;
  line-height: 150%;
}

.font_40 {
  font-size: 285.71429%;
  line-height: 150%;
}

.font_38 {
  font-size: 271.42857%;
  line-height: 150%;
}

.font_35 {
  font-size: 250%;
  line-height: 150%;
}

.font_30 {
  font-size: 214.28571%;
  line-height: 150%;
}

.font_28 {
  font-size: 200%;
  line-height: 150%;
}

.font_26 {
  font-size: 185.71429%;
  line-height: 150%;
}

.font_24 {
  font-size: 171.42857%;
  line-height: 150%;
}

.font_22 {
  font-size: 157.14286%;
  line-height: 150%;
}

.font_20 {
  font-size: 142.85714%;
  line-height: 150%;
}

.font_19 {
  font-size: 135.71429%;
  line-height: 150%;
}

.font_18 {
  font-size: 128.57143%;
  line-height: 150%;
}

.font_17 {
  font-size: 121.42857%;
  line-height: 150%;
}

.font_16 {
  font-size: 114.28571%;
  line-height: 150%;
}

.font_15 {
  font-size: 107.14286%;
}

.font_14 {
  font-size: 100%;
}

.font_13 {
  font-size: 92.85714%;
}

.font_12 {
  font-size: 85.71429%;
}

.font_11 {
  font-size: 78.57143%;
}

.font_10 {
  font-size: 71.42857%;
  line-height: 160%;
}

h1, h2, h3, h4 {
  font-size: 100%;
}