


/*responsive*/
@media all and (max-width: 950px) {
	.container {
		width: 98%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
div.prepend-1.append-1 {
 width: 68%!important;
		 padding-left: 0;
	}
	
	div.prepend-1.append-1 + div {
  width: 28%!important;
}
	
	img.content-left {
  width: 33%;
  height: auto;
}

.notes.box {
  width: 60%;
}

h1.entry-title, h1, h4, h5 {
	margin-left: 0;
	text-align: left!important;
}

ul#mainnavi li {
	  padding-left: 15px;
		padding-top: 0!important;
}

p, h5, h4, h1 {
  text-align: left!important;
}

}

@media all and (max-width: 767px) {
p, h5, h4, h1 {
  text-align: left!important;
}

h1 {
	line-height: 130%!important;
}

ul#mainnavi {
  box-sizing: border-box;
	width: 100%!important;
}

div.prepend-1.append-1 {
 width: 100%!important;
		 padding-left: 0;
	}

div.prepend-1.append-1 + div {
  float: none!important;
  width: 100%!important;
}

a.title {
  font-size: 17px!important;
  margin-bottom: 5px!important;
  display: inline-block;
  word-break: break-word;
}


}

@media all and (max-width: 599px) {
.notes.box {
  width: 100%;
  box-sizing: border-box;
}



#ranking {
	padding-right: 0;
	margin-right: 0;
}

a.title {
  font-size: 16px!important;
  margin-bottom: 5px!important;
  display: inline-block;
  word-break: break-word;
}

}

@media all and (max-width: 480px) {
.notes dd {
  float: left;
	margin-left: 0;
}

a.title {
  font-size: 15px;
}


ul#mainnavi li {
  width: 100%;
  border-left: none;
  padding-left: 15px;
  margin-left: 0;
}

ul#mainnavi li:first-child {
  padding-top: 0!important;
	padding-left: 15px;
}

a.title {
  font-size: 15px!important;
  margin-bottom: 5px!important;
  display: inline-block;
}

h1 {
	font-size: 1.3em;
}

a.title {
  font-size: 14px!important;
  margin-bottom: 5px!important;
  display: inline-block;
  text-shadow: none;
  word-break: break-word;
}

}


@media all and (max-width: 400px) {
.notes.box {
  width: 100%;
  box-sizing: border-box;
}

img.content-left {
	width: 100%;
}
}